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 - v.net Style Postbit_legacy vb 4.0.2 (https://vborg.vbsupport.ru/showthread.php?t=236953)

mgcom 10-29-2010 10:55 PM

I'm getting nothing happening in 4.0.8

STORMS 11-03-2010 12:17 PM

Quote:

Originally Posted by STORMS (Post 2115339)
Also, does anyone have the code to put "user titles" back in? And if so, please state which template it goes in and where.

Bump. :)

m!dn!ght 11-06-2010 10:38 AM

Quote:

Originally Posted by STORMS (Post 2117435)
Bump. :)

open postbit_legacy

Find

Code:

<div class="eti_postbit">
                {vb:raw memberaction_dropdown}
                <vb:else />
{vb:raw post.musername}
        </vb:if>
            </div></div>

Add below :

Code:

<div class="eti_postbit">
{vb:raw post.usertitle}
</div>


Arae 11-11-2010 03:14 AM

How can I add the gender icon? =)

STORMS 11-12-2010 10:22 PM

Quote:

Originally Posted by m!dn!ght (Post 2118627)
open postbit_legacy

Find

Code:

<div class="eti_postbit">
                {vb:raw memberaction_dropdown}
                <vb:else />
{vb:raw post.musername}
        </vb:if>
            </div></div>

Add below :

Code:

<div class="eti_postbit">
{vb:raw post.usertitle}
</div>


How would I center the user title?

Thank you for the coding btw! :)

sweetpotato 11-13-2010 03:25 PM

1 Attachment(s)
Thank you for the nice Mod. I installed it for vb4.0.8, please instruct me how to make the points and level of v.experience the same format with posts and blogs in which there is a colon ":" and in one line. Please see the attachment.

Thank you,

https://vborg.vbsupport.ru/attachmen...1&d=1289668973

sweetpotato 11-14-2010 12:51 AM

Fixed it, Thank you. I really love this Mod

d-red 11-15-2010 05:13 PM

Excellent hack, but I'm having 2 problems I have not been able to resolve.

One being that with 4.0.8, that actual style (in this example from Chrome) doesn't look like the screenshots.

Also, the avatars are overlapping. I know I could fix this by resizing the maximum sizes and then updating every single avatar above a certain size, but that's just not going to happen.

Any help we be appreciated.

https://vborg.vbsupport.ru/external/2010/11/25.jpg

m!dn!ght 11-16-2010 06:07 AM

Quote:

Originally Posted by STORMS (Post 2121154)
How would I center the user title?

Thank you for the coding btw! :)

it's easy just change codes like this :

Code:

<div class="eti_postbit">
  <div align="center">{vb:raw post.usertitle}
  </div>
</div>


Arae 11-16-2010 09:52 AM

How can I put back the status online/offline after the username?


All times are GMT. The time now is 04:44 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.01306 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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