Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza

Reply
 
Thread Tools
vbBux / vbPlaza v1.5.5 has been released! Details »»
vbBux / vbPlaza v1.5.5 has been released!
Version: , by CMX_CMGSCCC CMX_CMGSCCC is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-12-2006 Last Update: Never Installs: 0
 
No support by the author.

The next major release is out for vbBux / vbPlaza!

v1.5.5 Update:
1) Bugfix: Mod CP doesnt give a parse error anymore for the Arcade Options.
2) Bugfix: Typo fixed inside plugins/vbplaza_forumdata_start.php
3) Bugfix: Admin CP -> Find User did not display the Can Receive Points & Can Access vbPlaza properly. The settings saved properly, but if you re-edited the user, the changes may or may not be displayed.
4) Bugfix: Exploit when they create a post thats 10000 characters and then edit it back down to the normal post size thats much less. It removes the original points it gave them and then gives them the points for their new shortened post. So in essence, if they want to keep the larger amount of points, they have to leave the post long now, so you can spot it and ban them for abuse
5) Bugfix: Download Attachment confirmation page now displays how many points you have on hand as well as in the bank properly.
6) Bugfix: Sometimes Gifts/Ribbons wouldnt show up in the postbit properly.
7) vbPlaza Setting: Enable Mod CP Options, will allow you to disable the Mod CP options from your forum Moderators.
8) vbPlaza Setting: ibProArcade Jackpot Increases X Percentage of Cost to Play, will allow the jackpot to be increased each time someone plays a game by X Percentage of the Cost per Game.
9) vbPlaza Setting: Arcade Pass Owners Can Win Jackpots, will allow your Arcade Pass Owners the possibility to win jackpots, but still play for free.
10) ibProArcade Jackpot system supported, for static and raised jackpot types. There is still a global setting in vbBux Options to set the amount of vbBux a user will win for winning any game. If you want to disable that setting and only use the ibProArcade Jackpot system, please put a 0 for the setting in vbBux Settings.
11) Arcade Pass system has changed for the better. It will now allow you to copy the Option and create different arcade passes that expire in X days that you specify properly.
12) vbPlaza Setting: vbPlaza Options Display Style, will show your Options in the style specified.
13) vbPlaza Setting: Display Options Per Row in vbPlaza, will display X options per row in vbPlaza.
14) vbPlaza Setting: Enable vbPlaza Override For Username HTML Markup, will allow you to enable/disable vbPlaza's Username HTML Markup when a user has purchased options to affect their username.
15) A lot of the templates have been cleaned up. You may need to revert any vbPlaza templates you have customized for everything to work properly again.
16) The Bank has its own template now and looks a lot better.
17) New Give Gifts Setting: Can Use Radio Buttons to display the gifts to choose from instead of the Drop Down Box. Admin CP -> vbPlaza -> Manage Options -> Give Gifts -> At the bottom.
18) Admin Feature: Search Gifts & Search Ribbons now displays a delete option to delete the gift next to each gift that was found for easy access.
19) Lottery Winners Page now shows the currently active lotteries, with the current jackpot, ending time & number of tickets purchased for each active lottery.
20) vbPlaza Option: Bold Thread Title, with this option you can bold the thread title of your choosing when its viewed on the forums list.
21) vbPlaza Option: Italic Thread Title, with this option you can italicize the thread title of your choosing when its viewed on the forums list.
22) vbPlaza Option: Underline Thread Title, with this option you can underline the thread title of your choosing when its viewed on the forums list.
23) vbPlaza Option: Colored Thread Title, with this option you can make the thread title of your choosing be displayed in the color of your choosing on the forums list.
24) vbPlaza Option: Glow Thread Title Color, with this option you can make the thread title of your choosing glow in the color of your choosing on the forums list.
25) vbPlaza Option: Shadow Thread Title Color, with this option you can make the thread title of your choosing shadow in the color of your choosing on the forums list.
26) vbPlaza Option: Thread Title Font Type, with this option you can make the thread title of your choosing be displayed in the font type of your choosing on the forums list.
27) User History Page now has an Expire Now option to expire options immediately. (This is useful to test if an item is expiring properly.)
28) Admin CP User Profile Edit: Can now turn options on/off for Display Flags, Other Flags & Immunity.
29) Admin Feature: Admin CP -> vbPlaza -> Search Users. This will allow you to search for users with Display Flags, Other Flags or Immunity quickly.
30) Admin Feature: Admin CP -> vbPlaza Maintenance -> Clear All Immunity. This will allow you to reset all of your user's immunity flags to disabled.
31) Donations are now taxable. All you have to do is set the Tax for the Donation in Admin CP -> vbPlaza -> Manage Options -> Donate -> Tax. If you do not want Donations taxed, then leave the tax percentage at 0.
NOTE: New Template Edit for Everyone for the template 'threadbit' is at the very bottom.

Get it while its HOT --> https://vborg.vbsupport.ru/showthread.php?t=106953

