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

Irgendwoher ein Komma

Recommended Posts

Hallo! Also ich hab bei mir in der Threadansicht den Namen des Threads links neben die Buttons (also noch vor dem Thread selbst) gestellt. Der Code sieht so aus:

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

<tr>

<td align='left' width="20%" nowrap="nowrap">

<span style="font-size:18px; color:#FFFAF0">{$data['TOPIC']['title']}</span><br />

{$data['TOPIC']['description']}

{$data['TOPIC']['SHOW_PAGES']}&nbsp;{$data['TOPIC']['go_new']}</td>

<td align='right' width="80%">{$data[REPLY_BUTTON]}<a href='{ibf.script_url}act=Post&amp;CODE=00&amp;f={$data[FORUM]['id']}' title='{ibf.lang.start_new_topic}'><{A_POST}></a>{$data[POLL_BUTTON]}</td>

</tr>

</table>

Wieso sieht es in der Threadansicht dann immer so aus:

sopa3.jpg

Aber wie gesagt, nur in der Threadansicht.

Edited by NiGHT

Share this post


Link to post

sources/Topics.php

suche:

        

        if ($this->topic['description'])

        {

            $this->topic['description'] = ', '.$this->topic['description'];

        }
einfach auskommentieren:
/*

        if ($this->topic['description'])

        {

            $this->topic['description'] = ', '.$this->topic['description'];

        }

*/

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  

×