It is currently April 16th, 2024, 7:28 am



Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 6th, 2017, 4:06 pm 

Joined: August 11th, 2014, 8:39 pm
Posts: 27
Problem: In the Spanish forums indicate adding tags with a minimum of characters greater than 3

And themaposter's function of automatically generating tags from the title of the post tries to add less than 3 characters

As an example: "y", "de", "la" or "el"

Such that in English they are "and", "from", "the"

And generate error when using the function of auto to place tags in the post

Forum settings in program.
  • URL: http://jarochos.net And many more forums in Spanish
  • Type: XenForo
  • Forum / Topic ID: Spanish Forums

Error message in status table: Error creating Some tags were not valid because they are too short, too long, or contain disallowed text. Please change the following tags: de, la

Error message from forum (when double click on status): Some tags were not valid because they are too short, too long, or contain disallowed text. Please change the following tags: de, la


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with autotags
PostPosted: March 6th, 2017, 4:42 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12639
Location: Earth
Hi,

just add replacement for tags:
* in "CONFIG" -> "Replacements" -> "Tags" if you want it to affect all forums.
* in "FORUMS" -> select needed forum -> "Replacements" -> "Tags" if you want it to affect specific forum.

This replacement will remove all tags which are less than 3 characters long.

Search for:
Code:
\b\w{1,2}\b\s?


Replace with:
Code:
(leave empty)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 6th, 2017, 7:06 pm 

Joined: August 11th, 2014, 8:39 pm
Posts: 27
perfect, thank you very much
Already running the replacement


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 13th, 2017, 8:14 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
Hello, I do not work this option in the same forum

Image


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 22nd, 2017, 8:00 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
please freddy check


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 22nd, 2017, 8:08 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12639
Location: Earth
What error do you get in forum exactly? Maybe they don't allow three letter tags (that replacements only removes one / two letter tags.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 24th, 2017, 2:46 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
http://www.jarochos.net/forums/
errro "This content must have at least 3 tag(s)."
http://prntscr.com/eny8a9


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 25th, 2017, 11:28 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12639
Location: Earth
That's totally different error and not related to first post in this topic.

You don't have any tags for post.

Just enable in "CONFIG" -> "General posting" -> "Generate tags from subject".

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 25th, 2017, 4:55 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
Doing that in config, it still gives me the same error


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 28th, 2017, 9:18 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12639
Location: Earth
I'm not getting such error.

What's the forum ID? Are you sure you can create thread manually there (via browser)? Might be their problem.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 28th, 2017, 12:20 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
http://www.jarochos.net/forums/
errro "This content must have at least 3 tag(s)."
http://prntscr.com/eny8a9

If I create the post manually and add tags you can create it well
The same happens to me in another forum
http://fehmiarman.com
http://thedaringwaync.com


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 28th, 2017, 12:58 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12639
Location: Earth
In which sub-forum you're trying to post? What's the sub-forum ID?

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: March 28th, 2017, 3:08 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
http://www.jarochos.net/forums/pelicula ... -1080p.37/


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: April 10th, 2017, 10:05 pm 

Joined: August 11th, 2014, 8:39 pm
Posts: 27
@cachito for a jarochos.net:

replace:

Code:
\b\w{1,2}\b\s?


for:

Code:
\b\w{1,3}\b\s?


Top
 Profile  
Reply with quote  
 Post subject: Re: [Spanish Forums] Problem with too short auto tags.
PostPosted: April 11th, 2017, 5:05 pm 

Joined: October 7th, 2011, 8:14 pm
Posts: 108
Uploader2014 wrote:
@cachito for a jarochos.net:

replace:

Code:
\b\w{1,2}\b\s?


for:

Code:
\b\w{1,3}\b\s?

thanks!!!!


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC