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
  #2002  
Old 02-21-2006, 12:00 AM
Roxie's Avatar
Roxie Roxie is offline
 
Join Date: May 2002
Location: on vb.org
Posts: 526
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since the update images aren't showing in posts. There's just a link to the image.

Also, is there a way to make the history only viewable by certain usergroups...or so that you can only see YOUR history. Members don't want others to know they changed their avatar or stole from them.
Reply With Quote
  #2003  
Old 02-21-2006, 12:00 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
Another request ...

a user earns points for uploading a profile photo but gets charged loads for removing it.

To prevent spam, changing the photo does nothing.
This should be rather easy to implement, but the hardest part is blocking any exploits with it, I'll look into it nonetheless.

Quote:
Originally Posted by ChiliVB
Thanks for the feedback about the UNIX timestamp.

I found a small issue I'd like to report.

By Default...
Weekly Lottery is showing the Daily Lottery End Time.
Daily Lottery is using the Weekly Lottery End Time.
That will be fixed in the v1.1.8.

Quote:
Originally Posted by rinkrat
i figured out why the links don't work for me. I was using IE 7.0 beta. It's not compatible. Works great on Firefox.
LOL, a bug in a M$ product? NO NEVER!!

Quote:
Originally Posted by bitg
First, let me say "I love this addon"!! Thank you.

Is there a way to change the name of the points from "points" to "whatever I want to call them?
Yes, simply change the phrase ebux_points to what you want it to be.

Quote:
Originally Posted by Zowners
I think I have found another bug. When adding reputation to a user, if you set it to give points for that, it doesn't work.

[s]Also, when ever I try that userinfo['points'], it gives me this error



However, if I take out the '' around the points, it doesn't say that, it just doesn't work. Am I supposed to close it off somehow?[/s] I got that to work with the bbuserinfo[points]

Anyway, I was wondering if there is any way to make it so that if a user changes his user title, he can do anything, like use bb code, italic it, etc. I don't like the fact that they have to buy 3 different things to do something that should be done in 1.
U can add a new store option to give all 3 at once, add the exact same thing as bold username for the add new option in the admin cp, then add up all of the "Set Values" for the username options u want to give all at once and enter that value in the Set Value of your new option and boom, u have all 3-in-1 or whatever.

Quote:
Originally Posted by jojo77
Where do I find that? I have checked everything else. Access masks is enabled and when I go to that users access masks, I see that access to that forum has been set to no.

My default setting for access to that forum is set to yes. That is ok right? Because the user access masks that gets set to no after the ban access purchase should override it correct?
It's somewhere in the Usergroup Settings, I forget what the option is exactly. I had the same problem on my vB at my company website where I had forums "hidden", but everyone could post everywhere due to some of the usergroups overriding others.

Quote:
Originally Posted by Gizmo5h1t3
REUWEST - can there be a facility so the winners of the lottery can be notified at all?

just asking, as i won the daily one onmy place yesterday, but i cant see any notification anywhere on the board....

PM would be good, altho others then wouldnt know who had won it.
mebbe something that could be set up so a standard post would automatically go into a forum of admins choosing??...(ie..in a lottery section)....giving date, lottery name, and winning amount?

just a thought.
The main page could show the top 5 lottery winners, but this will add a query too, unless I decide to store the top X winners into the datastore like the categories/whatnot, we'll see.

If you goto the lottery page it should now show a Previous Winners page.

Quote:
Originally Posted by Zowners
Question, what would be the phrase to find the payment for threads and posts per forum. I was thinking something like

$bbforuminfo[points_thread] or something. But I am pretty sure that is wrong.
Most of the time its $foruminfo[ebux_perthread].

Quote:
Originally Posted by caimakale
This is known and has no real fix. The only way around it is to turn off the points per character or if CMX codes in a "Max Points for Points per Character" that you can set in the admincp. It will suck for those that truly do have a long post, but for those trying to scheme more points, they would probably get frustrated and give up if it was set to 5 or 10 points.

I also hope admins don't have that set any higher than .01 because if you do, you are just asking for trouble. I tested it with it set to .1 and had a very lengthy post that was legit and ended up with over 2000 points for the post.
I've fixed this exploit in v1.1.8

Quote:
Originally Posted by trackpads
I just want to say thanks to the designers of this great project and everyone who is helping! My users love it!!
Thanx for supporting and using eBS!

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

"CMX - Does administrator have the Usergroup Setting "Can Access eStore at all?" enabled to Yes?"

Yes admin settings are set for can access eStore at all, the same settings that I have also as the other admin. He can and has access to every part of the board, arcade, galley, petz, etc but cannot get into eStore.
I wonder if you change the user's usergroup does it update their permissions. Maybe its not changing the users permissions to the ones in the admin table properly? Anyone have any ideas?

Quote:
Originally Posted by Zowners
Is there any way in the store, to change it so that when it displays the price of an item, it doesn't just say "8". I want it to say 8 (point name).

Also, is there any way that I could get this?



And I found a bug. I have it set so that adding reputation adds .01 points, but it doesn't add. Just thought I would point that out.

EDIT: I also just realized that if someone posts, and that posts gets deleted, they don't loose the points they gained from that.
They wont lose points ever from deleting a post because there are too many userids in the post and that would be a huge query to have to worry about if you had 2000 posts in 1 thread....

Quote:
Originally Posted by bashy
Hi

I aint quite sure what to do here...

I thought i have sorted this so that i can use the ebux for VBookie
I am sure vbookie used ucash but i am now seeing vcash

