The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Simple Postbit by BOP5 (for VB 4.x) Details »» | ||||||||||||||||||||||||||||
Simple Postbit by BOP5 (for VB 4.x)
Developer Last Online: Aug 2023
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
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
BCP Hung, goxy63, keteflips, Max Taxable, TheLastSuperman |
Comments |
#72
|
|||
|
|||
thanks. works great now, no problems on mobile.
sorry i keep adding shit. i just thought this might help other people. this makes your mod compatible with "Thumbs Up?" mod in masterstyle "postbit_simple_bop5_vb4" find Code:
{vb:raw post.title} </h2> </vb:if> Code:
<vb:if condition="$vboptions['bop5sp_showthumb']">{vb:raw post_thumbs_box}</vb:if> varname=bop5sp_showthumb name=Show thumbs? description= Show "Thumbs Up!" mod on posts. options=yesno |
Благодарность от: | ||
BirdOPrey5 |
#73
|
|||
|
|||
When i use this mod, it gives the required results but when i need to use other mods to give options for posts, they never show unless i disable this one, so what is the solution?
|
#74
|
||||
|
||||
I'm not really sure what you mean... You want more options to show on the simple postbit? The point of this is to strip as much as possible from the postbit.
It shouldn't be interfering with other mods, but if it is then I can only suggest you uninstall this mod. |
#75
|
|||
|
|||
maybe each user will be able to turn on/off this setting in their settings in a future version?
|
#76
|
|||
|
|||
How to Enable Show Avatar ? Please try to add Option Enable Show Avatar.
|
#77
|
||||
|
||||
Quote:
But I will not be making Avatar an option because it defeats the whole purpose of this mod.[/s] See this post - https://vborg.vbsupport.ru/showpost....2&postcount=80 |
#78
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showpost.php?p=2360992&postcount=64" target="_blank">Post #64</a>:
I didn't understand How to manual editing? Please can You Clear More Details ? |
#79
|
|||
|
|||
BOP5, Please can i get update how to Enable Show Avatar?
|
#80
|
|||
|
|||
Please see this response:
Quote:
|
#81
|
||||
|
||||
To add the Avatar to the Simple Postbit
Edit the postbit_simple_bop5_vb4 template. Find the code: Code:
<vb:if condition="$post['rank'] AND $vboptions['bop5sp_showrank']"> <span class="rank">{vb:raw post.rank}</span> </vb:if> Code:
<vb:if condition="$show['avatar']"> <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /> </a> </vb:if> |
Благодарность от: | ||
Nirjonadda |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|