vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   PostBit Changer (https://vborg.vbsupport.ru/showthread.php?t=118571)

SuperFly 06-13-2006 10:00 PM

PostBit Changer
 
Create a new Custom Profile Field of the your choosing (yes/no / radio / select). "Top" and "Left" as the options. At the very bottom of the custom profile edit page, set the Display Page option to Options: Thread Viewing. Submit your new profile field.


Then you add a new plugin with the Hook Location 'style_fetch', replace xx with the field number and enter the following code:



Code:

if ($vbulletin->userinfo['fieldxx'] == 'Top')
  {
    $vbulletin->options['legacypostbit'] = 0;
  }

Credit to Wayne Luke.

Frapegliko 06-14-2006 04:37 PM

just what i want.. Thank you

Snake 06-14-2006 04:59 PM

Thanks man!

Pathor 06-14-2006 05:31 PM

<a href="http://www.vbulletin.com/forum/showthread.php?t=169124" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=169124</a>

Emil 06-16-2006 10:26 AM

For some reason this isn't working for me. Nothing happens when I change the option in my profile.

SuperFly 06-16-2006 04:13 PM

Fist of all, are you running vb 3.6 Beta 1

And second, did you edit the plugin where it said fieldxx to the field you made?

Emil 06-17-2006 10:43 AM

Well, I'm running 3.6 Beta 2. Maybe that's why. But yeah, I changed the fieldxx to the correct one.

loonytune15 06-17-2006 02:41 PM

Well I never found this originally, good job with the find..

DollarBill 01-13-2007 06:28 PM

I love you like a son!

shete 01-14-2007 05:56 PM

Nice , thanks for this .


All times are GMT. The time now is 08:53 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.01087 seconds
  • Memory Usage 1,715KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete