vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBookie for vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=233473)

Bacon Butty 04-03-2010 01:55 PM

Finally got around to upgrading the forum to 4, and have upgraded vBookie.

Just a quick question. Is there any chance to remove 'vBookie' from the navbar, but still have the sub tab accessible the "/forum/vbookie.php" link?

dartho 04-03-2010 10:24 PM

it's either all or none for vbookie, unless you make manual edits to your navbar templates I guess ...

Bacon Butty 04-04-2010 08:36 AM

Ah okay, thanks for your prompt reply and thanks again for porting this mod.

will555559 04-05-2010 06:26 PM

Quote:

Originally Posted by Bacon Butty (Post 2015148)
Finally got around to upgrading the forum to 4, and have upgraded vBookie.

Just a quick question. Is there any chance to remove 'vBookie' from the navbar, but still have the sub tab accessible the "/forum/vbookie.php" link?

If you want to do this, go to the Plugin Manager in your admincp and disable "vBookie: Insert Navbar Link."

Delilahs 04-25-2010 01:51 PM

anyone now unable to add a new event?

Th box is there to tick, but it doesn't then direct me to the correct page. but just goes as a normal post, I've checked the readme file and everything appears to be in order.

dartho 04-25-2010 09:44 PM

what (if anything) changed that you know of to cause this?

Delilahs 04-26-2010 02:25 AM

i've installed couple of mods this week, but I went through the whole lot and disabled them all apart from vbookie, but to no avail.

the box is still there when I create a new thread to include a vbookie event, but it doesn't then direct to the vbookie ner event page

dartho 04-26-2010 09:28 AM

it's a plugin that does the redirect when a new vBookie thread is posted.

Check teh newthread_post_complete plugiun is enabled, also try changing its execution order to say 10

Delilahs 04-26-2010 09:58 AM

done that, still no good, this is the code for it.

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));



dartho 04-26-2010 11:00 AM

after creating a thread, take a note of th threadid and try manually entering the following URL:

http://......./vbookie.php?t=threadid&do=newevent Does this let you then add a vBookie event?

If so, you'll need to do some testing to see what the issue is. I'm happy to do this if you can give me admin access I'll happily look - it may cause some odd text for users for a few minutes while I run over things, but shouldn't take long.


All times are GMT. The time now is 05:06 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.01943 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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