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

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

Alpay

#1081
Hello ; There is a problem:
Sample ; Normal user No check : Add tag - delete tag - manage tag

post.template.php :

Normal user : I can see why?



// Tagging system Mod
if(!isset($context['num_replies']))
{
echo '
<dt>
<b>', $txt['smftags_topic'], '</b>
</dt>
<dd>
<input type="text" name="tags"', ' tabindex="', $context['tabindex']++, '" size="80" maxlength="80" />
<br /><span class="smalltext">', $txt['smftags_seperate'], '</span>
</dd>';

}


//End Tagging system mod


ok ok

Solved :

Quoteif(!isset($context['num_replies']))

Change
Quoteif(!isset($context['num_replies']))
if(!$context['user']['is_guest'] && allowedTo('smftags_add'))

MechSpecs

I've been trying to install the SMFSimple tagging system since it has some pretty / flashy display settings however I just can't get it to install right.

Can't wait to get home from the station tonight and try this one.

Is there a way to disable the CLOUD and just have a listing of the TAGs



As well as make the tags show on the bottom of the posts with a little flash and dash to them.


vbgamer45

MechSpecs that is a different mod than this.
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

MechSpecs

Quote from: vbgamer45 on July 23, 2013, 08:56:28 PM
MechSpecs that is a different mod than this.

Yes, I am aware of that. I was asking if this mod had similar features abilities. I like the look of the other mod however it is nonfunctional. If this mod is functional can be it be tailored to output data the same way?

vbgamer45

Maybe I honestly prefer the other mod myself for 2.0
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

MechSpecs

Quote from: vbgamer45 on July 23, 2013, 08:59:39 PM
Maybe I honestly prefer the other mod myself for 2.0

Wish I could get it working properly. Have a few issues with it and I've posted the errors/bugs yesterday. Just awaiting a response.

In the mean time I can play with this I guess since I do have a sandbox server.

bosbeles

Is Tagging of individual posts possible?

There is a field called Tag: but after posting nothing done (nothing saved).

I want to make a problem and answer forum for Mathematics.
I am tagging all thread as subjects like geometry, triangle, etc...
And allow people post solution and their helping ideas that they used euclides, complex numbers, etc.

vbgamer45

Individual posts are not supported the mod would have to be customized to support for each post
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

Aaron10

For some reason unticking "Manage Tags" in permissions will stop members adding tags but doesn't stop them deleting them? Anyway to do this?

vbgamer45

There is also a SMF Tags Delete permission as well you can assign and unassign.
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

Aaron10

#1091
Ok just tried to delete a tag with a dummy account and it says you don't have permission so that's good. Is there a way to remove the [X] from members who don't have permission like how it appears for guests?

Kimmie

#1092
2 Issues:

1. When adding tags using the "Add Tag" option at the bottom of the post, why does it revert to all lower case even if you use Capital Letters? How can I fix that?








2. When modifying a post, I have the option at the top to add more tags, but when I do, they do not show up. How can I fix this?




EDIT: It seems that it reverting to all lower case happens on all tags except the initial tag. How can I fix this?

Kimmie


vbgamer45

1. Was done on purpose all tags should be lowercase this done due to issues with mixed case tags.
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 September 24, 2013, 11:39:19 AM
1. Was done on purpose all tags should be lowercase this done due to issues with mixed case tags.


That doesn't make any sense. If all tags are supposed to revert to all lower case, why is that only happening when you use the Add Tag link?


When I add tags while the thread is being created, they casing stays at how I type it






But if I need to add more tags (and I would want them to match casing), This is not possible. When I add a 3rd tag to this same thread, this is what happens  (the tag was typed in as "Test Tag 3")




This needs to be fixed so that it will accept both upper and lower just like it does when you initially create the thread. Why would you want additional tags to not match the ones it already has? Especially since tags with at least one capital letter stand out better on the cloud

vbgamer45

Probably a bug but not working on the tagging system at the moment.
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 September 27, 2013, 01:34:13 PM
Probably a bug but not working on the tagging system at the moment.

ok so can you just tell me what code I need to change to fix it?

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

Wkr

Would it be possible to include to filter by multiple tags?
I would like to see topics that share 2 or 3 common tags.
Thanks.

Advertisement: