UBB.Dev
Posted By: Ian Spence [6.7] [beta] Posts Don't Count - 03/12/2004 10:09 PM
Modification Name: Posts Don't Count

Author(s): Ian Spence

Description: Allows you to make it so posts in some forums do not add to their total post count

Demo: none

Requirements: UBB.classic 6.7 and the Mod CP Addon

Download Link: https://www.ubbdev.com/ubb/upload/00020028/PostsDontCount6.7.txt

Credits: BASSTEQ and PrimeTime
Posted By: CTM Re: [6.7] [beta] Posts Don't Count - 03/14/2004 6:47 PM
Sorry for being stupid, but where are the CP-based installation instructions? confused
Posted By: Ian Spence Re: [6.7] [beta] Posts Don't Count - 03/14/2004 6:59 PM
in the Mod CP Addon. smile
Posted By: CTM Re: [6.7] [beta] Posts Don't Count - 03/15/2004 1:19 AM
Oh, I see it... Thanks for making it a bit clearer smile
Posted By: ADWOFF Re: [6.7] [beta] Posts Don't Count - 03/22/2004 11:12 PM
Okay, I did the CP Mod Addon ... replaced the code in the three files for zzzzapping post counts ... and--it didn't work. frown help
Posted By: Ian Spence Re: [6.7] [beta] Posts Don't Count - 03/22/2004 11:13 PM
I think I have to update something in the Mod CP addon install. Will try to update tonight
Posted By: ADWOFF Re: [6.7] [beta] Posts Don't Count - 03/30/2004 7:33 AM
Oh IAN! It's *ME* -- your favorite whiner! laugh wink

The good news is that your revision to the CP Mod Addon worked in regards to making sure a post didn't count ...

The bad news?

Something in the POLL code isn't agreeable frown

I get this error message -->

Quote
quote:
An error has occurred:

Global symbol "@FNums" requires explicit package name at CGIPath/ubb_poll.cgi line 634.
Global symbol "$FNum" requires explicit package name at CGIPath/ubb_poll.cgi line 635.
Global symbol "@FNums" requires explicit package name at CGIPath/ubb_poll.cgi line 635.
Global symbol "$FNum" requires explicit package name at CGIPath/ubb_poll.cgi line 636.
Global symbol "$FNum" requires explicit package name at CGIPath/ubb_poll.cgi line 637.
Global symbol "$ForumNumCount" requires explicit package name at CGIPath/ubb_poll.cgi line 638.
Global symbol "$ForumNumCount" requires explicit package name at CGIPath/ubb_poll.cgi line 645.
BEGIN not safe after errors--compilation aborted at CGIPath/ubb_poll.cgi line 680.

Please inform the board administration of this error so that they may fix the problem. Thank you!
help

(I'm gonna zap that portion of the code for now since in the grand scheme of things, not too many members start polls @ my site)
Posted By: Ian Spence Re: [6.7] [beta] Posts Don't Count - 03/30/2004 5:35 PM
I'll try to update this as soon as possible, however, I get cable internet today so I'm not sure when I'll be online again
Posted By: AshtarRose Re: [6.7] [beta] Posts Don't Count - 11/14/2005 8:00 AM
was this fixed?
Posted By: LK Re: [6.7] [beta] Posts Don't Count - 11/14/2005 7:39 PM
Try to add:
Code
use vars qw( @FNums $Fnum $ForumNumCount );
to ultimatebb.cgi, before the first line with "use vars qw".
Posted By: AshtarRose Re: [6.7] [beta] Posts Don't Count - 11/26/2005 5:06 AM
I need this feature but I also need the quick reply, when I instealled it my quick reply disappeared
Posted By: AshtarRose Re: [6.7] [beta] Posts Don't Count - 11/27/2005 6:18 AM
I tried to do that and I got this..

Global symbol "$FNum" requires explicit package name at ubb_poll.cgi line 635.
Global symbol "$FNum" requires explicit package name at ubb_poll.cgi line 636.
Global symbol "$FNum" requires explicit package name at ubb_poll.cgi line 637.
BEGIN not safe after errors--compilation aborted at ubb_poll.cgi line 680.
© UBB.Developers