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 field designs (https://vborg.vbsupport.ru/showthread.php?t=148137)

Demon Child 05-27-2007 02:52 AM

yea.. an easier way would be to add a table to your post bit with out the tcat or with it.. then put the feild phrase inside the table there is a code for creating a table on this site

Jibba Jabbas 05-27-2007 09:29 AM

https://vborg.vbsupport.ru/showthrea...highlight=tags

Just change the background colour to what you want :D

sonichero 05-27-2007 02:54 PM

or....

Go into the postbit_legacy template, find all the if condition and then do as follows:

<if condition="$post['age']>
<tr>
<td class="thread">$vbphrase[age] : $post[age]</td>
</td>
</tr></if>

and just keep doing it for every if statement...

killa101 05-28-2007 09:43 PM

The one Jibba Jabbas posted did the trick. Easy to install, easy to modify. But you should change the border-right and border-bottom attributes to 2px. This will get it to look exactly like the one I posted above. (and of course you will need to change the colours to suit your boards).

ok this raised a new problem. I put the messenger icons in the boxes as well. But if a member does not have any messenger information filled out, it shows a blank box. I think the problem is that for the messenger icons, there is no <if> statement to say to hide this box if there are no messengers filled out. What to do?

Code:

<div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>

Dismounted 05-29-2007 09:16 AM

Code:

<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]"><div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>


All times are GMT. The time now is 11:00 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.01168 seconds
  • Memory Usage 1,721KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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