The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBCredits - Ultimate Points System Details »» | |||||||||||||||||||||||||
vBCredits is the ultimate points system for your vBulletin!
Click here for the vB3.7 compatible version Thank you to everyone who voted us MOTM Features:
Just follow the directions carefully in the zip based on whether you are clean installing or upgrading Fully integrated with vBulletin and easily integrated with third party scripts: Many hacks allow you to specify a points system by entering the table and column for the points data. Use TABLE: user COLUMN: credits when integrating vBCredits with such hacks (note: you may need to include your table prefix with some hacks)! If you are unsure about integration - ask me! Why is this version not the gold version yet? vBCredits 1.4rc1 went through a long bugtesting process at the official site, and rc2 is largely bug free in its entirety. However, *it is missing most of the admin help and post/thread deletion actions are temporarily removed while I figure out how to fix them. Footnotes: Thank you for using vBCredits, I would be happy to hear your feedback and correct anything that comes up. For more tailored support, please indicate you have installed this hack. Use of this free hack requires that you retain the copyright line at the bottom of the forum (PM me otherwise). If you do not agree with this, please do not use vBCredits - thank you for your understanding and support! Show Your Support
|
Comments |
#1662
|
|||
|
|||
yes it happens every time but only when choosing the Moderator's group
no not any other errors, just this error. |
#1663
|
|||
|
|||
snap???
|
#1664
|
|||
|
|||
How do I allow my moderators to subtract points from a user?
|
#1665
|
|||
|
|||
Alrite I fixed it. There was an extra space in the area it was searching for so it could not find the code to replace. Thanks!
|
#1666
|
||||
|
||||
what?
Quote:
if they have access to the modcp they should be able to alter the amount directly in the user editor. or, use the post award system, and give your mod usergroup nonzero limits (and enable them to award negative amounts, aka subtraction permissions) great |
#1667
|
|||
|
|||
Is there a way to set a minimum donation amount? I get a lot of people sending $1 donations to be cute. I'd like to set the amount around $100.
|
#1668
|
||||
|
||||
nope, but why bother? every amount gets taxed no matter how small.
you could always turn on moderation for those donations, but really what is the harm? :-p |
#1669
|
||||
|
||||
Hi guys,
trying to install on my 3.6.9 When I try to add the first code: Code:
================================ Template: navbar ================================ FIND: -------------------------------- <if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if> -------------------------------- ADD BELOW: -------------------------------- <if condition="$show['navbar_credits']"> <br />$vbphrase[credits]</a>: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if> </if> Get a syntax error: Code:
The following error occurred when attempting to evaluate this template: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/adobesw/public_html/includes/adminfunctions_template.php(3596) : eval()'d code on line 35 This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. Regards Stefano |
#1670
|
||||
|
||||
you incorrectly applied the template edit, most likely chopping off the ending </if> tag from the find code when you pasted it in. undo it and try again
|
#1671
|
||||
|
||||
Quote:
Unfortunately isn't that. I checked it about 10 times! As you can see the code is fully pasted: Code:
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if> <if condition="$show['navbar_credits']"> <br />$vbphrase[credits]</a>: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if> </if> </div> Regards Stefano |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|