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
  #1902  
Old 02-19-2006, 06:43 PM
QueenBee's Avatar
QueenBee QueenBee is offline
 
Join Date: Jan 2006
Location: On Cloud 9
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
You should upload the files inside the uploads folder. Not the folder itself. I don't want to say you shouldn't have an uploads folder because I don't know how your site/server are setup, but in a normal vBulletin install, there is no upload folder in the forum directory.

Try again uploading those files & folders inside the uploads folder only.
thanks so much its back! whew!
Reply With Quote
  #1903  
Old 02-19-2006, 06:48 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
First make sure that the "from" user is a valid user. Set this in AdminCP >> eStore Optoins >> Manage Options and then look for "Default PM Userid to send PM's from" towards the bottom. Make sure you have a userid (number) and not a username (name) in there. Also verify that the userid is a valid one. So if you want the pm's to be sent from you, set your userid # in there, save it, and try to purchase again.
After looking at it more, this field isn't used when sending gifts. It looks like it's running into an error constructing the pm that is sent to the person receiving the gift.

Are you trying to purchase for multiple people at the same time? Are you filling in all fields? Are you spelling the name correctly that you are purchasing for? Try their userid instead of their name when purchasing and see what happens.

I don't know if it makes a difference or not, but does the user you are purchasing the gift for allow pm's?
Reply With Quote
  #1904  
Old 02-19-2006, 06:59 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lowandloudinc
hey CMX,


How can i cut out this extra page( 'Do you want to buy this attachment' prepurchase page) on the cost per download and just have the points taken away after the refresh??
Why would u want to remove it? Weren't u the one who requested the user should know how much the attachment will cost before it takes their points? lol

Quote:
Originally Posted by xtreme-mobile
was gonna ask a similar question to lowandloud inc

or could you make it so it automatically redirected you to the original thread after purcase?
You cant do that because it actually downloads the attachment, you cant redirect after it has sent a 'header(...blah)' and sent the download.

Quote:
Originally Posted by Gizmo5h1t3
updated, and when i check the filepaths....theyre .png, and guesss what....NOTHING!!
The new files inside the 1.1.7 Zip file are all PNG files, if you have uploaded them, they should be viewable.

Quote:
Originally Posted by lordofgun
hmmm...for some reason, sigs are not showing in the postbit when I purchase. The option to buy sigs shows in the USERCP, but I go in there and update my sig, and still can't see it in postbit.

Anyone else having this problem?
It does save the signature, if you to to edit it again it shows it?

Quote:
Originally Posted by Gizmo5h1t3
can i just confirm a really noobie query?
ive read thru bout 50 odd pages of this thread, and searched for it, but can someone just confirm the idea of the lottery please??

is it a case of, random pulled out of a hat that confirms the winner???

any help would be apppreciated.
Yes, it counts the total number of tickets and generates a random number from 0 to that number and pulls that entry as the winner.

Quote:
Originally Posted by Zowners
Can I get some help with the settings?

I'm trying to make it so somebody only goes .01 points per a new reply and .02 per a new thread. But it seems like these settings just don't work. I want to make it hard to get 1 point.
Set those settings in the Forum Settings for each forum. Then in eBux Options make sure the multipliers are 1.

Quote:
Originally Posted by RDX1
Any way to fix this glow problem? It covers the online image, ect.

Great hack btw!
That is how its supposed to work. If you didnt have it cover the online image it would push that image down to the next line due to the glow feature being displayed as display:block;

Quote:
Originally Posted by JsnakeJ
I believe that when you remove gifts it messes up ribbons for you aswell. Not positive but I think you should look into it.
Not likely as it does not even know the ribbons table exists, or modify anything other than estore_gifts and the estoregifts table entry.

Quote:
Originally Posted by RDX1
Also, when one of my users visits the store, he can view everything but the options to purchase, he can see his history, richest members, bought items.

Everyone else can see it fine, and with his permission I logged into his account and had the problem. I assume it's a problem with his account?
Have you modify any of the estore templates? If so, a revert may be required.

Quote:
Originally Posted by voleibolmurcia
A little request for a coder o someone who knows well php o whatever :S

I would like in memberinfo only appears the item, not the messagge and user sender.

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

Quote:
Originally Posted by FROGGYJ
I ran a lottery the other day....a daily lottery....and when I review previous lottery winners it says there are none recorded yet.
Are you certain that someone bought a ticket for it? If noone buys a ticket, it will not log anything.

Quote:
Originally Posted by MorrisMcD
I'm sorry.. I am an idiot.. I can NOT get my glow to work.. Right now it is making people's arcade trophy in the post bit glow instead.. Can someone look at this and maybe see if they catch the problem?

I can provide more if this isnt enough

Code:
			<if condition="$show['avatar']  AND (($avatarthress>0 AND $post[warning_level]<=$avatarthress) OR $avatarthress==0)"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
			<td nowrap="nowrap">
			
				<if condition="$post['glowcolor']"><div id="postmenu_$post[postid]" style="filter:Glow(Color=$post[glowcolor],Strength=$post[glowstrength]); width:100%;"><else /><div id="postmenu_$post[postid]"></if>
					<if condition="$show['profile']">
					<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><!-- v3 Arcade --> <if condition="$post['arcadeawards']"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="$vbphrase[arcade_champion]" border="0" /></a></if>
<!-- /v3 Arcade -->
Thats how the glow feature works, to avoid pushing stuff down because of the display:block; like I explained a little bit above.

Quote:
Originally Posted by dan35
Removeable Items Are Refundable? No
but members still receive refunds.

ex. Glow Username

----------------------------

May I suggest an attachment feature?

Downloaders pay X points per attachment, AND uploaders only receive one third (or some percentage) of X points per attachment.

Maybe points per attachment depends on file size too. That would be cool

Thank you, CMX_CMGSCCC!
There was one spot it didnt check the removable flag, it will be fixed in v1.1.8

As far as the attachment options, I'll add them to the requests list.

Quote:
Originally Posted by zappsan
Wow, so many updates^^
Just upgraded to 1.1.5, now there have been 2 new updates^^
Thanks for the hack, I really enjoy it

Feature suggestion:
It would be nice if a member who referred another member would get some extra points, if the referred member is quite active on the forums (has a lot of posts).
Is it possible to add that?
Yes, but could be server intensive, I'm looking into a scenario though.

Quote:
Originally Posted by jojo77
can I as the admin see the store history of other users? that would be a nice feature.
As of right now, no, but I guess I could add a link to that in the User Profile for the next version.

Quote:
Originally Posted by JsnakeJ
Daily Lottery is set wrong. Its set to be for a week and not a day.
Yeah, the XML file had a value of TIMENOW + 604800, set the date value to a 1, then goto the Scheduled Tasks and run the one for the lottery.

Quote:
Originally Posted by Mr Peabody
Seem to have a problem with the lottery so I've missed something. It says "You do not have enough points to perform this action."
I've installed this on two boards get exactly the same problem.

Can I make one suggestion. If you update templates could you please add a update.txt in your release out laying what template were updated and what code needs to be replaced or changed from previous installs.
Cheers

EDIT:
OK I see where people are getting confused.

The items are listed as free, no where does it say that a weekly or daily ticket cost 500 or 1000 points. Only just noticed the ticket price when looking through manage lotterys.
Think this needs to be fixed.
Soon as you hit purchase on a lottery type, like Weekly Lottery, Daily Lottery, it takes you to another confirmation page that tells you the price and then you can buy the ticket from that second confirmation page.

Quote:
Originally Posted by KevinL
Both my lotteries are set for a week. The daily one is set to close the same time as the weekly one.

Every time I try and change the "Ending Time" it changes the date to 1969 or something.

How do I get it to change to daily?
Just change it to 1 for now, then run Cron Job for Process Lottery and it should draw a winner and fix it.

Quote:
Originally Posted by QueenBee
i know support is great on here, im just bumping this up. i still dont know which to do. thanks
All of the files/folders inside of the UPLOAD folder should be uploaded to the same location where your forum's global.php file is located.

Quote:
Originally Posted by dxguru
A quick question on upgrading this fantastic, totally awesome hack

Does the upgrade affect the existing data? Are member points rest?

Also, does the upgrade alter any existing non-eBux/eStore templates?
Specifically postbit/legacy

Thanks for the great work an this ... it is absolutly the best hack we have.
As long as u do not uninstall, the points, settings, history, etc should stay the same. It does not alter any templates, u have to do the template edits manually.

Quote:
Originally Posted by hornstar1337
NOTE: MORE store options are still coming.


What else is there to add lol, I think this pretty much has everything.
I have about 20 to 30 more options coming in a future update, stay tuned!

Quote:
Originally Posted by Akagi
For the feature of X points to download, can I set it such that it require X points to download all attachments other than images? Because I dont want my members to be paying to be opening images in my threads..
If you set the images as displayed inline, it shouldnt charge points I think, needs to be confirmed yet.

Quote:
Originally Posted by dxguru
HELP ... just went to the site to upgrade and found this meaasge ...

The requested URL /estore.php was not found on this server.

It's trying to access /estore.php?do=expireoptions when it should be /forum/estore.php?do=expireoptions

Whole site is currently unavailable ... what can I do?????
Sounds like an expiring issue is still around, can you PM me the contents of your estore_history field for the username you are using?

Quote:
Originally Posted by dxguru
Cool ... what I did was manually delete just my history field from the database, re-enabled eBux and everything was fine.

So now my question is ... how can I fix this so that expiring items still expire? (as this is what seems to have been the problem)

I probably have a couple of days before this starts happening to my members.
I need to know which option had expired so I can look into this further.

Quote:
Originally Posted by AlchemyX
I'm having an odd error...

I'm getting this message for bumping and debumping threads

"The thread you are trying to bump is in a forum that you are unable to bump threads in."

I looked in estore settings, looked in the hread bumping options, forum permissions, usergroup permissions, and still can't find where to fix this...
Its under each forum settings. Admin CP, goto forums, then choose Edit Forum, at the bottom it will list all of the permission that are available for that forum, open/close/bump/debump, etc.. Enable the ones you want.

Quote:
Originally Posted by designBox
This sounds really relevant to me as well.
Was a feature already implemented to fight again this?

Anyway, i installed this hack a couple of days ago and actually none of birthday's users were implemented by 100 points. Did i miss something ?
There is an extra field in the user table that checks when the user last received a birthday present. If its now > 364 days, it will not give them points. (I used 364 to verify it could overlap by a day properly.)

Quote:
Originally Posted by Stunner Inc.
I did both of those and I still can't get in. Any suggestions are greatly needed.
I need to know what option is not expiring properly to fix this problem.

Quote:
Originally Posted by JBMoney
Questions:

To use eBux avatar & profile picture features effectively, do I, disable avatars and profile pictures in "User Picture Options"?

To use eBux signature features effectively, do I disallow signatures in "User Profile Options"?
Yes and yes.

Quote:
Originally Posted by JBMoney
More Questions (sorry):

To use eBux invisibility features effectively, do I set "Can 'See' Users Who Have Chosen to be Invisible While Online" and "Can Set Self to Invisible Mode" for each usergroup?

Followup to previous:

Do I also need to set "Can Use Signatures" and "Can Use Custom Title" to no for each usergroup to use those features?
You disable those features to make it so they are only available for purchase for that usergroup that you disabled the settings for.

Quote:
Originally Posted by RDX1
I'll take it then no one has had the issue where one user can not use the store.

