vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - A nice Postbit_legacy - vb4 (https://vborg.vbsupport.ru/showthread.php?t=231420)

archet1337 02-27-2010 02:21 PM

Thank you! Working fine now.

Markos 03-02-2010 08:41 PM

thanks for this works fine on vb4.0.2 for me :)

zeroality 03-03-2010 07:49 AM

To all the people asking for a 4.0.2 upgrade, simply use the old code - and remove the <a class> from the avatar, that will put it back in the div.

Jd19 03-03-2010 05:29 PM

where is postbit.css in admincp ?

I can only see the postbit template and the other postbit templates etc..

zeroality 03-04-2010 05:10 AM

They moved all css files to a CSS Templates dropdown in the templates list in 4.0.2. Took me a minute to find it too.

Markos 03-05-2010 02:56 PM

Styles & Templates/Search in Templates and do a search in there for postbit.css

eues 04-11-2010 01:52 PM

Installed thanks.

trackpads 04-17-2010 04:18 PM

This is awesome! just what I needed.

I am using the Yet Another Awards System Hack and here is my postbit info for that hack, can you make it like the thanks hack too?

HTML Code:

<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
        <div class="awards_showcase_awarddisplay">$post[userawards]</div>
        <div class="awards_showcase_infodisplay">
                <a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
                <if condition="$vboptions[aw_points]"><br />
                        <a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_points]</a>: $post[total_points]
                </if>
        </div>
</fieldset>
<br />
</if>
<!-- /show awards -->

Thanks!

redpicasso 05-13-2010 03:06 AM

i don't know why? i have error for avata in postbit , like this :

https://vborg.vbsupport.ru/external/2010/05/10.gif

help me please!

Martyn1983 05-13-2010 12:08 PM

1 Attachment(s)
Quote:

Originally Posted by redpicasso (Post 2036098)
i don't know why? i have error for avata in postbit , like this :

https://vborg.vbsupport.ru/external/2010/05/10.gif

help me please!

Hiya,

I had the same issue. In postbit_legacy change
Code:

<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
            <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}}" />
            </a></div>


to


Code:

<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
            <a 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}}" />
            </a></div>


(Ie remove the class="postuseravatar")


**Update**

Seems the borhter doesn't now work for the Avatar using this method. Also, I've itrader and so feedback ratings on the postbit. Any ideas how to do the same for the Ratings number/percent info?

Thanks,
Martyn


All times are GMT. The time now is 04:14 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.01100 seconds
  • Memory Usage 1,745KB
  • 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)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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