News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Tagging System For Topics

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

Previous topic - Next topic

nassatellite

Tagging System For Topics  smf2.0.RC1-2 problem
August
English = when added new subjet with tagging, it can't be add.
Turkish = Yeni konu ile birlikte eklediğimiz etiketleri konu açıldığında eklememektedir.

http://custom.simplemachines.org/mods/index.php?mod=579

vbgamer45

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

TheListener

Have managed to get the mod working.

Is there a way of just showing the tags and NOT the topics?

zushiba

Will not install on 2.0 Beta 3.1 Public :( very sad, it could have saved me a lot of time and energy.

TheListener

Quote from: zushiba on November 05, 2009, 06:47:47 PM
Will not install on 2.0 Beta 3.1 Public :( very sad, it could have saved me a lot of time and energy.

The best thing you can do is an upgrade to the most recent version.

zushiba

And I would if it were possible but the main function of the RP Board I'm operating for my girlfriend is the aliases mod that is only designed for 2.0 Beta 3.1 Public. I'm stuck with this version unfortunately.
I've also spent the last 2 weeks working out the bugs and kinks in this version to work with the custom form mod and the custom action mod. No going back now. (or forward as the case may be)

TheListener

Have you tried the parser?

A manual edit may be the only step.

zushiba

#547
The aliases mod is just so massive I don't think I could handle it. I could probably do the Tag mod as well but reading this thread so far I've seen 1 person who's had a real tough time doing so and since the board is active I can't risk pulling it down for editing.

I'll clone the board and have a go at modding the tagging system myself. Hopefully I can get it to work without too much fuss. I did take a cursory glance at the differences between the Display.template.php for 2.0 Beta 3.1 Public vs the latest RC but the change isn't very clear so it's hard to tell exactly what needs to be edited.

The part that's failing is in Display.template.php

Find
echo '
</div>
</div>
</div>';

replace with



echo '
</div>
</div>
';

// Tagging System
if ($message['id'] == $context['first_message'])
{
echo '
<div class="clearfix ', $message['approved'] ? ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') : 'approvebg', ' largepadding">


<b>', $txt['smftags_topic'], '</b>';



foreach ($context['topic_tags'] as $i => $tag)
{
echo '<a href="' . $scripturl . '?action=tags;tagid=' . $tag['ID_TAG']  . '">' . $tag['tag'] . '</a>&nbsp;';
if(!$context['user']['is_guest'] && allowedTo('smftags_del'))
echo '<a href="' . $scripturl . '?action=tags;sa=deletetag;tagid=' . $tag['ID']  . '"><font color="#FF0000">[X]</font></a>&nbsp;';

}

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

echo '
</div>';
}


// End Tagging System

echo '</div>';





meehan09 said he had the same problem as well back 1 page and then had some sort of issue with a tag file of some sort but didn't go into enough detail on how he managed to fix the problem


I wonder just how much the forum would protest if I replaced Display.template.php with the latest version all together Hmmmm...

Kimmie

Hows it looking for a fix on the issue where you cannot add tags when creating a new thread? Its been a couple of months now, and I just wanted to get an update (for myself as well as everyone else) on when the fix will be released?

thanks


vbgamer45

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

hafe

Is it possible to tag posts that were posted before installing this addon ? If it is possible, how ?

Bob Perry of Web Presence Consulting

What would really be neat is for a fancy shmansy 3D twirling tag cloud when you get to working on SMF 2.0 RC2 update...
Best Regards,
Bob Perry



"The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it." Elbert Hubbard

Bob Perry of Web Presence Consulting

Quote from: bperry921 on November 23, 2009, 05:41:54 PM
What would really be neat is for a fancy shmansy 3D twirling tag cloud when you get to working on SMF 2.0 RC2 update...

Also been meaning to say something else which I believe I suggested for this mod quite some time back... it would be a big help for a large system if there was an option in the admin maintenance section to be able to delete old posts based on whether it is tagged or not in addition to whether is stickied or not, follow me?

Best Regards,
Bob Perry



"The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it." Elbert Hubbard

vbgamer45

I might get to upgrading this mod for RC2 sometime this week hopefully
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

Kimmie

Quote from: vbgamer45 on November 23, 2009, 08:20:03 PM
I might get to upgrading this mod for RC2 sometime this week hopefully

I really hate to keep harping on this but is there any way you can fix the issues with the current version first so that we can start adding tags when a new thread is made - like the mod is supposed to do?

thanks

vbgamer45

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

vbgamer45

Released 2.2.1 of the tagging system for SMF 2.0 RC2
Fixed a bug with the SMF 2.0 version that did not allow adding tags on new topic
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

PalmBeachPreps



Advertisement: