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

 
 
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
  #2072  
Old 02-21-2006, 05:15 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337
If I install this now, there are no problems upgrading it each time a new version comes out is there? Or will people loose points and things they have paid for?
As long as you do not Uninstall, they will keep their points.

Quote:
Originally Posted by dan35
I mean the option "No" of "Lottery Active" is not working. It always shows "Yes".
Will be fixed in v1.1.9

Quote:
Originally Posted by Zowners
Bugs I have found:

1) A thread counts as a post. So if you make 1 point per thread, and 1 per post, you get 2 for a thread.
2) Reputation adding doesn't add to the points.
I cant confirm either one of these bugs.

1) DONT forget you get points per characters too, check your settings for that inside eBux Settings.
2) The points goes to the person GIVING the reputation, not the person you are giving reputation to.

Quote:
Originally Posted by 7thgenCivic.Com
I have 2 requests for the hack of the year!!

1. Be able to completely delete/remove the mod/admin options and/or anything I don't need. Less cluter, plus I don't like having those high risk options there.

2. Complete history admin in the admin section. Be able to search by user, date, addon etc. Then you can remove the one in each product in the store.

Keep up the awesome work. I bought a beer for you on my site!
1) LoL, I guess I could allow delete to function on those certain items.

2) I was going to work on something like that in the future when I have more time.

Quote:
Originally Posted by hornstar1337
In my postbit and postbit legacy i dont have $vbphrase[posts]: $post[posts] because another hack removed it.


Where should i insert $post[glowstrength]); width:100%;"><else /><div id="postmenu_$post[postid]"></if>



Thanks



i used to have ustore installed in 3.0.x forums, I searched and I found I already have $post[glowstrength]); width:100%;"><else /><div id="postmenu_$post[postid]"></if> because of that old installation.


Should I remove that old installation first, if so How should I do that.

Thanks
It depends on how badly its out of order, reverting might be necessary, how long has it been since you've done a template revert?

Quote:
Originally Posted by mikeylikesitz
i have a bug in creating a new usergroup and wanted to see if ebux/estore had anything to do with it

Code:
### INSERT QUERY GENERATED BY fetch_query_sql() ###INSERT INTO forumpermission
	(`forumid`, `usergroupid`, `forumpermissions`)
VALUES
	('9', '20', '0');

MySQL Error  : Duplicate entry '20-9' for key 2
Error Number : 1062
Date         : Monday, February 20th 2006 @ 07:37:32 PM
Script       : http://www.gamersvault.net/forum/admincp/usergroup.php
Referrer     : http://www.gamersvault.net/forum/admincp/usergroup.php

updated to 1.18 and still get the error, this is the only thing ive added recently as far as plugins are concerned. If this isnt a ebux issue, sorry for the post.



Keep up the good work!!
I dont think it is the issue as its not using any of the eBS fields in that query, but to 100% verify its not the eBS, goto Manage Products and and set EBS to Disable, then try to add the usergroup again.

Quote:
Originally Posted by Zowners
Well, I have a hack that auto closes the thread when it reaches 1000. And I never plan on having one that big. I just think that even with the query, it would be worth it. Because that is a fairly big exploit right there. If a user finds this out, he can get a lot of points without me knowing. Or if he makes a horrible post, I delete it, he basically stole the points from me.
Even still, 1000 posts, if 1000 different users did post in the thread, that would be 1000 users getting updated in a query, if not multiple queries. If someone wants to do something like that, I'm just asking it to be an Add On as I dont want to add it when it definitely could cause issues with timeouts and/or really large boards/forums like my own.

You should remove some points from the user inside the Admin CP that would accomplish the same results of a cheater.

Quote:
Originally Posted by Rickie3
i dont know if this has been asked before, but when i first installed this,a few of my members bought gifts,and now ive upgraded from the first release to the current v1.1.8 ,now in v1.1.6 i set gifts to expire in 1 day but those gifts are still showing in members posts how do i get rid of those gifts?
Options with CUSTOM script locations can not expire. If you edit the Option in Manage Options and it says it has action.whatever.php for a script location, that item is not allowed to expire as the .php will not know how to handle it.

Quote:
Originally Posted by XanTrax
I will then further investigate this new one. Users points are increasing 10 folds. If I had coded this it would have been much easier to find the exploits .
This particular exploit of posting more than the allowed number of characters or any other kind of post that generates an ERROR will NOT give points anymore, I have changed the plugin location to newpost_complete meaning it HAS just inserted the new post into the database and it SHOULD give the points. Before it was giving the points on newpost_process which still hadnt done the error checking. Needless to say, if u find another exploit, it wont be related to posting a thread/post.

Quote:
Originally Posted by RDX1
Every memeber has something like this as their item history. 1) I never had these options active and 2) they all seem to be random.
Those are the items that that member had purchased. Thats why they are always random. Its viewing that User's History of purchases they have made with the eStore, and/or they purchased it before u had a change to disable them.

It's possible some option ID's have changed and its showing the wrong name there, to fix that goto Admin CP -> eStore Options -> Clear User History.

Quote:
Originally Posted by MorrisMcD
My glow STILL doesnt work.. It starts right at the right of the username and goes over the online status only...

All other username items work fine.. :shrug:

I even moved the online status stuff down as suggested by someone and it just put a small line next to the name since nothing was there to highlight.. Is it possible to make this glow the same way it did before the .6 update?
The only thing I can think of is your template edit must not be 100% proper, PM me your Template for postbit/postbit_legacy, whichever one u use.

Quote:
Originally Posted by Colejo
What about an option in the store to buy a smilie so that it is named after their username?
lol, that sounds like it would be a custom action script. I'm sure something like that could be done, I'll add it on the future folder.

Quote:
Originally Posted by jilly
I'd like to see a 'greeting card' option added = I know it may be a lot of code, but just thought I would ask anyway
Here's what I can come up with for details as of now

* User purchases a card for another member under the misc options area

* User is taken to a place to pick options to 'design' the card - design the card options include:

> Pick card background
> Pick graphic for the card
> Type in area for text - user types in their message to the other user.
> Pick time expiration for card (1 day, 7 days, 30 days, etc)

* Card is 'sent' to the recipient (recipient receives a pm letting them know they have an estore card to pick up with a link - the link takes them to a card pick-up area to see their card.

* Sender is notified when their card has been picked up.

* Extra idea for public cards - card pickup area could include a public and private area - if someone picks a card to be 'public' when they create it, then everyone can see them - they would display in a tiled manner in a card area of the estore
.
If someone picks a card to be 'private' then only the recipient sees it.

If you do work this up, I can donate some backgrounds/imgaes/graphics if you are interested..
This also would be a custom add on like the gifts/ribbons. Perhaps someone will get to something like this before I would though.

Quote:
Originally Posted by hornstar1337
Still cant install this because In my postbit and postbit legacy i dont have $vbphrase[posts]: $post[posts]


And ideas on where to put it now?


I used to have ushop installed should i remove this first? if so how?


Please help asap, thanks
Send me your postbit/posbit_legacy template via PM and I'll see if I can add it for u.

Quote:
Originally Posted by Fuzz
I was hoping someone knew exactly how server intensive this hack is? I have a fairly large community (20-40 members on at a time) and since i have installed this wonderful hack my host is now barking at me for using too much CPU, MEM, SQL%. I'm on a shared host environment so I can not hog all the resources obviously, but this has not been a problem until I installed this hack, I believe.

CMX - do you know any ways to optimize the eShop/eBux system so it is less server intensive? I didn't know if there were any options I could take out of the internal code or simply disable the options that are the major server eaters, if you know what they are.

I LOVE this hack and my members have been loving it... I haven't had any technical issues... it is just the server usage is a problem. I was hoping you could share a few pointers. I also know that w/ every release it is more optimized and uses less queries, so I'll continue to upgrade (which seems to be every day with your pace! your awesome). Any help would be nice, thanks!
Not really sure why it would be super server intensive, there could be some optimizations almost certainly. There is rarely any script that could not use any optimization. But the hard part is finding out what is causing the thing to be slower if anything is cauing it to slow down massively. If anyone find something that increases the running time of the script, let me know.

Quote:
Originally Posted by Wachtmeister
I noticed, that most (or nearly all) of my translations are gone after upgrading from 116 to 118. Is there a way to avoid this in the future?
Hmm, besides making an XML file with your phrases in them, I dont know.

Quote:
Originally Posted by Joep11
Bug: estore setting Default PM user id is not working with lottery pm, still sending from 1
I cant replicate this problem, be sure that it did save the setting in the Admin CP properly, I'll try looking into it more when I get time as well.

Quote:
Originally Posted by Exitilus
Not sure if you saw this CMX. About my problem with the gifts showing up on postbit after admin deletes them.

Though another user mentioned they are stored in two different tables?
They are stored in the user table and estoregifts table, but the delete script handles both. If you delete someone's gift and they had 2 of that item, it will still show it in the postbit as someone else had given them that item too.

Quote:
Originally Posted by rinkrat
OK I'm finally up and running and everything seems to be working. I am converting from Ucash and Ustore and the points all showed up fine but all of the points they had in the bank are all gone. I'm thinking I have to specify the ushop bank table for ebux to use as the bank stats for it to carry over the old bank figures. Is this right? What do I enter to do this and where? (the name of the ucash bank table?)

Thanks
The early 3.5.0 version of uCash didnt have a bank field, so it didnt transfer any of those funds. If you had an extremely old version of ucash/ushop those are not transferred either, someone would have to write a script to handle that or I will try to add it when I get time.

Quote:
Originally Posted by flypaper
BUG?

For some reason, I am now unable to disable the Daily Lottery from the Lottery List. I can disable it from inside the lottery itself though.

edit: And once you select a lottery, is there a place to see how much the ticket costs? And something about when the lottery ends would be great too!
Slight issue, will be resolved in v1.1.9. For now, click on Daily Lottery in the Admin CP, and change it to Active, No there, instead of on the Manage Lotteries main page itself.

Quote:
Originally Posted by The Chief
ok, I've seen the update with the categories and usergroups, does that mean that I don't have to edit every single new option for each usergroup if I edited the categories?

thanks so much for this again!
All category permissions FILTER down to all of the options now.

If you have to override the category permissions there is a new setting to do so for each individual item. Otherwise the permissions there for the Manage Options say "Additional Usergroups". So you can add one to your Premium Usergroup or something for that specific option as well.

Quote:
Originally Posted by moonclamp
Would be very much appreciated if you do, thank you.

If that isn't safe then another idea would be to pay a regular wage to users who do have a picture. No picture=no wages.

(My site is a sort of flirt/date/banter type thing but so many users are shy about revealing what they look like ... I'm doing my best to encourage them)
lol, I've added it to the future updates folder.

Quote:
Originally Posted by Smiry Kin's
how do i check my version

also how do i remove peoples stuff that they brouht? e.g bold ness, glow etc?...
To remove stuff people bought, you have to goto Admin CP and search for that User, there are "display flags" and others, but rest assured they are advanced users only to modify them. It's easiest to just set it to 0 if u want to disable someones flags.

Quote:
Originally Posted by flypaper
The amounts that I set still work for me, but it doesn't tell the user what that amount is before they purchase them...
It does show the amount before purchase. The lottery has 3 pages.. not just 2 like other actions.

1) Page 1 shows the types of lottery that are active and available for purchase.
2) Page 2 shows a summary of the lottery info, jackpot, ticket price, etc..
3) Page 3 actually does the purchase.

Quote:
Originally Posted by mkoerner
Yes that would be awesome to have paypal intergration. They can buy points that would be sweet 5 bucks gets you 1000 pts.

Great idea!
Still someone needs to tackle this as an add on, I do not wish to touch any issues that could cause legal issues as with my company www.cmgsccc.com I know all too many common legal concerns and stay away from them.

Quote:
Originally Posted by mkoerner
There seems to be a few problems with the lottery.

I cant disable one or the other also I cant seem to add a new lottery.

This is one of the best mods I have seen next to the shoutbox. Keep the upgrades coming!
The disable problem u are having will be fixed in v1.1.9, but for now, just goto the Manage Lotteries, click on the name of the lottery u wish to disable, and then turn Active = No there and it will save.

And I've just added a new lottery no problem, what is the error you are getting?

Quote:
Originally Posted by lordofgun
Same lottery problem for me. The Daily lottery runs even when set to inactive.
That cron task issue will be fixed in v1.1.9 as well, seems it didnt have WHERE (active = 1) anywhere in the cron task.

Quote:
Originally Posted by inspiration100
very nice yet again. Would it be possible to include the psd file for the categories so we can make our own category image?
Thanks!
I believe so, I'll have to get them from my wife though.

fly: I'll look into the template grouping as that sounds like a good idea.

-CMX
Reply With Quote
  #2073  
Old 02-21-2006, 05:39 PM
RDX1 RDX1 is offline
 
Join Date: Apr 2002
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this right, the lottery was less then a week and I ended up winning. It should have been 250 but it ended up being 9,750 after taxes! I checked the history, it says I bought the daily lottery when it was a custom one I set up.
Reply With Quote
  #2074  
Old 02-21-2006, 05:52 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RDX1
Is this right, the lottery was less then a week and I ended up winning. It should have been 250 but it ended up being 9,750 after taxes! I checked the history, it says I bought the daily lottery when it was a custom one I set up.
The lottery still has a taxes field that it uses for Points Options -> Buy Lottery Ticket -> Item Tax, change it to 0 to make the lotteries tax free.

-CMX
Reply With Quote
  #2075  
Old 02-21-2006, 06:04 PM
Alviker Alviker is offline
 
Join Date: Nov 2005
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello ^^. I like this hack ^^. But... Run in vB 3.5.1? I installed this hack in mi vB 3.5.1, and it made perfect, but in de eStore don't apears any Item . How can I do? I need help, please .

Very thanks.

Atte. Alviker
Reply With Quote
  #2076  
Old 02-21-2006, 06:16 PM
3dsoft's Avatar
3dsoft 3dsoft is offline
 
Join Date: Nov 2002
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to receive points for 3rd party extensions?
I like the following extensions very much.

1.) vbJournal for 3.5
2.) Photoplog Lite Gallery

It would be great if the users get points when writing into a journal.
I also would like the idea taht users could get points when adding comments to photos (Photoplog Lite Gallery).

Thanks
Reply With Quote
  #2077  
Old 02-21-2006, 06:20 PM
RDX1 RDX1 is offline
 
Join Date: Apr 2002
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
The lottery still has a taxes field that it uses for Points Options -> Buy Lottery Ticket -> Item Tax, change it to 0 to make the lotteries tax free.

-CMX
No, sorry I should have clarifed.

I won 9,750. The jackpot should have been 250. It seems after checking the history I won the daly lottery of 10,000 even though I bought a ticket for the weekly lottery, and so did others.


And just a question, does the add tickets to jackpot option add it permanently or just that week?
Reply With Quote
  #2078  
Old 02-21-2006, 06:36 PM
StarBuG's Avatar
StarBuG StarBuG is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 1,033
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I have set up a lottery with 10,000 as price and tickeds DON´T build the jackpot.

I was the only one taking part and I now get a pm

"You have hit the jackpot for 97500 after taxes!"
Reply With Quote
  #2079  
Old 02-21-2006, 06:38 PM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One of my users is getting this error when he goes on the site and he can't go any further

Quote:
The eStore option you are trying to purchase has an invalid Set Name.
I noticed he bought forum access when it first was an option, but he swears he didn't, but was merely "checking it out". I have since turned that option off. Could that have anything to do with it?

Derek
Reply With Quote
  #2080  
Old 02-21-2006, 06:56 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Quote:
Originally Posted by Smiry Kin's
how do i check my version

also how do i remove peoples stuff that they brouht? e.g bold ness, glow etc?...
Quote:
To remove stuff people bought, you have to goto Admin CP and search for that User, there are "display flags" and others, but rest assured they are advanced users only to modify them. It's easiest to just set it to 0 if u want to disable someones flags.
ermm i see no display flags?? could you possible make this easier? :S
Reply With Quote
  #2081  
Old 02-21-2006, 07:15 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alviker
Hello ^^. I like this hack ^^. But... Run in vB 3.5.1? I installed this hack in mi vB 3.5.1, and it made perfect, but in de eStore don't apears any Item . How can I do? I need help, please .

Very thanks.

Atte. Alviker
Try running the Admin CP feature called Rebuild Datastore.

Quote:
Originally Posted by 3dsoft
Is it possible to receive points for 3rd party extensions?
I like the following extensions very much.

1.) vbJournal for 3.5
2.) Photoplog Lite Gallery

It would be great if the users get points when writing into a journal.
I also would like the idea taht users could get points when adding comments to photos (Photoplog Lite Gallery).

Thanks
It is, but if they dont have any "hooks", then I cant add support for them into the product and it has to be a 3rd party add on.

Also u could always take the code from one of the plugins eBS uses and implement it into one of their plugins/php files as well.

Quote:
Originally Posted by RDX1
No, sorry I should have clarifed.

I won 9,750. The jackpot should have been 250. It seems after checking the history I won the daly lottery of 10,000 even though I bought a ticket for the weekly lottery, and so did others.


And just a question, does the add tickets to jackpot option add it permanently or just that week?
Ah, slight issue in the cron task, it will be fixed in v1.1.9

Quote:
Originally Posted by StarBuG
Hi

I have set up a lottery with 10,000 as price and tickeds DON?T build the jackpot.

I was the only one taking part and I now get a pm

"You have hit the jackpot for 97500 after taxes!"
Same as above, fixed in v1.1.9

Quote:
Originally Posted by 7thgenCivic.Com
One of my users is getting this error when he goes on the site and he can't go any further



I noticed he bought forum access when it first was an option, but he swears he didn't, but was merely "checking it out". I have since turned that option off. Could that have anything to do with it?

Derek
What option are they trying to purchase?

Quote:
Originally Posted by Smiry Kin's
ermm i see no display flags?? could you possible make this easier? :S
Look at my attachment, it should be there..

-CMX
Reply With Quote
 


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 10:59 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.08606 seconds
  • Memory Usage 2,420KB
  • 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
  • (39)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