PDA

View Full Version : "New Posts -> Since Your Last Visit" goes to links root


jw00dy
09-10-2008, 04:34 AM
Under What's New -> New Posts -> Since Your Last Visit

This doesn't go anywhere except the root of the link directory.

I looked and looked to see if I could find where this was wrong and didn't find much.

It's possible I have a setting set wrong, but I'm too new to know any better :rolleyes:

I did however try it on the demo that you have here and it does the same thing.

I believe this might also require a new line in the .htaccess as well
RewriteRule ^whatsnew/posts/?$ browselinks.php?do=newposts [QSA,L]

Any idea where this might be messed up and what I can do to fix it.

Brian
09-10-2008, 12:09 PM
Thank you for pointing this out. Looks like there was a typo in the variable used for that link in the links/links_global.php file. I've just applied the fix to the download package here, so if you will download the files again and repalce your links_global.php file with the updated one that should take care of the issue.

Our Sponsors
 

jw00dy
09-10-2008, 05:27 PM
I've re-uploaded everything to be sure, and it is still not working. It still re-directs to the root of the links dir.

I'm not sure if you updated the demo or not, but it's not working either.

I cleared cache, restarted httpd just to make sure it wasn't a cache problem too.

Brian
09-10-2008, 06:24 PM
Errrr... Did you see a links_global.php file in the main vBa Links folder?

/links/
/forum/
links_global.php
readme_vba_links.html

I went back to double check the file and saw that I apparently uploaded it to the wrong folder after making the change (which has been corrected now).

Our Sponsors
 

jw00dy
09-10-2008, 06:44 PM
Just re-downloaded and that file is located in /links/links_global.php

So you are saying it should not be there?

I don't see any other files located in the same directory as the readme_vba_links.html

jw00dy
09-10-2008, 11:52 PM
ha ha, I just re-read what you said, and I get it now.

It looks like it works now... maybe.

The message you get now is: No Category specified. If you followed a valid link, please notify the administrator

jw00dy
09-11-2008, 06:17 PM
Uhm, don't forget to modify the .htaccess (I suggested it, but didn't edit) or you will get the same error I got above.

This works perfectly now.