Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Broobles Forum Forum Index » SimpleTags

Post new topic   Reply to topic
Remove comma's from tag list
View previous topic :: View next topic  
Author Message
wcbaker
Junior Member


Joined: 26 Jul 2006
Posts: 2

PostPosted: Wed Jul 26, 2006 9:33 pm    Post subject: Remove comma's from tag list Reply with quote

How would I remove the commas from the tag list?
Back to top
View user's profile Send private message
Ivan
Admin


Joined: 16 Apr 2005
Posts: 340
Location: Belgrade

PostPosted: Wed Jul 26, 2006 10:10 pm    Post subject: Reply with quote

In simpletags.php change the line

Code:
if ($i<count($ttags)-1) { $technotags .= ", "; }


to

Code:
if ($i<count($ttags)-1) { $technotags .= " "; }
Back to top
View user's profile Send private message Visit poster's website
wcbaker
Junior Member


Joined: 26 Jul 2006
Posts: 2

PostPosted: Wed Jul 26, 2006 10:43 pm    Post subject: Reply with quote

Much appreciated. Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Broobles Forum Forum Index » SimpleTags All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional