How to modify latest threads on portal?
WhiteEagle Offline
Member
***
Posts: 62
Joined: Sep 2011
Post: #3
RE: How to modify latest threads on portal?
Here's the code from portal_latestthreads_thread:

Code:
1
2
3
4
5
6
7
8
9
10
11
<tr>
<td class="{$altbg}">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><br />
<a href="{$thread['lastpostlink']}">{$lang->latest_threads_lastpost}</a> {$lastposterlink}<br />
{$lastpostdate} {$lastposttime}<br />
<strong>&raquo; </strong>{$lang->latest_threads_replies} {$thread['replies']}<br />
<strong>&raquo; </strong>{$lang->latest_threads_views} {$thread['views']}
</span>
</td>
</tr>


How do I modify it? I'm a newbie when it comes to PHP/HTML.


I fold for team 52482. Do you fold?
MyBB powered sites: Leet Link FoodRatings
09-05-2011 06:53 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: How to modify latest threads on portal? - WhiteEagle - 09-05-2011 06:53 AM

 Standard Tools
Forum Jump: