Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Force Signature to the Bottom Details »»
Force Signature to the Bottom
Version: 1.00, by dancue dancue is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.7.0 Rating:
Released: 03-26-2008 Last Update: Never Installs: 105
Template Edits
 
No support by the author.

Here is a small contribution to this community.

I noticed that this template modification was available for 3.0 and 3.5, but not for 3.7.

Credits:
Was motivated by the original hack, created by Brad.


What does it do?

It will allow you to place the signature at the very bottom of the post.

What's the difference between this and the previous versions?
  • The table area for the signature will shrink to fit the signature. This will avoid the bottom table from directly following the end of a post.
  • The edited note has been moved to the absolute bottom. (On past versions they have showed directly after the post, before the sig.)

Versions tested and working on:
  • 3.7.0

Notes:
  • This is ONLY for postbit_legacy users.
  • Those with very customized templates may reply to this thread or pm me for a different code. Please make a copy of your postbit_legacy before altering it.
  • Support is offered to the best of my ability and when time permits.
  • I will only offer support to those who have clicked install.

Installation:

Find in postbit_legacy template:
Code:
	<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
replace with:
Code:
	<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Find in postbit legacy template:
Code:
		<if condition="$post['signature']">
		<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
			</div>
		<!-- / sig -->
		</if>

		$template_hook[postbit_signature_end]

		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">
				<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
				<em>
					<if condition="$show['postedithistory']">
						<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
					<else />
						<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
					</if>
					<if condition="$post['edit_reason']">
						$vbphrase[reason]: $post[edit_reason]
					</if>
				</em>
			</div>
		<!-- / edit note -->
		</if>

	</td>
</tr>
Replace with:
Code:
<tr>
<td class="alt2" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
		$template_hook[postbit_signature_start]
		<if condition="$post['signature']">
				<!-- sig -->
			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
			<div valign="bottom">
				$post[signature]
			</div>
		<!-- / sig -->

		</if>
		$template_hook[postbit_signature_end]
		<if condition="$show['postedited']">
		<!-- edit note -->
			<div class="smallfont">
				<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
				<em>
					<if condition="$show['postedithistory']">
						<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
					<else />
						<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
					</if>
					<if condition="$post['edit_reason']">
						$vbphrase[reason]: $post[edit_reason]
					</if>
				</em>
			</div>
		<!-- / edit note -->
		</if>

		</td>
</tr>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 11-30-2009, 02:19 AM
Taringa! CS's Avatar
Taringa! CS Taringa! CS is offline
 
Join Date: May 2009
Location: Argentina
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need some help here... check what i've got

THe problem it's on IE, on FF it's working fine

http://i48.tinypic.com/fpc7le.jpg

live: http://www.taringacs.net/foros/bienv...dezmond/3.html

here it's my posting_legacy

HTML Code:
$template_hook[postbit_start]
<div id="post$post[postid]">
	<table width="100%" cellpadding="0" cellspacing="0" border="0">
		<tr>
			<td class="cat-top_xl">&nbsp;</td>
			<if condition="$show['announcement']">
			<td width="100%" class="cat-top_x">
				<div class="smallfont">
					<img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
					<phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
				</div>
			</td>
			<else />
			<td width="200" class="cat-top_x" style="font-weight:normal;" nowrap="nowrap" $post[scrolltothis]>
				<div class="smallfont">		
					<!-- status icon and date -->
					<a name="post$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
					$post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
					$post[firstnewinsert]
					<!-- / status icon and date -->				
				</div>
			</td>
			<td align="$stylevar[right]" width="100%" class="cat-top_x" style="font-weight:normal;">
				<div class="smallfont">
					<if condition="$show['postcount']"><a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]">post <strong>#$post[postcount]</strong></a></if>
					<if condition="$show['inlinemod']">
						<input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
					</if>
				</div>
			</td>
			</if>
			<td class="cat-top_xr">&nbsp;</td>
		</tr>
	</table>
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
		<tr valign="top">
			<td class="alt2" width="170" rowspan="2" style="border:$stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-top:0;border-bottom:0">
				<div class="perfilredondo">
					<div class="header"></div>
					<div class="content">
						<div id="postmenu_$post[postid]" style="margin:0px auto;overflow:hidden;max-width:150px;text-align:center;">
							<if condition="$show['profile']">
								<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]" title="Ver perfil de $post[username]">$post[musername]</a>
								<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
							<else />
								$post[musername]
							</if>
						</div>	
						<if condition="$post['rank']">
						<div class="smallfont" style="text-align:center;margin-top:5px;margin-bottom:5px;">$post[rank]</div>
						</if>
						<if condition="$show['avatar']">
						<div class="smallfont" style="text-align:center;">
							<a href="member.php?$session[sessionurl]u=$post[userid]" title="Ver perfil de $post[username]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="Ver perfil de $post[username]"/></a>
						</div>
						<else />
						<div class="smallfont" style="text-align:center;">
							<a href="member.php?$session[sessionurl]u=$post[userid]" title="Ver perfil de $post[username]"><img src="$stylevar[imgdir_misc]/no_avatar.jpg" $post[avwidth] $post[avheight]  alt="Ver perfil de $post[username]"/></a>
						</div>
						</if>  
						<div style="padding-top:5px;text-align:center;">
							<if condition="$post['field13'] != ''"><img src="images/misc/$post[field13].png" title="$post[field13]" align="absmiddle"></if>			
							<if condition="$post['field14'] != ''"><img src="images/flags/$post[field14].png" title="$post[field14]" align="absmiddle"></if>
							<if condition="$post['field15'] != ''"><a href="http://www.facebook.com/profile.php?id=$post[field15]&ref=profile" target="_blank" rel="nofollow" title="Mi Facebook"><img alt="Mi Facebook" border="0" src="/images/facebook.png" align="absmiddle"/></a></if>
							<if condition="$post['field17'] != ''"><a href="http://www.taringa.net/perfil/$post[field17]/" rel="nofollow" target="_blank" title="en Taringa!"><img alt="en Taringa!" border="0" src="/images/taringa.gif" align="absmiddle"/></a></if>
							$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
						</div>
						<div class="smallfont" style="padding-right:12px;padding-left:12px;">
							<div class="divider"></div>
							<div class="info" style="text-align:center;">
								<img src="/images/contacto.gif" alt="Mensaje" style="vertical-align:bottom;margin-right:5px;"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" style="font-weight:normal;text-transform:none;" title="Enviar mensaje">Enviar mensaje</a>
							</div>
							<div class="divider"></div>
							<div style="margin-top:5px;">
								<if condition="$post['field12']"><div class="info"><span>Nombre:</span> $post[field12]</div></if>
								<if condition="$post['field2']"><div class="info"><span>$vbphrase[location_perm]:</span> $post[field2]</div></if>
								<if condition="$post['age']"><div class="info"><span>$vbphrase[age]:</span> $post[age]</div></if>
							</div>
							<div class="divider"></div>
								<div class="info"><span>$vbphrase[posts]:</span> $post[posts]</div>
								<if condition="$show['reputation'] OR $show['reppower']">
									<if condition="$show['reppower']"><div class="info"><span>$vbphrase[reppower]:</span> <span id="reppower_$post[postid]_$post[userid]">$post[reppower] @ $post[reputation]</span></div></if>
									<if condition="$show['reputation']"><div class="info" style="padding-bottom:2px"><span id="repdisplay_$post[postid]_$post[userid]"><if condition="$post['showreputation']"><span>$vbphrase[reputation]:</span> <span style="font-weight:normal !important;">$post[reputation]<br /></if>$post[reputationdisplay] </span></div></if>
								</if>
							<div class="divider"></div>
							<if condition="$post['field5']"><div class="info"><span>name:</span> $post[field5]</div></if>
							<if condition="$post['field6']"><div class="info"><span>Steam:</span> $post[field6]</div></if>
															<div class="info"><span>cl_righthand:</span> $post[field7]</div>
							<if condition="$post['field8']"><div class="info"><span>sensitivity:</span> $post[field8]</div></if>
							<if condition="$post['field9']"><div class="info"><span>Mouse:</span> $post[field9]</div></if>
							<if condition="$post['field16']"><div class="info"><span>Auriculares:</span> $post[field16]</div></if>
							<if condition="$post['field10']"><div class="info"><span>Resoluci&oacute;n:</span> $post[field10]</div></if>
							<br />
							$template_hook[postbit_userinfo_left]
							$template_hook[postbit_userinfo_right_after_posts]
							<if condition="$show['infraction']"><div class="info">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
							$template_hook[postbit_userinfo_right]
						</div>	
					</div>
					<div class="footer"></div>
				</div>
			</td>
			<if condition="$show['moderated']">
			<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]:$stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-left:0;background-color:#EEEEEE;border-top:0;">
			<else />
			<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-left:0;background-color:#EEEEEE;border-top:0;">
			</if>
				$template_hook[postbit_messagearea_start]			
				<!--INFOLINKS_ON-->
				<!-- message -->
				<div id="post_message_$post[postid]" class="post_vb_ind" <if condition="THIS_SCRIPT == 'private'">style="overflow:auto;width:530px;"</if>>
					$ad_location[ad_showthread_firstpost_start]
					$post[message]
				</div>
				<!-- / message -->
				<!--INFOLINKS_OFF-->		
				<if condition="$show['attachments']">
				<!-- attachments -->
					<div style="padding:$stylevar[cellpadding]px">
						<if condition="$show['thumbnailattachment']">
							<fieldset class="fieldset">
								<legend>$vbphrase[attached_thumbnails]</legend>
								<div style="padding:$stylevar[formspacer]px">
								$post[thumbnailattachments]
								</div>
							</fieldset>
						</if>
						<if condition="$show['imageattachment']">
							<fieldset class="fieldset">
								<legend>$vbphrase[attached_images]</legend>
								<div style="padding:$stylevar[formspacer]px">
								$post[imageattachments]
								</div>
							</fieldset>
						</if>
						<if condition="$show['imageattachmentlink']">
							<fieldset class="fieldset">
								<legend>$vbphrase[attached_images]</legend>
								<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
								$post[imageattachmentlinks]
								</table>
								</fieldset>
						</if>		
						<if condition="$show['otherattachment']">
							<fieldset class="fieldset">
								<legend>$vbphrase[attached_files]</legend>
								<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
								$post[otherattachments]
								</table>
							</fieldset>
						</if>
						<if condition="$show['moderatedattachment']">
							<fieldset class="fieldset">
								<legend>$vbphrase[attachments_pending_approval]</legend>
								<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
								$post[moderatedattachments]
								</table>
							</fieldset>		
						</if>	
					</div>
				<!-- / attachments -->
				</if>
				$template_hook[postbit_signature_start]
				$ad_location[ad_showthread_firstpost_sig]
			</td>
		</tr>
		<tr>
			<td class="alt2" valign="bottom" height="100%" style="border-right:$stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-left:0;border-top:1px solid #DBDBDA;background-color:#EEEEEE;">
				$template_hook[postbit_signature_start]
				<if condition="$post['signature']">
					<!-- sig -->
					<div valign="bottom" style="overflow:hidden;max-width:<if condition="THIS_SCRIPT == 'private'">530<else />750</if>px;max-height:220px;">
						$post[signature]
					</div>
					<!-- / sig -->
				</if>
				$template_hook[postbit_signature_end]
				<if condition="$show['postedited']">
					<!-- edit note -->
					<div class="smallfont">
						<em>
							<if condition="$show['postedithistory']">
								<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
							<else />
								<phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
							</if>
							<if condition="$post['edit_reason']">
								$vbphrase[reason]: $post[edit_reason]
							</if>
						</em>
					</div>
					<!-- / edit note -->
				</if>
			</td>
		</tr>
		<tr>
			<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-top:0px;padding-top:15px;">
				$post[onlinestatus]
				<if condition="$show['reputationlink']">
					<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" title="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.png" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
					<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
				</if>				
				<if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow" title="$vbphrase[report_bad_post]"><img class="inlineimg" src="$stylevar[imgdir_button]/report.png" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
				$post[iplogged]
				&nbsp;
			</td>
			<if condition="$show['moderated']">
			<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-$stylevar[left]: 1px;border-top: 1px solid #DBDBDA;padding-top:15px;border-left:0;background-color:#EEEEEE;">
			<else />
			<td class="alt1" align="$stylevar[right]" style="border-$stylevar[right]:$stylevar[cellspacing]px solid $stylevar[tborder_bgcolor];border-top: 1px solid #DBDBDA;padding-top:15px;border-left:0;background-color:#EEEEEE;">
			</if>
				<!-- controls -->
				<if condition="$post['editlink']">
					<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
					<if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&amp;p=$post[postid]" title="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" rel="nofollow"><img src="$stylevar[imgdir_button]/infraction.png" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
					<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]" title="$vbphrase[edit_delete_message]"><img src="$stylevar[imgdir_button]/edit.png" alt="$vbphrase[edit_delete_message]" border="0" /></a>
				</if>
				<if condition="$post['forwardlink']">
					<a href="$post[forwardlink]" title="$vbphrase[forward_message]"><img src="$stylevar[imgdir_button]/forward.png" alt="$vbphrase[forward_message]" border="0" /></a>
				</if>
				<if condition="$post['replylink']">
					<a href="$post[replylink]" rel="nofollow" title="$vbphrase[reply_with_quote]"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.png" alt="$vbphrase[reply_with_quote]" border="0" /></a>
				</if>
				<if condition="$show['multiquote_post']">
					<a href="$post[replylink]" rel="nofollow" title="$vbphrase[multi_quote_this_message]" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.png" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
				</if>
				<if condition="$show['quickreply'] AND !$show['threadedmode']">
					<a href="$post[replylink]" rel="nofollow" title="$vbphrase[quick_reply_to_this_message]" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.png" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
				</if>
				<if condition="$show['moderated']">
					<img src="$stylevar[imgdir_misc]/moderated.png" alt="$vbphrase[moderated_post]" border="0" />
				</if>
				<if condition="$show['spam']">
					<img src="$stylevar[imgdir_misc]/spam_detected.png" alt="$vbphrase[spam_post]" border="0" />
				</if>
				<if condition="$show['deletedpost']">
					<if condition="$show['managepost']">
						<a href="postings.php?$session[sessionurl]do=managepost&amp;p=$post[postid]"><img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[manage]" border="0" /></a>
					<else />
						<img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
					</if>
				</if>
				<if condition="$show['redcard']">
					<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]" title="$vbphrase[received_infraction]"><img src="$stylevar[imgdir_button]/redcard.png" alt="$vbphrase[received_infraction]" border="0" /></a>
				<else />
					<if condition="$show['yellowcard']">
						<a href="infraction.php?$session[sessionurl]do=view&amp;p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
					</if>
				</if>
				$template_hook[postbit_controls]
				<!-- / controls -->
			</td>
		</tr>
	</table>
</div>
$template_hook[postbit_end]

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">
	<tr>
		<td class="thead">$post[username]</td>
	</tr>
	<if condition="$show['profile']">
		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
	</if>
	<if condition="$show['pmlink']">
		<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['emaillink']">
		<tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
	</if>
	<if condition="$show['homepage']">
		<tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
	</if>
	<if condition="$show['search']">
		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]&starteronly=1"><phrase 1="$post[username]">$vbphrase[find_all_threads_by_x]</phrase></a></td></tr>
	</if>
	<if condition="$post['userid'] AND $show['member']">
	<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr>
	</if>
	<if condition="in_array($post[usergroupid], array(2, 3, 7, 30, 33, 34))">
		<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6, 35))">
			<tr><td class="thead"><strong><u><a href="modcp">Moderaci&oacute;n</a></u></strong></td></tr> 
			<tr><td class="vbmenu_option"><a href="modcp/banning.php?do=banuser&userid=$post[userid]">Excluir</a></td></tr>
			<tr><td class="vbmenu_option"><a href="modcp/banning.php?do=liftban&userid=$post[userid]">Levantar exclusi&oacute;n</a></td></tr>
			<tr><td class="vbmenu_option"><a href="modcp/user.php?do=editsig&userid=$post[userid]">Editar firma</a></td></tr>
			<tr><td class="vbmenu_option"><a href="modcp/user.php?do=avatar&userid=$post[userid]">Editar avatar</a></td></tr>
			<tr><td class="vbmenu_option"><a href="modcp/user.php?do=profilepic&userid=$post[userid]">Editar foto de perfil</a></td></tr>
			<tr><td class="vbmenu_option"><a href="http://whois.domaintools.com/$post[ip]" rel="nofollow" target="_blank">Direcci&oacute;n IP: $post[ip]</a></td></tr>
	</if>
	</if>
	$template_hook[postbit_user_popup]
	</table>
