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
  #2592  
Old 02-28-2006, 08:59 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LBSources
lol .. good to know.. doesnt help me i upgraded as directed by the upgrade docs.. and for some oddity, it doesnt show up ..

let me see your memberinfo ebux code

you know where im at. ill give it to you so you can check it out
Reply With Quote
  #2593  
Old 02-28-2006, 10:14 PM
RDX1 RDX1 is offline
 
Join Date: Apr 2002
Posts: 497
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Originally Posted by RDX1
Even after clearing user history and rebuilding datastore, in the users profile it shows something different.

Item ID Item Name Item Cost
12 Sticky Thread 10.00
48 Can Modify Profile 8.32

After clearing user history, none of these options are buyable.

What version are you using and did u upload all files before importing the product?

1.2.3 and and yes, problem still persists since 1.1.8
Reply With Quote
  #2594  
Old 02-28-2006, 10:34 PM
Twigz Twigz is offline
 
Join Date: Dec 2004
Location: Michigan
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rickie3
ok i have a problem i have Rules Hack v1.5 installed https://vborg.vbsupport.ru/showthread.php?t=104044

now the problem is when someone clicks the "rules" button it just goes to a blank page
http://www.sats-general.com/forum/rules.php.

so i disabled ebux/estore plugin and the "rules" link worked, any suggestions why this could be happening????
I am also having this problem since the install of the last update. It is causing this issue with the Rules hack mentioned above and also the vB Affiliates hack. They both worked on all previous versions, untill this latest update. Like Rickie said above, when you disable the eBux/eStore they both work correctly. Just thought I would also chime in and let ya know that not just one person is having this issue.

Other then that Great Hack and Great Author, Keep up the good work!

-Twigz
Reply With Quote
  #2595  
Old 02-28-2006, 10:36 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Twigz
I am also having this problem since the install of the last update. It is causing this issue with the Rules hack mentioned above and also the vB Affiliates hack. They both worked on all previous versions, untill this latest update. Like Rickie said above, when you disable the eBux/eStore they both work correctly. Just thought I would also chime in and let ya know that not just one person is having this issue.

Other then that Great Hack and Great Author, Keep up the good work!

-Twigz

yea twiggy im having an issue with the affiliates as well. i dont think im using the same rules hack so thats ok. only issue i have so far.
Reply With Quote
  #2596  
Old 02-28-2006, 11:37 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kylek
CMX,

Just sent a small contribution to a great cause, thanks always for the fast and great support that you give all of us!!
Thanx for supporting eBS!

Quote:
Originally Posted by lordofgun
This is really weird. I just turned on the ability to use/edit signatures in my store. Then I purchased the ability to use/edit signature. As soon as I purchased it, my rep power was displayed as 0 in postbit even though it should have been 107. It still gave 107 rep points when i repped someone, but it displayed as 0 in my postbit.

I turned off the use/edit sig feature in my store...still displayed as 0 in postbit.

Finally, I turned the use/edit sig back on, went into the store, and removed my purchase. Only then did my rep power return to being displayed as 107 in my postbit. Needless to say, I have disabled that option for now.

Does that make any sense?
That's odd, I'll look into that, maybe it has a double check on another flag somewhere else.

Quote:
Originally Posted by Zowners
I get errors on my site with 2.3

Like clicking the store and getting this message

Welcome to our %1$s %2$s, enjoy your stay!
Did u upload all files again and reimport the product with allow overwrite set to yes?

Quote:
Originally Posted by Murty
Hey,

thought of an idea. How about the option to display the users points in the navbar somewhere?
I think u can do that now by using $bbuserinfo[points] ?

Quote:
Originally Posted by Mr. Bone88
Hi everyone,

I installed this hack and I'm really liking it a lot! I have one question though.....how do I remove "Bank:" and "Total Points:" from the postbit?

Thanks in advance,
~Mr. Bone88
Just remove the part that says $vbphrase[ebux_points]: from the postbit edit that you had to make.

Quote:
Originally Posted by Zelda-King
It would appear PMs are sent from userid 1 regardless of what userid you set it for. (Just got a PM from myself [userid=1] saying I won the lottery in spite of setting it to my 'Bot' [userid=9].)
Ooops, the cron jobs I dont think used estore_send_pm, I'll fix that.

Quote:
Originally Posted by trackpads
CMX, any luck on my gifts?

Thanks again,

-Jason
Have to refresh my memory, been busy the past couple days and I havent time to go back and find the post. Send me a PM about it as well.

Quote:
Originally Posted by ericgtr
Hey all, great mod here. Most of my users are really enjoying this but I have one who insists that he does not want it, is there a way to turn it off for one user?

Also, people have been buying into the daily lottery for a few days now but it's not showing any winners, the cron appears to be running as it should.

Thanks for any help you can provide.
Each user has 2 settings right now when u edit them via Admin CP. 1 is to access the eStore and the other is receives points, what did u have in mind about it though? Like having them not see any points/gifts/etc?

Quote:
Originally Posted by Cyricx
Okay, heres the glow and shadow stuff. This is what I use on my forums. I've gotten them to both work within the same div.

HTML Code:
Shadow
<div style="width:100%; color:white; filter:shadow(color=red, direction=225);height=1px"> Shadow</div>
HTML Code:
Glow
<div style="width:100%; color:white; filter:glow(color=red, direction=225);height=1px"> Glow</div>
HTML Code:
Shadow and Glow in same div
<div style="width:100%; color:white; filter:glow(color=red, direction=225)shadow(color=blue, direction=225);height=1px"> Glow and Shadow</div>
Thanx, I'll look into it.

Quote:
Originally Posted by kpr
Upgraded.

Thanks for the most exellent hack and the support you are given top notch
Thanx for supporting eBS!

Quote:
Originally Posted by ericgtr
At the moment I got too many users whining about it, without the ability to turn it off for specific users or groups (that I can find anyway) I have disabled it.
Whining it about it for what reason? You can disable usergroups from using the eStore entirely. And there are 2 settings for users to "receive points on/off" and "access estore on/off".

Quote:
Originally Posted by flypaper
{1} is undefined, that's the problem. I'm not sure where its supposed to be defined tho...
The template edits have changed in postbit/postbit_legacy/MEMBERINFO and forumrules, they need to be redone.

They are done in this new way so if u changed the phrase ebux_points, it will use that in place of where it used points before.

Quote:
Originally Posted by exilera
Yea, I corrected the postbit error by removing all of the previous postbit edits for ebux and reapplying them, but it's still showing up undefined in the estore page. I'm not sure which edit would apply there, and I've readded all the edits.
It shows on the main eStore? Try to import the product again with overwrite set to Yes.

Quote:
Originally Posted by Christie189
I've got a quick question. I've managed to get this on my board, up and running. But I see no place to edit the estore category list, etc. I do have the estore settings and ebux settings option under admincp > vbulletin options. But there seems to be some things missing. No place to set thief options, nothing. Help!
After u have installed this, refresh your Admin CP, u should see 4 new menu options near the top.

Quote:
Originally Posted by Ilovechase
CMX- hate to bother you as I know you are very busy. I have a couple of more things going on.

I have one member that none of her gifts show in the post. I have tried the gift fix. also
2)the points arent calculating correctly as far as you get a certain amount for posting it adds different amounts each time you post.

last one:
I have a stupid question LOL where can I rebuild bitfield? I looked under maintence in the cp.

thank you
Monie
1) I thought we fixed that issue?

2) How many points per character do u have the setting enabled for? If you have a number entered instead of 0, of course posts will give more/less points based on how long the posts are.

To rebuild bitfields, I forget the exact URL something like /admincp/index.php?do=rebuildbitfields

Quote:
Originally Posted by X-Files
We need to block All Item History from regular users. How would I go about allowing it for admins only?
I'll have to add a setting for that in the future release.

Quote:
Originally Posted by X-Files
I have noticed some weird point things going on but CMX said this can not be happening. I get 2 points every now and then just for veiwing posts and it is not even set for 2 and I am the only one on my dev site.
If someone views the same thread as u, it will add to the thread creator's points twice. If u have a busy forums that could be whats happening.

Quote:
Originally Posted by flypaper
I'm having lottery problems. I have a user who every time he purchases a lottery ticket, it shows in Item History as 'free' and he never actually gets to buy the ticket.

Additionally, it doesn't look like the lottery ending time takes AM/PM into account.
It only says free on the main page, soon as the click on Buy Lottery Ticket, it lists the types of tickets, soon as they hit Purchase it will list the prices.

Quote:
Originally Posted by flypaper
I'm having lottery problems. I have a user who every time he purchases a lottery ticket, it shows in Item History as 'free' and he never actually gets to buy the ticket.

Additionally, it doesn't look like the lottery ending time takes AM/PM into account.
Hmm, I'll look into that, its probably just recording it in the history as wrong because I purchased tickets and it removed my points I know.

The lottery time uses ur servers time, whatever ur servers clock is set to thats what gets used.

Quote:
Originally Posted by neutek
it will not let me change the values in "Mass Forums Settings"
every time i change them. and then go back to it its 1 - 15 - 5

and. btw this sets the points for all forums correct?
and the "Points Per Thread Multiplier" just multiplys the above set amount
In Mass Forums it will always say 1, 15, 5.... But if u go an edit the Actual Forums under Forums & Moderators, u will see that it set them to whatever u wanted to set them to.

Quote:
Originally Posted by Replicators
The buy attachment feature is not working for me >8(
Do u have it enabled? And are u using the global all attachments cost X points?

Quote:
Originally Posted by X-Files
Every time I start a reply I get 0.02 points and then get 1 point for submitting the reply.
I'm unable to replicate this problem.

Quote:
Originally Posted by MissKalunji
i noticed something else....if there is no comment added to the gift they wont show....
It should show, PM me the actual item's entry line from the database, perhaps its getting stored incorrectly there or something.

Quote:
Originally Posted by exilera
Are all these problems a result of the newest 1.2.3 patch?
Because everyone didnt redo the template edits... lol

Quote:
Originally Posted by X-Files
Could this be causing false page views?

Google AdSense Spider
/forum/showthread.php?p=198946 Viewing Thread
Test

Can guests be ignored? I am not sure we want them ignored I am just asking.
Hmm, thats very possible, later today I will log out and try to view a thread as a Guest and see what happens.

Quote:
Originally Posted by grains
I have it set to ADMINISTRATOR - YES, for each category, but i still have the same result.
Usergroups -> Usergroup Manager -> usergroup u want to have access -> Can Access eStore at the bottom.

Quote:
Originally Posted by grains
Figured it out.....as an administrator...i could only belong to one group in order to access the estore page.

Isnt that a bug?
Explain this better in a PM to me and I'll look into it.

Quote:
Originally Posted by exilera
CMX, please read

This is a fantastic hack, and it's a fantastic addition to my forums. Support has been fantastic as well; definitely the best of any other hack I've installed. I have just a couple requests for the next version.

1. Let us know which template edits have changed from version to version.
2. Possibly eliminate the need for template edits all-together? (don't know if this is possible, as I'm not a programmer)
3. Fix the undefined 'points' phrase, where the word 'point' is labeled as "%1$". As with the above, I don't know how to fix this because I do not know which template edits have changed from the previous version, aside from Forumrules (I think?).

And a questions:
For the 'History' view, how would I switch 'thead' with 'tcat', so the title bar (with the title 'History' in it) is 'tcat' and the bar below it is 'thead'?
I'll look into this to see if its possible to do away with template edits, or at least some of them, there are no variables that could be modified for the forumrules for example that I know of... lol

#3 u need to redo the template edits and it will use whatever u have for the phrase ebux_points, u should fix postbit/postbit_legacy/MEMBERINFO & forumrules.

Quote:
Originally Posted by Zowners
REQUEST

Option that : Users receive a PM when they receive a paycheck, saying the amount they received, as well as why (what usergroup)
The reason there is no option for a paycheck is because it would add too many queries to send a PM to each and every user it gave a paycheck to. Especially if u gave a paycheck to ur Registered usergroups so they get some points weekly too..

Quote:
Originally Posted by exilera
I made the changes in the Postbit, not the Postbit legacy... is that ok, or does it have to be in both?

I still have the definition problem in the eStore main page. All other references to 'points' are ok, and I've double checked all of the template edits...
Depends on which postbit u use, I would do them in both to be on the safe side... Plus I'm adding a new Store Option real soon so the user can Purchase which postbit they want

Quote:
Originally Posted by Rickie3
ok i have a problem i have Rules Hack v1.5 installed https://vborg.vbsupport.ru/showthread.php?t=104044

now the problem is when someone clicks the "rules" button it just goes to a blank page
http://www.sats-general.com/forum/rules.php.

so i disabled ebux/estore plugin and the "rules" link worked, any suggestions why this could be happening????
I know the problem and this issue will be resolved in v1.2.4

Quote:
Originally Posted by RDX1
Originally Posted by RDX1
Even after clearing user history and rebuilding datastore, in the users profile it shows something different.

Item ID Item Name Item Cost
12 Sticky Thread 10.00
48 Can Modify Profile 8.32

After clearing user history, none of these options are buyable.


What version are you using and did u upload all files before importing the product?

1.2.3 and and yes, problem still persists since 1.1.8
I fixed this in somewhere along the line, make sure u have uploaded all files via FTP and overwrote the old files as well as Import the product with Allow Overwrite set to Yes.

-CMX
Reply With Quote
  #2597  
Old 02-28-2006, 11:43 PM
LadyJo LadyJo is offline
 
Join Date: May 2005
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

small donation sent.. GREAT hack.. thanks for all your hard work.. will donate again when more funds free up.
Reply With Quote
  #2598  
Old 02-28-2006, 11:43 PM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

new request
right now we have change username, but I want it so every member can be able to view there old usernames, and also have it so they can only change there username so many times a week or something. like this hack here https://vborg.vbsupport.ru/showthrea...6&page=1&pp=15


Will this be considered? Thanks
Reply With Quote
  #2599  
Old 02-28-2006, 11:58 PM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow CMX_CMGSCCC you must be some kind of god,you seem to be able to answer everyones issues,your support is the biggest ive seen on vb.org,thankyou for your time and dedication its greatly appreciated
Reply With Quote
  #2600  
Old 03-01-2006, 01:03 AM
hbalagh1's Avatar
hbalagh1 hbalagh1 is offline
 
Join Date: Jun 2005
Location: San Diego
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just updated this but now it's not showing up in my acp anymore anyone else have this prob


and yes i clicked to override
Reply With Quote
  #2601  
Old 03-01-2006, 01:09 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hbalagh1
i just updated this but now it's not showing up in my acp anymore anyone else have this prob


and yes i clicked to override
did you refresh your acp???
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:14 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.06646 seconds
  • Memory Usage 2,413KB
  • 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
  • (3)bbcode_html
  • (36)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