Thread: Add-On Releases - Sig Of The Week 1.3
View Single Post
  #125  
Old 03-12-2008, 03:39 AM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured out how to do #2. For those of you interested do the following:

Open enig_sotw template and replace all of its contents with the below:

Code:
<if condition="$vboptions[sotw_enable] ==1">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" colspan="2">
<tr>
<td class="tcat" colspan="3">
<center><a href="$threadurl">$vbphrase[sotw]</a></center>
</td>
</tr>
<tr>
<td class="thead" colspan="1" width="20%">
<center>Winner</center>
</td>
<td class="thead" colspan="1" width="60%">
<center>Signature</center>
</td>
<td class="thead" colspan="1" width="20%">
<center>Info</center>
</td>
</tr>
<tr>
<td class="alt1" width="20%">
<center><a href="member.php?u=$suserid"><img src="image.php?$session[sessionurl]u=$suserid" alt="$susername's Avatar: Click to view Profile" border="0" /></a>
</center>
</td>
<td class="alt1" width="60%">
<center><a href="$threadurl"><img src="$imageurl" alt="Sig Of The Week: Click to view Thread" border="0" /></a>
</center>
</td>
<td class="alt2" width="20%" align="center">
<fieldset colspan="2">
<legend>Details</legend>
<strong>Winner: </strong><br /> <a href="member.php?u=$suserid">$susername</a><br />
<strong>Total Votes:</strong> <br />$votes<br />
<strong>Award $vbphrase[sotw_date]</strong><br /> $date<br />
<strong>Admin Rating:</strong><br /><img src="images/rating/rating_$adminrating.gif" alt="<if condition="$adminrating == 1">Bad</if><if condition="$adminrating == 2">Ok</if><if condition="$adminrating == 3">Good</if><if condition="$adminrating == 4">Great</if><if condition="$adminrating == 5">Excellent</if>" /><br />
<strong>Prize:</strong> <br />$prize<br />
</fieldset></td></tr><tbody>
	<tr>
		<td class="thead" align="center" colspan="3"><div class="smallfont"><strong>

			<a href="sighistory.php$session[sessionurl_q]" rel="nofollow">$vbphrase[sotw_history]</a>&nbsp; &nbsp; <a href="$next">Next Weeks Voting</a>
		</strong></div></td>
	</tr>
</tbody>
</table>
<br />
</if>
This includes the following features:
  • Avatar now added to the left. Clickable and will direct you to the winner's profile.
  • Sig Pic is now clickable and will direct you to the thread.
  • Centered the details to look a bit better.
  • Provided a width percentage for the avatar, sig pic and details fields, making it centered.

It will not display an image if the winner does not have an avatar.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01181 seconds
  • Memory Usage 1,766KB
  • 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
  • (1)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