vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Postbit legacy design (https://vborg.vbsupport.ru/showthread.php?t=141272)

CyberAlien 03-10-2007 06:49 AM

Replace this:
Code:

        <if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        <else />
        <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        </if>

with this:
Code:

        <if condition="$show['moderated']">
        <td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" width="100%">
        <else />
        <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" width="100%">
        </if>

(added width="100%" before > in <td>)


To center username replace this:
Code:

<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]<center></a>
with this:
Code:

<center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center>
and few lines below it this: $post[musername]
with this: <center>$post[musername]</center>

Lionheart2k6 03-10-2007 07:24 AM

Thanks Much for all help, I'll give it a try after work. All you have given me has help, as I am sure this will.

Cheers mate.

isapi 03-10-2007 07:39 AM

1 Attachment(s)
Try this and worked vB 3.6.4 and i got it on other forum.

Reeve of shinra 03-10-2007 04:53 PM

Isapi - I love how you have posts displayed, and the activity levels thing there is hot. Can you guide me? :D

valdet 03-12-2007 01:58 PM

thank you so much for this mod.

Lionheart2k6 03-13-2007 06:13 PM

1 Attachment(s)
CyberAlien, did what you asked and all worked just fine except for some reason it shrinks the background

image is 192 px as i have in template, but does not appear that way on site?

CyberAlien 03-13-2007 06:20 PM

Its not possible to shrink background. If size is incorrect then image is incorrect. Adjust it in Photoshop or whatever you use to edit it.

Lionheart2k6 03-22-2007 10:57 AM

1 Attachment(s)
dont know why but does shrink it, you can see the difference, maybe putting the px?

Lionheart2k6 04-07-2007 07:22 PM

As you can see the differences in reply 16 and reply 18 images

TCE Killa 01-09-2008 10:38 AM

I got this working thanks, but is there away any user can use there own background postbit image?


All times are GMT. The time now is 11:54 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.01047 seconds
  • Memory Usage 1,726KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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