Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Postbit Switcher Details »»
Easy Postbit Switcher
Version: 1.00, by M.Smith M.Smith is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 07-03-2005 Last Update: 07-03-2005 Installs: 49
Uses Plugins Template Edits
 
No support by the author.

This plugin will make it possible for the user to switch between new and legacy postbits from showthread.php using the Display Modes menu.

This plugin requires the 'User Postbit Template Selection' plugin by WhSox21 to be installed. The plugin can be found here.

The plugin requires 2 template edits (both in the SHOWTHREAD template), 1 edit of WhSox21's plugin and 1 edit of the field created whilst installing WhSox21's plugin.

Thanks goes out to WhSox21 for letting me base this plugin from his.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-04-2005, 02:16 PM
M.Smith M.Smith is offline
 
Join Date: Feb 2002
Location: Durham, UK
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Wise One
very nice. installed. one thing to note though...

Code:
        <!-- Postbit Selector -->
        <tr>
		<td class="thead">Postbit Selector<a name="goto_displaymodes"></a></td>
	</tr>
        <tr>
	<if condition="$vbulletin->userinfo['field5'] == 'Vertical Postbit'">
		<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="Switch to Horizontal (new) postbit" /> <a href="showthread.php?$session[sessionurl]postbit=Top&amp;t=$thread[threadid]$highlightwords">Use Horizontal (new) Postbit</a></td>
	<else />
		<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="Switch to Vertical (legacy) postbit" /> <a href="showthread.php?$session[sessionurl]postbit=Left&amp;t=$thread[threadid]$highlightwords">Use Vertical (Legacy) Postbit</a></td>
	</if>
        <!-- / Postbit Selector -->
your instructions seem to be missing a closing < /tr > tag just above / Postbit Selector in step one.

works good with 3.5.0
The find section doesn't have it in so it's never lost.
Reply With Quote
  #13  
Old 10-04-2005, 04:20 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed it on 3.5 and it won't switch back and forth, only one option is available and it's always the switch to vertical. Once I switch, it still says switch to vertical, not horizontal.

I have the first plug in installed and that's working fine, I looked over the instructions and I don't believe I've missed anything.

Any ideas?
Reply With Quote
  #14  
Old 10-04-2005, 04:36 PM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mellow
I installed it on 3.5 and it won't switch back and forth, only one option is available and it's always the switch to vertical. Once I switch, it still says switch to vertical, not horizontal.

I have the first plug in installed and that's working fine, I looked over the instructions and I don't believe I've missed anything.

Any ideas?
Nevermind.... ugh... I didn't change the Field5 in the showthread template to reflect my new user profile field number so the 'else' was always hit/executed.

Thanks, kudos.
Reply With Quote
  #15  
Old 10-05-2005, 12:25 AM
Mellow's Avatar
Mellow Mellow is offline
 
Join Date: Nov 2003
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay.. got everything setup, key was to make the event settings in the vboptions match the cmps upcoming events module settings.

On my cmps upcoming events module... recurring and all day events will show correctly with event name:dates however, ranged events only show the event name with no list of dates.
Reply With Quote
  #16  
Old 10-05-2005, 02:55 AM
csidlernet csidlernet is offline
 
Join Date: Apr 2003
Location: sydney
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!
/me installs
Reply With Quote
  #17  
Old 12-11-2005, 12:05 AM
Xplorer4x4 Xplorer4x4 is offline
 
Join Date: Apr 2005
Posts: 938
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What about making this an option if I have threaded and hybrid modes disabled.
Reply With Quote
  #18  
Old 01-23-2006, 10:44 AM
Rover416 Rover416 is offline
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nvm: its working now.

Thanks for the hack.
Reply With Quote
  #19  
Old 01-23-2006, 12:23 PM
ammarcom004 ammarcom004 is offline
 
Join Date: Jul 2005
Location: iraq-baghdad
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for this nice hack i install it
Reply With Quote
  #20  
Old 01-26-2006, 03:24 PM
Zelda-King's Avatar
Zelda-King Zelda-King is offline
 
Join Date: Nov 2002
Location: London, England
Posts: 674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this plugin account for needing to cache the alternative postbit template?
Reply With Quote
  #21  
Old 02-17-2006, 06:17 AM
bkaul bkaul is offline
 
Join Date: Jan 2005
Location: Saint Louis, Missouri
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the User Postbit Template Selection plugin is installed to cache_templates, as suggested (so that broken soft-deleted post display, etc. are fixed), the postbit switcher works to change the setting, but the page needs to be reloaded before it actually takes effect. Is there a good way to reload the page after setting the option in this plugin?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06583 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete