Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
  #1  
Old 10-06-2003, 08:00 PM
adwhitworth adwhitworth is offline
 
Join Date: Jun 2003
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default A Few Little Things

Right. Just installed Vbulletin on our actual forums. Just a few little niggles that I'm sure can be sorted with a few <br /> tags.

All I basically need to know is which template to edit and which parts code needs inserting, deleteing or moving.

Mod 1
-------
On the Forum Home page, between the Navbar and the Forum Table, I would like to swap over the Xtrememods.com text under the navbar with the Member Stats as shown in the picture.

Mod 2
-------
In each forum category, as shown in the picture, I would like a gap between the Navbar and the "New Thread" button and also the "New Thread" button and the Table itself.

Mod 3
-------
Again, a gap between the Navbar and the actual profile part where it starts with the name and Avatar.

Mod 4
-------
Probably the hardest of all. Can the time bar and post number be moved to the bottom of the post instead of the top as I much prefer it on the bottom. The little icon can be deleted so it is just one long bar showing the time and date of posting and then the Post number at the other side.

If any of these can be done, I would be greatful if someone could post.

Thanks in advance,
Adam. Xtrememods.com
Attached Images
File Type: jpg Mod1.jpg (17.9 KB, 0 views)
File Type: jpg Mod2.jpg (57.5 KB, 0 views)
File Type: jpg Mod3.jpg (57.5 KB, 0 views)
File Type: jpg Mod4.jpg (65.7 KB, 0 views)
Reply With Quote
  #2  
Old 10-07-2003, 12:46 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

open the nav bar template

at the bottom of the template add

<br />

open the forum home template find

Code:
 
<tr valign="top">
 <td class="page" style="font-size: larger; font-variant: small-caps"><b>$vboptions[bbtitle]</b></td>
 <td class="page" align="$stylevar[right]"><span class="smallfont">
 Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br />
 Welcome to our newest member, <a href="member.php?$session[sessionurl]u=$newuserid" target="_blank">$newusername</a>
 </span></td>
</tr>


and replace it with
Code:
<tr valign="top">
<td class="page" align="$stylevar[left]"><span class="smallfont">
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br />
Welcome to our newest member, <a href="member.php?$session[sessionurl]u=$newuserid" target="_blank">$newusername</a>
</span></td>
<td class="page" align="$stylevar[right]" style="font-size: larger; font-variant: small-caps"><b>$vboptions[bbtitle]</b></td>
</tr>
i dunno about that last one
Reply With Quote
  #3  
Old 10-07-2003, 05:58 AM
adwhitworth adwhitworth is offline
 
Join Date: Jun 2003
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is absolutely brilliant, Thank you

Just need to work out how to do the last one.
Reply With Quote
  #4  
Old 10-07-2003, 01:38 PM
RixiuS RixiuS is offline
 
Join Date: Jul 2003
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

last one would be:

open yuor postbit template, find:

Code:
<tr title="Post $post[postid]">
	<td class="thead" width="175" align="center"$scrolltothis>

	<!-- 1 -->
	<table cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td><img src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="folder icon" title="$post[statustitle]" border="0" /></td>
		<td class="smallfont"><a name="post$post[postid]">&nbsp;</a> $post[postdate]<if condition="$vboptions['yestoday'] != 2">, $post[posttime]</if> $post[firstnewinsert]</td>
	</tr>
	</table>
	<!-- /1 -->

	</td>
	<td class="thead">

	<!-- 2 -->
	<table cellpadding="0" cellspacing="0" border="0" width="100%">
	<tr>
		<if condition="$post[iconpath]"><td width="20"><img src="$post[iconpath]" alt="" title="$post[icontitle]" border="0" /></td></if>
		<td class="smallfont"><b>$post[title]</b></td>
		<if condition="$post[postid] AND $post[postcount]"><td class="smallfont" align="$stylevar[right]" nowrap="nowrap">Post #<b><a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new">$post[postcount]</a></b></td></if>
	</tr>
	</table>
	<!-- /2 -->

	</td>
</tr>
Delete it. save. should work, thats just the first <tr> in the postbit
Reply With Quote
  #5  
Old 10-07-2003, 04:30 PM
adwhitworth adwhitworth is offline
 
Join Date: Jun 2003
Location: UK
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's absolutely great. Two last things if you may

1) Once you have gone in to your chosen category, You have the "New Thread" and Search Box. Which template do I edit to add a <br /> to it as I find this cluttered.

2) On the Report Post and IP it is on the left hand side. I've found that part in the postbit template but there is no variable to move it to the right. How do I do this.

Thanks for all your help all of you
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:22 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.10928 seconds
  • Memory Usage 2,219KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (4)postbit_attachment
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete