Forum names on Portal announcements
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #4
RE: Forum names on Portal announcements
Well yay - I also managed to get the forum name and a link to it to show in the latest threads.....

Here is some fun for us - (Zinga and RateU not allowed to play) - based on the information in this thread, what is the href you need to put in the portal_latestthreads_thread template to have the forum name in the latest threads side box link to the forum name displayed?

Just in case it's not clear what I mean, here is the code snippet from the template xxx is the html you need to fill in (line 4 of the code block)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
<tr>
<td class="{$altbg}">
<strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}">{$thread['subject']}</a></strong>
<span class="smalltext"><em><a href=xxx>{$thread['forumname']}</a></em></span>
<span class="smalltext"><br />
<em>{$lang->latest_threads_lastpost}</em> {$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>



[Image: leelink.gif]
MYBB1.6 & XThreads
11-18-2010 07:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Forum names on Portal announcements - leefish - 11-18-2010 07:16 PM

 Standard Tools
Forum Jump: