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

Reply
 
Thread Tools
Simple Postbit by BOP5 (for VB 4.x) Details »»
Simple Postbit by BOP5 (for VB 4.x)
Version: 1.13, by BirdOPrey5 (Senior Member) BirdOPrey5 is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.1.10 Rating:
Released: 04-12-2012 Last Update: 09-01-2012 Installs: 26
Supported Uses Plugins Auto-Templates
Re-useable Code Translations  

Brought to you by BirdOPrey5
www.Qapla.com


Version 1.13 - Added option to disable by styleid. (You should disable for all mobile styles)
Version 1.12 - Added a bunch new options and bug fix
Version 1.0 - Initial Release

This mod offers a simple postbit option that admins can specify to replace the standard postbit or postbit_legacy template on specific forums or in specific threads.

The simpler more minimalistic postbit is ideal when you want users focusing only on the post content and not avatars, signatures, or other irrelevant details.

The admin can actually turn the display of virtually every "extra" on or off via the mod options.

This mod is designed for VB 4.1.10 or higher. Versions below 4.1.10 will require a manual FILE EDIT.
(Details in the instructions.)


Live Demo: Simple Postbit Demo at Qapla.com

I would see use for this in a "Classifieds" forum, or perhaps a forum open to guests.

Really you could modify the new template postbit_simple_bop5_vb4 and put anything in it. For example if you replace this template with the code form postbit_legacy then you could use this mod to show the regular postbit template on most forums but choose to show postbit_legacy in specific forums or threads. It can really be thought more of as a "General Postbit Override" mod, it just happens to come pre-configured as a "Simple Postbit."

Please Mark as Installed if you use this.
Donations always appreciated. :up:

Download Now

File Type: zip Simple Postbit by BOP5 for VB4 (V1.1.13).zip (8.0 KB, 89 views)

Screenshots

File Type: jpg simple_postbit_vb4_settings.jpg (103.7 KB, 0 views)
File Type: jpg simple_postbit_vb4_thread.jpg (116.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
BCP Hung, goxy63, keteflips, Max Taxable, TheLastSuperman

Comments
  #42  
Old 04-16-2012, 04:44 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Joe

The mod is Here

Or did you need access to my forum as a member to see it working?
Reply With Quote
  #43  
Old 04-16-2012, 05:11 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That mod looks like it needs 3 postbit hooks-
postbit_start
postbit_messagearea_start
postbit_end

For start and end just paste this at the very top (and the other at the very bottom) of the postbit_simple_bop5_vb4 template.

Code:
{vb:raw template_hook.postbit_start}
Code:
{vb:raw template_hook.postbit_end}
Then paste this code
Code:
{vb:raw template_hook.postbit_messagearea_start}
right above this line in the existing template:
Code:
<vb:if condition="$post['title'] OR $show['messageicon']">
I guess I will add these hooks back in in the next update with on/off options for each.
Reply With Quote
  #44  
Old 04-16-2012, 05:41 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And that worked perfectly, thank you very much indeed.

I am sending some beer fund money via Pay Pal right now.
Reply With Quote
Благодарность от:
Hornstar
  #45  
Old 04-16-2012, 07:20 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trevor Matthews View Post
And that worked perfectly, thank you very much indeed.

I am sending some beer fund money via Pay Pal right now.
Big Thanks.
Reply With Quote
  #46  
Old 04-16-2012, 07:37 PM
Trevor Matthews Trevor Matthews is offline
 
Join Date: Oct 2010
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My pleasure.
Can't beat the support you offer.
Reply With Quote
  #47  
Old 04-22-2012, 08:18 PM
Dwarden Dwarden is offline
 
Join Date: Nov 2011
Location: Czech Republic, EU
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

would be possible to made this usable per usergroup ?

let say i want one usergroup see simpler postbit than another usergroup

thanks
Reply With Quote
Благодарность от:
BirdOPrey5
  #48  
Old 04-22-2012, 11:59 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes it's possible. Will try to get it in the next update.
Reply With Quote
  #49  
Old 04-23-2012, 10:11 AM
ViViD ViViD is offline
 
Join Date: Nov 2001
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
May I request a feature for user to choose is he/she posting just a tiny comment or a long text? Therefore we will have a mixed thread with less blank areas when people post just some words.
Reply With Quote
  #50  
Old 04-23-2012, 10:56 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not going to be part of this mod, sorry.
Reply With Quote
  #51  
Old 04-23-2012, 12:15 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dwarden View Post
let say i want one usergroup see simpler postbit than another usergroup
It just gives me an idea.

For example, we could create special usergroup that's joinable. And enable this mod to work with this usergroup and enable our users to join in it if they want simple postbit. So our users could choose if they want simple or full postbit.
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 11:40 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.04609 seconds
  • Memory Usage 2,352KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete