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
  #1962  
Old 02-20-2006, 04:53 AM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lowandloudinc
yea i dont know why maybe a coder could help us out. im trying to figure it out and if i do ill post.
Why is it, that the memberinfo template will pull up a user's ebux points number when using $userinfo[totalpoints], $userinfo[bank], and $userinfo[points], but those same code snippets will not work in postbit or navbar templates???
Reply With Quote
  #1963  
Old 02-20-2006, 04:54 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a strange one. Added an admin tonight, changed his usergroup from active member to administrator and now he cannot access the eStore, gets the you do not have permisson page. Anyone come across this before?
Reply With Quote
  #1964  
Old 02-20-2006, 05:02 AM
dan35's Avatar
dan35 dan35 is offline
 
Join Date: Jul 2004
Location: California
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lowandloudinc
this is what i use to have and it did it

https://vborg.vbsupport.ru/showthrea...=credit+system

theres an image that is posted that i wanted it to look like , i beleive its the first pic posted

Same here
'cause some members feel annoyed with the second page.
Reply With Quote
  #1965  
Old 02-20-2006, 05:05 AM
TamCaVBoy3 TamCaVBoy3 is offline
 
Join Date: May 2004
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this mod has this function ???

Use point system to pay to read a thread

example:

a user can make a thread and sell it for 5 points, other users will have to pay 5 points to read it or else, the message will be hidden
Reply With Quote
  #1966  
Old 02-20-2006, 05:17 AM
ChiliVB ChiliVB is offline
 
Join Date: Dec 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've upgraded my install to v1.17 and I have a question on the lottery system.

How do I change the end date of the Weekly Lottery?

After enabling the option and testing a ticket purchase with a user it gave an estimated end time of the lottery to be the same day (today, Monday) at 10:00 PM. The Time Active setting is 604800.

As info, I do not have the Daily Lottery option enabled at all.

I'm sure I'm overlooking something if you can point me in the right direction.
Reply With Quote
  #1967  
Old 02-20-2006, 05:20 AM
dxguru dxguru is offline
 
Join Date: May 2005
Location: England
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have an issue with the Lottery.

When I purchase a ticket, regardless of if it is Daily or Weekly, the confirm screen shows the same Lottery Ends Approximately: date (which is the weekly date)
Reply With Quote
  #1968  
Old 02-20-2006, 05:28 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how hard would it be to add ebux support to rpg inferno ? or visa versa ?
Reply With Quote
  #1969  
Old 02-20-2006, 06:39 AM
lazytown lazytown is offline
 
Join Date: Feb 2004
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've seen this asked, with a few nonspecific answers...

But is there any way forums can automatically (or even manually) give points to users that contribute $$? VB already has contibuton/subscriber feature built in -- couldn't it give users points somehow through that once they donate? It doesn't need to integrate directly with Papal or anything.

Great Mod!
Thanks
-Vissa
Reply With Quote
  #1970  
Old 02-20-2006, 07:24 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
CMX -

I am working on a new item and noticed that you have a column in the estoreitems table called changeaways. Is this supposed to be there or was it a typo that was corrected, but the wrong column left? Off the top of my head I can't think of what would use this column.
It was renamed to changealways in a later version, you can delete changeaways from your estoreitems table if it exists.

Quote:
Originally Posted by lowandloudinc
this is what i use to have and it did it

https://vborg.vbsupport.ru/showthrea...=credit+system

theres an image that is posted that i wanted it to look like , i beleive its the first pic posted
1) Its a Code Modification.
2) Its using only the global setting for it, it wont work if the imagecost is different per attachment.
3) It also modifies a template.

#1 and #2 are stopping me from incorporating that, #3 is doable easily though.

Quote:
Originally Posted by XanTrax
CMX_CMGSCCC - There obviously is an exploit if members on my board and apparently one or two other peoples boards here members can/are doing something to get 50,000 points in less then an hour or so.
Find out what it is, and report it here so I can fix it.

Quote:
Originally Posted by rinkrat
I just installed for the first time and I'm using ucash as the points system since I had that installed and users have lots built up.

I gave myself permission to use the store and went into the estor and saw all of the items including the bank and glow and all that but there is nowhere to click to purchase any of the items.

Also, where do I put the points into the bank?

GREAT mod by the way from what I've seen on other sites. Got my vote already
The bank is unser Points Options.

Quote:
Originally Posted by voleibolmurcia
CMX_CMGSCCC

Just modify the template edit for MEMBERINFO, its that easy. Where it says $gift[message] remove that part and fix it up to your liking.


The code to insert in memberinfo template is that:


PHP Code:
            <if condition="$vboptions['ebux_enabled']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[ebux_name$vbphrase[ebux_points]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_pointsmode" style="">
                    <
tr>
                        <
td class="alt1">
                            <
div><a href="estore.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[ebux_points]</a>: $userinfo[points]</div>
                            <
div>$vbphrase[ebux_bank]: $userinfo[bank]</div>
                            <
div>$vbphrase[ebux_total_points]: $userinfo[totalpoints]</div>
                        </
td>
                    </
tr>
                </
tbody>
                </
table>
            </
div>
            </if>
            
            <if 
condition="$show['gifts']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead" colspan="4"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[estore_gifts]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_usergiftsmode" style="">
                    <
tr>
                        <
td class="tcat"></td>
                        <
td class="tcat">$vbphrase[estore_sender]</td>
                        <
td class="tcat">$vbphrase[estore_message]</td>
                        <
td class="tcat"><if condition="$show['candelete']">$vbphrase[estore_delete]</if></td>
                    </
tr>
                    
$userinfo[gifts]
                </
tbody>
                </
table>
            </
div>
            </if> 
I didnt found any $gift[message].

I dont understad the 99% of php code. I think the "trick" is in the $userinfo[gifts] that may be the phrase o whatever that shows the image, sender and messagge.

I only want to show the image.

Thank u.
You'll have to modify the plugin for member_complete to accomplish that as well as the template edit. I wish I had more time to explain, but look at the plugin for member_complete and you should see some stuff like <td>$gift[message]</td>, etc..


Quote:
Originally Posted by BLazeD1
I tried changing the quantity for Username Glow to 0 - so that it is unlimited, but it wont save!

How can I make all the items unlimited?
To make it unlimited you have to change the Default Quantity to 0, not the "current" Quantity to 0.

Quote:
Originally Posted by VMS
I set in Admin CP "Max Gifts Displayed Other Than User Profile" is 10, but it still displays 20 (default). Is there anyway to adjust it the right way ? And are the gifts in User profile can be hidden by clicking on the eye button (like ushop before) or something so it won't show or display out side or users can display what gift they want to be displayed by themselve? Thanks in advance for all the answers and helps.
Slight bug, will be fixed in v1.1.8.

Quote:
Originally Posted by Sooner95
Finally upgraded to 1.1.7, pretty busy up here last few days, wind storm blew out power for a few days. anyhow, i've fallin behind in this thread and just have one question, tho it may have already been adressed.

The attachemnt cost thing. Its cool, but i don't really care for the redirect to the store to purchase it ect.. Is there anyway it could be set up like this?

Member clicks on attachment, a popup comes up giving them the option of purchasing attachment for set price, yes or no. they click yes, they veiw the attachment and it automatically takes the points, they click no, the popup just goes away and back to the page. Maybe even do this via AJAX?

Also, woul dit be possible to have it where once a member clicks an attachment once, they do not have to pay for it again?

Thanks.
This needs more research, but it might be possible. If someone can find out a way to do this, I will incorporate it.

Quote:
Originally Posted by BLazeD1
Someone on my forums found an exploit for this, I PM'ed you about it.
I'll look into it, thanx.

Quote:
Originally Posted by AlchemyX
How do I make, by default, access denied to post, reply, and post attatchments in a particular forum, on a per usergroup basis, so that my users can buy access to it?

BTW, I am absolutely loving this hack, it's awesome... I'm also trying to integrate it with v3arcade to make it give you a certain amount of points for becoming the new champion, and substantially less, but still some, for making it into the top 10 (but not being champion), and I'm also trying to figure out how to make it cost points to play particular games...

But all this aside, I'm new to vB, so It's taking me a bit to get accustomed to.

Nice hack :-)
I'm not familiar with all of vB's settings, but I think there is a setting under Forums Manager?

As far as v3arcade goes, John is going to implement the things needed to be compatible with eBux in the next build on March 12th, 2006, stay tuned!

Quote:
Originally Posted by Zowners
I was wondering if it would be possible to display the ammount of points they have in and out of the bank under their Name and info. Such as right here:



I edited that. I don't actually know how to do it (if you can't tell by the crappy font).
Yes, that should be doable. In the template that displays there, try $userinfo['points'] and it should show there, if not, try $vbulletin->userinfo[points]...

Quote:
Originally Posted by inspiration100
might sound strange but how do you enable the attachments cost points ?
In the Admin CP, eBux Options.

