vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Simple Postbit by BOP5 (for VB 4.x) (https://vborg.vbsupport.ru/showthread.php?t=281513)

wilford brimley 09-03-2012 04:39 AM

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>

after add
Code:

<vb:if condition="$vboptions['bop5sp_showthumb']">{vb:raw post_thumbs_box}</vb:if>
in admin cp>options>simplepostbit> addsetting
varname=bop5sp_showthumb
name=Show thumbs?
description= Show "Thumbs Up!" mod on posts.
options=yesno

moustafa 11-18-2012 04:45 AM

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?

BirdOPrey5 11-18-2012 08:20 PM

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.

Pure Dope 12-19-2012 03:23 AM

maybe each user will be able to turn on/off this setting in their settings in a future version?

Nirjonadda 12-27-2012 01:24 PM

How to Enable Show Avatar ? Please try to add Option Enable Show Avatar.

BirdOPrey5 12-29-2012 07:40 PM

Quote:

Originally Posted by Nirjonadda (Post 2393029)
How to Enable Show Avatar ? Please try to add Option Enable Show Avatar.

[s]See post #64: https://vborg.vbsupport.ru/showpost....2&postcount=64

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

Nirjonadda 12-29-2012 07:54 PM

<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 ?

Nirjonadda 04-26-2014 07:19 PM

BOP5, Please can i get update how to Enable Show Avatar?

Mark.B 04-27-2014 12:08 AM

Quote:

Originally Posted by Nirjonadda (Post 2494947)
BOP5, Please can i get update how to Enable Show Avatar?

Please see this response:
Quote:

Originally Posted by BirdOPrey5 (Post 2393442)
See post #64: https://vborg.vbsupport.ru/showpost....2&postcount=64

But I will not be making Avatar an option because it defeats the whole purpose of this mod.


BirdOPrey5 04-27-2014 07:42 AM

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>

Paste this code below it:
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>



All times are GMT. The time now is 06:08 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.01183 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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