Quote:
Originally Posted by cosy
if you go to what is new when click on a prefix u get invalid URL
also can put use on rhe URL the title instead of Prefix ID 
|
Hmmm, this wasnt' written to be used on the What's New page. I'll have to put a condition around it so it doesn't show then in my next release.
If you want to do it now, just put this around the plugin contents:
PHP Code:
if (THIS_SCRIPT == 'forumdisplay') {
** the current plugin code **
}