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
  #1427  
Old 02-14-2006, 02:45 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Frugal
Unless CMX removes the option to choose the table name the sql option will work with any future hacks of eBux and will likely work with other hacks like vbookie that integrate with ucash. However providing you only change ucash and do not change the vbookieucash the file edit version will work just as well and you will just have to remember to do it anytime you update vbookie.

The file editing version is definately the better option for people not comfortable running queries and vbookie is pretty solid so unlikely to be updated very often (which is why it was my first suggestion some 70 odd pages back).

If you know your database and are comfortable with sql then the query is the far more elegant and effective solution, if you don't know your way round sql the file edits are far safer and far easier to reverse if you make an error.

Frugal
If I made a hack calling the ebux field from the user table it wouldn't find it because you have it renamed to ucash. It would have to be a pretty big hack to do that as most hacks will use the functions CMX has built in, but nonetheless it is a possibility.
Reply With Quote
  #1428  
Old 02-14-2006, 02:52 AM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When a user is recieving reputation, its doesnt seem to be affecting cash in anyway. Why is this happening?
Reply With Quote
  #1429  
Old 02-14-2006, 02:59 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shaynehammy
When a user is recieving reputation, its doesnt seem to be affecting cash in anyway. Why is this happening?
It affects the person giving the reputation, not the user receiving. Make sure you have a value set in your AdminCp >> eBux Options >> Manage Settings >> Points Per Good Reputation and Points Per Bad Reputation.

If those are set and the person giving the reputation still isn't getting points, make sure you have 1.1.2 installed. I know it works because my wife just sat here and gave people reputation to earn free points. Luckily it only allowed her to give 10 people reputation in a 24 hour period.
Reply With Quote
  #1430  
Old 02-14-2006, 03:02 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
If I made a hack calling the ebux field from the user table it wouldn't find it because you have it renamed to ucash. It would have to be a pretty big hack to do that as most hacks will use the functions CMX has built in, but nonetheless it is a possibility.
OT but it would be better if the table and field were variables that could configured. This way something like vbookie could easilly be used for both estore and ushop
Reply With Quote
  #1431  
Old 02-14-2006, 03:04 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji
another require

when lottery is on add an annoucement in the estore.php home page

and question lets say i move the lottery option to no category...

how come it doesnt show?
A lot of template changes need to happen for the lottery, as well as a page to view the "past winners" soon too.

Quote:
Originally Posted by MissKalunji
another question................How does the lottery works? how does it pick winners?
It counts the number of tickets in the specified lottery and then generates a random number from 0 to that number and pulls an entry out of the winners table randomly.

Quote:
Originally Posted by caimakale
I am able to purchase a lottery ticket with no money in my account. Then it puts me into a negative restricting access to the bank. It happens because the initial cost of the lottery is 0.00 and it gives access to anybody. I don't think it checks the price after you select the lottery you want to purchase in the drop down box. It allows you to continue to the next page to make the actual purchase, this is where the check should occur to prevent it from letting you get to the page to make the final purchase.
Will be fixed in the next release.

Quote:
Originally Posted by eNforce
After removing gifts from a member they still display inside their profile irate:
Because they are listed inside the estore_gifts table of course. Editing in the Admin CP is just to fix any bugs that show up in the postbit. There is currently no Admin Edit feature for editing the ones in the MEMBERINFO yet.

Quote:
Originally Posted by redtailboa
These were already reported, but I am going to also confirm this on my forum:

Interest is showing this: Next Bank Interest: 01-01-1970, 12:00 AM

Users can buy lottery tickets even if they don't have enough money. If they do this, they go into the negative point range.
This will be fixed in the next version, it was a minor bug.

Quote:
Originally Posted by MorrisMcD
Do the purchases of lottery tickets go INTO the jackpot...

Example.. I would like to set the jackpot to 0... Then as people buy tickets, it goes into the jackpot.. Is that how this works?
No, the jackpot is settable right now, its the first incarnation of the eLottery system, so it will grow with features over time. Your suggestion has been noted.

Quote:
Originally Posted by caimakale
Ok, well then that explains it. I was getting the loyal member and senior discount, which brings up another bug.

This is giving anybody without their birth year set the senior discount. I have my birth month and day set, but not the year and it is giving me the senior discount. I don't require the birth year on my site.

The weird number was throwing me for a loop. I couldn't figure it out.
This will be fixed in the next release.

Quote:
Originally Posted by StarBuG
The sticky option is nice to have but I realy would like to be able to select in which forums I want to allow this option to work
Same goes for other options that effect forums

Another question:

The setting: "Expires X Days after Purchase" does this mean that the item disappears from the users itemlist after the ammount of time (if he didn?t use it)?
Or does it mean that after X Days the thread he sticked will get unsticked again?

The second option would be very usefull

Or what about denieing some colors for usernames for example.
So that users can?t change there username color and layout so that they look like admins or mods

A short "how to" for implementing other hacks using eBux would be nice too.
I for example use PhotoPlog Lite and I would like to limit the number of photos users can upload by default (can be set via the photoplog options) but I would like to have another eStore item that will increase the number of photos +10 or such.
How would I do that?

And one more.
Would it be possible to remember if a pager message has already poped up?
If I have multiple tabs from my forum open in Firefox, then it pops up on every tab.

I also noticed that when I got a pager message on my forum tab I can?t write in this message window (happend to me 4 times during writing this) until I go to the tab with the pager message and then back

Another "Bug":
If you deposit an ammount of money into your bank the "next time of interests" is set to the new time.
It would be good if it was stored at the first deposit and then never changes.
If you deposit a new amount of money 5mins before you would get interests you would lose a whole day

The richest member display only shows points a user has not in the bank.
To realy show the richest member you would need to take the bank into account too
You can select what forums can be stickied, its under Forum Options.

The Expires X Days only works on certain kinds of purchases and on something like a sticky thread, it only will work if that user is active. It will disable soon as its been 7 days and that user who purchased it would have logged in as it uses that user's history as the "expire" feature.

I have no idea what you mention about a pager as eBS doesnt use any kind of pager at all.

Theres an eBux setting to set it not to reset the interest amount upon deposits for a few versions now I think.

The richest member displays the top overall money in pocket + money in the bank now.

Quote:
Originally Posted by inspiration100
Can you sell zip files in the store? How would you add it?
With the latest version if you upload a file to a post, it should have a field for how many points you would like for people to download it. Just enter the number there, it doesnt really need a store option as it shows the attachment inside the post and checks/transfers the points upon a user clicking it. Unfortunately there's no way without a Code Modification to have it display the cost of the attachment due to it needing the imagecodes field from the attachment database.

Quote:
Originally Posted by Baudman
I'm lost. I installed this and set everything up but then I click on the estore button in the nav bar and Its telling me my usergroup doesn't have permision to use it. How do I set this? I thought I had it all.
Should be under Usergroup Permissions.

Quote:
Originally Posted by Geser
I am trying to remove item I bought, and getting message "You do not have enough points to perform this action.".
Why I need points to remove item I have?
What version do you have installed? I thought that was fixed in v1.1.2.

Quote:
Originally Posted by docvader
I have about ten categories, and, oh, 140 "forums", with a few extra user groups. Am I going to have to set options for each one of these forum areas individually, or will the permissions follow the parent category forum? Just wondering what this is going to be like to configure.

Gonna do it one day!
Unfortunately yes until I can create a global setting to set all items at once and then you could "modify" the options you dont want to have the settings. I hope to implement something like this in the near future.

Quote:
Originally Posted by NuclioN
I'm stucked with the 'deny' and 'give' forum access options. These options are set to be available for staffmembers only to block access to one of their forums in a category. But when a moderator block access for a member, this member can visit, post and reply as usual. What's wrong?
It only blocks them from going to the forum ID that you did the block for.

Quote:
Originally Posted by Stormwolf
Is there a way for an admin to view every transaction made in the store or to get it to pm a specific usergroup when a transaction is made?

We are using this to sell forum items and items in our gaming world. It would greatly help the person who delivers the items sold on the forum to the people in game if there was either a pm made to all admins when somebody buys something or a web accessable log of every transaction made in the store.
The next version 1.1.3 will have a history per item. I think sending a PM is a bit overboard, but the history will be nice, and it will have pages and a setting for how many to show per page, etc. Someone could make an addon for the PM thing I'm sure, or I could look into it when I get more time.

Quote:
Originally Posted by Sooner95
Ok, completed upgrade to 1.1.2

Error still exists on that account. See screenshot.

I cannot do anything with that account. No matter what I click, it just gives me that page.
Did you reupload all of the files in the UPLOAD folder? That is a common mistake people tend to forget as well.

Quote:
Originally Posted by Sooner95
ok thx. Think I am going to write this one off as, shithappens. No worries, corrupt account will just be removed, and create another ect..

Still afriad to try the immunity hacks again, so I'll prob create another test account and doit that way, see if that has been fixed.

CMX:

THx for the Lotto!!

Only request I have left is intergration with ibPro Arcade..
In the future, I'll add it so the Admin CP, search for Users can edit the otherflags and some of the other fields that are added to the usertable in case of corruption too.

Does IBProArcade have any hooks implemented?

Quote:
Originally Posted by Sooner95
Quick question about the Lotto Ending time.

Says this in my store..

Lottery Ends Approximately: 02-20-06, 11:21 AM

Says this in AdminCP

1140452512

How do these relate?
The time it ends is a "TIMESTAMP" from php's time() command. It's how all dates are stored into the database physically. Even the joindate's that go into when your users have registered. They could be edited to show a proper date I guess, but it was easier at the time to just display the exact number for accuracy.

Quote:
Originally Posted by StarBuG
Ok I still have the empty category problem

I uninstalled the plugin and reinstalled it.

Still all categories are empty?

Did anyone solve this problem?? Any solutions?
Did you reupload all of the files, then click on Rebuild Datastore from the Admin CP?

Quote:
Originally Posted by Ohiosweetheart
ut oh.... a member is trying to buy a gift for another member. I have the cost set at 1000 points. It's telling her that she doesn't have enough points to perform this action. But she has over 5,000 points....

what can I do?
Thats very odd unless you have the tax percentage to like 400% lol, I dont see how that error would occur though, nonetheless, I'll look into it and test it on my test forum.

Quote:
Originally Posted by Skyline_GT
I wonder are you planning to integrate paypal with this system?
buy points using real money??
I really would like someone else to implement that as I dont want to do anything that has to do with real money due to legal reasons. Someone else is more than welcome to code this add on

Quote:
Originally Posted by Sooner95
oh.. lol

Request:

Can this be set up another way then? hehe.


I am having no luck with settign this..

Its based on seconds, like how many seconds till the end of the lotto?

I put in 302400, which is 1 week. But i get this date

Lottery Ends Approximately: 01-04-70, 07:00 AM

In the time active box, it has 604800, I assume means the lotto is up for 1 week?

Maybe i am just doing it wrong.
Nope, its a TIMESTAMP from php's time() command. You would have to run take vBulletin's TIMENOW + 604800 (1 week more than the TIMENOW).

Quote:
Originally Posted by xYarub
It's allowing you to buy lottery tickets even if you don't have enough for one. It sent me 900 eBux into the negative integers.
Will be fixed in the next version.

Quote:
Originally Posted by shaynehammy
Got this error when trying to admin donate

"The amount you are trying to transfer is invalid."

Although the amunts gets transferred to the user... how do i rectify this?
Did you enter a non-numeric value or leave it blank, that should be the only time it gives that message unless there's some new bug I havent found yet.

Quote:
Originally Posted by shaynehammy
Quick question. I want my users to be able to able to change any admins custom titles if the users can afford it. However, admins seemed to be protected ...??
For now you would have to hack the action file.

Remove the following code from action.changeotherusertitle.php

Code:
	// you cant change an administrators user title :p
	if (($touser['usergroupid'] == '6') || ($touser['userid'] == '1'))
	{
		// display error, this user is protected against this action
		eval(standard_error(fetch_error('estore_protected_user')));
	}
I did it this way because I work for a big Gaming Accessory company called Pelican Performance, I cant have some idiot change my user title to 'a$$hole' or something even more ridiculous, so I disabled it.

Quote:
Originally Posted by lordofgun
Regarding vbookie integration:

It's so much easier just to change all instances of "ucash" to "ebux" in functions_vbookie.php

No queries or anything need to be run.
I messaged the maker of vBookie, Andreas, I think he will update vBookie to work with eBS in the future, we'll see.

Quote:
Originally Posted by amykhar
If I may make a suggestion...
The way the permissions are now is not all that intuitive. It might be better to make the permissions for each category and usergroup pick up the default usergroup permissions for the mod, and only use the category and option permissions to override the defaults as needed.
Very creative & good idea, I'll see if I can implement that into v1.1.3.

Quote:
Originally Posted by shaynehammy
Where does the lottery display winners?
It doesnt just yet, but it DOES save the winners into a winners table, just need to do the templates/php to display the "previous winners".

Quote:
Originally Posted by shaynehammy
Sorry for the double post. Another problem is

"Next Bank Interest: 01-01-1970, 01:00 PM"

How do i rectify this?
Again this will be fixed in v1.1.3

Quote:
Originally Posted by WolfsongNevan
As well as the above problem with the next bank interest date (ours is showing 1969 though), I have another problem ...

Some gifts are not showing up on threads, but *are* showing up on the user's profile. None of these users are above the 20 gift maximum default, so I'm not sure what the problem is.

Also, I thought I read earlier that the "hover" over the gifts (which would show the gift giver's name and message) was being implemented, but I don't see it on the newest version we just upgraded to (v1.1.2).
It does not show 2 of the same gifts in the profile so it can display as many different gifts as possible in the postbit. Also, you may need to use the Admin Feature to "Fix all gifts".

Quote:
Originally Posted by Ohiosweetheart
All I know is that my usergroups are set to be able to purchase from the store, and everything is enabled in eStore Options/Manage Options... but some users can't make purchases even tho they have way more than enough points to do so.
I havent seen this problem, I'd have to say make sure you did upload all files again every time you upgrade because some files changed overtime, especially functions_estore.php.


Another note, working on v1.1.3, hopefully it will release tomorrow, Tuesday, February 14th, valentine's day!

-CMX
Reply With Quote
  #1432  
Old 02-14-2006, 03:20 AM
WolfsongNevan WolfsongNevan is offline
 
Join Date: Jan 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you SO much for all your AWESOME support, seriously.

Just one quick thing (but a big thing to our members) that I didn't see answered .... will the "hover" over gifts (which will show the gift giver's name and message) be added?

Also, you said in reply to my question about missing gifts (in the threads, not in the profile like you mentioned) that it will not show 2 of the same gifts ... would it be possible to make this an option in a future update? We have a board full of ladies that are VERY into the gifts and are disappointed that their gifts aren't showing up in the threads ... especially since there is a only a small selection of gifts at this time (working on adding more ). The rose and bouquet are popular gifts in our forum and because of this, members are getting multiples of them from different members, but can't see them.

Off to donate to PayPal because I am just so completely impressed with your dedication to this project. (no kissing up intended)
Reply With Quote
  #1433  
Old 02-14-2006, 03:23 AM
WolfsongNevan WolfsongNevan is offline
 
Join Date: Jan 2006
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uhh, quick question about PayPal donations ....

At the first page, it states shipping and handling is $0, but at the confirmation screen, it plugs in $5.50 shipping and handling automatically (and doesn't allow me to change it) ....
Reply With Quote
  #1434  
Old 02-14-2006, 03:34 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thankyou to all that helped fantastic support from all.
thankyou to
Frugal
lordofgun
kylek
my vbookie is working great now with ebux
Reply With Quote
  #1435  
Old 02-14-2006, 03:35 AM
Ohiosweetheart Ohiosweetheart is offline
 
Join Date: Dec 2005
Location: N.E. Ohio
Posts: 2,291
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Thats very odd unless you have the tax percentage to like 400% lol, I dont see how that error would occur though, nonetheless, I'll look into it and test it on my test forum.


I havent seen this problem, I'd have to say make sure you did upload all files again every time you upgrade because some files changed overtime, especially functions_estore.php.


Another note, working on v1.1.3, hopefully it will release tomorrow, Tuesday, February 14th, valentine's day!

-CMX
thank you CMX. caimakale found the answer to my problem for me. Thanks again cai!
Reply With Quote
  #1436  
Old 02-14-2006, 03:59 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WolfsongNevan
Thank you SO much for all your AWESOME support, seriously.

Just one quick thing (but a big thing to our members) that I didn't see answered .... will the "hover" over gifts (which will show the gift giver's name and message) be added?

Also, you said in reply to my question about missing gifts (in the threads, not in the profile like you mentioned) that it will not show 2 of the same gifts ... would it be possible to make this an option in a future update? We have a board full of ladies that are VERY into the gifts and are disappointed that their gifts aren't showing up in the threads ... especially since there is a only a small selection of gifts at this time (working on adding more ). The rose and bouquet are popular gifts in our forum and because of this, members are getting multiples of them from different members, but can't see them.

Off to donate to PayPal because I am just so completely impressed with your dedication to this project. (no kissing up intended)
This hover question has been answered MANY times, I will not support this in the official hack because I dont think that showthread should CACHE the entire estore_gifts table into memory everytime someone views a thread. (This is exactly how the old gifts hack + ribbon hacks work, they will cache the entire table into memory.) I run a site with well over 200,000 registered members, it would take ages if there were 200,000 gifts in the table for it to cache every post, the server would fall on its face hourly. The only way to fix this is to serialize the data INSIDE of the gifts field that goes into the user table, but I havent had a chance to look at doing this yet.

Quote:
Originally Posted by WolfsongNevan
Uhh, quick question about PayPal donations ....

At the first page, it states shipping and handling is $0, but at the confirmation screen, it plugs in $5.50 shipping and handling automatically (and doesn't allow me to change it) ....
Unfortunately I dont know how to fix that because that same address is used for my sales on the webpage too, just subtract $5.50 from your donation amount prehand lol

-CMX
Reply With Quote
  #1437  
Old 02-14-2006, 04:24 AM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What would be great if there was a history list that displayed who changed anothers user titles. Say the last 20 titles changes.

So where the Most sold catergory is.Clicking on this (Change Others User Title) would take you to who bought what.
Reply With Quote
  #1438  
Old 02-14-2006, 04:30 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well thank you cmx
Reply With Quote
  #1439  
Old 02-14-2006, 04:48 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't find this doing a search so,

Can points be removed from a specific member? Or is there a way to reset one members point total to zero?
Reply With Quote
  #1440  
Old 02-14-2006, 04:52 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
The only way to fix this is to serialize the data INSIDE of the gifts field that goes into the user table, but I havent had a chance to look at doing this yet.
Are you talking about serializing it and leaving it in the user table or adding it to the datastore?
Reply With Quote
  #1441  
Old 02-14-2006, 04:53 AM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kylek
Can't find this doing a search so,

Can points be removed from a specific member? Or is there a way to reset one members point total to zero?
The easiest way of doing this is to go into your AdminCP >> Users and then search for the user. At the bottom of the user info screen is the eBux info including pocket points and bank points. Just erase everything there and save.
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:09 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.07695 seconds
  • Memory Usage 2,476KB
  • Queries Executed 30 (?)
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
  • (38)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
  • (5)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)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