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
  #2472  
Old 02-27-2006, 07:22 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wachtmeister
A new(?) idea: What about a bank robbery?

I would like an admin feature "bank robbery" that steals an amount of % from all users bank accounts. What do you think?
I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.

Quote:
Originally Posted by X-Files
You missed this question and I have another after installing this.

Could we have the ( Donation Reason: ) show up on the reports?
We use this for tracking why there was a donation.

Thanks again. Looks like it is very nice so far.
No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.

In v1.2.3 it will log the reason into the item's history.

Quote:
Originally Posted by X-Files
Any documentation on these settings?
Not yet, but someone is more than welcome to start one

Quote:
Originally Posted by flypaper
Suggestion:

* With every option that effects another user, that user gets a PM. I wrote it into the Theif myself, but then forgot to save the code before I upgraded. Ooops

* Change the Lottery price on the main page from 'free' to 'variable' or something. It confuses my peeps.

* List the reason in the PM from an admin donate and other options with reasons (may have been done, but was not in 1.1.9)
As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.

The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.

The last u said will be in v1.2.3

Quote:
Originally Posted by mandy71480
i told you I was a nub.... I entered the information on the wrong template. :P
<---dummy

Thanks for the help! donation is on the way!
Doh, gotta hate when that happens... lol

Great that u fixed it though!

Quote:
Originally Posted by X-Files
So far everything looks great. Do you know if you have the preview points problem that was reported for uCash where you could just keep previewing your message and get points?

There has to be a way to add an option that does nothing and could be used as a physical item. Then there would be a purchase history and quantity's etc.
If I am not making sense let me know.

If we could get the donation reason in the history and figure out how to add 'real' items I think we may install it live. I also do not think we will be using the bank.

Thanks for all your help looking forward to your reply.
NO, I fixed that bug where u if u preview the post u dont get points until its added.

The donation reason will be in the history in v1.2.3

Quote:
Originally Posted by The Chief
Suggestion:

Would it be possible to give points per page submitted using vB Drupal?

That would be really awesome and a awesome add-on for all the people who are using vB Drupal, which I am sure would all install
Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.

Quote:
Originally Posted by CallieJo2
Manage products says:
eBux / eStore 1.2.2 eBux / eStore is a points/store system for vBulletin.

I upgraded from like 1.0.9 I thinks...

I can re-upload again and choose overwrite again and see if that will fix.

But, my users did notice that when a new gift is bought the gifts show back up in their postbit. Just not until a new one is bought, though...

Yet, all show up in profile and database.
That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.

Quote:
Originally Posted by X-Files
I seem to be getting 2 points every now and then while viewing threads. I have it set for 1 I think.
U do not get points for urself for viewing ur own threads.

The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol

Quote:
Originally Posted by Red Blaze
I JUST thought of something. It would be pretty cool if there was a "Shopping Kart" kind of button for like when a user wants to buy 2+ items in one big bill. Just a thought. ._.
Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.

Quote:
Originally Posted by top end ms
I made one new catergory and no problems .. I tryed to make a second and get a database error ..

"Database error in vBulletin 3.5.0:

Invalid SQL:
INSERT INTO estorecategory (categoryid) VALUES ('101');"

can anyone help?
Will be fixed in v1.2.3

Quote:
Originally Posted by mandy71480
FYI- I tried to make a donation, but it is asking for a $5.50 shipping and handling charge....???
Because thats my business email account, just subtract $5.50 from how much u want to donate lol

Quote:
Originally Posted by dirtycrow
v 1.2.2

ban users from forums seems not to be working. i set up the permissions in group and opitions correctly and in the forum permissions as well.

thoughts?
There is no Ban User store option? Please elaborate more.

Quote:
Originally Posted by Zelda-King
Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.

eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...

I know the next question. This is the PHP I have at the top of those files;
PHP Code:
<?php
chdir
("./bb");
require_once(
'./global.php');
include(
'./includes/functions_user.php'); 
?>
(/bb/ is my forum directory.)
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.

Quote:
Originally Posted by X-Files
One more thing. There does not seem to be any history stored on this. How can I do this. This is a very cool addon.
Could u please message the creator about this, they should be able to help u.

-CMX
Reply With Quote
  #2473  
Old 02-27-2006, 07:25 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.
Edit: PM sent!

Upgrades to 1.2.3...

Problem is still there.
Reply With Quote
  #2474  
Old 02-27-2006, 07:59 PM
X-Files's Avatar
X-Files X-Files is offline
 
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChurchMedia
Updated action for selling physical products. Just upload this to the estore folder and create a new action(s). It will automatically PM the user's address to you and PM the user a receipt.
If I can not get a response from the user who created this does anyone want to help me get this hacked so it stores history. I am going through the code trying to figure it out my self but I am not the best php person.

Thanks.
Reply With Quote
  #2475  
Old 02-27-2006, 08:00 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Glowing and shadow use the same filter: command? and can they be combined, if so, does it require a second div, or can it simply be added into the style="blah" part of the DIV it already uses?
When I use them I just stack the Divs.

But I'll toy around and see if you can put them into the same div and post up a code example for you
Reply With Quote
  #2476  
Old 02-27-2006, 08:04 PM
X-Files's Avatar
X-Files X-Files is offline
 
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
I thought about that too but then the bank really serves little to no purpose other than interest. If there is any kind of bank robbing to be had, I think it would be more fun to do with the Federal Bank once it gets implemented fully.



No, it has an is_member_of check inside the navbar template to make sure non admins can see it in the eStore Menu.

In v1.2.3 it will log the reason into the item's history.



Not yet, but someone is more than welcome to start one



As far as shipping a PM to the user it affects, sounds like a good idea, I'll look into that for a future release as I want to get v1.2.3 out tonite.

The Free is being used because of the price itself being 0 for the Buy Lottery Ticket itself, changing it here would change Bank and others Free, so it would require a more creative way to change it. I'll look into it.

The last u said will be in v1.2.3



Doh, gotta hate when that happens... lol

Great that u fixed it though!



NO, I fixed that bug where u if u preview the post u dont get points until its added.

The donation reason will be in the history in v1.2.3



Of course it would, but will I make that add on? No because I'm not making any store options/addons that use other hacks and/or have to do code modification to other hacks. If they have HOOKS in their PHP files, I would be willing to look at adding support for it at this time.



That doesnt make sense, if thats true, the Fix All Gifts Postbits should work too, make sure u have uploaded all files in the UPLOAD folder and then try to rerun Fix All Gifts Postbits.



U do not get points for urself for viewing ur own threads.

The only points per thread views are when Others view your thread, then u get the 1 point per thread view. This was done this way to avoid users refreshing threads all day to give them more points, now they have to at least register a second acount and u can ban them for breaking a site rule to exploit the system... lol



Well maybe for a future release, however there really is only 1 option u could buy multiple of and that is the gifts option.



Will be fixed in v1.2.3



Because thats my business email account, just subtract $5.50 from how much u want to donate lol



There is no Ban User store option? Please elaborate more.



It looks ok as long as it changes to the forums folder, I'd have to have FTP access to debug and test more on it though.



Could u please message the creator about this, they should be able to help u.

-CMX
Thanks! Still have a few things to work out on dev and I am sure I will have more questions. Awsome support!
Reply With Quote
  #2477  
Old 02-27-2006, 08:20 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having the same issues as a few others:

1. The awards hack is no longer working, I get a blank screen when using the submit awards page.

2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.

Thanks again,

-Jason
Reply With Quote
  #2478  
Old 02-27-2006, 08:26 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just to let everyone else know my site integration issue is fixed for the next release.

Edit: Hmm.. in v 1.2.3 I'm getting this in the posting rules now;

1.00 Per Thread View: [ARG:2 UNDEFINED]
10.00 Per Thread: [ARG:2 UNDEFINED]
5.00 Per Reply: [ARG:2 UNDEFINED]

I don't know if that's the default 1.2.3 package or your edits at my site though.
Reply With Quote
  #2479  
Old 02-27-2006, 08:33 PM
Roxie's Avatar
Roxie Roxie is offline
 
Join Date: May 2002
Location: on vb.org
Posts: 526
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also having blank award request, gifts not in postbit and an issue I haven't read yet. When stealing rep, the thief's rep power shows as zero, although it looks correct in the admin panel and the database.
Reply With Quote
  #2480  
Old 02-27-2006, 08:35 PM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trackpads
I am having the same issues as a few others:

1. The awards hack is no longer working, I get a blank screen when using the submit awards page.

2. The gifts are not showing in the postbit, rebuilt them and fixed but still no luck.

Thanks again,

-Jason

If I disable the store the Awards problem is fixed so it must be something in the store causing the trouble.

Thanks again,

-Jason
Reply With Quote
  #2481  
Old 02-27-2006, 08:36 PM
sim tech sim tech is offline
 
Join Date: Jan 2005
Location: Georgia
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded to 1.2.3 here.
On some of the gifts, they appear to be in a language other than english (Dutch?). I have no foreign language packs installed.
Angelfish is akvarie
medal is madalie
strawberry is jordbar
heart is hjerte

It looks like I can just rename the gifs in the images/gifts/ folder (and I'm guessing that I could add more here) but I was not sure if this would cause any other problems.

Note: The gifts are showing up on my postbits just fine. When I hover over them it comes up with the gift message. Very nice!
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 05:41 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.10861 seconds
  • Memory Usage 2,391KB
  • 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
  • (30)bbcode_code
  • (1)bbcode_php
  • (20)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