Edit Tag

hi

any one know how can i edit tag Area

Because I have a lot of bad tags and I want to delete them

thanks to everyone who can help

Quote · 27 May 2011

first thing you can do, is add the 'bad' tags to your non-parseable list on the admin panel.

 

admin --> settings --> Tag Settings

 

then go to phpmyadmin or however you manage  your database, and look for the table sys_tags

 

and clean that up

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 28 May 2011

Deano's tools lets you delete them, but there should be some tool that lets you "normalize' them  - i.e. edit similarly spelled tags into one format.

Quote · 28 May 2011

Well, it's kinda boring to check the sys_tag every day to remove the profile tags some users uses for spam, it would be so easy maintained if it was within dolphin, and a permission for say moderators of the site to be able to maintain this too, just my 2c..

Quote · 28 May 2011

Thank you all again

Quote · 28 May 2011

 you are correct, that was the reason for mentioning the Tag Settings in the admin panel which will allow you to omit certain known spam tags ugg boots and italian leather handbags.

Well, it's kinda boring to check the sys_tag every day to remove the profile tags some users uses for spam, it would be so easy maintained if it was within dolphin, and a permission for say moderators of the site to be able to maintain this too, just my 2c..

 then somebody else mentioned Deanos Tools (free mod) that will allow management of those tags as well.

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 29 May 2011

Any other ideas besides Deanos Tools, which I have, to remove tags easily?

Some kind of sql code to remove them.. I have couple sites with too many tags..

  • 27686 of them on one site as of right now. 

Using D Tools I'm only able to remove 10 at a time and going DosDawgs way is not going to happen.

I need to be able to clean them up like weekly or something.

Any help is greatly appreciated!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 21 Sep 2011

Anyone? 

Can't I just drop the table from the database then put back empty?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 22 Sep 2011

Thought I'd bring this back up since I'm working on a site with 1,869,090 site "Tags" and need to clean this mess up.


ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Apr 2013

 

Anyone? 

Can't I just drop the table from the database then put back empty?

If dumping them all is what you want, then this will do it. Run this SQL in phpMyAdmin

TRUNCATE TABLE `sys_tags`

https://www.deanbassett.com
Quote · 23 Apr 2013

 

 

Anyone? 

Can't I just drop the table from the database then put back empty?

If dumping them all is what you want, then this will do it. Run this SQL in phpMyAdmin

TRUNCATE TABLE `sys_tags`

 Thanks Deano, I will make that suggestion to them.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Apr 2013

Thought I'd bring this back up since I'm working on a site with 1,869,090 site "Tags"

Tags can be a way to make it easy to search for topics but I am wondering if on a very large site that is very busy if not having tags would be desirable. 

Geeks, making the world a better place
Quote · 23 Apr 2013

 

Thought I'd bring this back up since I'm working on a site with 1,869,090 site "Tags"

Tags can be a way to make it easy to search for topics but I am wondering if on a very large site that is very busy if not having tags would be desirable. 

 the site is heavy in videos, not much at all from the tags, these are all from spammers mostly.

site is fine until one of the users tries to pull up the tags page and start searching; brings the site to a crawl.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 23 Apr 2013

You could be more specific on the removal as well. For example..

DELETE FROM `sys_tags` WHERE `Type` != 'bx_videos'

Should delete all tags that are not video tags.

https://www.deanbassett.com
Quote · 23 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.