</div>
<!-- / post $post[postid] popup menu -->
Reply With Quote
  #113  
Old 12-01-2009, 04:04 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, i edited some things and i have this:

PHP Code:
<tr>
<
td class="alt1" valign="bottom" height="100%" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
        
$template_hook[postbit_signature_start]
        <if 
condition="$post['signature'] AND !in_array($thread['forumid'],array(97))">
                <!-- 
sig -->

            <
div valign="bottom" style="max-height:3000px; overflow:auto;">
                                
__________________<br />
                
$post[signature]
            </
div>
        <!-- / 
sig -->

        </if>
        
$template_hook[postbit_signature_end]
        <if 
condition="$show['postedited']">
        <!-- 
edit note -->
            <
div class="smallfont">
                <
hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]/>
                <
em>
                    <if 
condition="$show['postedithistory']">
                        <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
                    <else />
                        <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                    </if>
                    <if 
condition="$post['edit_reason']">
                        
$vbphrase[reason]: $post[edit_reason]
                    </if>
                </
em>
            </
div>
        <!-- / 
edit note -->
        </if>

        </
td>
</
tr
But the only thing that i don't know how to edit is this:



How can i remove that line?

I think is in this part of code:

PHP Code:
<tr>
<
td class="alt1" valign="bottom" height="100%" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"
But i tried some things without a good result.

