View Single Post
  #1  
Old 04-07-2006, 02:17 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, my bad. I totally misread it.

Save all the buttons as the same file name as the corresponding default ones, then you have two choices depending on your setup.

1. Overwrite the existing images on your server with the new ones; or
2. Create a new directory for the buttons, copy any remaining default ones into this new directory, upload your custom ones to there, and the in the Style Manager > All Style Settings set the path to the location of the new buttons directory (eg from images/buttons/ to myimages/buttons/).

If you use the first option, then you will need to omit to upload the images directories on future upgrades of vBulletin, and just upload any new images otherwise you will revert the images back to the default ones.

Again, sorry for the confusion, I just totally misread your post at first.

The modifications that you will need to your postbit_legacy template are as follows.

1. Find
Code:
	<if condition="$show['moderated']">
	<td class="alt2" id="td_post_$post[postid]">
	<else />
	<td class="alt1" id="td_post_$post[postid]">
	</if>
Replace With
Code:
<!-- buttons edit - colspan="2" -->
	<if condition="$show['moderated']">
	<td class="alt2" id="td_post_$post[postid]" colspan="2">
	<else />
	<td class="alt1" id="td_post_$post[postid]" colspan="2">
	</if>
<!-- buttons edit end -->
2. Find
Code:
		<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
		$post[iplogged]
		&nbsp;
	</td>
Add Below
Code:
<!-- buttons start -->	
<if condition="$show['moderated']">
	<td class="alt2" align="$stylevar[left]">
	<else />
	<td class="alt1" align="$stylevar[left]">
	</if>
	<if condition="$show['profile']">
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$stylevar[imgdir_button]/profile.gif" alt="$vbphrase[view_public_profile]" border="0" /></a>
	</if>
	<if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="$vbphrase[send_private_message_to_x]" border="0" /></phrase></a>
	</if>
	<if condition="$show['emaillink']">
<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]"><img src="$stylevar[imgdir_button]/email.gif" alt="$vbphrase[send_email_to_x]" border="0" /></phrase></a>
	</if>
	<if condition="$show['homepage']">
		<a href="$post[homepage]"><phrase 1="$post[username]"><img src="$stylevar[imgdir_button]/home.gif" alt="$vbphrase[visit_xs_homepage]" border="0" /></phrase></a>
	</if>
	<if condition="$show['search']">
		<a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]"><img src="$stylevar[imgdir_button]/find.gif" alt="$vbphrase[find_more_posts_by_x]" border="0" /></phrase></a>
	</if>
	<if condition="$post['userid'] AND $show['member']">
<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]"><img src="$stylevar[imgdir_button]/buddy.gif" alt="$vbphrase[add_x_to_buddy_list]" border="0" /></phrase></a>
	</if>


</td>
<!-- buttons end -->
Make sure that your images are called
profile.gif
sendpm.gif
email.gif
find.gif
home.gif
buddy.gif

Any problems, let me know.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01290 seconds
  • Memory Usage 1,786KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete