Log in

View Full Version : Possible to move this icons ?


utw-Mephisto
09-02-2005, 11:10 PM
From the left to the right like in this screenshot ?

http://img132.imageshack.us/img132/1375/icons5mx.jpg

KuRi
09-03-2005, 12:06 AM
In template postbit_legacy

Find and remove:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>

Find and remove:

$post[onlinestatus]
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></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]
&nbsp;

Find:

<if condition="$post['editlink']">

Add above:

$post[onlinestatus]
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></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]
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]


will give result in attachment

im not sure how to get the 'ip' and the 'online status' bits over to the left i tried a few things but none worked

jugo
09-03-2005, 03:48 AM
im not sure how to get the 'ip' and the 'online status' bits over to the left i tried a few things but none worked


did you try:


<div style="float: left;"> ip stuff </div>

utw-Mephisto
09-03-2005, 09:32 AM
In template postbit_legacy

Find and remove:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>

Find and remove:

$post[onlinestatus]
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></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]
&nbsp;

Find:

<if condition="$post['editlink']">

Add above:

$post[onlinestatus]
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></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]
$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]


will give result in attachment

im not sure how to get the 'ip' and the 'online status' bits over to the left i tried a few things but none worked

Thanks, but only online status and IP will be displayed, not the yahoo thingis :(

it si working now, thanks