News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Tagging System For Topics

Started by SMFHacks.com Team, December 19, 2006, 10:59:20 AM

Previous topic - Next topic

TrueSatan

This issue has been discussed in past postings in this topic...please note it would be appreciated if people would read the whole topic as often they'll find the answers to their questions have already been asked and answered...this mod doesn't, as you have realised, delete tags when a topic is deleted...should you wish to delete the tags you would have to edit them from your database.

ragots

#141

I went and installed this mod on my SMF 1.1 RC3 and it went without a glitch.

I just would like to know where to change the rollover text that shows up
when the mouse pass over a tag in the the tag cloud and it reads 1 things tagged with...

I'd like to change to 1 topic tagged with....

It's not in the languages files

ragots

#142
Ok, never mind. I found where to change that in tags.php.


Now I have another issue. I tried to add this feature.




Tags: [Add Tag] See existing tags

At the bottom of the topic, it would be nice to be able to see (like a roll over title) the existing tags before one click to add one.
I added the link to the tag cloud, but I don't know how to add the roll over title.
That way, the user don't have to leave the topic to see the existing tags.




ragots

While trying to find a solution for the above issue, I bumped into an unclosed table in Display.template.php that was causing my theme to break when the user is not logged in. You can see that table is not closed when the user is a guest:




if(!$context['user']['is_guest'])
echo '
&nbsp;<a href="' . $scripturl . '?action=tags;sa=addtag;topic=',$context['current_topic'], '">' . $txt['smftags_addtag'] . '</a>

</td>
</tr>
</table>';

//End Tagging System





I changed that for:


if(!$context['user']['is_guest'])
echo '
&nbsp;<a href="' . $scripturl . '?action=tags;sa=addtag;topic=',$context['current_topic'], '">' . $txt['smftags_addtag'] . '</a>&nbsp;';

            echo '</td>
</tr>
</table>';

//End Tagging System







After I did that, my theme did not break anymore.

ragots

Hello,


I don't want my users to be allowed to pick tag word when launching a new topic.
I want to get ride of that tag field in the new thread form.


How do I do that ?




t0AsD

Hi vbgamer,

I think this is one of the most important mods, as it adds a new method of organizing information in your forums and I am thankful that you started it.

However, are you still actively developing it and adding new (requested) features and cleaning up the code? (E. g. there are at least two seperate functions to add tags to the database, i tried to filter tags against a regexp in the tags.php, but that didn't suffice.)
I'd like to know if I should go on and (try to) add the features I need (already am showing Tags in the Messageindex) or if there are new, improved versions coming out soon (like in a month)?

Flying Drupalist

How would I go about upgrading? Do I have to uninstall the previous version first?

vbgamer45

Quote from: t0AsD on August 01, 2007, 07:10:37 AM
Hi vbgamer,

I think this is one of the most important mods, as it adds a new method of organizing information in your forums and I am thankful that you started it.

However, are you still actively developing it and adding new (requested) features and cleaning up the code? (E. g. there are at least two seperate functions to add tags to the database, i tried to filter tags against a regexp in the tags.php, but that didn't suffice.)
I'd like to know if I should go on and (try to) add the features I need (already am showing Tags in the Messageindex) or if there are new, improved versions coming out soon (like in a month)?
No active development only paid custom work.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

t0AsD

Sad to hear that :(

What about the takeover eldʌkaː proposed?

Flying Drupalist

Hello, how would I go about upgrading? :P

TrueSatan

If by that you mean upgrading this mod from an earlier version to the current one...uninstall the earlier version and install the current one...your database holds the tags you have set and that won't be affected by the alteration.

ragots

#151
CUSTOM WORK NEEDED

When I'm in a thread, and I want to add  a tag at the bottom of the page, I'd like to be able to know what are the already existing tags withou leaving the page I'm on. How could that be done ? And if that's what you can do as custom work, so be it, how much you want to do that ? Send me an IM or email at [email protected]


Something like this... or similar...


neilbombd

Can someone PLEASE tell me the easiest way to find out which user added a certain tag?

Flying Drupalist

The Tag mod currently displays only the latest tags not the most popular ones overall.

Could this be fixed?

ragots

This Mod is no longer supported. I even offered money (see above) I got no reply.

TrueSatan

Quote from: ragots on August 13, 2007, 07:52:59 AM
This Mod is no longer supported. I even offered money (see above) I got no reply.

Incorrect! vbgamer45 replied recently to another member saying that there was no active development but that is not the same as unsupported.

Flying Drupalist

But that doesn't change the fact that ragots offered money and got no reply... It's probably best to assume that vbgamer won't really be working on this any more and find alternatives.

3nd3r

Does anybody know if this mod actually automatically tag existing topics? I think the answer is no, but I'm not sure...

Thanks in advance

gerard2003


3nd3r


Advertisement: