Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbBux / vbPlaza v1.5.8 (Points + Store System) Details »»
vbBux / vbPlaza v1.5.8 (Points + Store System)
Version: 1.5.8, by CMX_CMGSCCC CMX_CMGSCCC is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Category: Major Additions - Version: 3.5.4 Rating:
Released: 02-01-2006 Last Update: 07-13-2006 Installs: 771
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

vbBux / vbPlaza v1.5.8 by CMX (http://www.cmgsccc.com)
Official Homepage - http://www.vbplaza.com

v1.5.7 AND HIGHER are now compatible with vBulletin v3.5.x and v3.6.x

Welcome to the largest points/store system for vBulletin! READ THE ENTIRE POST AGAIN AS THERE HAVE BEEN CHANGES SINCE THE CONVERSION TO vbBux / vbPlaza!!

Credits: MrZeropage for ibProArcade Support, John for v3 Arcade Support, Caimakale for various additions including ribbons and his other addons for vbPlaza, defi for the addon for Paypal Subscriptions.

New Premium Modification Forum: https://vborg.vbsupport.ru/forumdisplay.php?f=171
If you post a new thread in there, it will be easier to track the answer to your thread folks!

Now with 135 Options for purchasing at your forums and this is still rising folks!

NOTE: As of this version, there is a Template Patcher helper inside the Admin CP. Admin CP -> vbPlaza Maintenance -> Auto Patch Templates, when you run this the first time, it will just list the changes that it has found/not found. If you press Attempt Auto Patches, it will modify the template changes it has found only. It will also modify all styles for your forums. I have tested this on all 3 of my licensed vBulletin production websites and the patches all worked great.

UPDATED MUST READ NOTES:
1) RE-READ THE UPGRADING OR NEW INSTALLATION INSTRUCTIONS AS THEY HAVE CHANGED FROM THE PREVIOUS VERSIONS!!
2) IF UPGRADING FROM A PREVIOUS VERSION OF eBux / eStore. YOU MUST INSTALL THIS ONE FIRST TO SAVE YOUR SETTINGS. (BUT YOU WOULD KNOW THIS IF YOU READ THE UPGRADING INSTRUCTIONS!! DONT SAY I DIDNT WARN YOU!!)

Branding Free Option
If you have donated in the past, you can get the Branding Free Option for Free by sending CMX a PM on the http://www.vbplaza.com/forums Message Board.
Otherwise, you will need to purchase it by signing up for an account at http://www.vbplaza.com/forums/register.php and then going to http://www.vbplaza.com/forums/payments.php

Features List:
This section has been moved due to its length. Look in the file included insize the zip named features.txt.

Release Notes:
This section will only show the most recent changes. For the rest of the changes, look in the file included inside the zip named changes.txt.

NOTE: If you want ibProArcade, v3 Arcade or vBookie integration now, you'll have to install the appropriate Addon included in the download. The reason for these parts being packaged as Addons, is to make the install a little smaller for users who do not have an Arcade, and because both Arcades cant be installed simultaneously as well. So it saves space only installing the one that you currently have.

v1.5.8 Updates:
1) Bugfix: Quick editing a post with BB Codes, modified the post directly instead of modifying a copy.
2) Bugfix: Some phrases fixed.
3) Bugfix: TABLEPREFIX bug has been fixed.
4) Bugfix: Addon Product XML sheets do not have executionorder in them anymore for vB 3.5 compatibility.

Database Backups Recommended!
Although I have upgraded 3 forums with this script already, it IS recommended that you backup your database before installing this product!!

Upgrading Instructions:
NOTE: THESE INSTRUCTIONS ARE FOR UPGRADING IF YOU HAD A PREVIOUS VERSION OF eBux / eStore INSTALLED!!
1) DO NOT UNINSTALL eBux / eStore (UNLESS YOU WANT TO LOSE ANY AND ALL SETTINGS.)
2) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Plugin System -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
4) Refresh the Admin CP and you will see all of the vbBux / vbPlaza Admin CP features at the top.
5) UNINSTALL THE OLD eBux / eStore NOW!! Go to Admin CP -> Plugin System -> Manage Products -> eBux / eStore -> Uninstall.
6) You can delete all files/folders that have the word estore or elottery in them from the FTP as well.
7) You will need to redo the template edits listed below as almost all of them have changed since the previous eBux / eStore.

If upgrading from a previous version of vbBux / vbPlaza follow these instructions:
1) Reupload all of the files in the upload folder to your forum's root folder. Make sure that all files are being overwritten. Do not move on to the next step until all files are transferred successfully!
2) After finished with step 2!! Reimport the product-vbbuxplaza.xml file via Admin CP -> Manage Products -> Add/Import Product. Make sure that Allow Overwrite is set to YES.
3) Refresh the Admin CP and get to checking your settings!
NOTE: You will be happy know that NO templates have been updated from v1.5.0 to v1.5.2!

New Installation Instructions:
1) Upload all of the files/folders in the UPLOAD folder to your forum's root folder.
2) Import the product-vbbuxplaza.xml via Admin CP -> Manage Products -> Add/Import Product.
NOTE: It could take a long time to install if you have a lot of registered users, be PATIENT! It should display the messages as it goes along to let you know that it IS working.
3) Refresh the Admin CP and start setting up your settings!
4) You will need to do all of the template edits listed below as well.

Template Edits:
A) Inside templates 'postbit' AND 'postbit_legacy':

Find:
Code:
<div id="postmenu_$post[postid]">
Replace With:
Code:
<!-- vbPlaza start -->
<div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>>
<!-- vbPlaza end -->
Next Find:
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
<if condition="$post['usertitle']"><div class="smallfont" <if condition="$post['titlestyle']">style="$post[titlestyle]"</if>>$post[usertitle]</div></if>
<!-- vbPlaza end -->
Then Find:
Code:
$vbphrase[posts]: $post[posts]
Replace With:
Code:
$vbphrase[posts]: $post[posts]
<!-- vbPlaza start -->
<if condition="$show['pointsinpostbit']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- vbPlaza end -->
Then Find:
Code:
				<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Add Below:
Code:
<!-- vbPlaza start -->
				<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
				<if condition="$post['ribbonsdisplay']"><div class="smallfont">$post[ribbonsdisplay]</div></if>
<!-- vbPlaza end -->
B) Inside template 'navbar':

Find:
Code:
		<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
		<if condition="$show['popups']">
Add Below:
Code:
<!-- vbPlaza start -->
			<if condition="$show['member']">
				<if condition="$vboptions['vbplaza_enabled']"><td id="vbplazamenu" class="vbmenu_control"><a href="$show[nojs_link]#vbplazamenu">$vbphrase[vbplaza_name] $vbphrase[vbplaza_menu]</a> <script type="text/javascript"> vbmenu_register("vbplazamenu"); </script></td></if>
			</if>
<!-- vbPlaza end -->
Then Find:
Code:
<!-- / NAVBAR POPUP MENUS -->
Add Above:
Code:
<!-- vbPlaza start -->
	<if condition="$show['member']">
	<!-- vbplaza tools menu -->
	<div class="vbmenu_popup" id="vbplazamenu_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">

		<tr><td class="thead"><a href="vbplaza.php?$session[sessionurl]">$vbphrase[vbplaza_name] $vbphrase[vbplaza_main]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[vbplaza_lottery]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[vbplaza_give_gifts]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[vbplaza_give_ribbons]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[vbbux_bank]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[vbplaza_donate]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[vbplaza_thief]</a></td></tr>

		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=richestusers">$vbphrase[vbbux_richest_users]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=userhistory">$vbphrase[vbplaza_history]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=mostsold">$vbphrase[vbplaza_most_sold]</a></td></tr>

		<if condition="is_member_of($vbulletin->userinfo, $vboptions['vbplaza_adminusergroups'])">
			<tr><td class="thead">$vbphrase[vbplaza_admin_only]</a></td></tr>
			<tr><td class="vbmenu_option"><a href="vbplaza.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[vbplaza_admin_donate]</a></td></tr>
		</if>

		</table>
	</div>
	<!-- / vbplaza tools menu -->
	</if>
<!-- vbPlaza end -->
C) Inside template 'MEMBERINFO':

Find:
Code:
				<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
Replace With:
Code:
<!-- vbPlaza start -->
				<div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername] $userinfo[onlinestatus]</div>
<!-- vbPlaza end -->
Next Find:
Code:
				<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
				<if condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
Then Find:
Code:
			<if condition="$vboptions['usereferrer']">
Add Above:
Code:
<!-- vbPlaza start -->
			<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
			<if condition="$show['gifts']">$show[gifts]</if>
			<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->
D) Inside template 'forumrules':

Find:
Code:
		<div><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div>
