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
  #2822  
Old 03-05-2006, 08:10 PM
FROGGYJ FROGGYJ is offline
 
Join Date: Sep 2005
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by caimakale
Ok here's the deal with the ribbons.

Don't delete any files. If you do, it won't work anymore unless you reupload the store. CMX used the same file names etc as the addon had. Leave your images alone.

The only thing you need to do is install version 1.2.6 of eStore, make the necessary postbit changes, and then go to AdminCP >> eStore Ribbon Options >> Fix All Ribbon Postbits.

After you have done all of that...you can go to your AdminCP >> Plugin System >> Manage Products >> Awareness Ribbons and uninstall it from there. That is all you should have to do for everything to show up and work properly.
ok I did that, but I still have 2 listings for Awareness Ribbons under estore options > manage options >....

I also just tested and if I purchase a ribbon they don't show up in postbit, and that's after running the fix ribbons postbits. I can even do a search for ribbons and nothing shows up for that user. I'm sure there is something dumb I'm missing here.
Reply With Quote
  #2823  
Old 03-05-2006, 08:38 PM
proxx proxx is offline
 
Join Date: Oct 2003
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:

Quote:
Originally Posted by proxx
Dear CMX:

Thank you for adding:
Moderators Earn Extra Points Multiplier?
Super Moderators Earn Extra Points Multiplier?

These are very important features!

However, please change it to work like this:

1) Enter Usergroups & Forums which will earn Extra point Multiplier.

So, this way, this feature is NOT only limited to Moderators and Super-Moderators. But, it can be offered to any usergroup that I specify.

Also, by specifying which forums will allow this extra point multiplier, we can make sure that the selected usergroups will only earn extra points if they post in certain forums.

Scenario: I have a forum, where there are support sections and there are "useless chat" sections. I don't want the usergroup which was given the extra multiplier to be posting in the "useless chat" section and earn this multiplier; rather, i want them to post and earn extra points only when posting in Support sections of the forum.

Thanks in advance. This feature will be appreciated by many.

++++++++++++++++++++++++++++++++++
Thats a bit more involved than I want to get at this point in time, but I have noticed the ideas in a future folder.
Hi CMX,

thanks for the considerations, as we see I'm not the only one who finds this to be a very useful feature.
Reply With Quote
  #2824  
Old 03-05-2006, 08:49 PM
LJR LJR is offline
 
Join Date: Oct 2005
Location: UK
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by X-Files
Do you have this set. See image.
Yes, here it is (both admin groups are set)
Reply With Quote
  #2825  
Old 03-05-2006, 09:50 PM
exilera exilera is offline
 
Join Date: Sep 2005
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The header for "richest members" and various phrases have been messed up on my forum since 1.2.5 (1.2.6 installed now) and editing the templates does not work.

Can we please get this hack in a template edit-less form?

Also, could someone please help with my phrase and header problem? I have a screenshot of the problem within the eStore in my last post...
Reply With Quote
  #2826  
Old 03-05-2006, 10:01 PM
dirtycrow dirtycrow is offline
 
Join Date: Apr 2004
Posts: 350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

users getting this error when trying to change username

Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

INSERT INTO estorenamechanges (changeid, dateline, changeuserid, oldusername, changedbyuserid)
VALUES
(
0,
1141603155,
'10'
'xxxx',
'10'
);

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Sunday, March 5th 2006 @ 06:59:20 PM
Script : http://forums.xxx.com/estore.php
Referrer : http://forums.xxx.com/estore.php?do=action&itemid=1
IP Address : xxxx
Username : admin
Classname : vb_database
Reply With Quote
  #2827  
Old 03-05-2006, 10:35 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shanoon
I also have this problem... *old* gifts (not the ones given after upgrading) won't show up in the postbit. I wasn't exactly clear on what "rebuilding" meant, so could someone please clarify this? I'm positive this is something stupid I'm doing on my part, so don't hold back =P

and I have to say thank you for creating this system! It's updated so often it's just mind-boggling
What do u mean by "old" gifts, like gifts from a previous vB 3.0 hack?

Quote:
Originally Posted by 1Prophet
The permissions for usergroups is no longer under usergroups edit, as an administrator I cant access the estore, it was there this morning when I first installed 1.2.5 then when I updated to 1.2.6 it went bye bye, I have tried reimporting the xml file that didnt help
Try to reupload all of the files via FTP and make sure it is overwriting them.

Quote:
Originally Posted by Impreza04
Hey CMX, Not sure if this a bug or not..
But, I copy and pasted the amount I had in hand and tried to deposit it in the bank, it said I did not have enough cash for this action, remove .01 points off and I goes through..?
It's a minor bug, since the value that the bank uses is rounded off, it will not be the exact same and the value is microdigits off thus causing it to think u do not have enough points, it will be fixed in the next release.

Quote:
Originally Posted by JoeWho
CMX,

I just updated to Version 1.2.6 from Version 1.2.3 and now I am receiving this error/bug, it wasn't there in Version 1.2.3.

Current %1$s Total: 92,493.69
Current Bank %1$s: 1,153.10

I know this was a problem earlier but I could not find the fix for it, is there a way to fix this?


Thanks.
Revert all estore templates and make sure the template edits u have done say stuff like <phrase 1="$vbphrase[ebux_points]"> etc.. there were some new template edits for that version.

Quote:
Originally Posted by Gizmo5h1t3
dunno why, but with 1.2.6 installed,everyone now shows that i have given them their awareness ribbons in their postbits...my names after all of them????
It uses the default pm user id to avoid any complications when copying over the old ribbons from the older system used by caimakale.

Quote:
Originally Posted by hornstar1337
thanks for the update.

Is this just mine or does everyone have all members being able to set points for people to download there attachments and not have the ability to turn them off at all.

In the admincp i set this to 0 but they still can set a cost.
There's a few settings for this. If you do not want them to be able to set a cost, you have to change that 0 to a default value that it will charge for all attachments.

Quote:
Originally Posted by username12
Deleting ribbons doesn't seem to work unless I delete all ribbons.
I'm testing this in the new v1.5.0 and it seems to be working fine now, so I must have fixed this bug already.

Quote:
Originally Posted by trackpads
Is there any options available or planned for the following options?

-Add PM capacity to a single user account
-Add Attachment space to a single user
-Add the option to recieve PM receipts
-Add the option to deny PM receipts

Thanks again,

-Jason
All sound doable, I'll look into them.

Quote:
Originally Posted by Red Blaze
Someone in my forum thought about an idea of "Stocks". That sounds like a good idea, but I'd like to know what everyone else would think about it.
Elaborate more on how a system like this would work?

Quote:
Originally Posted by blablablabla
i ust isntalled this incredible hack, but when i try to access anything as a admin it says

vBulletin Message
Your usergroup does not have permission to purchase eStore Options.

and im logged in as admin, what can i do to prevent this?
Edit the Usergroup settings from the Usergroup Manager.

Quote:
Originally Posted by eNforce
All the ribbons for my members are displayed as being sent by me.

See attachment, it's like this for every member in their profile. Shouldn't it show as being sent by them, or another member instead of me?
Thats how it had to be done to save the old gifts since the old ribbon table didnt have a fromuserid field.

Quote:
Originally Posted by shaynehammy
CMX.

How about an automated PM that gets sent to all active users 1 day prior to the Lottery ending, reminding users to purchase tickets and an automated PM after Lottery to all users that have purchased tickets informing everyone who has won.

Not sure if would be possible but it my forum would benefit greatly from this.

Thanks

Shayne
I would only wonder about the amount of resources it would use to do something like that. If there is a way to send all of the PM's in 1 go, that might be plausible, I'll research it more.

Quote:
Originally Posted by 1Prophet
the settings for permissions show up in the database "usergroups" but they dont show up under the admincp any suggestions?
Show a screenshot, I dont fully see what u mean?

Quote:
Originally Posted by MThornback
I can't find where to edit the ribbons, I may be useless, I may be tired, but truth be told if the awnser is in 180 odd pages I don't wanna look...where in the ACP can I edit what the ribbons are for?
Yes, they are in there as phrases... search for ribbon as the phrase name and it should popup the ones u want.

Quote:
Originally Posted by hambil
Unlimited reputation has to be changed from reputation_add_start to reputation_start, or it doesn't work
NOTED: I'm looking into this before the next release.

Quote:
Originally Posted by MorrisMcD
Thats a real good idea.. Active users only though (meaning activity in last 30 days... Right)
Active in the last 30 days, that would be 30,000+ users on my forums alone... so I really dont know about this feature.

1numara: did u reupload all files via FTP and overwrite set to overwrite all?

Quote:
Originally Posted by LJR
I am sure I am being incredibly dense here but is there anyway for admins to view the entire history log for all users?

I can only view my own history. I tried the search function in the admin panel to check out a query raised by one of my members but it's not detailed enough in what it returns (doesn't show to whom they tried to thieve for example).

Thanks
In the admin search feature, if u leave all fields blank, it will list ALL of the history that is in the history table. If you goto the store itself and click on a category there is a View history there that is more detailed of who did what.

Quote:
Originally Posted by hambil
Perhaps this has already been requested, but I'd like to be able to turn off the display, receiving, and pm of gifts and ribbons on a per user basis (options in the user cp so the user can do it themselves).
Already asked and noted for a future release.

Quote:
Originally Posted by LJR
Perhaps they do, but here's mine (and surely I wouldn't be able to view even my own history log if this was incorrectly set, let alone everyones which is what I am looking to do).



Also, I am unable to use the admin donate function despite having the usergroup id's in the estore setting (I have usergroupid 6 for administrators, and 12 for superadministrators so the setting is 6,12). When I go to Admin Donate it states "You need to be an administrator to use this function" (or words to that effect).

Any ideas on both issues?

Thanks
There is a double check on the Admin Donate feature, Manage Options -> Admin Donate and check the Additional Usergroups you want to have access to Admin Donate there as well as putting the id's in the Admin Usergroups in the eStore Options.

Quote:
Originally Posted by LJR
Thanks Hambil, but that's not it.

Here's the setup

Superadministrators (id:12)
Administrators (id:6)

I am in the primary group 12 and have 6 as my secondary
The eStore Administrator Usergroups setting is 6,12
Points Category is enabled for primary and secondary usergroups 6 and 12 (among others)
Admin Donate option is enabled for primary and secondary usergroups 6 and 12

So, I should see the Admin part on the eStore drop down menu, but I don't
I can access the Admin Donate function but it says "You must be an Admin to use this feature"
U have to do the new template edit to see it in the navbar drop down.

Quote:
Originally Posted by coachjohns
How can I add stuff to the store and also how do I take the thief mode off?
You can disable Thief entirely by Manage Options -> Theif -> Active set to OFF.

Quote:
Originally Posted by JoeWho
Ok, Thank You Very Much... Yes, that fixed it.

Peculiar thing, I never change that file, it must have gotten clobbered some are a long line. Thank you very much for your patience and your help with resolving this problem.

By the way, a great add-on you have created.

Thanks.
Kool, thanx for supporting eBS!

Quote:
Originally Posted by exilera
The header for "richest members" and various phrases have been messed up on my forum since 1.2.5 (1.2.6 installed now) and editing the templates does not work.

Can we please get this hack in a template edit-less form?

Also, could someone please help with my phrase and header problem? I have a screenshot of the problem within the eStore in my last post...
Try to import the XML file again with allow overwrite set to Yes.

Quote:
Originally Posted by dirtycrow
users getting this error when trying to change username
Stupid typo, its missing a comma, either add it yourself at

