This code I dropped into my plugins.pl in the lower section, and on top you have to put in the call in the spot where you want the plugin to appear on your site... in my case its the Left Bottom.
Of course you still have to put in the same line to indicate where on your site you want this plugin to show up... and that code is...
code:
topiclist();
OK there is something I almost forgot about... Bantychick has a new call which I am using on this site and it is working fine... instead of making a call of hold, she make s a call of holdr in the sub above.
the code for that is here...
code:
########### sub holdr { ########### local($file) = @_; if ($use_flock eq "1") { flock($file, "1"); } }
and this should be placed in your subs.pl... this is what Banty had to say about it.
I see it has sub holdr,
I keep it in my subs.pl. It locks file only for writing but allows reading. Works for me for when a file doesn't have to be written to.
Or else you can just change holdr to hold in the plugin.
This web site was made with WebAPP v0.9.9.3.3 , a web portal system written in Perl
All trademarks and copyrights on this page are owned by their
respective owners. Comments are owned by the Poster.