Add Below:
Code:
<!-- vbPlaza start -->
		<if condition="$vboptions['vbbux_enabled']">
			<if condition="!$show['codeonly']">
			<hr />
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perview]">$vbphrase[vbbux_points_perview]</phrase></div>
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perthread]">$vbphrase[vbbux_points_perthread]</phrase></div>
			<div><phrase 1="$vbphrase[vbbux_points]" 2="$foruminfo[points_perreply]">$vbphrase[vbbux_points_perreply]</phrase></div>
			</if>
		</if>
<!-- vbPlaza end -->
E): Inside template 'USERCP_SHELL':

Find:
Code:
<if condition="$show['avatarlink']">
Add Above:
Code:
<!-- vbPlaza start -->
<if condition="$vboptions['vbplaza_enabled']">
	<tr>
		<td class="$navclass[vbplaza]" nowrap="nowrap"><a class="smallfont" href="vbplaza.php?$session[sessionurl]do=editvbpoptions"><phrase 1="$vbphrase[vbplaza_name]">$vbphrase[edit_vbplaza_options]</phrase></a></td>
	</tr>
</if>
<!-- vbPlaza end -->
F): Inside template 'threadbit':

Find:
Code:
		$thread[title_editable]
		<div>
Replace With:
Code:
<!-- vbPlaza start -->
		$thread[title_editable]
		<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<!-- vbPlaza end -->
vBulletin 3.5.x Only Edit:

Next Find:
Code:
			<if condition="$show['gotonewpost']">
				<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
			<else />
				<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
			</if>
Replace With:
Code:
<!-- vbPlaza start -->
			<if condition="$show['gotonewpost']">
				<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
			<else />
				<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
			</if>
<!-- vbPlaza end -->

vBulletin 3.6.x Only Edit:

Next Find:
Code:
			<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>
Replace With:
Code:
			<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
G): Inside template 'memberlist_resultsbit':

Find:
Code:
		<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
		<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
Replace With:
Code:
<!-- vbPlaza start -->
		<div <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>><a href="member.php?$session[sessionurl]u=$userinfo[userid]" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername]</a></div>
		<if condition="$show['usertitlecol']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- vbPlaza end -->
-CMX

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2742  
Old 03-03-2006, 04:07 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else
Reply With Quote
  #2743  
Old 03-03-2006, 04:26 PM
fly fly is offline
 
Join Date: Oct 2003
Posts: 1,215
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji
a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else
As far as I can tell, it doesn't appear to be free.

edit: Def not free on my board...
Reply With Quote
  #2744  
Old 03-03-2006, 05:07 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well on my board it is....even tho the price is 350 + taxe

it doesnt substract it...
Reply With Quote
  #2745  
Old 03-03-2006, 05:38 PM
X-Files's Avatar
X-Files X-Files is offline
 
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-Files
I get a 0.01 everytime I view my own thread now. Is that correct?
I think this:

5) eBux Option: Unregistered Gives Points for Viewing Threads to Thread Creator, with this you can disable points from spiders and other unregistered viewers viewing threads.

May have cleaned up my strange points issues. I will test some more before we go live.
Reply With Quote
  #2746  
Old 03-03-2006, 07:50 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CMX,

Sent you a pm, important, please get back to me.
Reply With Quote
  #2747  
Old 03-03-2006, 08:00 PM
Dark Aura Dark Aura is offline
 
Join Date: Jul 2004
Location: Not telling!
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?
Reply With Quote
  #2748  
Old 03-03-2006, 08:19 PM
LauraFL LauraFL is offline
 
Join Date: Jan 2005
Location: Florida
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have another usergroup that is set as admin. I have entered the usergroup id in the corect place, however they do not have the option to admin donate. Can this be fixed some how? Did I do something wrong?
Reply With Quote
  #2749  
Old 03-03-2006, 08:21 PM
Gamersource Gamersource is offline
 
Join Date: Sep 2005
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Aura
I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?
I know you can set a global amount received for thread views, posts, etc. Also, you can change the amount per forum for thread views and so forth. You can also just set it so nothing is received in any particular forum. Any of this can be done by going to your AdminCP and find Forum & Moderators >> Forum Manager. Or you could go to Forum & Moderators >> Forum Permissions so that, if for example you wanted to set Registered users to gain 5 points per thread in only one forum and Super Moderators to gain 10 points per thread in all forums, it is possible to be more specific per usergroup.

