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)

MorrisMcD 02-20-2006 12:59 AM

Quote:

Originally Posted by BLazeD1
Someone on my forums found an exploit for this, I PM'ed you about it.


Why dont you share it with us? We are all developers and dont need an exploit... It may be something I want to try to protect against...

dan35 02-20-2006 01:17 AM

Quote:

Originally Posted by Sooner95

Also, woul dit be possible to have it where once a member clicks an attachment once, they do not have to pay for it again?

maybe it's a bad idea. Members may share the same account :)

Zowners 02-20-2006 01:26 AM

I was wondering if it would be possible to display the ammount of points they have in and out of the bank under their Name and info. Such as right here:

http://img98.imageshack.us/img98/4883/ebucks4go.gif

I edited that. I don't actually know how to do it (if you can't tell by the crappy font).

inspiration100 02-20-2006 01:41 AM

might sound strange but how do you enable the attachments cost points ?

rinkrat 02-20-2006 02:08 AM

Quote:

Originally Posted by caimakale
What areas did you set to give yourself permission?


In the ebux Store permissions portion of the Usergroup Manager for Administrator Usergroup. After giving myself permission to use the store, I still can't see any links near any items to buy them.

caimakale 02-20-2006 02:35 AM

Quote:

Originally Posted by rinkrat
In the ebux Store permissions portion of the Usergroup Manager for Administrator Usergroup. After giving myself permission to use the store, I still can't see any links near any items to buy them.

You might also have to set the permissions in AdminCP >> eStore Options >> Manage Categories. In each category are permissions you also need to set.

BTW, your avatar is very fitting for you, but man does it freak me the hell out. :eek:

dan35 02-20-2006 02:55 AM

Quote:

Originally Posted by inspiration100
might sound strange but how do you enable the attachments cost points ?

In eBux Options/Manage Settings:

Points For Attachments Enabled? Yes
All Attachments Cost X Points: x

rinkrat 02-20-2006 02:59 AM

THey are set ok there too, this is so strange. It's like all the stuff is there and it says unlimited and free but there is no link to buy them.

Also, It says I have loads of points but 0 in the bank and I can't access the bank.

Zowners 02-20-2006 03:02 AM

so uhh, what about my question?

I know where to put it, but I don't know what code to put in there.

VBUsers 02-20-2006 03:11 AM

Quote:

Originally Posted by Zowners
so uhh, what about my question?

I know where to put it, but I don't know what code to put in there.

in your

Navbar:

Find:

<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>

=============================
ADD BELOW
=============================


$vbphrase[posts]: $post[posts]<br />
<a href="estore.php?do=donate&amp;userid=$post[userid]">$vbphrase[ebux_points]</a>: $post[points]<br />
$vbphrase[ebux_bank]: $post[bank]<br />
$vbphrase[ebux_total_points]: $post[totalpoints]<br />



for some reason its not picking up the phrases. can a coder please help out with this issue?


All times are GMT. The time now is 09:27 AM.

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.04013 seconds
  • Memory Usage 1,744KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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