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)

mamashid 02-04-2007 03:54 AM

Quote:

Originally Posted by Shazz (Post 1174090)
Be sure you have it uploaded to the correct directorys

Double checked and still getting this error!!

hitboy 02-04-2007 04:53 AM

Can anyone tell me how to charge points to open new threads in specific forums anyone!!! lol

Shazz 02-04-2007 04:55 AM

Quote:

Originally Posted by hitboy (Post 1174132)
Can anyone tell me how to charge points to open new threads in specific forums anyone!!! lol

Should be in options in forum manager, pick your forum
Or check vBplaza options on the left side

Zalaki 02-04-2007 06:17 AM

I am getting the Permissions error on my forum.. is it possible to fix this somehow?

hitboy 02-05-2007 03:20 AM

Quote:

Originally Posted by Shazz (Post 1174133)
Should be in options in forum manager, pick your forum
Or check vBplaza options on the left side

i checked for about a week and I cant find anything on it nor does anything work

mamashid 02-05-2007 12:49 PM

Can anybody help please?

thepub 02-05-2007 02:23 PM

Quote:

Originally Posted by flypaper (Post 1167699)
I wrote a plugin that alerts the person via PMs. You will need to edit the plugin for your forum (unless your 'points' are called 'marklar' too). ;)

I got this error when I tried to install it

Quote:

Parse error: syntax error, unexpected '<' in /home/theneigh/public_html/vbplaza/action.thief.php(259) : eval()'d code on line 1
It's not working.

mamashid 02-05-2007 03:40 PM

Help! I dont have the vbplaza link on my admin cp, what did i do wrong? Help Help Help!!! And in usergroups I am suppose to have a setting to change to let the usergroup to have permission to use the vbplaza but its not there :(

fly 02-05-2007 04:38 PM

Quote:

Originally Posted by thepub (Post 1175240)
I got this error when I tried to install it



It's not working.

Maybe I didn't export it correctly somehow. If you wanna try creating your own plugin, just use my code.

hook needed: vbplaza_action_thief_process_complete

code:
PHP Code:

if ($thiefsuccessful)
{
    
// send the user a private message
    
$title "Warning: Theft Detected";
    
$message "[b]AUTOGENERATED PM:[/b] I just stole " $action['thiefamount'] . " marklar from you.  To prevent this in the future, its a good idea to keep all your marklar in the bank!";
    
vbplaza_send_pm($vbulletin->userinfo$touser$title$message);
}
else
{
    
// send the user a private message
    
$title "Warning: Theft Detected";
    
$message "[b]AUTOGENERATED PM:[/b] I just attempted to steal " $action['thiefamount'] . " marklar from you, but failed.  To prevent this in the future, its a good idea to keep all your marklar in the bank!";
    
vbplaza_send_pm($vbulletin->userinfo$touser$title$message);


Hopefully you'll know what to do with that. If not, you'll have to get a real coder to fix it, sorry.


All times are GMT. The time now is 02:30 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.09050 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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