-CMX

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-20-2006, 04:52 PM
forum_maniac forum_maniac is offline
 
Join Date: Jan 2006
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheFocusElf
I use a VBStyles skin called Aria, and instead of text buttons, it uses graphics, like several skins out there. I started from a fresh install, then installed the VbAdvanced CMPS, and a couple small mods (Welcome PM, Event Attendance). The next item to tackle was this here VbBux/VbPlaza mod which looks awesome.

I am having some issues with the navbar & javascript, however.
I implemented vbPlaza on my Aria based forum. I made the following template edits:

HEADER
======

Find:
Code:
    </table></td><!-- /Aria Calendar -->
    <if condition="$show['popups']">		
			<if condition="$show['searchbuttons']">
Add below:
Code:
<!-- BEGIN VBPLAZA LINK -->
<if condition="$show['member']">
<if condition="$vboptions['vbplaza_enabled']">
<td width="78"><table width="78"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td style="background:#FFFFFF url($stylevar[imgdir_misc]/vbplaza.gif);" id="plaza"><a href="#plaza"
		onmouseover="JSFX.fadeIn('plaza')"
		onmouseout="JSFX.fadeOut('plaza')"><img
		src="$stylevar[imgdir_misc]/vbplaza.gif" name="plaza"  width="78" height="39" border="0" class="imgFader" id="plaza" alt="" /></a><script type="text/javascript"> vbmenu_register("plaza", 1); </script></td>
      </tr>
    </table></td></if></if>
<!-- END VBPLAZA LINK -->
HEADINCLUDE
==========

Find:
Code:
JSFX.Rollover("logout",    "$stylevar[imgdir_misc]/logout_over.gif");
Add below:
Code:
<!-- START VBPLAZA CODE -->
JSFX.Rollover("plaza",    "$stylevar[imgdir_misc]/vbplaza_over.gif");
<!-- END VBPLAZA CODE -->

NAVBAR
======

Find:
Code:
	</div>
	<!-- / user cp tools menu -->
	</if>

Add below:
Code:
<!-- BEGIN VBPLAZA MENU -->
<!-- vbPlaza start -->
	<if condition="$show['member']">
	<!-- vbplaza tools menu -->
	<div class="vbmenu_popup" id="plaza_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 -->
<!-- END VBPLAZA MENU -->
Notes:
=====
- You will need to place two graphics "vbplaza.gif" and "vbplaza_over.gif" in the "images/misc" folder. These are the two link graphics (regular and rollover).
- You can create the graphics using Photoshop and modify the files provided within the vbStyles installation file.
Reply With Quote
  #13  
Old 04-21-2006, 01:59 PM
ChiliVB ChiliVB is offline
 
Join Date: Dec 2005
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Moving a question to correct forum... yay for having search capabilities.
Reply With Quote
  #14  
Old 04-21-2006, 09:42 PM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

CMX...............

is there a way to enable custom usergroups to buy options in the vbplaza?
Reply With Quote
  #15  
Old 04-30-2006, 08:10 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aclikyano
CMX...............

is there a way to enable custom usergroups to buy options in the vbplaza?
Sure, just edit the allowed usergroup settings under Admin CP -> vbPlaza -> Manage Categories -> Category u want them to access.

-CMX
Reply With Quote
  #16  
Old 05-01-2006, 10:25 PM
scorpio370 scorpio370 is offline
 
Join Date: Apr 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where can I get help with the installation on this? I am not getting a response on the other thread, and someone is saying quite rudely that it's not a support thread, and then doesn't at least give a link to it. Is this the support thread or can you point me in the right direction? I'm on the verge of just uninstalling the whole thing if someone can't help me.

My post from the other thread...
Quote:
Ok, so the install went flawless. Everything works great...but, when I go into my admincp and try to check the settings, the only thing that works is the manage settings. all the other links to get into the settings and fixes don't work anymore. When I click them, nothing happens.

Any ideas?

*edit*
This occurs in the vbux, vbplaza, vblottery, vbgift options, vb ribbon options, the only thing I got to work was the vbmaintenance was the rebuild bitfields. I also noticed when I do click on the other options the screen goes to a blank blue screen with no options and at the top it changes the title of the page to vblottery 1.5.5 admin.
Original Post

I have since re-uploaded the original 1.5.4, and that tells me what I need to do, but when I do it, still won't work. So I'm stuck with something that doesn't work and if it does work, can't be accessed from the admincp.
Reply With Quote
  #17  
Old 05-09-2006, 08:58 PM
Danecookie Danecookie is offline
 
Join Date: Oct 2005
Location: France
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having some problem, i want to ad the drop down list to my forum skin but i dont know how to do that..

Can u please tell me the code of that drop down list.. ?
Currently i only have a link to that vb plaza, but no drop down list..

check here www.slipen.com 'E-Store'
Reply With Quote
Reply

Thread Tools

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 06:03 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04538 seconds
  • Memory Usage 2,283KB
  • Queries Executed 23 (?)
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
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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