PDA

View Full Version : Custom Pages Using Dashes


2scoops
10-22-2005, 02:30 AM
I have found that custom pages that use a dash won't show any ads. While underscore works fine. Example

forums/strategy-19.php - This won't show any ads.
forums/strategy_8.php - This does show ads.

Its not a huge issue but would be nice if it could be looked at or fixed in a future release.

thanks

2scoops
11-26-2005, 05:13 AM
Any idea why custom pages using dashes don't work?

BTW i also had this problem with the old version on vbulletin 3.0x

The Geek
11-26-2005, 09:03 AM
Technically, there is 0 reasons why :)

You need to make sure that the page has:
1- THIS_SCRIPT defined
2- Has an entry in your scripts section
3- Is ticked in each cateogry.

HTHs

2scoops
11-27-2005, 12:24 AM
1- THIS_SCRIPT defined

that fixed it..i normally dont bother with that part of the custom page but seems to matter in this case..

thanks.

The Geek
11-27-2005, 11:15 AM
Cool :)

Yes, THIS_SCRIPT is the variable that GAB uses to see if its a script it should display on :)