PDA

View Full Version : Some mod links broken


Shill
07-09-2009, 12:12 PM
I'm having a weird issue where for example I have a mod to show all albums which links to all_albums.php it is in the quick links drop down. When I am in cmps it goes to the mysite.com/all_albums.php but when in the forums it goes to the correct URL of mysite.com/forums/all_albums.php

So basically it is not adding the /forums/ path before it.

I have added the php file to the list of navbar replacements in the admin panel so it's not that causing the issue.

But it still doesnt work.

Here is my site - www.onlinearsenal.com/cmps_index.php if some kind soul would like to check.

Anth
07-09-2009, 04:36 PM
Try adding this to your replacement variables in Style Manager:

Search for Text: mysite.com/all_albums.php or /all_albums.php
Replace with Text: mysite.com/forums/all_albums.php or /forums/all_albums.php