Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [carfac] Pinned Topics for GForum: Edit Log

Here is the list of edits for this post
Re: [carfac] Pinned Topics for GForum
Try this:

uninstall the plugin and edit StickyTopics.pm

Find this:
my @$sticky_posts =();
my @$no_sticky_posts =();


Replace with this:

use vars qw($sticky_posts $no_sticky_posts);
@$sticky_posts =();
@$no_sticky_posts =();


Syntax check and install.

Let me know ASAP if that fixed it, so I can update the version.



Thanks



Mike

----------
Michael J. Challis - CRUZN8R - PT Cruiser Club - http://www.ptcruiserclub.org

http://www.ptcruiserclub.org/forum

Last edited by:

CRUZN8R: Mar 27, 2003, 11:34 PM

Edit Log: