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

[Suche] Extra-Eintrag für Daten

Recommended Posts

Also ich würde gerne (wie beim On-/Offline Status Mod) eine extra Eintragung für den User haben (z.B. Rank bei bestimmten Games usw.). Der User sollte den selbst im UserCP einstellen können (also den Rank) ;) .

Gibts dafür einen Mod ? :)

Edited by Deepthroath

Share this post


Link to post

Das sieht aber nun so aus !!! :o Und nicht wie hier im Forum !

mist.jpg

Kann mich jemand sagen warum :yeahright: ?

Codeabschnitt:

<table width="70%" border="0" cellpadding="0" cellspacing="0">

            <tr>

              <td><span class='postdetails'>

                <table width="100%" border="0" align="center" cellpadding="1" cellspacing="2" >

                  <tr> 

            <td><div align="center"><span class='postdetails'>{$author['title']}</span></div></td>

          </tr>

          <tr> 

            <td><div align="center"><span class='postdetails'>{$author['member_rank_img']}</span></div></td>

          </tr>

          <tr> 

            <td><div align="center"><span class='postdetails'>{$author['member_posts']}</span></div></td>

          </tr>

          <tr> 

            <td><div align="center"><span class='postdetails'>{$author['member_number']}</span></div></td>

          </tr>

          <tr> 

            <td><div align="center"><span class='postdetails'>{$ibforums->lang['m_custom_1']} {$author[field_1]}</span></div></td>

          </tr>

        </table> </span> </td>

            </tr>

          </table>

Edited by Deepthroath

Share this post


Link to post

weil hier im Board es in einer Zelle steckt ... (ein <td>)

Bsp

   <td background="style_images/1/ud_tile.gif" align="center" valign='top' class='post2'>

        <span class='postdetails'><img src='http://www.otc.hostheaven.de/large_whirlpool.jpg' border='0' width='100' height='100' alt='' /><br /><br />

        Notorischer Selbstschreiber<br /><br />

        <img src='style_images/1/pip.gif' border='0'  alt='*' /><img src='style_images/1/pip.gif' border='0'  alt='*' /><img src='style_images/1/pip.gif' border='0'  alt='*' /><br /><br />

        Gruppe: Mitglied<br />

        Beiträge: 119<br />

        Mitglieds-Nr.: 12<br />

	Status: <span style='color:green'><strong>ONLINE</strong></span><br/>

        Mitglied seit: 7.11.03<br />

        verwende IPB 1.3.x

<br /><br />

        <br /></span><br />

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

        <img src='style_images/1/spacer.gif' alt='' width='160' height='1' /><br /> 

      </td>

bei dir hingegen steckt es in 5 td's :yeahright:

ansonsten kannst du das td auch klassifizieren und über css einen Zeilenabstand bestimmmen (i.e. mit padding-bottom)

greetz

Anderl

Greetz Anderl,

Share this post


Link to post

Also, bei euch im Forum sind zwischen den Zeilen keine Abstände, bei mir schon. Außerdem passt nicht alles in eine Zeile !

Sieht gut aus:

mist1.jpg

Sieht schlecht aus:

mist.jpg

Edited by Deepthroath

Share this post


Link to post

Dann mach mal aus deinem Code folgendes:

<table width="70%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span class='postdetails'>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="0" >
<tr>
<td><div align="center"><span class='postdetails'>{$author['title']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_rank_img']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_posts']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_number']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$ibforums->lang['m_custom_1']} {$author[field_1]}</span></div></td>
</tr>
</table> </span> </td>
</tr>
</table>

Share this post


Link to post

Dann mal so ;)

<table width="70%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span class='postdetails'>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td><div align="center"><span class='postdetails'>{$author['title']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_rank_img']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_posts']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_number']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$ibforums->lang['m_custom_1']} {$author[field_1]}</span></div></td>
</tr>
</table> </span> </td>
</tr>
</table>

Share this post


Link to post

Oh man :D:P

<table width="75%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><span class='postdetails'>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td><div align="center"><span class='postdetails'>{$author['title']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_rank_img']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_posts']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$author['member_number']}</span></div></td>
</tr>
<tr>
<td><div align="center"><span class='postdetails'>{$ibforums->lang['m_custom_1']} {$author[field_1]}</span></div></td>
</tr>
</table> </span> </td>
</tr>
</table>

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  

×