MyBB Community Forums

Full Version: Add View Forum Leaders. [Here As Guided In SS]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<tr>
<td class="thead{$collapsedthead['boardstats']}">
  <span class="smalltext">
<center><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}"><b><font size="4">Mark All Forums Read</a></b></font></center>
</span>
</td>
</tr>

This code is little bit edited by me, so is bit roughly edited. If you can make it more better? And I want to make certain changes and want to make it look a like as its in Pic #2.

Wanna Add View Forum Leaders Too. With Mark All Forums Read. I'm asking as I don't know how to put space =p. Second, I guess chaning fontsize 4 to auto would be better ain't it?

It look like this:
Pic# 1
[Image: IMG_20171118_223655.jpg]

Pic# 2
[Image: IMG_20171118_223248.jpg]
Anyone? :/

(2017-11-19, 06:21 PM)alber soomro Wrote: [ -> ]Anyone? :/

Bump
Hello, View Forum Leaders = Show Team.

Now Ok? Anyone there to help?
you can replace
<a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}"><b><font size="4">Mark All Forums Read</a></b></font>
with code like below
<b><font size="4"><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">Mark All Forums Read</a> | <a href="{$mybb->settings['bburl']}/showteam.php">View Forum Leaders</a></font></b>