Everyone can use it fine, with the permission of the user I logged into his account and EVERYTHING but the option to buy items were there. The entire table for buying options were gone.

Yet on my account it works fine, on others accounts it works fine.
Did you revert the estore_main template as well?

Quote:
Originally Posted by RDX1
But someone with the same usergroup as them CAN view and use the store?
I'd have to log into the Admin CP to trace this down further. If you are willing to do that, PM me the info needed. I would also need the Admin function to 'Can Administer Plugins' to properly debug it.

Quote:
Originally Posted by ThePimp
I get this when trying to purchase a gift.
Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in /includes/class_dm.php on line 758

Anyone have a fix?
Have u updated to v1.1.7, the v1.1.7 had a fix to where it shouldnt send the PM if an error was found.

Quote:
Originally Posted by XanTrax
Any word on the exploit for getting points and how to fix it?
What exploit, there arent any exploits that I know of.

Quote:
Originally Posted by Ignignokt
Hitting preview over and over?
I'm pretty sure that was fixed some time ago.

-CMX
Reply With Quote
  #1905  
Old 02-19-2006, 07:01 PM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No luck on the sig, CMX. I edited, saved, and changed the sig several times. It shows up fine on the edit signature page, but nothing in postbit.
Reply With Quote
  #1906  
Old 02-19-2006, 07:24 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lordofgun
No luck on the sig, CMX. I edited, saved, and changed the sig several times. It shows up fine on the edit signature page, but nothing in postbit.
The signature shouldn't end up in the postbit should it? Usually it goes under the post, and the only time it is displayed is when the user makes a new post. The signature won't show up on old posts the user made unless the user had a different signature when they made the post.
Reply With Quote
  #1907  
Old 02-19-2006, 07:26 PM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I posted several times with the new sig after i bought access...no dice.
Reply With Quote
  #1908  
Old 02-19-2006, 07:39 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lordofgun
No luck on the sig, CMX. I edited, saved, and changed the sig several times. It shows up fine on the edit signature page, but nothing in postbit.
Found the issue, will be fixed in v1.1.8

Quote:
Originally Posted by caimakale
The signature shouldn't end up in the postbit should it? Usually it goes under the post, and the only time it is displayed is when the user makes a new post. The signature won't show up on old posts the user made unless the user had a different signature when they made the post.
There was a slight issue that will be resolved in v1.1.8

A temporary fix until v1.1.8 comes out is to add a plugin to postbit_display_start and put in the following code:

Code:
// check if this user is allowed to use a signature
if ($this->post['otherflags'] & 8)
{
	// verify they have a signature set
	if ($this->post['signature'] != '')
	{
		// adjust some flags so it will show
		$this->post['showsignature'] = true;
		$this->cache['perms'][$this->post['userid']]['genericpermissions'] |= $this->registry->bf_ugp_genericpermissions['canusesignature'];
	}
}
If u do this, remember when u upgrade to v1.1.8, u would have to delete the plugin u added as it will add this plugin automatically when u import the v1.1.8 XML file when its released.

-CMX
Reply With Quote
  #1909  
Old 02-19-2006, 07:44 PM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! I'll wait for 1.1.8.

Great support as always!
Reply With Quote
  #1910  
Old 02-19-2006, 07:52 PM
BLazeD1 BLazeD1 is offline
 
Join Date: Jul 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there

If you delete a post (either soft or hard delete), then the points that person got for those posts still remain - is a fix for this coming?

Cheers
Reply With Quote
  #1911  
Old 02-19-2006, 07:52 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, trying to figure out settings for lottery but numb brain today.

Want to add a new lottery that will be twice a week, would like it on Wednesday and Saturday recurring, is this possible? Or would you need to make one lottery for Wednesday and another one for Saturday. What would be the time active settings then for Wednesday? and Saturday?

Thanks!!
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 02:21 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.08312 seconds
  • Memory Usage 2,416KB
  • 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
  • (32)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