MyBB Codes
tag cloud in the footer - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Requests (/forumdisplay.php?fid=16)
+--- Thread: tag cloud in the footer (/showthread.php?tid=220)


tag cloud in the footer - Braum - 09-03-2009 02:22 PM

help please, Tags Cloud in the footer

similar to: http://www.mybbcodes.com

[attachment=179]

Thank Big Grin


RE: tag cloud in the footer - ghazal - 09-03-2009 02:38 PM

It is not a plugin, its custom made. Smile

EDIT:
Go to AdminCP > Themes and Styles > Templates > Index Page templates > index_whosonline > and after the end of this template (after the last </tr>) add the foolowing code;

<tr>
<td class="tcat">
<span class="smalltext">
<strong>YOUR HEADING HERE</strong>
</span>
</td>
</tr>
<tr>
<td class="trow1">
<span class="smalltext">YOUR DATA HERE</span>
</td>
</tr>

That's it, save the template and refresh the index page.


RE: tag cloud in the footer - Alish - 09-03-2009 09:09 PM

If It Custom Made Then Will You Please Share The Idea Or procedure Ghazal?


RE: tag cloud in the footer - ghazal - 09-03-2009 11:19 PM

(09-03-2009 09:09 PM)Alish Wrote:  If It Custom Made Then Will You Please Share The Idea Or procedure Ghazal?

Yes, sure Smile I updated my first post in this thread.

Thanks


RE: tag cloud in the footer - fasfasfasf - 10-08-2009 09:53 AM

Thanks for the cloud.


RE: tag cloud in the footer - ghazal - 10-09-2009 01:11 AM

Yours welcome.