Thx, and nice modification... i like it!
Reply With Quote
  #114  
Old 12-02-2009, 12:29 AM
kNeeLy's Avatar
kNeeLy kNeeLy is offline
 
Join Date: Nov 2008
Location: ohio
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive tried everything in this thread to get rid of that line...im even using the DEFAULT skin and no luck...
Reply With Quote
  #115  
Old 12-03-2009, 04:25 PM
zombietom's Avatar
zombietom zombietom is offline
 
Join Date: May 2008
Location: ky
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove the following to get rid of the line should work..i don;t have this mod installed just happen to read the thread/post

remove the following should remove the link

HTML Code:
<div class="smallfont"> 
                <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
Reply With Quote
  #116  
Old 12-05-2009, 02:49 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zombietom View Post
remove the following to get rid of the line should work..i don;t have this mod installed just happen to read the thread/post

remove the following should remove the link

HTML Code:
<div class="smallfont"> 
                <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
Thx but no, doesn't work.
Reply With Quote
  #117  
Old 12-07-2009, 01:01 AM
kNeeLy's Avatar
kNeeLy kNeeLy is offline
 
Join Date: Nov 2008
Location: ohio
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive tried everything ,both mods to lower the sig, and nothing takes away that dam line...lol...
Reply With Quote
  #118  
Old 12-09-2009, 12:03 AM
kNeeLy's Avatar
kNeeLy kNeeLy is offline
 
Join Date: Nov 2008
Location: ohio
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zombietom View Post
remove the following to get rid of the line should work..i don;t have this mod installed just happen to read the thread/post

remove the following should remove the link

HTML Code:
<div class="smallfont"> 
                <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
sweet jezuz it worked!!

thank you!
Reply With Quote
  #119  
Old 12-09-2009, 10:04 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kNeeLy View Post
sweet jezuz it worked!!

thank you!
Strange :/ Doesn't work for me.
Reply With Quote
  #120  
Old 12-09-2009, 05:11 PM
zombietom's Avatar
zombietom zombietom is offline
 
Join Date: May 2008
Location: ky
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alucard^ View Post
Strange :/ Doesn't work for me.
try just taking our the "hr" in the code and see if that will take it out
Reply With Quote
  #121  
Old 12-10-2009, 11:19 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zombietom View Post
try just taking our the "hr" in the code and see if that will take it out
I removed the hr part but still appear that line...

This is my code:

PHP Code:
<tr>
<
td class="alt1" valign="bottom" height="100%" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]style="border-top: 0px">
        
$template_hook[postbit_signature_start]
        <if 
condition="$post['signature'] AND !in_array($thread['forumid'],array(97))">
                <!-- 
sig -->

            <
div valign="bottom" style="max-height:3000px; overflow:auto;">
                                
__________________<br />
                
$post[signature]
            </
div>
        <!-- / 
sig -->

        </if>
        
$template_hook[postbit_signature_end]
        <if 
condition="$show['postedited']">
        <!-- 
edit note -->
<
div class="smallfont">
                <
em>
                    <if 
condition="$show['postedithistory']">
                        <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>.
                    <else />
                        <
phrase 1="$post[edit_username]2="$post[edit_date]3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                    </if>
                    <if 
condition="$post['edit_reason']">
                        
$vbphrase[reason]: $post[edit_reason]
                    </if>
                </
em>
            </
div>
        <!-- / 
edit note -->
        </if>

        </
td>
</
tr
Sry if i writed something wrong, my english is not perfect.
Reply With Quote
Reply


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 07:15 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11996 seconds
  • Memory Usage 2,492KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (4)bbcode_html
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete