vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

DevinM 01-02-2007 10:20 PM

Quote:

Originally Posted by Coleccromos (Post 1133406)
It executes this url
HTML Code:

http://www.your domain/dominforum/admincp/index.php?do=buildbitfields


Perfect man, this helped resolve my issue. One less thing to fix. Much appreciated!

d1150488 01-03-2007 08:57 PM

Thanks so much for this hack. I have it on v.3.6.4 and it is doing wonders for my forum!

Thanks Again.

I'm amazed that with so few changes required there is not an 'offical' release for newer versions yet.

DevinM 01-04-2007 10:15 PM

When you post a vbookie event, the thread automatically shows "Vbookie:" in front of the event. Kind of like when you make a sticky it says "Sticky:"

How do you remove this? I went into phrases Manager and tried changing the $vbphrase['vbookie_vbookie'] phrase but that didnt work. Did anyone else remove it?

Greek Wizard 01-07-2007 12:23 PM

Quote:

Originally Posted by iamme1 (Post 1149232)
i don't think this was answered......is there a simple way to reset everyone's account back to the default?

Admin > vBux > Mass Points Giveaway

there is a section to reset all vbBux and Bank totals either to 0 or posts counts.

There is also a section to give vbBux and Bank amounts as well.

al7bar 01-07-2007 03:27 PM

I have a problem with vBookie Event Permissions
I set everything to Yes for admin or members,, but it never stays enabled .
I click everything YES
Then go back to see and it's still at NO

Any ideas ??

TwinsForMe 01-08-2007 04:04 AM

I'm running 3.6.4.
I did the plugin fix as per Paul's instructions.
I rebuilt the bitfields.
I did the template edit.

The only ones that can post an event are admins even though other usergroups are enabled. The event checkbox doesn't show up in the new thread for others.

Any suggestions?

Coleccromos 01-08-2007 09:02 PM

Quote:

Originally Posted by NoRespect (Post 905793)
That added some funky HTML roll-over effects.

I used:

PHP Code:

$user "$vbphrase[anon]</i>"

...to fix it.


I made this modification and now alone it leaves me the word anon

That she walks bad?

Foxsake 01-09-2007 09:37 AM

Hi does anyone know how to adjust the Number of outcomes in a new event? (its set at 2 originally)
I know you can add more as you wish then press the update button.
But wondered if i could have the default as 3 in place of 2?

Cheers for any help or advice

cam2 - old 01-10-2007 07:51 PM

I have never edited a plugin. I have version 3.6.4. Can someone visibly show me the code that needs to be replaced? I have the code from post #92 but have no idea which pligin and where in the plugin to replace? Thanks for your help.

brvheart 01-11-2007 12:51 AM

Login to admincp,

scroll down to "plugins and products" and expand it

the click "plugin mamager"

in the list find "Product: Vbookie"

in that list find:

"vBookie: Redirect to vbookie.php when posting new Event"

to the right is a edit button...click it

in the middle of the edit page you will see: "Plugin PHP Code Use this field to enter the PHP code that you would like to be run."

replace what is in there with the following:

PHP Code:

if ($newpost['postvbookieevent']) 

    
$vbulletin->url 'vbookie.php?' $vbulletin->session->vars['sessionurl'] . "t=$newpost[threadid]&vbookieeventoptions=$newpost[vbookieeventoptions]&do=newevent"
    eval(
print_standard_redirect('redirect_postthanks_moderate'truefalse));



save and you are done :)


hope this helps.


if you need more help pm :)


All times are GMT. The time now is 12:46 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.02393 seconds
  • Memory Usage 1,747KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (3)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