antifmradio


|
Wed Aug 22, 2007 12:41 pm |
|
ok i installed it Profile Pro
and as far as i can tell hte install went properly
but when i try to goto the ProfilePro link in my menu as an admin i see a NULL block in the center of my screen
(Because i made all the other blocks *Right / Left* visable on this page)
If i log out and log in as just a user i see the same thing when clicking on my profile.
The only problem i had with the installation was the .htaccess file
there was nothing for me to change in it
The instructions say to add ( THIS INFORMATION)
after (This line of information)
however when i looked at the .htaccess file provided as well as the one just outside my root folder, neither of them had any of the correspodning information requested to look for.
Other then that i dont see any issues with the insallation
with the acception that it isnt working in my DF site
Please let me know what info you need so we can solve this
|
|
antifmradio


|
Wed Aug 22, 2007 12:54 pm |
|
this is what my htaccess file has in it
its the same as the one i have in the module downloaded
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 62.163.34.97
deny from 81.255.255.255
deny from 81.153.236.152
deny from 89.114.9.126
deny from 69.41.173.145
deny from 217.106.58.222
deny from 60.6.128.228
deny from 60.6.144.15
deny from 60.6.130.116
deny from 60.6.129.97
deny from 62.194.11.153
deny from 85.204.225.133
The instructions says the following
Copy .htaccess from to the root - probably not the best idea though. Best to just add this one line in:
-Find RewriteRule ^index=(.*) index.php?name=$1 [L]
-After it add: RewriteRule ^([a-zA-Z0-9_~]+)$ index.php?name=Personal_Home&removedf&username=$1 [
but these lines dont exist.
|
|
scetter


|
Fri Aug 24, 2007 12:56 pm |
|
That doesn't look like the htaccess file that came with the DF package.
|
|
dave


|
Thu Sep 06, 2007 3:24 pm |
|
My god! Some people are still interested in this project.
Ok, some quick notes:
- This was originally developed against 9.0.6 (i think). So its a little out of date and the code needs updating all over.
- Yes there are bugs. We stopped working on it due to extreme lack of interest and no one will to help make modules, blocks or even test it for us.
- The community that was driving this project has mainly moved to facebook now, making my personal reason for doing this voided.
- Yes, if I were to start over, I would do it *very* differently. (Including scrapping all the javascript and starting over with the page designer which was very messy).
- No, i'm not sure if I want to start over. I don't mind helping out with bugs right now, but I'm about to go travelling for 3 months, so now is not the time to re-start this project.
- Would I want to restart this project anyway? Lack development (or should I say developers?) in the dragonfly community (and various sub-communities) leads me to think that it would be a lost cause?
- I'm very sorry for my lack of contributions to this project. A promotion at work has kept me out of open source dev work for a little while.
Finally, if you start a new topic with some technical questions or requests for help on this, then I will do my absolute best to help out over the next 3 weeks till I leave. After that, I am quite happy to give svn commit access to anyone who feels they would like to continue the project.
When I get back from travelling I will then assess the situation again and decide on whether or not to persist with this project.
Looking forward to hearing from you,
Dave
|
|