I tried to do the uCash Integration but got this error...

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE forum SET ebux_perview=ucash_perview, ebux_perthread=ucash_perthread, ebux_perreply=ucash_perreply;

MySQL Error  : Unknown column 'ucash_perview' in 'field list'
Error Number : 1054
Date         : Monday, February 20th 2006 @ 09:07:58 PM
Script       : http://www.bashys-place.com/forums/admincp/estore.php
Referrer     : http://www.bashys-place.com/forums/admincp/estore.php?do=ucash
I am at a loss

Please help if you can
Looks like u didnt have ucash installed with the 3.5.0 version as it should have had that field.

Quote:
Originally Posted by RDX1
I would like to make a suggestion.

For Theft, have a theft limit options. Set the max amount that can be stolen.
Thats a good idea, I'll add that option in at a later point.

v1.1.8 is getting uploaded while u r reading this!!

-CMX
Reply With Quote
  #2004  
Old 02-21-2006, 12:03 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v1.1.8 Released:

1) Bugfix: Removal didnt check the flag if the user should receive a refund for some actions.
2) Bugfix: Change Signature didnt show in the postbit because permissions had to be 'modified' for it to show.
3) Admin Feature: Manage Options lists options by category now as well as in the proper display order inside each category.
4) OMFG PWN3D THE STORE LIKE A !*@#$@#$. There are now 109 eStore OPTIONS available for purchase!! TOO many to list here, so I'll just list the categories.
a) Generic Permission Options-Active By Default! (23 Options!)
b) Moderator Permission Options-NOT Active By Default! (23 Options!)
c) Administrator Permission Options-NOT Active By Defaul! (16 Options!)
5) Since I passed itemid 100, I had to increase the number of ID's for 3rd party addons, sorry if this breaks anything in your addon , I never thought I would break 100 Item ID's!!! The lowest ID it uses for 3rd party addons now when Adding a New Option is 501.
6) Can see User's History inside the Admin CP when viewing the user's info.
7) Bugfix: eStore Setting to limit amount of gifts to show in the postbit works properly now.
8) Bugfix: Typo in the action.primaryusergroup.php script now fixed.
9) Bugfix: Exploit hole was closed, thanx to the user who reported this, I will not list your name here in case people would want to send hate mail because they can't exploit the system anymore! hehe
10) Bugfix: Birthday cron condition was backwards, oops, it should function 100% proper now all of the time.
11) Admin Feature: Add New Option and Edit Option look more cleaned up now.
12) New eStore Item Table Field: This new field is so you can set settings for each individual store action to be used inside an action.whatever.php custom script. Take a look at Thief to see that the settings that used to be inside eStore Options, are now inside the Thief Item itself when you Manage Options and click on Thief.

ENJOY!

-CMX
Reply With Quote
  #2005  
Old 02-21-2006, 12:09 AM
Retell's Avatar
Retell Retell is offline
 
Join Date: Jul 2005
Location: *Cough*New Jersey*Cough*
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Running just fine, tnx another effecient and perfect update CMX! BTW gotta love those new buttons
Reply With Quote
  #2006  
Old 02-21-2006, 12:10 AM
Colejo Colejo is offline
 
Join Date: Jul 2005
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question about the lottery. I had a weekly lottery set that should have picked a winner this morning but it didn't. Also I had my tickets set for 1000 points but I went to buy another one and it was something like 920 points. Is there a setting that reduces the cost after you buy so many?
Reply With Quote
  #2007  
Old 02-21-2006, 12:10 AM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

umm. . . 2 questions.

my first lottery was supposed to end at
Quote:
Lottery Ends Approximately: 02-20-2006, 04:52 PM
it appears no one won, however, when i go in to buy a new one it says
Quote:
Lottery Ends Approximately: 02-20-2006, 04:52 PM
as if that date and time has not passed yet

ALSO, how do i set yup a daily lottery?
Reply With Quote
  #2008  
Old 02-21-2006, 12:12 AM
creedmaniac creedmaniac is offline
 
Join Date: Jan 2006
Location: South Carolina
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so only the postbit template needs to be edited for 1.8? just making sure before i screw something up
Reply With Quote
  #2009  
Old 02-21-2006, 12:12 AM
Colejo Colejo is offline
 
Join Date: Jul 2005
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's how mine is also dirtycrow.
Reply With Quote
  #2010  
Old 02-21-2006, 12:16 AM
Retell's Avatar
Retell Retell is offline
 
Join Date: Jul 2005
Location: *Cough*New Jersey*Cough*
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go and make sure that the lotto is running in your scheduled tasks, then run it. That should fix it At least that is what CMX told me
Reply With Quote
  #2011  
Old 02-21-2006, 12:22 AM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Originally Posted by kylek
Here's a strange one. Added an admin tonight, changed his usergroup from active member to administrator and now he cannot access the eStore, gets the you do not have permisson page. Anyone come across this before?

"CMX - Does administrator have the Usergroup Setting "Can Access eStore at all?" enabled to Yes?"

Yes admin settings are set for can access eStore at all, the same settings that I have also as the other admin. He can and has access to every part of the board, arcade, galley, petz, etc but cannot get into eStore.

CMX-"I wonder if you change the user's usergroup does it update their permissions. Maybe its not changing the users permissions to the ones in the admin table properly? Anyone have any ideas?"

Whatever the problem was went away when I uninstalled eBux /eStore and then re-installed, now the new admin can see and do everything.
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 09:24 AM.


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.14334 seconds
  • Memory Usage 2,394KB
  • 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
  • (16)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