Quote:
Originally Posted by jilly
If a member has two different people buy them the same gift, it only shows up once in their postbit. Is there a way to make each gift appear individually, even if it's the same gift?
Only if you hack the action.gift.php file.

Quote:
Originally Posted by jojo77
Having issues with the ban access feature.

Ok just tested the ban function and it does not seem to be working. I bought one to ban a to a test account of mine and that account was still able to access the forum they were banned from. Any suggestions?
It works on my test forum at http://www.ps2hits.com/forums/

Does the user have any usergroups that say "overrides settings" enabled?

Quote:
Originally Posted by docvader
For some reason, when I install it, it's not picking up the point values. II've gotten around the phrases). Anyone have any idea why this won't work in the navbar?

In fact, I'm not getting this to show in my postbits either:

Any suggestions???
Dont use $post[points], use $userinfo[points] or $vbulletin->userinfo[points] maybe.

Quote:
Originally Posted by shaynehammy
CMX.

Is possible to include what users title was changed to in history? Nice to have a history of all title changes for users.

Thanks
Will be added in v1.1.8.

Quote:
Originally Posted by docvader
Why is it, that the memberinfo template will pull up a user's ebux points number when using $userinfo[totalpoints], $userinfo[bank], and $userinfo[points], but those same code snippets will not work in postbit or navbar templates???
Because its a different variable name in other spots.

Quote:
Originally Posted by kylek
Here's a strange one. Added an admin tonight, changed his usergroup from active member to administrator and now he cannot access the eStore, gets the you do not have permisson page. Anyone come across this before?
Does administrator have the Usergroup Setting "Can Access eStore at all?" enabled to Yes?

Quote:
Originally Posted by dan35
Same here
'cause some members feel annoyed with the second page.
If you can find a better solution without a Code Hack and I'll implement it. I was looking for it a while back and didnt come up with anything.

Quote:
Originally Posted by TamCaVBoy3
will this mod has this function ???

Use point system to pay to read a thread

example:

a user can make a thread and sell it for 5 points, other users will have to pay 5 points to read it or else, the message will be hidden
There is currently no feature to sell threads as of this time, it does sound like an interesting Idea though, I'll put that on the think tank of ideas to see if its possible/plausible without any code hacks.

Quote:
Originally Posted by ChiliVB
I've upgraded my install to v1.17 and I have a question on the lottery system.

How do I change the end date of the Weekly Lottery?

After enabling the option and testing a ticket purchase with a user it gave an estimated end time of the lottery to be the same day (today, Monday) at 10:00 PM. The Time Active setting is 604800.

As info, I do not have the Daily Lottery option enabled at all.

I'm sure I'm overlooking something if you can point me in the right direction.
It's a UNIX timestamp value, for now thats all there is to edit it. I'm looking into a better way so a non-coder user can updated it easier, but it will take some time to figure out a way to do it easier.

Quote:
Originally Posted by dxguru
I have an issue with the Lottery.

When I purchase a ticket, regardless of if it is Daily or Weekly, the confirm screen shows the same Lottery Ends Approximately: date (which is the weekly date)
There is a bug in the XML import script for v1.1.7: To fix the lottery daily time, goto Manage Lotteries, for the end date for the Daily Lottery, enter the value 1, then goto Scheduled Tasks and click on Run Now next to the Process eLottery cron task and it will be fixed to work daily.

Quote:
Originally Posted by PixelFx
how hard would it be to add ebux support to rpg inferno ? or visa versa ?
Assuming RPG Inferno has a variable where u can change the points table field, it would be hella easy. If not, maybe u could try changing the points table field for ebux and see if it "likes" RPG Inferno enough to work properly

Quote:
Originally Posted by vissa
I've seen this asked, with a few nonspecific answers...

But is there any way forums can automatically (or even manually) give points to users that contribute $$? VB already has contibuton/subscriber feature built in -- couldn't it give users points somehow through that once they donate? It doesn't need to integrate directly with Papal or anything.

Great Mod!
Thanks
-Vissa
Actually that should be possible by adding a plugin to the plugin named --> paidsub_build

I'll see about adding a setting for this as well, but the points will always be the same, no matter what subscription was chosen I think, if thats ok, I'll go ahead and add this feature.

-CMX
Reply With Quote
  #1971  
Old 02-20-2006, 08:42 AM
NoRespect NoRespect is offline
 
Join Date: Oct 2005
Location: Houston
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The only thing I would like to see is withdrawl tax from the bank.

But still a kick ass hack.
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 05:45 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.09749 seconds
  • Memory Usage 2,437KB
  • 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
  • (30)bbcode_code
  • (1)bbcode_php
  • (26)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