Like Ra's Naughty Forum
[REMOVED] New feature - tagging - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: News (https://www.likera.com/forum/mybb/Forum-News)
+--- Thread: [REMOVED] New feature - tagging (/Thread-REMOVED-New-feature-tagging)

Pages: 1 2


[REMOVED] New feature - tagging - Like Ra - 22 Jan 2013

Strappado suggested a new feature for the forum - thread tagging and I found a corresponding plugin.

Now you can add comma separated tags to your threads.

Let's see how it works...


RE: New feature - tagging - Like Ra - 22 Jan 2013

It does not work like I expected. I will try to tweak it.


RE: New feature - tagging - Strappado - 22 Jan 2013

Instructions? That would be a very good tweak. 😉


RE: New feature - tagging - Like Ra - 23 Jan 2013

When you create a new thread you will see a new field "Tags". If you do not fill it in, the tags will be created automatically. You can see some of them on the forum index page (at the bottom).

However, the tags should be shown below the first post of the thread. I found a couple of errors, but it still does not work. Also the tags are not editable at the moment. It's not in the original plugin, but I think I know how to implement this.


RE: New feature - tagging - Like Ra - 24 Jan 2013

Ha! The tags have finally appeared after the 1st post in each thread. Currently they are editable in the DB only. Next step is to tweak the code to add the editing feature.


RE: New feature - tagging - Tinker D - 24 Jan 2013

I wish I could do code like you can. The programing I know about are Micro-controler with 16K of Eprom, 256 bytes of ram and 4 registers.

A lot can be done with that little, but nothing web base.


RE: New feature - tagging - Like Ra - 24 Jan 2013

OK, the Editing works now. If you Edit the first post of the thread, you will see the Tags: option. However, it does not show the current tags. Will try to fix it later.

But this is a step forward!


RE: New feature - tagging - Like Ra - 25 Jan 2013

Tag editing work fine now! 😉 So, everybody can edit tags of their own threads.

Now, let's make the tag cloud a bit more useful than random.


RE: New feature - tagging - Like Ra - 26 Jan 2013

No, not gonna touch it. The tags are stored in the DB as strings, they do not have a separate table, that can be indexed by tag names.


RE: New feature - tagging - Like Ra - 26 Jan 2013

Fixed another bug (you could not update tags if they did not exist before).

BTW, what is the best place for the tag line? By default under the 1st post? Or somewhere else?