It is currently May 19th, 2024, 2:29 pm



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Add two tags to the title.
PostPosted: April 12th, 2015, 9:28 pm 

Joined: July 26th, 2014, 5:15 pm
Posts: 9
Hello,

i want to add this tag [PDF] in the end of the title just for some forums not for all.

so the title will be like this : [MULTI] xxxxxxxxxxx [PDF]

i tried, but it didn't works for me, also it's hard to add the tag manually


Top
 Profile  
Reply with quote  
 Post subject: Re: add two tags to the title !!
PostPosted: April 12th, 2015, 9:30 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12666
Location: Earth
Go to "FORUMS" -> select needed website -> "Replacements" -> "Subject" -> add:

Search for:
Code:
(.+)


Replace with:
Code:
$0 [PDF]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 12th, 2015, 9:49 pm 

Joined: July 26th, 2014, 5:15 pm
Posts: 9
it's working, thanks Freddy

Btw if i want to put another tag, let's say [EPUB], because the articles are not always the same
for ex : post 1 (section : tutos) -> [PDF] & post 2 (section : ebooks) -> [EPUB], how can i do that ?


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 12th, 2015, 9:57 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12666
Location: Earth
Since these are not really prefixes - only manually.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 12th, 2015, 10:04 pm 

Joined: July 26th, 2014, 5:15 pm
Posts: 9
so can i put the tag in title, and add a replacement to delete it for some forums !!! if that's possible what i have to add in replacement field


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 13th, 2015, 6:38 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12666
Location: Earth
Just a simple replacement (not regex).

Search for:
Code:
Needed words


Replace with nothing (leave empty).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 14th, 2015, 7:38 am 

Joined: July 26th, 2014, 5:15 pm
Posts: 9
What abou this :

- If the title has no ending tag, ThemaPoster will add [PDF] to the end of the title
ex : [MULTI] Power Engineering - April 2015
--> [MULTI] Power Engineering - April 2015 [PDF]


- if the title has a tag in the end, ThemaPoster will kep it
ex : [MULTI] A Piece of Cake: A Memoir [EPUB]
--> [MULTI] A Piece of Cake: A Memoir [EPUB]



Also, how to do this :

Before : http://i.imgur.com/6XKyDJX.jpg
After : http://i.imgur.com/6XKyDJXm.jpg

this is just for the first image in the post not for all images.


Thanks Freddy


Top
 Profile  
Reply with quote  
 Post subject: Re: Add two tags to the title.
PostPosted: April 15th, 2015, 9:37 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12666
Location: Earth
smartboy wrote:
What abou this :

- If the title has no ending tag, ThemaPoster will add [PDF] to the end of the title
ex : [MULTI] Power Engineering - April 2015
--> [MULTI] Power Engineering - April 2015 [PDF]


- if the title has a tag in the end, ThemaPoster will kep it
ex : [MULTI] A Piece of Cake: A Memoir [EPUB]
--> [MULTI] A Piece of Cake: A Memoir [EPUB]


Search for:
Code:
.+[^\]]$


Replace with:
Code:
$0 [PDF]


Enable regex search.

smartboy wrote:
Also, how to do this :

Before : http://i.imgur.com/6XKyDJX.jpg
After : http://i.imgur.com/6XKyDJXm.jpg

this is just for the first image in the post not for all images.


Thanks Freddy


Search for:
Code:
(?s)(http[^\s]+?imgur.+?)(\..+)


Replace with:
Code:
$1m$2


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


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

Who is online

Users browsing this forum: No registered users and 1 guest


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