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
  #2702  
Old 03-02-2006, 08:07 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers X, didnt even think to check there


Quote:
Originally Posted by X-Files
You looked in your admincp --> usergroups --> usergroup manager --> edit a usergroup and scroll all the way to the bottom.



If it is not there maybe you did not import with overwrite set to yes.
Reply With Quote
  #2703  
Old 03-02-2006, 08:11 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by proxx
I would like my moderators to earn more eBux when they post in certain forums.

Is this possible?

How can I set this up?

For example, I'd like them to have a multiplier. So, they will get paid 5 times more than non-moderators when they post in that particual forum.

please let me know
I can add a points multiplier for moderators, but adding it to forums would be a bit more tedious than I want to handle atm, but I'll add it to the future listing nonetheless.

Quote:
Originally Posted by lairnoc
some how i am not BLE AYMORE TOO SEE LOTTERY HISTORY (oops caps) i have the admin right on my forum ofcourse, but i cannot find the settings anymor e it is since i upgraded from 1.23 to 1.2.4
There are 2 new Usergroup Settings, can view item history and lottery winners.

Quote:
Originally Posted by lowandloudinc
hey cmx,


on the main ebux page i still get this . can you help me out??

Current %1$s Total: 117,546
Current Bank %1$s: 0


Next Bank Interest: You have no Points in the eBank yet.


All %1$s Total: 20,125,253
All Bank Total: 22,222
All Overall Total: 20,147,474
You have one of the template edits wrong, some have changed in postbit/postbit_legacy/MEMBERINFO/forumrules.

Quote:
Originally Posted by OAndrea
Theif Immunity issue.

It seems that theif immunity doesn't expire and there is no way to shut it off. I have tried just about everything to make it work. I even took it off the market so no one else buys it. My forumers don't want the option of buying an immunity and those who did what it to be taken off. So How do I take their immunity off since it is long expired yet still working?
I'm unable to replicate this, it expired for my test forums. To remove an item, either 1) Try to purchase it again. 2) Goto Admin CP and set displayflags minus 1 and it will remove Thief Immunity.

Quote:
Originally Posted by Zelda-King
I just bought myself a green glowname (used hexidecimal value). It shows the right colour in my profile but is red in the postbit. The intensity setting doesn't seem to have any affect there either.
This will be fixed in v1.2.5

Quote:
Originally Posted by gwhooooey
Request
Can someone please make it so you'd be able to buy to change your post colour/font maybe even post glow colour as well. Also if it's not too difficult, add an override option so you can pay to not see the effects of other people's settings for this.

You've got Username/Usertitle stuff for this, so I doubt it would be too difficult to add it for posts as well. Thanks. Great store.
Yeek, to make the entire post message a glow color? Wouldnt it be better for u to add a BB Code to do the glow and let users use that?

Quote:
Originally Posted by lairnoc
hmmm cannot find it redone the import in admincp of the xml overwrite yes but no go anyone out there that can help me? plz thnx again
Admin CP -> Usergroups -> Usergroup Manager -> eBux Settings -> Can View Lottery Winners.

If u do not see this, then u did not upload all of the files... namely includes/xml/bitfield_ebuxestore.html

Quote:
Originally Posted by 1numara
hi, it's me again

thank you for your help CMX, now i ?an use the hack correctly :nervous:

but now, i have some problems with gifts.

at the bottom of the avatars, only one gift can seen :surprised:

i choose "20 gifts can seen at the bottom of the avatars" on the admin panel options, but there is something wrong i think ...

by the way, when i edit the "Gifts" on the "eBux eStore Editing Options" in user profiles admin panel, ( i mean, writing " superman,cookie " to gift screen ), the gifts i wrote can be seen.

but the automic ways, it won't work, and seen only the last gifts user took.

i hope, i can explain my problem.

thanks for your help.
There's a change coming in v1.2.5, hopefully it will get fixed in this rework.

Quote:
Originally Posted by AKapadia
well i try this hack on Arial Skin and Nevbar is messed up and i am not good @ it any help ?
Because those skins are using graphics for the headers right?

Quote:
Originally Posted by jojo77
just installed version 1.2.4 and now my users cannot see the gifts underneath their postbit.

I'm able to see them under mine though. I tried rebuilding the gifts too.
Wait for v1.2.5 then u will need to rebuild the gifts, u can try to rebuild the gifts with a really high number to process at once, like 10000000 and it should fix all but 1 user.

Quote:
Originally Posted by Wachtmeister
Hello,

i observe my account on my forum and notice, that i get points also for doing nothing.

The last 5 minutes i've got 20 points. I did nothing and i got points. Why? I disabled the feature "Points For Referral's Actions Multiplier?". I also don't think, that 20 users gave me a good reputation the last minutes.

Does anybody has an idea, why some accounts grow so fast? I really earn about 1.000 and more points just for being member in my forum... This also happens to some other accounts.

Thanks
Anytime someone views ur thread, u get points, if u have 100 threads and they get 100 views, then u will get 100 points from the default settings.

Quote:
Originally Posted by bonjurkes
hello,

i installed the latest version of it. I made all of the required edits at templates but at threads my gift dont display. When i click my name i can see the gifts i have at my profile.

Did i made something wrong or is it a bug or must i enable an option?
Either try to rebuild with a really high number, or wait for v1.2.5

Quote:
Originally Posted by bashy
Hi peeps

Can i have some advice on the Paycheck side of it please?
How do it enable the paycheck?
How do i set the amount to be paid?
How do i set who gets paid?

I cannot find any of these things

I also get [ARG:2 UNDEFINED] in the forum posting rules
The template edit has changed to forumrules, but its going to change again in v1.2.5, so might as well wait for it.

Quote:
Originally Posted by lairnoc
sorry cannot find thos settings at all i hope cmx will help me out there
Refer to my previous reply above.

Quote:
Originally Posted by dirtycrow
please help. - Deny Forum Access opition is not working.

the users see it, they can purchase it, however denied users are still able to access the forum they were denied access to.
1) They may have a usergroup setting that overrides this.
2) Make sure you have the vBulletin Option enabled that says "Enable Access Mask"

Quote:
Originally Posted by teepeg
Hi,
Yes i get same errors?

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/******/public_html/forum/includes/adminfunctions_template.php(3537) : eval()'d code on line 27
Somewhere the template is not correct, u need to remove the old template edit first..

There is a slight issue in the MEMBERINFO template edit for v1.2.4, its gonna be fixed/updated in v1.2.5... damn templates!

Quote:
Originally Posted by kylek
Still having problems with the running of the lotteries. The scheduled time of the lottery ends and nothing happens, but if I go into scheduled tasks and hit run the winner gets picked and pm is sent. My task schedule for the ebux lottery processing has a next time of 03-02-2006 09:30 PM.

Does that mean that lotteries that are set to end say at 4 pm same day will not be run until after 9:30 pm?

Can the task schedule run time be set so say it runs the lottery more hourly instead of once a day?

Sorry for the questions but I really am trying to figure this out, the daily lottery ran once right but that was once between upgrades. I started over fresh with the latest 1.2.4.
U can change the cron task end time if u want. I just didnt want it running too often because I'm always concerned about performance issues. Goto Scheduled Task Manager -> Lottery -> Hour, put in the * to make it run every hour, and then specify the minute u want it to run at too.

Quote:
Originally Posted by Joep11
I have the same problem with my board. It just happens with a few accounts. Points per thread view is also disabled (set 0).
If u have referred any members, u get some points almost everytime they perform something to get points too.

-CMX
Reply With Quote
  #2704  
Old 03-02-2006, 08:23 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
U can change the cron task end time if u want. I just didnt want it running too often because I'm always concerned about performance issues. Goto Scheduled Task Manager -> Lottery -> Hour, put in the * to make it run every hour, and then specify the minute u want it to run at too.

-CMX
Thanks, I will try that as I had noticed that the hour setting was set to 0.
You answered way to fast as usual, answered my question before being I could ask it!!!
Reply With Quote
  #2705  
Old 03-02-2006, 08:43 PM
gwhooooey gwhooooey is offline
 
Join Date: Feb 2003
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Yeek, to make the entire post message a glow color? Wouldnt it be better for u to add a BB Code to do the glow and let users use that?
What I want is something like this hack
https://vborg.vbsupport.ru/showthread.php?t=93127
...but where you pay to be able to do it. Like you have already with the coloured username/usertitle stuff. Maybe not the glow, but the colour part I could really do with.
Reply With Quote
  #2706  
Old 03-02-2006, 08:43 PM
chairman miaow chairman miaow is offline
 
Join Date: May 2005
Location: Engerland
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Somewhere the template is not correct, u need to remove the old template edit first..
I've got the same error....but what was the old template edit ???!
Reply With Quote
  #2707  
Old 03-02-2006, 10:33 PM
Shanoon's Avatar
Shanoon Shanoon is offline
 
Join Date: Aug 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just want to say this mod is amazing and I've experienced absolutely no problems with it. Thanks so much!
Reply With Quote
  #2708  
Old 03-02-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 gwhooooey
What I want is something like this hack
https://vborg.vbsupport.ru/showthread.php?t=93127
...but where you pay to be able to do it. Like you have already with the coloured username/usertitle stuff. Maybe not the glow, but the colour part I could really do with.
I'll add something like this for a future update.

Quote:
Originally Posted by chairman miaow
I've got the same error....but what was the old template edit ???!
To be honest I dont know what it was exactly, but u could always Revert or "View Original" to see how the template is supposed to be first.

Quote:
Originally Posted by Shanoon
I just want to say this mod is amazing and I've experienced absolutely no problems with it. Thanks so much!
Thats great news, there are some minor bugs here and there, but nothing major in a while. The biggest part of the problems are some of the template updates have gotten updated in the past and are causing problems from the updates. The newer ones used now are more versatile, they modify the div style="" so I can make changes inside the PHP and not affect the template itself anymore.


NOTE: v1.2.5 is released now, 2 new template updates, 1 for MEMBERINFO and the other for forumrules. (If u are updating from v1.2.4, if u updating from a previous version, u will have some things to fix in ALL templates modified by eBux/eStore.)

-CMX
Reply With Quote
  #2709  
Old 03-02-2006, 11:03 PM
moonclamp's Avatar
moonclamp moonclamp is offline
 
Join Date: May 2004
Location: London
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update

On the "points per profile view" does it log your own views or just other people's?

I'm thinking that anyone could use something like the firefox auto-reload extension and spend all day clocking up their points. (this option is available on opera and maxthon browsers too)
Reply With Quote
  #2710  
Old 03-02-2006, 11:31 PM
FROGGYJ FROGGYJ is offline
 
Join Date: Sep 2005
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC
Somewhere the template is not correct, u need to remove the old template edit first..

There is a slight issue in the MEMBERINFO template edit for v1.2.4, its gonna be fixed/updated in v1.2.5... damn templates!
-CMX
I am getting the same parse errors......but I don't recall what the template edits were last version so I'm unsure how to properly remove the old template.
Reply With Quote
  #2711  
Old 03-03-2006, 12:04 AM
OAndrea OAndrea is offline
 
Join Date: Dec 2005
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CMX_CMGSCCC



I'm unable to replicate this, it expired for my test forums. To remove an item, either 1) Try to purchase it again. 2) Goto Admin CP and set displayflags minus 1 and it will remove Thief Immunity.


How do I set the display flags? I am not sure what this means. (sorry this is the first really BIG hack I have done.)

ETA: I found the display flags under the user name and they are set at -1 and it didn't work. Can I give you access and more info so you can check it out?
Reply With Quote
  #2712  
Old 03-03-2006, 12:29 AM
OAndrea OAndrea is offline
 
Join Date: Dec 2005
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am missing some of the memberinfo stuff at least the first two edits are missing in my stuff? Did I do something wrong?

ETA: Never mind I got it!
Reply With Quote
  #2713  
Old 03-03-2006, 01:00 AM
OAndrea OAndrea is offline
 
Join Date: Dec 2005
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

REQUEST:

I know this is a minor thing but the gifts are displaying from first to latest and not moving, is there anyway you can get the first one to drop off if it fills up to the limit so the NEXT gift will display at the end of the line instead of just the first ones bought?

Also how can we get it to skip down to the next line instead of just going the length, like the rep bars get stacked, stacking the gifts?
Reply With Quote
  #2714  
Old 03-03-2006, 01:56 AM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by moonclamp
Thanks for the update

On the "points per profile view" does it log your own views or just other people's?

I'm thinking that anyone could use something like the firefox auto-reload extension and spend all day clocking up their points. (this option is available on opera and maxthon browsers too)
No, it logs other views only. And yeah, someone could refresh all day, so u can put it very low like 0.01 if u r really worried about it

Quote:
Originally Posted by FROGGYJ
I am getting the same parse errors......but I don't recall what the template edits were last version so I'm unsure how to properly remove the old template.
Could try to view the Original Template or Revert the template if u havent made any other modifications besides eBux, or even use the Template Comparison check to check the changes.

Quote:
Originally Posted by OAndrea
How do I set the display flags? I am not sure what this means. (sorry this is the first really BIG hack I have done.)

ETA: I found the display flags under the user name and they are set at -1 and it didn't work. Can I give you access and more info so you can check it out?
-1 will not work ever.. if u set it to -1, that means it enabled everything, try 0.

Quote:
Originally Posted by OAndrea
REQUEST:

I know this is a minor thing but the gifts are displaying from first to latest and not moving, is there anyway you can get the first one to drop off if it fills up to the limit so the NEXT gift will display at the end of the line instead of just the first ones bought?

Also how can we get it to skip down to the next line instead of just going the length, like the rep bars get stacked, stacking the gifts?
It does, the first one gets dropped off soon as u get more than 20 in the postbit. And I'll have to add a setting for How Many Gifts Per Line into the next version.

-CMX
Reply With Quote
  #2715  
Old 03-03-2006, 02:05 AM
Roxie's Avatar
Roxie Roxie is offline
 
Join Date: May 2002
Location: on vb.org
Posts: 526
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got
Quote:
Current %1$s Total: 22,392.83
Current Bank %1$s: 152,624.10
And the header/link for richest members is missing. (since last upgrade)
Reply With Quote
  #2716  
Old 03-03-2006, 02:08 AM
lordofgun lordofgun is offline
 
Join Date: Jan 2002
Posts: 285
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great update once again!

I take it that the mass donate to usergroups doesn't work for secondary usergroups? Is it possible to make this happen?

Thanks again...will be donating soon!
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:13 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.07140 seconds
  • Memory Usage 2,456KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (30)bbcode_code
  • (32)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