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
  #1272  
Old 02-12-2006, 10:54 PM
Evil X Evil X is offline
 
Join Date: Sep 2005
Location: naptown
Posts: 386
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I make it so people can buy something more than 1 time, and it be displayed in thier sig more than once??
Reply With Quote
  #1273  
Old 02-12-2006, 11:02 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would there be a way to add Usergroups by only editing one field and it will do it for every field, cause, it REALLY gets long when you have custom usergroups that you have to do for every option...

it would be great and even easier to use
Reply With Quote
  #1274  
Old 02-12-2006, 11:12 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lordofgun
Just had a store idea. Searching forums costs x points. This could help reduce server loads, but still allow posters who actually post to search.
LoL, that would be a funny idea yet. I'll add it to the list todo.

Quote:
Originally Posted by Ignignokt
Thanks for the changes in the richest members area.

Is there an option we need to enable to see the cash balance of the economy?
Yes, it should be the very last setting in the eBux Settings.

Quote:
Originally Posted by memorex
Just upgraded and now have no items in the store.
The datastore is new to this because it saves 2 queries when going to the estore.php file all of the time. So if you have no items, goto Rebuild Datastore, then refresh the eStore main page.

Quote:
Originally Posted by lordofgun
Is the usergroup discount rate a percentage or just a flat amount off?
It's a percentage.

Quote:
Originally Posted by lordofgun
One other typo I think I found...correct me if I'm wrong.

In Store settings:



This isn't actually a multiplier is it?
Well, kind of. Whatever number you put in there gets multiplied by the number of characters in the post. So if you put a 1 and there are 100 characters in the post, the user would get 100 points.

Quote:
Originally Posted by BeatificFaith
Hi, this isn't really necessary and I can change it myself when needed but I do have one minor suggestion.

On the plugin for the postbit display, would it be possible to change the div to a span? I ask because I have an image beside the username and when it displays with the div, the div causes a block causing the image to move below the username instead of right next to it as the span would display.
Thats ok as long as you dont want the GLOW feature to work... Because the glow needs a DIV and not a SPAN, it needs the style "display: block;" to work properly.

Quote:
Originally Posted by Gunshot
One of the few things I enjoyed about phpbb before we made the move to vbull was the cash system had an integrated lottery

it was very popular with the members


any chance?


we also had a signature store setup
Lottery is coming in v1.1.2 that should be released tonight.

And what do you mean by signature store setup? To purchase a signature? If so, thats a future feature I'm working on as well.

Quote:
Originally Posted by Ignignokt
Ok. I've got a problem I just can't figure out. Points are not being given out for Threads/Replies any more. I changed the mass forum settings to 10/5 respectively. In eBux I have the multipliers set to 1. When I create a thread/reply, the only points credited are for characters.

Any help?
I've tested this again in v1.1.2, I dont have the old version installed anymore, so maybe it was fixed in the new version.

Quote:
Originally Posted by StarBuG
Same problem here

No items at all

I have upgraded from 1.0.9 to 1.1.1.1
I have uploaded all files then imported the product with overwrite enabled.
I then noticed that all items are missing in the store.
I have "reverted" the estore_main template even though i never changed it

but nothing.
There are no options inside any category!

Please help
Reupload all of the files, then goto the Admin CP and click on Rebuild Datastore, then goto the eStore Main page and press Refresh, that should fix it.

Quote:
Originally Posted by Kajouka
I had this problem too. If you put 0 for the character value in the ebux settings, then the points are given for the thread/replies as set in the forums.

Looks like the bug is that you can't use both for now.

Hope that helps!

==========

Also I agree!!! This store is AWESOME!!!!!! Thank you for all your hard work CMX!

==========

Ok, the bugs I found were these:

1. When turning off a catagory, the 'quick menu' drop downs don't save. I had to go into each catagory and turn them off one by one.

2. When setting the quantity for each item, the 'quick box' inputs don't save. I had to go into each option and set the quantity one by one.

Hope that helps too!

~ Kaj
These bugs are fixed in v1.1.2.

Quote:
Originally Posted by Skyline_GT
I have a suggestion.


I wonder is it possible like admins can give points to posts that they thing are good quality post. For example, staff can give a max of five thumbs up or five thumbs down and each thumb represent 10 points for example and it will show the images on the top of the postbit. I think this will enourage people to make good quality posts.
It might be possible by adding another field to the thread database for "extrapoints". I'll put it on the list of todo.

Quote:
Originally Posted by ZGeek
I've just installed v1.1.1.1 and when I go to use the eStore Action - Mass Forums Settings, I get this error. Any ideas?
I dont how this error could occur, I'm using v1.1.2 at the moment, and it didnt give an error for me, wonder why. The only way it could fail is if you did not enter a numeric value for all 3 of the fields. In any case, I put a check there to verify it can update some settings.

Quote:
Originally Posted by ThePimp
Please see my Modification Request:
https://vborg.vbsupport.ru/showthread.php?t=107768
Unfortunately this is an entire hack by itself like its an RPG.

Quote:
Originally Posted by NuclioN
CMX i have the option to block a member from a forum made available for moderators and not fot members but when a moderator buys this the blocked member can post and reply in that forum. How to do this correctly?
Not sure I understand, can u send me a PM with more details?

Quote:
Originally Posted by kofoid
*************IDEA**************

CMX - someone on my board came up with a really interesting idea - a Return on Investment of sorts when you start a new thread.... for every reply you get, you earn a point. What do you think?
Right now the thread creator gets points when someone views their thread, giving them points when someone replies too is overkill I think.

Quote:
Originally Posted by MissKalunji
i keep getting an error

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:

					UPDATE estoreitems
					SET
						active = '1', changealways = '0', showinstore = '1', loghistory = '1', category = '8', name = 'Change Profile Picture', description = 'This will allow you to upload your own profile picture.', displayorder = '42', cost = '8000', tax = '6.75000', expirydate = '0', refilldateline = '0', defquantity = '20', quantity = '20', sold = '0', allowedgroups = '2,5,6,7', deniedgroups = '', imagelocation = 'images/estore/changeprofilepicture.png', scriptlocation = 'estore/action.changeprofilepicture.php', tablename = 'user', wherename = '', wherevalue = '', settype = '0', setname = '', setvalue = '', inputfields = 'a:0:{}'
					WHERE itemid = '47';

MySQL Error  : Unknown column 'changealways' in 'field list'
Error Number : 1054
Date         : Sunday, February 12th 2006 @ 12:50:37 PM
Script       : http://xxx.com/forum/admincp/estore.php
Referrer     : http://xxx.com/forum/admincp/estore.php?do=editoption&itemid=47
IP Address   : xxxxx
Username     : MissKalunji
Classname    : vb_database
There was a field named wrong in the XML before, try to reimport the new XML product sheet, if not, wait until v1.1.2

Quote:
Originally Posted by FROGGYJ
I think I found an issue with v1.1.1.1. When you go into manage category and say you change a category to "no" for whether it's active and then save your changes....it doesn't actually save for some reason. Anyone else notice this?
Yes, will be fixed in v1.1.2.

Quote:
Originally Posted by moonclamp
Suggestion ... Would be good if there was some way of checking the colour that is typed into the colour/glow username/title box.

If someone makes a spelling mistake or doesn't understand HTML colours they'll lose the effect.
Since v1.1.1.1, you can enable a new option setting called "Can Always Change." This way the user can change the color WITHOUT rebuying the thing. If you enable this setting, you can goto the option again in the store and it will have 2 parts, the first one will ask for the color again, it should show that it costs no points to change it. And removing it is underneath it.

Quote:
Originally Posted by EasyTarget
you said these were trivial, but I'm not sure what you mean by that.. like easy to do but they wouldn't add much to the hack?

seems like they'd be hard to add, but I'm not a coder so I have no idea.
It means its more time involved than I really want to put into thief. Perhaps someone with more time can 'adapt' it to be more involved.

Quote:
Originally Posted by Loco.M
can I make a request...

can you add somewhere where we can set all the usergroups in on click ? then if there are some options we don't want a group to have we can go in and edit the groups per item ??

I'm kinda getting tired of after each update having to go thu each option and reset all my usergroups

other then that, I love it


-Loco.m

*p.s. when i try and thread options i get this message, and I'm admin so I know i have the option to do any of this

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

p.p.s. - I've seen this posted in this thread before, but if I make my admin group in usergroups a color like <font color="red"> </font> then if they go to the shop,, and buy change name color.. nothing changes ? I've double checked all usergroup options for the shop, but this still gets overridded,, any ideas on what i need to check ?
I'll see about adding something like this in the future. The namecolors uses the HTML command <FONT COLOR="blah"> it should work in all web browers, view the HTML source and search for the username and see if its showing the proper HTML.

Quote:
Originally Posted by docvader
Haven't seen this, or maybe I missed it, but if you're using set colors for different user groups, can you turn off the "change user name color" option, without turning off that entire category? Just curious. Have not installed yet.
Each item itself has an option to be "Active" or "Show in Store". If you enable Active, it will be able to be used. If its not Active, then show in store doesnt do anything either. You can make it Active and not shown in the store as well and then your admins would have to know the URL to goto for that option.

Quote:
Originally Posted by allwirelesstalk
Where do I need to go to not allow people to change their member name certain colors? I dont want them to beable to buy red, gold, or purple (Admin and such)

THANKS!!!
This feature is useless because they could just use an RGB HTML color that is SO close to your admin colors, nobody would be able to tell the difference. Like if you used Red, #FF0000, they could use #FF0001 or #FF0100 or #FF0101 and nobody would be able to tell the difference anyways.

Quote:
Originally Posted by eNforce
For the gifts in the postbit; would it be possible for when you mouse over the gifts it will show the message left when you recieved the gift? :}
Probably, but the other hacks that do this CACHE all of the gifts out of the database, which is overkill, if u have a board that has 3000 gifts in the database, it would start loading much slower over time.

Quote:
Originally Posted by Impreza04
Im just gonna leave this here, with the amount of feature requests here I won;t be surprised if its missed..

Is it possible when buying an item, you don;t have enough money in hand to buy it, but there is enough in the users bank to give an option to take that money from the bank?

Thanks CMX, Awesome hack and top notch work on it
Believe it or not, I've already thought of this feature and I'm working on an idea to implement it in the future.

Quote:
Originally Posted by influence
why are the release versions being numbered like that? 1.1.1.1 instead of umm 1.2? next is 1.1.1.1.1? nothing important, just something I notice. Thats quite unique and funny.

btw, thanks for the fixes cmx.. always keeping us up to date and I am glade that I ended up using this store instead of ushop. I think the developers abandon it because I haven't seen no updates for it for awhile and people having problems with bugs all over it.
They are not, v1.1.1 came out. It had a minor bug in it, I needed to increase the version number so it could rerun the <Installcode> inside of the Product XML file, so I tacked on a 1 to it since it was just a bugfix with nothing new featurewise.

Quote:
Originally Posted by Retell
I would like the option to have like a usergroup joint acount, so if all the mods wanted to change somones title or ban somone etc...
What exactly do u mean? Like change EVERYONE's user title in 1 go? LoL that would be a bit overkill, cant you just change the default usertitle for their usergroup in vB's settings already?

Quote:
Originally Posted by caimakale
I am also able to purchase the Postcount Plus 50 without enough points on my site. This creates a problem because it puts you in the negative. When you have negative points, you can't go to the bank or do anything but continue buying 50 more post counts.
I'll look into this as this is a pretty serious bug.

Quote:
Originally Posted by ExtProof
how can I make it so people can buy something more than 1 time, and it be displayed in thier sig more than once??
You mean like show their userhistory in their signature?

Quote:
Originally Posted by The Chief
Would there be a way to add Usergroups by only editing one field and it will do it for every field, cause, it REALLY gets long when you have custom usergroups that you have to do for every option...

it would be great and even easier to use
Yeah, I just need to think of a way to do this, I would also like to make the usergroups show the actual names instead of the 2,5,6,7 stuff and have it list out each of the usergroup options and you just put a check next to the ones you want.

-CMX
Reply With Quote
  #1275  
Old 02-12-2006, 11:19 PM
The Chief's Avatar
The Chief The Chief is offline
 
Join Date: Aug 2005
Location: Montreal
Posts: 1,037
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Yeah, I just need to think of a way to do this, I would also like to make the usergroups show the actual names instead of the 2,5,6,7 stuff and have it list out each of the usergroup options and you just put a check next to the ones you want.

-CMX
Thank you, hope it works out and just installed the new version and works great
Reply With Quote
  #1276  
Old 02-12-2006, 11:21 PM
Baudman Baudman is offline
 
Join Date: Jan 2006
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One question about the thief option. My users love this option in the shop mods. I don't have a shop mod installed yet(one that works good anyway)lol Heres my question. When a user fails to steal does his points get taken away and added to the user he targeted? The old uShop did this and its a function I would like to have.

Looks like a great hack and I'll be trying it out tonight.
Reply With Quote
  #1277  
Old 02-12-2006, 11:24 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Baudman
One question about the thief option. My users love this option in the shop mods. I don't have a shop mod installed yet(one that works good anyway)lol Heres my question. When a user fails to steal does his points get taken away and added to the user he targeted? The old uShop did this and its a function I would like to have.

Looks like a great hack and I'll be trying it out tonight.
eStore has two options for thief. You can choose between having the money go to the person the thief was trying to steal from, or the money can just go into oblivion and nobody get its. Either way, if somebody try's to thief and fails, they lose the money. It's up to you as the admin to determine where it goes.
Reply With Quote
  #1278  
Old 02-12-2006, 11:31 PM
caimakale's Avatar
caimakale caimakale is offline
 
Join Date: Nov 2004
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A question on paychecks. Does a user receive a paycheck from each usergroup he is part of or do they only get issued based on their primary usergroup?
Reply With Quote
  #1279  
Old 02-12-2006, 11:50 PM
ZGeek ZGeek is offline
 
Join Date: Jan 2003
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks man.. I think its a bug. If I leave the values at 0 for the mass forum setting, it gives me an error. If I put in a value as you said, it works. But I want to set all my forum values to 0 :P

Awesome hack btw.
Reply With Quote
  #1280  
Old 02-12-2006, 11:51 PM
JsnakeJ JsnakeJ is offline
 
Join Date: Mar 2005
Location: Pennsylvania
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HOTM for sure. Suprising how something coded in a shorter ammount of time is better than a long project like uShop. Great job with this man.
Reply With Quote
  #1281  
Old 02-13-2006, 12:00 AM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dunno about the points per reply to your thread being overkill. Would be nice to have the option.

GREAT job as always, CMX.
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 01:00 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.11120 seconds
  • Memory Usage 2,411KB
  • 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
  • (31)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (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