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
  #2402  
Old 02-27-2006, 06:12 AM
Omranic's Avatar
Omranic Omranic is offline
 
Join Date: Jan 2005
Location: Egypt
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by influence
mess with the success rate
can you explain please
Reply With Quote
  #2403  
Old 02-27-2006, 06:47 AM
1numara 1numara is offline
 
Join Date: Feb 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

i love this hack and tried in my forum, but i have some problems ...

i activated all eStore and eBux Features and regulate the all usergroup settings, but for example when i try to donate the eBux points, it says "Your usergroup does not have permission to purchase eStore Options."

do you know where I do wrong ? what must I do ?

thanks for your help ..
Reply With Quote
  #2404  
Old 02-27-2006, 07:22 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the latest version of this extension installed (v1.2.2) & I know this is a dumb question, but I'm having one problem with it. I can't change anything to a user's account, like their Avatar, Title, just about everything. All I get is:

"The user you are trying to do this option to is protected against it!"

message every time I try. It doesn't matter what user I try to apply the changes too, I keep receiving the same message. All the eStore options are at their default settings.

Any ideas? :ermm:
Reply With Quote
  #2405  
Old 02-27-2006, 07:27 AM
LJR LJR is offline
 
Join Date: Oct 2005
Location: UK
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A simple but clearly low priority enhancement.

I spent several hours yesterday chasing down a bug where people were complaining they couldn't transfer funds to the bank. In the end it transpired they were using commas so

1000 was being entered as 1,000

any chance you could do a check for the comma and ignore it or have some validation on the field which would alter it to the format you want. This affected a few of my users because the value displayed for what's in the bank does include the seperator as and I think they assumed from that they could enter the same.

Thanks
Reply With Quote
  #2406  
Old 02-27-2006, 07:37 AM
redspider's Avatar
redspider redspider is offline
 
Join Date: Jul 2005
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by username12
First problem I've had with eBux. When editing a user profile after upgrading to 1.2.2:
I just install today and have this problem how can I fix this?
Reply With Quote
  #2407  
Old 02-27-2006, 08:42 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
I really can't thank you enough for doing the profile picture thing.

The only problem is that a user can upload the same picture 10 times in succession and earn 1000 points ... nobody will be any the wiser.

It really needs to be a one time only event ... or have a different price attached to changing the picture as well as removing it.
Will be fixed in v1.2.3

Quote:
Originally Posted by moonclamp
... also just noticed that removing the picture can send a user into minus points ... There is nothing to stop them doing it if they have no points.
Will be fixed in v1.2.3 as well.

Quote:
Originally Posted by caimakale
CMX -

I think there is a type in some code.

In estore_postbit_imicons.php on line 61:
Code:
$useringo['gifts'] .= "</td></tr>\n";
Will be fixed in v1.2.3.

Quote:
Originally Posted by Zelda-King
This is strange but since the upgrade to 1.2.2 my site (which uses chdir to forums and some forum includes) shows up as blank pages. The forums look fine though. If I disable the product, the site is okay.

I'll just have to use the previous version for a while.
What URL are you at specifically when this happens and does it always do it?

Quote:
Originally Posted by LadyJo
well, i upgraded and now all the gifts are gone, rebuilt gift and everything.
anyone with ANY idea why thsi would happen, please??

Jo
They are only deleted from the postbit, u should be able to goto Admin CP -> eStore Maintenance -> Fix All Gift Postbits to fix it. ALSO: Make sure u redo the template edit for postbit/postbit_legacy.

Quote:
Originally Posted by TTG
I took the ribbons and sports 'extras' off .. they seem to dissapear every time there's an update to estore .. members are getting tired of having to re-buy them every couple of days.
I dont see how this could happen unless u r uninstalling them before upgrading as the eBS install does not touch those tables.

Quote:
Originally Posted by lordofgun
BTW, CMX...I can't duplicate the problems when the unlimited rep option runs out, sol I'd say it was my stupid users' faults for now...
In any case, I changed in it v1.2.2, so they should not have the problem anymore I think anyways.

Quote:
Originally Posted by 3z3k3l
I just donated but there is 5.50 Shipping/Handling fee? Is that right? Don't mind paying it because this is such a great mod!
Yeah, thats because I run an online store for my company webpage and sales@cmgsccc.com is just that, my company business paypal account. If you donate, just subtract $5.50 from the amount u wanted to donate and it should come up right.

Quote:
Originally Posted by bonjurkes
i updated it to latest vers. it looks really cool

I want to ask something, i choose the decimal places as 2 at options.

But at store all prices shows like 300.00000

Why there is five 0 after . ??

I choose it to show two decimal place but it shows 5 decimal places at store.

did i forgot to do something??
Slight issue, will be resolved in v1.2.3

Quote:
Originally Posted by FROGGYJ
I noticed the same thing, my gifts show up, but not some users. Weird.
If the gifts are not showing up, it did not find them in the estoregifts table. Thats what Fix All Gift Postbits does, it reads the estoregifts table and sorts it out by touserid and adds all of the ones it finds for the user.

If u think some user's gifts are missing, goto PhpMyAdmin and do a query like... SELECT * FROM (TABLE_PREFIX)estoregifts WHERE touserid = (userid);

And see how many gifts it shows up, if it shows more othan the number of gifts in the postbit (up to the max setting that are displayed in the postbit).

Let me know and I'll need to log into ur forums and possibly use FTP access to figure out why the rebuild would not be functioning correct.

Quote:
Originally Posted by username12
First problem I've had with eBux. When editing a user profile after upgrading to 1.2.2:
Did u re-upload all files in the UPLOAD folder?

Quote:
Originally Posted by MorrisMcD
Second donation sent.. Keep up the great work
Thanx for supporting eBS!

Quote:
Originally Posted by CallieJo2
In my repair/optimize database tables I have two estoregifts with diff names:
estoregifts Data Length: 226.7 KB Index Length: 29.0 KB Overhead: 0
vb3_estoregifts Data Length: 42.2 KB Index Length: 6.0 KB Overhead: 0

Could this be the issue with some gifties not showing up for folks?

Are we suppose to have one without our prefix?

Thanks BUNCHES!!!
That could be the reason some gifts are not found. I dont remember there being an issue creating the estoregifts table without a TABLE_PREFIX, but it definitely should have the TABLE_PREFIX. I just checked the XML files, all of them have the TABLE_PREFIX's, so not sure. But the one without the prefix is not being used and can be deleted.

Quote:
Originally Posted by dirtycrow
can we have a opition to ban users from the shoutbox?
This will have to be an addon unless Zero Tolerance will add "hooks" into his AJAX ShoutBox, then I can create an addon that will be built into eBS.

But for now, I do not want to create addons for other hacks that require "code modifications" done to others hacks.

Quote:
Originally Posted by CallieJo2
After a few tests here's what I have found:

When you change the amount of gifts shown in postbit and then rebuild...some members gifts will appear again while some of the users that had their's showing will now disappear.

Also, the gifts are showing more than once. Before, if you received more than one of the same gift...it would only show once in postbit (I Loved That!) but all in profile. Now it shows more than once.

Thanks and have a splendid evening...
Now it shows all of the gifts it finds in the postbit, up to the amount u have set as the maximum. The reason for this is because the gifts now have the ability to have the "hover Message" to show the gift message and who sent the gift.

Quote:
Originally Posted by MissKalunji
there something that me and another user found out..........when ebux 1.22 is enable the vbgallery upload doesnt work if i disable it the upload shows back
Did u purchase the eStore General Permission for Upload Profile Picture? There was an issue in this I just found today and will be fixed in v1.2.3, but otherwise, I dont know what would cause an issue like this.

Quote:
Originally Posted by SolidSnake@GTI
Now I'm using 1.2.1 & any Thief try fail
any trying to Thief I get the following MSG

Thief failed miserably, aren't you ashamed of yourself? You have lost 20 Points.

So what ?
Knowing that I have many points & tried this option on many users with various points & the same result
What do u have the Thief Success Rate set to? Admin CP -> eStore Options -> Manage Options -> Thief -> Thief Success Rate at the bottom.

Set it to 100 and it should work every time to test that its working, then set it for the percentage that u want it to be at.

Quote:
Originally Posted by Ilovechase
I want you to know that this is awesome . I also donated (bigclive) anywho I just wanted you to know that the gifts work like a charm the only thing is


1)I am having trouble with the money being deducted from users points(not working). Points arent working at all actually either way
2)Also no one is able to use change titles(their own or another one) none of us has permissions to do so.

Thank you sooooo much
1) Can u explain further what exactly is not working?
2) I need more info on this one too. Do u have it setup now so that noone can use Custom User Titles? And are the users purchasing the General Permission for Custom User Title, or are they just setting the User Title with Change User Title?

Quote:
Originally Posted by 1numara
hi,

i love this hack and tried in my forum, but i have some problems ...

i activated all eStore and eBux Features and regulate the all usergroup settings, but for example when i try to donate the eBux points, it says "Your usergroup does not have permission to purchase eStore Options."

do you know where I do wrong ? what must I do ?

thanks for your help ..
There is a GLOBAL Usergroup permission for access to the eStore. Admin CP -> Usergroups -> Usergroup Manager -> usergroup u want to give access to -> At the bottom "Can use eStore" or something similar, I forget the exact wording... and too lazy to look it up atm... lol

Quote:
Originally Posted by ubblite
I have the latest version of this extension installed (v1.2.2) & I know this is a dumb question, but I'm having one problem with it. I can't change anything to a user's account, like their Avatar, Title, just about everything. All I get is:

"The user you are trying to do this option to is protected against it!"

message every time I try. It doesn't matter what user I try to apply the changes too, I keep receiving the same message. All the eStore options are at their default settings.

Any ideas? :ermm:
There are some usergroups that are protected by default, 5-7, as they are staff members. U can disable the staff protection by going to Admin CP -> eStore Options -> Manage Settings -> Protected From Options Usergroups?

Quote:
Originally Posted by LJR
A simple but clearly low priority enhancement.

I spent several hours yesterday chasing down a bug where people were complaining they couldn't transfer funds to the bank. In the end it transpired they were using commas so

1000 was being entered as 1,000

any chance you could do a check for the comma and ignore it or have some validation on the field which would alter it to the format you want. This affected a few of my users because the value displayed for what's in the bank does include the seperator as and I think they assumed from that they could enter the same.

Thanks
I can have it strip comma's out of there for a future version. I can not have it strip period's though. Because some countries use . in place of comma's and it will be confusing lol.

But in v1.2.3, I'll have it strip commas from the donates, bank, thief options.

Quote:
Originally Posted by redspider
I just install today and have this problem how can I fix this?
I'm unable to replicate this problem, some more info is necessary for me to figure out the problem.

Quote:
Originally Posted by Lottis
Everything was working fine untill today. I upgraded to 1.2.2 and now i cant get into my adminpanel. Help, pls.

Warning: Unknown: Failed opening '/home/******/public_html/forum/plugins/estore_postbit_imicons.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/class_postbit.php(1066) : eval()'d code on line 2

and;

Warning: Unknown: failed to open stream: No such file or directory in /admincp/global.php(194) : eval()'d code on line 2

Warning: Unknown: Failed opening '/home/****/public_html/forum/plugins/estore_admin_global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/global.php(194) : eval()'d code on line 2

and;

Warning: Unknown: failed to open stream: No such file or directory in /includes/functions_bigthree.php(251) : eval()'d code on line 2

Warning: Unknown: Failed opening '/home/*******/public_html/forum/plugins/estore_forumrules.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /includes/functions_bigthree.php(251) : eval()'d code on line 2
Seems u forgot to upload all files in the UPLOAD folder inside the zip to your forums. (Especially the /plugins folder)

-CMX
Reply With Quote
  #2408  
Old 02-27-2006, 08:47 AM
Lottis Lottis is offline
 
Join Date: Sep 2004
Location: Norway
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC


Seems u forgot to upload all files in the UPLOAD folder inside the zip to your forums. (Especially the /plugins folder)

