Version: 0.5, by sockwater
Developer Last Online: Jan 2018
Category: Administrative and Maintenance Tools -
Version: 3.8.x
Rating:
Released: 06-03-2009
Last Update: 06-04-2009
Installs: 47
Uses Plugins
Additional Files
No support by the author.
This modification adds extra functionality to the ACP tag manager, allowing you to search for tags and display an arbitrary number of tags per page. Hopefully something like this will get added to vB soon.
Installation:
Upload admin_threadtag_alt.php to your /includes/ directory.
Import the XML product file via the Product Manager.
Upgrading:
Upload and overwrite admin_threadtag_alt.php to your /includes/ directory.
Import the XML product file via the Product Manager, overwriting the previous version.
Changlog:
v 0.2 - Adds a link by each tag to view all threads that use that tag.
v 0.3 - Allows searching within a tag, instead of only at the beginning.
v 0.4 - Shows how many times each tag is used, and links to all threads it's used on.
v 0.5 - Adds 'previous' and 'next' links to the pagination.
Does it allow you to click on the tag in the Tag List and get a list of threads using that tag? (I've just recently been using the vb tag manager and, like you, have found it a bit lacking in options.)
Warning: require_once([path]/includes/admin_threadtag_alt.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/global.php(243) : eval()'d code on line 6
Fatal error: require_once() [function.require]: Failed opening required '{/path/to/}/includes/admin_threadtag_alt.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in {/path/to/}admincp/global.php(243) : eval()'d code on line 6
Note: The part in "warning" that includes the string "[path]" was not inserted by me. Is this undefined in your add-on?
Added:
Never mind. My FTP program hung so admin_threadtag_alt.php wasn't present on the server.
Does it allow you to click on the tag in the Tag List and get a list of threads using that tag? (I've just recently been using the vb tag manager and, like you, have found it a bit lacking in options.)
Thanks for this!
I've added this functionality in version 0.2. Anything else you can think of that I should add?
I've added this functionality in version 0.2. Anything else you can think of that I should add?
I'll be playing with it and let you know. But, the two things I was missing in the vb acp was searching for tags and clicking on one to get a list of threads and you now have both of those things so it sounds great to me!
Does it allow you to search for tags containing certain characters or combinations of characters?
For example: if I want to search for all tags that have 'soft' in it, then I want to find 'jelsoft', 'belsoft', 'software', etc. This would allow me to find misspellings of the word 'jelsoft'
A feature that I have found very useful it, to list the number of threads that have a certain tag. For example:
jelsoft 23
belsoft 1
If I would not know what 'jelsoft' is, then i can still identify that 'belsoft' is a misspelling, because its used only once, while 'jelsoft' is used 23 times.
Another feature that would be very helpful identifying similar tags within thousands of tags, is an auto-search for similar tags. Such function could show tags that have partly the same letters in them.
Fantastic mod, I have been wanting to sort out the tags on my site for months but everytime I look at the default tag manager I lose the will to live.
You have saved me so much time and now I can easily clean out all the <insert explitive> tags some members have added.
Nominated for MOTM as well
Now, enough praise... there does seem to be a small bug
When merging two tags I got the following error on the "Tag Edited Successfully" page:
Code:
Warning: Cannot modify header information - headers already sent by (output started at [server path]\includes\adminfunctions.php:280) in [server path]\admincp\thread.php on line 445
However the thread merge did seem to work successfully
EDIT: It has just taken me 20 minutes to do a job I have been putting off for months, many many thanks
I'll be playing with it and let you know. But, the two things I was missing in the vb acp was searching for tags and clicking on one to get a list of threads and you now have both of those things so it sounds great to me!
Thanks, be sure to let me know.
Quote:
Originally Posted by Alfa1
Does it allow you to search for tags containing certain characters or combinations of characters?
For example: if I want to search for all tags that have 'soft' in it, then I want to find 'jelsoft', 'belsoft', 'software', etc. This would allow me to find misspellings of the word 'jelsoft'
As of version 0.3, you can now search within tags, instead of only at the beginning of them.
Quote:
Originally Posted by Alfa1
A feature that I have found very useful it, to list the number of threads that have a certain tag. For example:
jelsoft 23
belsoft 1
If I would not know what 'jelsoft' is, then i can still identify that 'belsoft' is a misspelling, because its used only once, while 'jelsoft' is used 23 times.
I might be able to add that.
Quote:
Originally Posted by Alfa1
Another feature that would be very helpful identifying similar tags within thousands of tags, is an auto-search for similar tags. Such function could show tags that have partly the same letters in them.
I don't think an auto-search like this, while a good idea, is within the scope of what I want to do with this at this point. Sorry.
Quote:
Originally Posted by MrEyes
Fantastic mod, I have been wanting to sort out the tags on my site for months but everytime I look at the default tag manager I lose the will to live.
You have saved me so much time and now I can easily clean out all the <insert explitive> tags some members have added.
Nominated for MOTM as well
Now, enough praise... there does seem to be a small bug
When merging two tags I got the following error on the "Tag Edited Successfully" page:
Code:
Warning: Cannot modify header information - headers already sent by (output started at [server path]\includes\adminfunctions.php:280) in [server path]\admincp\thread.php on line 445
However the thread merge did seem to work successfully
EDIT: It has just taken me 20 minutes to do a job I have been putting off for months, many many thanks
Thanks for the accolades and the bug report. I am unable to duplicate that bug. You might also try installing the latest version of this mod and seeing if you still see that problem.