Code:
			'" . $vbulletin->userinfo['userid'] . "',
Or wait for the next release.


FINAL NOTE: PLEASE use the new forum for FASTER and MORE DEDICATED responses. It helps u get your answers faster and it helps all users be able to browse for similar issues/resolutions than searching a 3000 post thread

The new forum is at --> https://vborg.vbsupport.ru/forumdisplay.php?f=171

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

Quote:
Stupid typo, its missing a comma, either add it yourself at

Code:

Quote:
'" . $vbulletin->userinfo['userid'] . "',


Or wait for the next release.
where do i add it?
Reply With Quote
  #2829  
Old 03-05-2006, 10:55 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtycrow
where do i add it?
Add it to the 3rd line in the VALUES part.

And please start using the new forum

-CMX
Reply With Quote
  #2830  
Old 03-05-2006, 10:58 PM
exilera exilera is offline
 
Join Date: Sep 2005
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea, I re-imported the XML file already... still no dice.
Reply With Quote
  #2831  
Old 03-05-2006, 11:41 PM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
W
I would only wonder about the amount of resources it would use to do something like that. If there is a way to send all of the PM's in 1 go, that might be plausible, I'll research it more.

-CMX
CMX - There is a hack out there called PM sender that can mass pm if this is any help.

https://vborg.vbsupport.ru/showthrea...ight=pm+sender

BTW - Good job. You fully deserve HOTM
Reply With Quote
  #2832  
Old 03-06-2006, 05:03 AM
alexhue alexhue is offline
 
Join Date: Dec 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When viewing the history for "thief", it keeps showing that the purchaser tried to "thief" from him/herself. It doesnt show the person they tried to "thief" from. If there a fix for this?

Thank you
Reply With Quote
  #2833  
Old 03-06-2006, 07:19 AM
soulface's Avatar
soulface soulface is offline
 
Join Date: Sep 2005
Location: Dhaka, BD
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

after upgrading frm 1.2.5 to 1.2.6 am getting following database error.

Quote:
Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT * FROM estoreribbons
WHERE touserid = '802'
ORDER BY ribbonid DESC;

MySQL Error : Table 'bforum_express.estoreribbons' doesn't exist
Error Number : 1146
Date : Saturday, March 4th 2006 @ 05:06:07 PM
Script : http://*************/member.php?action=getinfo&u=802
Referrer :
IP Address : 65.214.44.72
Username : Unregistered
Classname : vb_database
before upgrading to 1.2.6 i uninstalled the standalone Awareness Ribbons plugins then installed the 1.2.6, any solution ? i got almost 100 database error email, since then i turned off the estore...
Reply With Quote
  #2834  
Old 03-06-2006, 12:36 PM
Machine Machine is offline
 
Join Date: Nov 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So how does somebody remove an unwanted gift? Profile
Reply With Quote
  #2835  
Old 03-06-2006, 02:22 PM
Wachtmeister's Avatar
Wachtmeister Wachtmeister is offline
 
Join Date: Apr 2004
Location: West-Berlin, Germany
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to add an option "Users are only allowed to buy ribbons for themself" ?


I don't want that users can buy ribbons for other users.

btw, great you added the ribbons as standard
Reply With Quote
  #2836  
Old 03-06-2006, 02:56 PM
Wachtmeister's Avatar
Wachtmeister Wachtmeister is offline
 
Join Date: Apr 2004
Location: West-Berlin, Germany
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

?? Whats this? Everything worked for one hour and now i get this?

The eBux / eStore Product XML you have imported does not match the same Version number as the PHP files uploaded. Please reupload all PHP files to your forum's root folder. Then re-import the Product XML file with Allow Overwrite set to Yes.

I already reuploaded everything and problem is still there.
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 04:49 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.06821 seconds
  • Memory Usage 2,460KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (31)bbcode_code
  • (33)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

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

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