Back to vBulletin 4.x Template Modifications

Reputation right hand side & Reputation Level
Mod Version: 1.00, by furkaned

vB Version: 4.2.0 Rating: (0 vote - 0 average) Installs: 4
Released: 01 Sep 2012 Last Update: Never Downloads: 0
Not Supported Template Edits  

postbit search and delete

Code:
<vb:if condition="$show['reputation']"> 
						<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}"> 
							<vb:each from="reputationdisplay" value="row">
								<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
							 </vb:each>
						</span>
					</vb:if>
postbit search

Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts}
Add to the bottom
Code:
<vb:if condition="$show['reputation']"><dt>{vb:rawphrase reptotal}Rep Level</dt> <dd>{vb:raw post.reputation}</dd></vb:if>
<vb:if condition="$show['reputation']"> 
						<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}"> 
							<vb:each from="reputationdisplay" value="row">
								<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
							 </vb:each>
						</span>
					</vb:if>
Screen

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024