Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Tag System - 1.1 by Edson Ordaz

Hi!

My website is using your mod tag system.
it works pretty well but there are errors displayed in index
it does not UFT-8! Please guide me how to fix it.
mysite: http://mybb.vn

Written By: mybboardvietnam, 9th March 2012

Hi all,
I have now installed the plugin works well so far.
Now, I have found the following error.log from MyBB.

Code:
<error>
    <dateline>1332003142</dateline>
    <script>inc/plugins/systemtag.php</script>
    <line>547</line>
    <type>2</type>
    <friendly_type>Warning</friendly_type>
    <message>array_merge(): Argument #2 is not an array</message>
</error>

<error>
    <dateline>1332003142</dateline>
    <script>inc/plugins/systemtag.php</script>
    <line>548</line>
    <type>2</type>
    <friendly_type>Warning</friendly_type>
    <message>implode(): Invalid arguments passed</message>
</error>

Written By: sonic1978, 21st March 2012

HI Edson, managed to activate the plugin but when i went to admin setting, i cannot see the settings for systema tags.

Written By: bestblackhatforum.com, 6th May 2012

How to auto add tags?

Written By: luudiecthu, 15th August 2012

for utf-8 support:
edit create table in line 43:

if(!$db->table_exists("tags"))
{
$db->query("CREATE TABLE IF NOT EXISTS `".TABLE_PREFIX."tags` (
`aid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`tid` int(10) NOT NULL,
`tags` text NOT NULL,
PRIMARY KEY (`aid`)
) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;");
}

sample: http://presta-shop.ir

Written By: Danoosh, 13th October 2012

I don't see any text box to input the tags when creating a thread. All that appears is the tag cloud in the index.

Also, I was not able to locate where to switch off the automatic tagging.

Written By: Maechlis, 26th January 2013

I don't see textbox for add tags for a threads, and mybb don't permission to create a new thread. How fix it?

Written By: 47scorpion, 21st April 2013

problem is solved when upgrade mybb 1.6.9 to 1.6.10 .

Written By: 47scorpion, 24th April 2013

I got little problem with tag system, in index view everything looks ok, but in threads tags displayed in next line.

Code:
<div class='systemtag'><div class="systemtag_element"><a href="tags.php?id=reaver"><span class="smalltext"><b>reaver</b></span></a></div><div class="systemtag_element"><a href="tags.php?id=supplicant"><span class="smalltext"><b>supplicant</b></span></a></div><div class="systemtag_element"><a href="tags.php?id=supplicant"><span class="smalltext"><b>supplicant</b></span></a></div><div class="systemtag_element"><a href="tags.php?id=pr"><span class="smalltext"><b>pr</b></span></a></div></div>

Written By: Mike.Gentoo, 10th December 2013

Write Review