vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   how do i... (https://vborg.vbsupport.ru/showthread.php?t=65593)

DCX 05-28-2004 05:42 AM

how do i...
 
1 Attachment(s)
k, i looked in my admin control panel, this forum and on vbulletintemplates.com and i couldn't find it... what i want to do is change my furom pages from instead of showing the authtor and their info on top, i want to change it so all that information is on the side...

it's on this forum too and i'll attach a pic just to make sure. can someone tell me how to change it or where to find the instructions to change it??? thanks.

DCX 06-02-2004 03:11 AM

1 Attachment(s)
ok, i figured it out but here's a request to make it look a little better....

is there anyway for those that have signatures... for it to be aligned to the bottom now instead of the signature being right underneath the end of the post?? sample pic included...

Rampag33 06-02-2004 05:16 AM

Yeah just edit the posbit template

DCX 06-02-2004 11:25 PM

how would i edit it?? i have no idea on scripting or php language...

assassingod 06-03-2004 12:34 AM

If you have some HTML knowledge, you can easily achieve yourself, by:
Admin CP -> Styles & Templates -> Style Manager -> Postbit Templates -> postbit_legacy

If not, ask at vBulletinTemplates.com :)

DCX 06-03-2004 02:29 AM

looks like they already had this mod out. thanks.

DCX 09-12-2006 05:29 PM

BUMP!
i haven't done a board in a while now and i'm just getting started back into setting up a forum. i didn't even know vbtemplates got merged into vb.org. can anyone point out to me where this hack is for a freshly installed version of 3.6

AND i'm lookin for a few hacks/mods here if you guys can help me out... the other hack i'm looking for is smilies in the quick reply. if anyone can help, that'll be great.

Thanks guys.

EDIT:

found it the control panel....

murrtex 09-14-2006 07:09 AM

Open postbit_legacy:

# Find:

Quote:

<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[middle]">
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>


All times are GMT. The time now is 01:13 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.01723 seconds
  • Memory Usage 1,724KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete