vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

lordnex 02-04-2006 07:41 PM

I have a concern about the thief option. With the Ushop version, if you failed your rep got slapped down right quick. There was a penalty that was dished out that made people be careful with it.
Currently there's very little, if any penalty to using the thief option. (sure you can turn it on so that you give your money away but it doesn't really prevent someone from being vindictive).

Can we have an option specifically for thief to limit each USER to a number of times/day? Or the negative rep option on fail? (I have user levels setup in the promotions based on high good rep and very low negative rep so getting repped negatively has a big influence on my forums)

OAndrea 02-04-2006 07:44 PM

can I install this on VB3.5.2?

Ziki 02-04-2006 07:52 PM

lol it says this when I want to purchase the free features

For some reason the final cost of the item was not calculated.

support please

XtremeOffroad 02-04-2006 07:53 PM

Quote:

Originally Posted by ZIKI-SET
lol it says this when I want to purchase the free features

For some reason the final cost of the item was not calculated.

support please

did you update to 1.0.5a?

that was a bug in 1.0.5
That was fixed in this release (1.0.5a)

Frugal 02-04-2006 08:00 PM

Is there any way to limit certain store items to certain user groups?

Frugal

Ziki 02-04-2006 08:02 PM

No I installed it just today no updates

tehste 02-04-2006 08:30 PM

this looks promising :)

caimakale 02-04-2006 08:34 PM

I have always liked the points showing up in vBa CMPS in the welcome block right under the "New Posts".

Here is a welcome module you can upload in vBa CMPS 2.1 which is much easier than modding the files themselves. The only edit made to this module is the ebux system so if you have customized your welcome block, you will have to redo them. This has been tested and works in all three colums (left, center, right). The link takes the user to their bank account to deposit or withdraw points.

I did attach a screenshot and the welcomeblock.module file. When importing the welcomeblock.module, it will tell you the files already exist, go ahead and overwrite them. If you don't want to overwrite, then follow the instructions below.

If you have hacked up your welcome block and just want the code to do the modifications here it is:

in your modules/welcomeblock.php file find:
Code:

// Reputation
Replace it with:
Code:

// add the points to the userinfo
        if ($vbulletin->options['ebux_enabled'] == 1)
        {       
                $post['points'] = number_format($vbulletin->userinfo[$vbulletin->options['ebux_pointsfield']], $vbulletin->options['ebux_decimalplaces']);
        }


        // Reputation

Then in your admincp go to your templates and then to your vBadvanced CMPS Templates. Find the adv_portal_welcomeblock and open it up. In it you will need to do two file edits, this can be tricky to because all code is in that file twice so pay close attention to where you edit your files.

Find:
Code:

<a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></span>
Above it add:
Code:

<if condition="$vboptions['ebux_enabled']">
                                        <a href="$vboptions[bburl]/estore.php?do=action&itemid=13">$vbphrase[ebux_points]</a>: $post[points]<br />
                                </if>

Then find:
Code:

<if condition="$bbuserinfo['reputationdisplay']">
                        <div style="margin-top:5px; margin-bottom:5px">$vbphrase[rep_power]: $reppower<br />

Above it add:
Code:

<if condition="$vboptions['ebux_enabled']">
                        <a href="$vboptions[bburl]/estore.php?do=action&itemid=13">$vbphrase[ebux_points]</a>: $post[points]
                </if>

The code isn't identical here so don't assume you have the right area...double check it.

I didn't feel this hack was substantial enough to start it's own hack thread, that's why I added it here. Hope that's ok, if not let me know and I will start a new thread.

Hope this helps a few people.

XtremeOffroad 02-04-2006 08:57 PM

Quote:

Originally Posted by caimakale
I have always liked the points showing up in vBa CMPS in the welcome block right under the "New Posts".

Here is a welcome module you can upload in vBa CMPS 2.1 which is much easier than modding the files themselves. The only edit made to this module is the ebux system so if you have customized your welcome block, you will have to redo them. This has been tested and works in all three colums (left, center, right). The link takes the user to their bank account to deposit or withdraw points.


Hope this helps a few people.


Thanks for this share, now i see a new version of vba, time to update that while i'm at it.

caimakale 02-04-2006 08:58 PM

Quote:

Originally Posted by XtremeOffroad
Thanks for this share, now i see a new version of vba, time to update that while i'm at it.

No Problem!


All times are GMT. The time now is 09:11 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02757 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete