1st post image next to topic title
Jumper Offline
Member
***
Posts: 75
Joined: Aug 2010
Post: #10
RE: 1st post image next to topic title
OK Smile

i have only a problem to create a new additional column for the pictures in threadlist.
i try it, but it looks terrible Biggrin
so i use the "icon" column. make the following:

create a new threadfield:

Title: Threadlistpicture
Key: t_list_pic
Applicable Forums: Select forum(s) where this will be applied
Input Field Type: Textbox
Display Format:

PHP Code:
<img src="{VALUE}" height="100%" width="100">


open template forumdisplay_thread and search for:

PHP Code:
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>

replace with:

PHP Code:
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$GLOBALS['threadfields']['t_list_pic']}</td>


now create a new thread and insert a directlink to a picture in the Threadlistpicture field and save the new thread. you will see your new threadlist view like this:

[Image: mwsnap03-23--2012-16_08_02-32d4798.jpg]

However, i know that it is not a 100% solution cause i use the icon-column, but perhaps another user can post what we must do to add a new column without destroying the optic Biggrin

03-24-2012 01:12 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
1st post image next to topic title - Divvy - 03-22-2012, 11:28 AM
RE: 1st post image next to topic title - Jumper - 03-24-2012 01:12 AM

 Standard Tools
Forum Jump: