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
  #1187  
Old 02-11-2006, 07:16 PM
XtremeOffroad XtremeOffroad is offline
 
Join Date: Jul 2005
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VMS
How can I remove the Gift I received that I don't want? Anh how can I remove the gift or edit the message of the gift I sent to another user ? I have tried to find but did not see where I can do that. Anybody knows how to ? Thanks in advance for all the answers and have a great weekend. :-)
It was mentioned that the remove feature is not available yet but is planned for a future release.
Reply With Quote
  #1188  
Old 02-11-2006, 07:23 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ignignokt
Did you at any time, alter the "estore_main" template? If yes, REVERT!
Nope i have not altered any of the templates. Its really annoying now!!!
Reply With Quote
  #1189  
Old 02-11-2006, 07:24 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wondering if it is possible to make this.

Would like to have a category that members could put points into that the admin would have a record of. We plan to have raffles, contests, arcade game high score contests, weekly Survivor booted person, etc, and would like to have it so a member who wants to enter a specific contest could submit for example 5 points and have it say 5 points submitted for pacman contest. Admin would need a record of the 5 points and member who gave it, then when contest is finished admin pays out the winner/s by using the donation that already exists.
Would be like vbookie but not so fancy, use regular forum for posts, odds, etc.

Any ideas greatfully accepted!
Reply With Quote
  #1190  
Old 02-11-2006, 07:51 PM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is weird.

All my staff (admins, super mods and mods) can enter and buy stuff from the store. But all my usergroups exept the newbie (which is the default registered group) can't access it.

This is happening EVER THOUGH i've added their usergroup numbder to the Allowed Usergroups of each item and selected yet in their respective usergroup options to say they can actually purchase estore items.
Reply With Quote
  #1191  
Old 02-11-2006, 07:59 PM
docvader's Avatar
docvader docvader is offline
 
Join Date: Dec 2002
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't believe I've read all 1189 posts...

Just wondering, as I will be installing this soon. With regards to the great concept of "theft and stealing", can you code a way that would cause repeat offenders (stealing unsuccessfully x number of times) to change usergroups (move to a banned "Jail" or "Dungeon" user group and separate forum area) for a defined period of time?

Just a thought. You've done a tremendous thing here these past two weeks. Impressive. Wish I could help.

rich
Reply With Quote
  #1192  
Old 02-11-2006, 08:03 PM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
This is weird.

All my staff (admins, super mods and mods) can enter and buy stuff from the store. But all my usergroups exept the newbie (which is the default registered group) can't access it.

This is happening EVER THOUGH i've added their usergroup numbder to the Allowed Usergroups of each item and selected yet in their respective usergroup options to say they can actually purchase estore items.
I seem to be having the same issue. just came here to post and saw this.
Reply With Quote
  #1193  
Old 02-11-2006, 08:21 PM
MustangLisa's Avatar
MustangLisa MustangLisa is offline
 
Join Date: May 2004
Location: Florida
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MustangLisa
This is great, you've done an awesome job with all of it! THANK YOU.

I am still having a problem though with the postbit_legacy. All the gifts appear in the member's profile, but only one of each gift is appearing in the postbit. See attached example.

Any idea how I can fix this?

Thank you very much!

Is anyone else having this trouble ... or know how to fix it? Thanks!!
Reply With Quote
  #1194  
Old 02-11-2006, 08:28 PM
eNforce's Avatar
eNforce eNforce is offline
 
Join Date: Aug 2004
Location: Canada, AB
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MustangLisa
Is anyone else having this trouble ... or know how to fix it? Thanks!!
Did you try running the 'Fix All Gift Postbits' in your eStore options?

http://www.domain.com/forum/admincp/...?do=fixupgifts

If that doesn't work it may be a bug, i'll test on my board.

Edit: Yup you're right, it's either a bug, or just not a feature of the store :nervous:
Reply With Quote
  #1195  
Old 02-11-2006, 09:44 PM
adielsh adielsh is offline
 
Join Date: Feb 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there possibility to delete gift?
if no can you add this option
Reply With Quote
  #1196  
Old 02-11-2006, 09:57 PM
eNforce's Avatar
eNforce eNforce is offline
 
Join Date: Aug 2004
Location: Canada, AB
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by adielsh
Is there possibility to delete gift?
if no can you add this option
I was just going to ask this question, cause I've giving myself a bunch of gifts for testing purposes, want to remove them now :nervous:
Reply With Quote
  #1197  
Old 02-11-2006, 11:06 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NOTE: If you are using the Points Per Birthday feature, you should ensure that users can't go in and change thier birthday.
Reply With Quote
  #1198  
Old 02-11-2006, 11:18 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Reeve of shinra
NOTE: If you are using the Points Per Birthday feature, you should ensure that users can't go in and change thier birthday.
How can you prevent this?
Reply With Quote
  #1199  
Old 02-11-2006, 11:50 PM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Kylek: I'll take a look later and see.

CMX_CMGSCCC:

Are the hooks in your action files used by estore.php or is that just there for others coders to take advantage of?

edit: would it also be okay if I posted files I altered for new actions? (you can include it in the package if you like its really not a big hack).
Reply With Quote
  #1200  
Old 02-12-2006, 12:31 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lordofgun
So I'm assuming we should have a user's ability to change their avatar and user title, etc. set to OFF if we want them to only be able to buy in the store?
Yes, you would disable them from accessing it normally from vB's settings, these store actions override a couple permissions to allow them to upload a custom avatar.

Quote:
Originally Posted by proxx
I have teh following mysql errors after the upgrade:
Fixed in v1.1.1 to be released shortly.

Quote:
Originally Posted by Stangsta
SUGGESTION:
How about making the economy display in the main store templete?

ex. Community total points 34,543,344 (All points combined)
Bank total points 634,543,344 (All points combined)
Could do that, but it would add a query to the main page as well. I guess I could make a setting for it on/off as well.

Quote:
Originally Posted by teepeg
Question: Using the Avatar system where you can buy a Custom Avatar, what is there to stop members just using their UserCP to add an Avatar? Or am i missing something, as Members can still do this on my Website.

Thx
There's vB settings to disable them I think in the Usergroup settings to where they can not upload an avatar.

Quote:
Originally Posted by Ky Kiske
I am still getting that it's not passing form value when this is installed. Is there anyway I can get a personal look at why it isn't?
What do you mean, PM me with more information.

Quote:
Originally Posted by asianboi
Great! Will this work with the full version of RPG Inferno V2.4?
Not sure at all. Does anyone know?

Quote:
Originally Posted by kofoid
anyone having issues with the points calculating wrong?


the fix is to turn all points off except for thread, reply and view
What is the problem you are having with the points calculations?

Quote:
Originally Posted by MustangLisa
This is great, you've done an awesome job with all of it! THANK YOU.

I am still having a problem though with the postbit_legacy. All the gifts appear in the member's profile, but only one of each gift is appearing in the postbit. See attached example.

Any idea how I can fix this?

Thank you very much!
That's how its supposed to function since it only displays the top x gifts in the postbit, it avoids putting the gifts there twice.

Quote:
Originally Posted by mcyates
None of my users can buy anything!!!! Even though all permission are corrent for each usergroup. This has only happened since the upgrade.
Did you set the Usergroup permissions?

Quote:
Originally Posted by Sooner95
I got a massive error today. And its onl affecting my account. If I clear cookies and go back to my board, and can get there, but as soon as I log in. I get this

(none) 69.205.XX.XXX /estore.php?do=expireoptions www.bulldogbbs.com

The IP, is my ip from my ISP, not the boards..which is odd.. Still using 1.09..and I guess I'll try an upgrade, but I didnt see anyone else have this error..

Sucks, I am the only admin on the board, so cant even get in to turn off the store..
I've changed an option here that might affect the expireoptions in v1.1.1, should be released soon.

Quote:
Originally Posted by hydrostatic
Alright I have a question:

One of my users just purchased 8000 "50 postcount" thingies and his money went to negative 2 million or something. My question is, if people can go into debt and still be able to purchase, then whats the point of giving them points? They can just buy whatever they want, as many times as they want :/ Or am I missing something? Please let me know. Thanks
Sounds like a bug, I'll look into it before I release v1.1.1

Quote:
Originally Posted by lairnoc
ok got a nice request if possible..

Is it possible to get a adminlog so the admin can see if someone is stealing a lot
I'm going to add an overall history for each item in a future release.

Quote:
Originally Posted by VMS
How can I remove the Gift I received that I don't want? Anh how can I remove the gift or edit the message of the gift I sent to another user ? I have tried to find but did not see where I can do that. Anybody knows how to ? Thanks in advance for all the answers and have a great weekend. :-)
I still have to create the option to remove a gift, I hope to get that done soon.

Quote:
Originally Posted by kylek
Wondering if it is possible to make this.

Would like to have a category that members could put points into that the admin would have a record of. We plan to have raffles, contests, arcade game high score contests, weekly Survivor booted person, etc, and would like to have it so a member who wants to enter a specific contest could submit for example 5 points and have it say 5 points submitted for pacman contest. Admin would need a record of the 5 points and member who gave it, then when contest is finished admin pays out the winner/s by using the donation that already exists.
Would be like vbookie but not so fancy, use regular forum for posts, odds, etc.

Any ideas greatfully accepted!
Sounds like this should be created as an add on as there could be too many fields to worry about and it would need its own action file, I'll add something to my list to this effect, but I cant make any promises on when.

Quote:
Originally Posted by mcyates
This is weird.

All my staff (admins, super mods and mods) can enter and buy stuff from the store. But all my usergroups exept the newbie (which is the default registered group) can't access it.

This is happening EVER THOUGH i've added their usergroup numbder to the Allowed Usergroups of each item and selected yet in their respective usergroup options to say they can actually purchase estore items.
Check to make sure that the usergroup they are in has access to the category, as well as the actual options. (Inside Admin CP, Manage Categories & Manage Options)

Quote:
Originally Posted by docvader
I can't believe I've read all 1189 posts...

Just wondering, as I will be installing this soon. With regards to the great concept of "theft and stealing", can you code a way that would cause repeat offenders (stealing unsuccessfully x number of times) to change usergroups (move to a banned "Jail" or "Dungeon" user group and separate forum area) for a defined period of time?

Just a thought. You've done a tremendous thing here these past two weeks. Impressive. Wish I could help.

rich
Anything is possible with Thief because it has its own action file, I have a few more things more important to work on at the moment, but I've added this idea to the list todo.

Quote:
Originally Posted by eNforce
Did you try running the 'Fix All Gift Postbits' in your eStore options?

http://www.domain.com/forum/admincp/...?do=fixupgifts

If that doesn't work it may be a bug, i'll test on my board.

Edit: Yup you're right, it's either a bug, or just not a feature of the store :nervous:
That's how the gifts are supposed to function in the postbit, so it wont show 20 of the same gift in the postbit and nothing else.

Quote:
Originally Posted by adielsh
Is there possibility to delete gift?
if no can you add this option
There will be an option added later.

Quote:
Originally Posted by Reeve of shinra
NOTE: If you are using the Points Per Birthday feature, you should ensure that users can't go in and change thier birthday.
That will be something I'm going to incorporate soon, it will save a time when the user last received their "birthday bonus", and it will not allow them to receive another one without like 11 months or so time passing.

Quote:
Originally Posted by Reeve of shinra
Kylek: I'll take a look later and see.

CMX_CMGSCCC:

Are the hooks in your action files used by estore.php or is that just there for others coders to take advantage of?

edit: would it also be okay if I posted files I altered for new actions? (you can include it in the package if you like its really not a big hack).
The hooks are there for other coders to make addons/hacks for this. Just like the hooks are there in vBulletin in the first place. The coders out there can customize various actions if they want by using them

If you post alter files for new actions, you should probably post it as an "Addon" like the Ribbons hack thats attached here as well.

-CMX
Reply With Quote
  #1201  
Old 02-12-2006, 02:10 AM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any template changes between v1.0.9 and v1.1.1?
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 03:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08882 seconds
  • Memory Usage 2,437KB
  • 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
  • (30)bbcode_code
  • (27)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete