vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Somthin small needed (https://vborg.vbsupport.ru/showthread.php?t=43504)

Mystic Gohan 09-14-2002 12:30 AM

Somthin small needed
 
I need two things and it shouldnt be too hard for you.

1. I need to know how to move my Posts Theads to the right. Please see my forum to see what I mean. www.gotdbz.com/vb

2. I need the link to the hack that counts posts and tell me how to put it in the uper right corner.

[D]Vincent 09-14-2002 12:56 AM

Do you mean the -[newthread]- thing? You want that moved to the right?

And what the hell are you talking about that counts posts >_<

Try going into a little more detail.

Mystic Gohan 09-14-2002 01:12 AM

sorry I mean to the right of the forum title you see [Posts: blah | Threads: blah] I want that to the far right and I found and installed that other thing I needed

futureal 09-14-2002 02:22 AM

This is just an HTML template change.

Enclose the text you'd like on the right inside a <DIV> tag, such as:

<div align="right">
Your text...
</div>

That should work (I think).

[D]Vincent 09-14-2002 02:39 AM

Wouldn't that start a new line? Or is that just p align that does that.

futureal 09-14-2002 05:07 AM

I don't think that DIV necessarily starts a new line. I'd have to test it, though, to remember. If that doesn't work, you just need to use a simple table.

<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
<td align="left">
Forum Name
</td>
<td align="right">
Post Info
</td>
</tr>
<tr>
<td colspan=2>
everything else
</td>
</tr>
</table>

I think that would also accomplish the same thing.

Mystic Gohan 09-15-2002 12:13 PM

I took it off for now I will test later thanks though


All times are GMT. The time now is 07:00 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.01052 seconds
  • Memory Usage 1,719KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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