MyBB Community Forums

Full Version: Why Two Tag Clouds?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i see two raw of tag clods at the bottom of forum.
i want single.
check this preview.
[Image: bdc832ee08.jpg]
First of all try to spend few seconds and see where you're posting your threads. Your all threads are in General Support board however they were plugins support :s it should be in: http://community.mybb.com/forum-72.html , Now wait until someone move it to the proper section.

Which tag cloud plugin you used ??
If you're using labrocca's Tagcloud plugin you'll have to ask support at MyBBcentral.com
No i m not using it...i m using system tag.

sorry will take care of it.
Can you please link the plugin?
Just check the template. Check to see if something like {tagcloud} is in the index template twice. If so, just remove one.
(2012-04-30, 07:29 AM)Elegant Totality Wrote: [ -> ]Just check the template. Check to see if something like {tagcloud} is in the index template twice. If so, just remove one.

in global temp there are double folders but even after removing on..even double tag show on index page.
is there need to delet anything from cpanel?
AdminCP > Templates > Your theme's templates > Index templates > index > and paste the entire templates code here.
here is index template...
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
{$metag}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}{$tips}
{$forums}
{$boardstats}<!-- IndexTags -->{$tagsindex}<!-- /IndexTags --><!-- IndexTags -->{$tagsindex}<!-- /IndexTags -->

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
{$janota_user_legend}
</body>
</html>
Remove one <!-- IndexTags -->{$tagsindex}<!-- /IndexTags --> .
Pages: 1 2