-CMX
Yes, it was the plugin folder. Im really sorry to bug you with a mistace like that.
Reply With Quote
  #2409  
Old 02-27-2006, 08:55 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having a similar problem to a few other people. I have just updated, and all the gifts are now not showing on the postbit. I have edited the code and stuff, but it does not show up (and yes i have done the 'Fix All Gift Postbits' several times). Any thoughts? They are shown in the members profiles though.
Reply With Quote
  #2410  
Old 02-27-2006, 09:09 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lottis
Yes, it was the plugin folder. Im really sorry to bug you with a mistace like that.
It's ok, just be sure in the future ALWAYS upload the ENTIRE UPLOAD folder again as there may have been some files that have changed.

Quote:
Originally Posted by Murty
I am having a similar problem to a few other people. I have just updated, and all the gifts are now not showing on the postbit. I have edited the code and stuff, but it does not show up (and yes i have done the 'Fix All Gift Postbits' several times). Any thoughts? They are shown in the members profiles though.
The template edit for the Gifts part has changed... Did u redo it?

Code:
				<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
NOTE how it uses "giftsdiplay" and not "gifts" anymore. I changed this on purpose because the old templates would have been incompatible, so I changed it to "giftsdisplay".

-CMX
Reply With Quote
  #2411  
Old 02-27-2006, 09:15 AM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone here using VBAgallery? If so, are you getting the points info appearing in your gallery comments?
Reply With Quote
  #2412  
Old 02-27-2006, 09:28 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
The template edit for the Gifts part has changed... Did u redo it?

Code:
				<if condition="$post['giftsdisplay']"><div class="smallfont">$post[giftsdisplay]</div></if>
NOTE how it uses "giftsdiplay" and not "gifts" anymore. I changed this on purpose because the old templates would have been incompatible, so I changed it to "giftsdisplay".

-CMX
Yes I have done that and rechecked it. But still not coming up. :ermm: Herm....
Reply With Quote
  #2413  
Old 02-27-2006, 09:28 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question on the unix time stamp for the lottery.

I have been reading and learning about how to work with and ceate a time stamp. Once I have the date and time right that I want for the daily lottery, do I just go in and edit daily lottery and change the time stamp in the ending time box and then click save settings?
Or do I need to do anything with the scheduled task manager and eBux lottery processing section?
Reply With Quote
  #2414  
Old 02-27-2006, 09:36 AM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ubblite
I have the latest version of this extension installed (v1.2.2) & I know this is a dumb question, but I'm having one problem with it. I can't change anything to a user's account, like their Avatar, Title, just about everything. All I get is:

"The user you are trying to do this option to is protected against it!"

message every time I try. It doesn't matter what user I try to apply the changes too, I keep receiving the same message. All the eStore options are at their default settings.

Any ideas? :ermm:
Quote:
Originally Posted by CMX_CMGSCCC
There are some usergroups that are protected by default, 5-7, as they are staff members. U can disable the staff protection by going to Admin CP -> eStore Options -> Manage Settings -> Protected From Options Usergroups?
-CMX
Thank you for the quick response.

Yeah, I tried doing what you mentioned & even switched the usergroup setting to 0 in --> Protected From Options Usergroups. I get the same message regardless of which usergroup I try to apply the change (like user title): "The user you are trying to do this option to is protected against it!" every time. It's frustrating because everything else seems to be working great.

Anything else I can try to solve this problem?
Reply With Quote
  #2415  
Old 02-27-2006, 09:37 AM
Murty's Avatar
Murty Murty is offline
 
Join Date: Dec 2005
Location: South Australia
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And also, for some reason, the glow seems to cover more than just my username. It covers up my usertitle as well; and everything between it. And i assure you that the code i have put in is correct.
Reply With Quote
  #2416  
Old 02-27-2006, 09:49 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my update went smoothly,all seems good thanx CMX_CMGSCCC
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 04:38 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.06966 seconds
  • Memory Usage 2,464KB
  • 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
  • (33)bbcode_code
  • (31)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
  • (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