vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Move Reply Button to the right? (https://vborg.vbsupport.ru/showthread.php?t=198053)

Michigan Morels 12-05-2008 07:57 AM

Move Reply Button to the right?
 
I would like to move the "Large Reply Button/Link" from where it currently is, by default, on the left bottom of thread, to over on the right below the thread, but would like it above or below the page nav #1,2,3.

I'm pretty sure I have to edit "forum display".
Tried that on my own, but just screwed everything up. LOL

Oh, I am using postbit legacy too.

Any help is appreciated very much.

calorie 12-05-2008 02:35 PM

From the sounds of it, it seems you want to edit the vB SHOWTHREAD template. Look for reply.gif in that template, appears twice, and you will find the spots to edit to move the button to the right.

Lynne 12-05-2008 02:35 PM

It is in the SHOWTHREAD template. You need to find the area at the bottom that starts with (this is 3.6, your's may be slightly different):
HTML Code:

<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">

The basic format of that table is:
HTML Code:

<table>
<tr>
<if reply><td>Reply Button</td></if>
<if navigation><td>Navigation</td></if>
</tr>
</table>

Change it to:
HTML Code:

<table>
<tr><td>
<if reply>Reply Button</if>
&nbsp;  <!-- non-breaking space between the two, or a br if you want -->
<if navigation>Navigation</if>
</td>
</tr>
</table>


Michigan Morels 12-05-2008 08:03 PM

Thank you Lynne and Calorie.
I should've posted which ver of vB I have. (3.7.4) but you steered me in the right direction. I think maybe with the extra code in 3.7.4 I was getting stuff mixed together.

Got it now, and again Thank you for your responses.


All times are GMT. The time now is 09:34 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.01065 seconds
  • Memory Usage 1,716KB
  • 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
  • (3)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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