vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   bottom line sig (https://vborg.vbsupport.ru/showthread.php?t=82162)

KevinL 06-21-2005 05:46 PM

Quote:

Originally Posted by Big J
Thanks guys. I just registered there so I could get the code but it says I dont have sufficiant permissions to view. Any idea how many posts I need to make to get access? Thanks again.

Dont really know to be honest I know they have a support forum though. Maybe you could ask there. :)

Princeton 06-21-2005 07:51 PM

1 Attachment(s)
it's easy ... just add another row
view attached image

styleforum 07-21-2005 04:38 PM

There's got to be a way to do this. I have tried a few different ways and they aren't working right. Ikonboard can do it - I looked through its templates and I can't figure it out. That other site isn't working. Can someone help?

VaaKo 09-25-2005 10:42 AM

anyone got this working?

Bigwrenn 10-04-2005 04:05 AM

Try this and it should work, and it should work on both the regular postbit and legacy.

Open postbit:

# Find:

<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>

# Remove it #

# Find:

<!-- / edit note -->
</if>

</td>
</tr>

# Directly below this add:

<tr>
<td class="alt2">
</td>
<td class="alt1" align="$stylevar[right]">
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>
---------------------------------------------------------------------------------------------
Done! To align the signature on the left hand side just change the align="$stylevar[right]"> to align="$stylevar[left]">. Hope this helps.


All times are GMT. The time now is 11:36 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.00988 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_quote_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