Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
tom45

Signatur nach unten setzen

Recommended Posts

Hi,

ich möchte meine Signatur nach unten setzen.

Ich weis das ist möglich, habe das auch schon bei den standard skins geschafft.

Nur bei den invision skins habe ich probleme weil die datei (skin_topic.php) dort anderes ist wie im how 2:

So stehts im How 2 :

skin_topic.php öffnen und nach diesem bereich suchen:

CODE

<tr>

<td valign='top' class='{$post['post_css']}'>

<span class='postdetails'>{$author['avatar']}<br /><br />

{$author['title']}<br />

{$author['member_rank_img']}<br /><br />

{$author['member_group']}<br />

{$author['member_posts']}<br />

{$author['member_number']}<br />

{$author['member_joined']}<br /><br />

{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />

<!--$ author[field_1]-->

<img src='{$ibforums->vars['img_url']}/spacer.gif' alt='' width='160' height='1' /><br />

</td>

<td width='100%' valign='top' class='{$post['post_css']}'>

<!-- THE POST {$post['pid']} -->

<div class='postcolor'>{$post['post']} {$post['attachment']}</div>

{$post['signature']}

<!-- THE POST -->

</td>

</tr>

und ersetzen durch diesen:

CODE

<tr>

<td valign='top' class='{$post['post_css']}' rowspan='2'>

<span class='postdetails'>{$author['avatar']}<br /><br />

{$author['title']}<br />

{$author['member_rank_img']}<br /><br />

{$author['member_group']}<br />

{$author['member_posts']}<br />

{$author['member_number']}<br />

{$author['member_joined']}<br /><br />

{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />

<!--$ author[field_1]-->

<img src='{$ibforums->vars['img_url']}/spacer.gif' alt='' width='160' height='1' /><br />

</td>

<td width='100%' valign='top' class='{$post['post_css']}'>

<!-- THE POST {$post['pid']} -->

<div class='postcolor'>{$post['post']} {$post['attachment']}</div>

</td></tr>

<tr><td width='100%' valign='bottom' class='{$post['post_css']}'>

{$post['signature']}

<!-- THE POST -->

</td>

</tr>

Ich habe aber folgenden Code:

<table cellpadding='0' cellspacing='1' border='0' width='95' align='center'>

<tr>

<td></td>

</tr>

</table>

{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />

<!--$ author[field_1]-->

<img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br />

</td>

<td width='100%' valign='top' class='{$post['post_css']}'>

<!-- THE POST {$post['pid']} -->

<div class='postcolor'>{$post['post']} {$post['attachment']}</div>

{$post['signature']}

<!-- THE POST -->

</td>

</tr>

was soll ich da bitte ändern??

kann mir einer helfen??

Ausserdem interesiert mich noch wie ich die linie wegbekomme die durch den code entsteht...

HILFE!!!!

Share this post


Link to post

Dann ersetz es mal hiermit:

<table cellpadding='0' cellspacing='1' border='0' width='95' align='center'>
<tr>
<td></td>
</tr>
</table>
{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}</span><br />
<!--$ author[field_1]-->
<img src='{ibf.vars.img_url}/spacer.gif' alt='' width='160' height='1' /><br />
</td>
<td width='100%' valign='top' class='{$post['post_css']}'>
<!-- THE POST {$post['pid']} -->
<div class='postcolor'>{$post['post']} {$post['attachment']}</div>
<!-- THE POST -->
</td></tr>
<tr><td width='100%' valign='bottom' class='{$post['post_css']}'>
{$post['signature']}
<!-- THE POST -->
</td></tr>

Sollte gehen.

Share this post


Link to post

hmmm, danke...hat nicht geklappt ...aber bei mir klappt auch gerade gar nix :blush: ...ich geh ins bett danke erstmal ich prbiers morgen nochmal aus und berichte nochmal ;)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×