So... If you want a more general setting, go for Forum & Moderators >> Forum Manager. If you want a more specific setting, go for Forum & Moderators >> Forum Permissions.

As far as reducing the points per forum (if that is what you were referring to when you said "take"), I am not sure if CM's hack can do that now... with him you never know. lol I'm sure if you asked, he could tell you better than I... he would obviously know.
Reply With Quote
  #2750  
Old 03-03-2006, 08:47 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Roxie
On the estore main page there is a list of the top 10 richest, but the header (that was also a link to the rest) is not there.

I'm not using the right template? I've done the edits, anything else I need.

Also, did we do away with the option to disallow users to give gifts to themselves?

Thanks!
Check to see if u have any edited estore templates first, if u do, revert them. If u dont, then try to reimport the product xml file again with allow overwrites to yes again.

That particular option is an advanced option for the Give Gifts under Manage Options.

Quote:
Originally Posted by OAndrea
OK I followed your directions for the setting it to Zero and I had those who have immunity take it off, but it doesn't work for super mods or admins. They are set to not have auto immunity, but they still can't remove their immunities.
I am still playing with it will report back if I can get it to work but so far nothing is working

Also my gifts aren't dropping off Thanks for considering my request in the next upgrade
Did u check the Protected Usergroups Settings, there are some groups that are automatically protected whether they have immunity or not.

The gifts will drop off the next time someone purchases one. I.E. IF u have it set for 20 for the max displayed per postbit. Then the 21st gift will make the first gift drop off, if not, then this will be fixed in v1.2.6 as I have reworked the gifts here and its working on my test forum.

Quote:
Originally Posted by exilera
Each consecutive upgrade seems to be breaking more and more of the hack for me... I've attached a screenshot of my estore main page after 1.2.5...

There's so many template edit changes that I don't know what to do anymore... This is getting exceedingly frustrating.
Yes, the template changes are a bite in the ass, too bad vB.com doesnt have a better method for updating/hooking into the templates.

In the worst case scenario, either Revert the templates and redo the edits, or View the Original ones and look at where the changes are to be made to make them match.

Quote:
Originally Posted by sim tech
Just gave ya $20 from simtechonline. Thanks for the great mod!

update - I get this message though from the lottery (and I'm the admin) when I select "view lottery winners" from the estore menu:
There's a new Usergroup Setting, can view lottery winners when you Manage Usergroups from the Admin CP.

Quote:
Originally Posted by hornstar1337
Okay I got a few questions:

1. Has anyone written anything in there forum about all the features to make it easier for there members to know what everything is etc. if so, could you post it here or pm me it.

2. In the admincp I have cost for attachments set to 0 however i just found out that members can set a price for other people to download there attachment. Can I get more info on this please. How to disable it, How to only set it for mods, smods and admins to set the price, and how to make it not cost points for admins, smods or mods if i choose too. I think these options are very important.

Thanks
Not sure about #1.

About #2, I'll add some more settings for better attachments in the future.

Quote:
Originally Posted by Joep11
The guy wich happens to has a referral from before installing estore. Does that also count? Nevertheless, he is still getting to much points for doing nothing... :ermm:
Yes, if u look into the user table and referrerid is not 0, it will give points to the referrerid user.

Quote:
Originally Posted by proxx
Dear CMX:

Thank you for adding:
Moderators Earn Extra Points Multiplier?
Super Moderators Earn Extra Points Multiplier?

These are very important features!

However, please change it to work like this:

1) Enter Usergroups & Forums which will earn Extra point Multiplier.

So, this way, this feature is NOT only limited to Moderators and Super-Moderators. But, it can be offered to any usergroup that I specify.

Also, by specifying which forums will allow this extra point multiplier, we can make sure that the selected usergroups will only earn extra points if they post in certain forums.

Scenario: I have a forum, where there are support sections and there are "useless chat" sections. I don't want the usergroup which was given the extra multiplier to be posting in the "useless chat" section and earn this multiplier; rather, i want them to post and earn extra points only when posting in Support sections of the forum.

Thanks in advance. This feature will be appreciated by many.
Thats a bit more involved than I want to get at this point in time, but I have noticed the ideas in a future folder.

Quote:
Originally Posted by Wachtmeister
You have won the lottery!

and
You have hit the jackpot for 195 after taxes!

ENJOY!


cannot be translated on my site. Maybe you can phrase them? (i still use 1.2.1)
I'll see about putting in phrases for these in the next release.

Quote:
Originally Posted by X-Files
I love this hack but sometimes the points don't seem to calculate the way you think they should. We just need basic points.

User posts a new thread 3 points.
User replys 1.
Someone views your thread 0.01.
Points per good rep 1.
Points per bad rep 1.
Referal 25.

Sometimes it seems points are getting awarded when there is no activity. I am running it on a dev board and there is normally only myself on it. I will log in as a shlub user to test things out also.

That has really been my only major issue.

On our board this is imprtant because you can get products with these points.
U should disable stuff like points for rating threads, points for adding calendar events, referral points modifier, and the other ones that u dont want to use. If u enter a valid of 0 for them, they will be disabled.

Quote:
Originally Posted by X-Files
I get a 0.01 everytime I view my own thread now. Is that correct?
Code:
		// dont award points for the thread creator
		if ($threadinfo['postuserid'] != $vbulletin->userinfo['userid'])
		{
This code is here to make sure the postuserid is not the same as the logged in user. I can refresh my own thread on my test forums all day and the points dont increase at all.

Unless I can replicate this problem, I cant really find a fix for it.

Quote:
Originally Posted by Gizmo5h1t3
just checked the added bit in the memberinfo template, when its clicked, i get this...

Could not find phrase 'estore_no_name_changes_recorded'.
This will be fixed in v1.2.6, it was in the wrong section.

Quote:
Originally Posted by 7thgenCivic.Com
I am up to 1.2.5, but users are not seeing their existing gifts. Does something manual have to be done besides the postbit changes?
Did u rebuild the gift postbits? It reads the gifts out of the estoregifts table, if its not in that table, the gift wont get put into the postbit. If u ever had an older gifts installed to 'gifts' it will not pickup gifts from any old gift hacks. That's the only issue I can see, the fix all gift postbits in the admin cp is working properly since v1.2.5

Quote:
Originally Posted by MissKalunji
a hugeeeeeeeeee bug................when i buy a gift...........its always free same thing for everyone else
It shows it for me on the test forums. Try to reupload all files again, and make sure the files are uploading with overwrite.

Quote:
Originally Posted by Dark Aura
I'm looking for a hack which allows you to take and add points when you post in certain forums and threads, can this hack be used to specify which forums and threads you can gain points from posting in?
It does allow u to specify which forum to gain points from posting in. But not individual threads.

Quote:
Originally Posted by LauraFL
I have another usergroup that is set as admin. I have entered the usergroup id in the corect place, however they do not have the option to admin donate. Can this be fixed some how? Did I do something wrong?
In v1.2.6 there will be a new template update to navbar that will allow it to use the Admin Usergroups to display the Admin Donate in the drop down.

If u want a new usergroup to be able to use Admin Donate, u must ALSO goto Manage Options -> Admin Donate -> Additional Usergroups -> Add the ones u want as well, it has a double check for security purposes.

Quote:
Originally Posted by Gamersource
I know you can set a global amount received for thread views, posts, etc. Also, you can change the amount per forum for thread views and so forth. You can also just set it so nothing is received in any particular forum. Any of this can be done by going to your AdminCP and find Forum & Moderators >> Forum Manager. Or you could go to Forum & Moderators >> Forum Permissions so that, if for example you wanted to set Registered users to gain 5 points per thread in only one forum and Super Moderators to gain 10 points per thread in all forums, it is possible to be more specific per usergroup.

So... If you want a more general setting, go for Forum & Moderators >> Forum Manager. If you want a more specific setting, go for Forum & Moderators >> Forum Permissions.

As far as reducing the points per forum (if that is what you were referring to when you said "take"), I am not sure if CM's hack can do that now... with him you never know. lol I'm sure if you asked, he could tell you better than I... he would obviously know.
To tell the truth I have never tried a NEGATIVE points number on a forum, its possible that putting -10 will take away points from the thread, but not 100% sure, it might cause an MySQL error too...... Needs to be tested.

EDIT: Just tested, I put -1 for Thread View in a forum, then viewed a post in that forum, it takes 1 point away every time I refresh someone else's thread. Refreshing my own thread does not take away any points.

-CMX
Reply With Quote
  #2751  
Old 03-03-2006, 09:19 PM
pross pross is offline
 
Join Date: Mar 2005
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Outstanding mod this. Shame the text effects don't work in FireFox though. 50% of my members are FF users
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06305 seconds
  • Memory Usage 2,396KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (31)bbcode_code
  • (19)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete