Log in

View Full Version : Messed up forum links??? Please help :)


hpidriver
09-05-2009, 03:09 PM
Ok, external links work just fine, but when i put in a URL from the forums my url goes from this to this.....

I post this link.....
http://www.glassdistrict.com/forums/showthread.php?t=191

Link redirects you to an un found page and does this weeeird thing to the url and makes it into this
http://www.glassdistrict.com/forums/!191!http://www.glassdistrict.com/forums/showthread.php?t=191

(you have to click the links to see the urls because the forums shrink them)


I have no idea what this is from, i am guessing from installing some mod, but i have no idea how to fix it, and can't find much info online. Any help would be highly appreciated.

Thanks.

HMBeaty
09-05-2009, 03:15 PM
Try disabling your modifications by placing this UNDER <?php in your includes/config.php file
define('DISABLE_HOOKS', true);
Do you still get the error?

hpidriver
09-05-2009, 03:48 PM
Yup, that fixes it. I wish i would have noticed it right after i installed the mod, but i have no idea which one it is :(

HMBeaty
09-05-2009, 03:52 PM
To find out which one it is, you can remove that code from your config.php file and disable each modification one by one until you figure out which one is causing the problem

hpidriver
09-05-2009, 03:57 PM
Thanks for your help mate. It's my non functioning vbseo :( disabled it for now and removed the code from my config file.

HMBeaty
09-05-2009, 04:09 PM
No problem :)