How to modify latest threads on portal?
WhiteEagle Offline
Member
***
Posts: 62
Joined: Sep 2011
Post: #1
Question How to modify latest threads on portal?
Hey all.

I modified the portal on both of my MyBB powered sites so that the Latest Threads block is in the center at the bottom. How do I make it so that the information flows across the entire block instead of sticking the left hand side? To be honest, I'd also like to show the latest posts there instead of latest threads, but I can't seem to figure out how to do that either.

Thanks,
Nathan

I fold for team 52482. Do you fold?
MyBB powered sites: Leet Link FoodRatings
09-05-2011 04:36 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: How to modify latest threads on portal?
Edit your portal_latestthreads_thread template.

09-05-2011 05:19 AM
Find all posts by this user Quote this message in a reply
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
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #4
RE: How to modify latest threads on portal?
Try removing some <br /> tags from the template.

09-05-2011 06:56 AM
Find all posts by this user Quote this message in a reply
WhiteEagle Offline
Member
***
Posts: 62
Joined: Sep 2011
Post: #5
RE: How to modify latest threads on portal?
That worked.

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

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: