vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Postbitswitcher (https://vborg.vbsupport.ru/showthread.php?t=136018)

Smoothie 01-12-2007 01:29 AM

Simply marvelous. Installed and working!

Yorixz 01-14-2007 02:03 PM

Very nice, thanks a lot. Installed.

thewolrab 01-02-2008 08:10 PM

Excellent. I was looking for one of these as the one provided on vBulletin.com for 3.5.x was no longer working for me, and (obviously) I expected the change on modifyoptions, but the dHTML popup in threads as well?

Installed:up:

Saskia 03-06-2008 04:14 AM

These kinds of wonderful hacks are the ones vB should implement into its next version.

Excellent work and with such an easy install. Simple and incredibly useful. Working perfectly on 3.6.8. Keep it up!

mikkitine 03-06-2008 06:15 AM

3.6.8 PL 2: Works perfectly. Thank you.

Allan 05-08-2008 05:03 PM

French language by Nerilka ;)

akee 05-23-2008 09:14 AM

hi!

try it somebody on 3.7.0 Gold?

I try it today, this is works on 3.7.0 Gold!

New Joe 04-28-2010 02:29 AM

Installed and working fine on 3.8.X

Brew 01-13-2011 01:13 PM

Surviver,

Can you update this to vb 4.x please?

Thanks!

.

empire10 04-20-2011 02:41 PM

I got this working on 4.1.3, the functionality is still working but it does not display the user option in the profile edit options. To fix this do the following:

Edit template "modifyoptions_postbitmode" and replace the contents with:

Code:

<div class="blockrow">
        <label for="sel_threadedmode">$vbphrase[post_display_mode]</label>
        <select name="postbitmode">
                <option value="0"<if condition="!$vbulletin->userinfo['postbitmode'] OR $vbulletin->userinfo['postbitmode'] == 0"> selected="selected"</if>>$vbphrase[use_forum_default]</option>
                <option value="1"<if condition="$vbulletin->userinfo['postbitmode'] == 1"> selected="selected"</if>>$vbphrase[postbit_top]</option>
                <option value="2"<if condition="$vbulletin->userinfo['postbitmode'] == 2"> selected="selected"</if>>$vbphrase[postbit_left]</option>
        </select>
        <p class="description">$vbphrase[choose_post_display_mode]</p>
</div>

And edit plugin "Optionen Anzeigen" replace with:
Code:

$templater = vB_Template::create('modifyoptions_postbitmode');
$template_hook['usercp_options_other'] .= $templater->render();



All times are GMT. The time now is 04:59 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.00981 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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