Quote:
Originally Posted by jayzy1
Great Mod many thanks - needed something like this.
Couple of issues though for a COMPLETE novice!
1. Currently only number of posts is ahowing. How do i make it display things like 'location' and custom profile field 'papers studying now' etc - In plain english please
2. The avatars are too high - i.e. they are halfway between the post header (shaded bit) and the actual post. How can I lower them so the whole avatar just shows in the post section only.
3. like mentioned before - How to make signature showing all the time - and not a dropdown box after clicking 'show signature'
Many thanks and great mod.
http://www.getthroughguides.co.uk/forum/
|
PHP Code:
<div class="normal" style="float:$stylevar[right]">
<if condition="$show['reputationlink']">
<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" 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['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a> </if>
<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]
</div>
<br />
<br />
<br />
You can remove the <br />, i acctually deleted the whole thing looke pretty smooth.