The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
use "+" instead of "," in Tags defenition
Hi, I want to know if there is possible to seperate tags with "+" instead of "," in Tags defenition.
thanx |
#2
|
|||
|
|||
any comment?
|
#3
|
||||
|
||||
Look in function fetch_tagbits in functions_bigthree.php to change it. I think that is the right place.
|
#4
|
|||
|
|||
thanx Lynne, I found it but I didnot know where can I make change? can you explain simply?
|
#5
|
||||
|
||||
Did you look at the function? This line right here puts the comma in between the tags:
Code:
$tag_list .= ($tag_list != '' ? ', ' : ''); |
#6
|
|||
|
|||
Thank you Lynne, I changed that but still COMMA seoerates tags and when thread sent, tags are shown with + seperation. in fact tags are shown correctly but when I wrote for example SONY+ERICSSON that submitted as ONE word.
|
#7
|
||||
|
||||
I thought you wanted to show the tags in the tags list as separated by +. That isn't what you want? Can you explain more clearly what you want.
|
#8
|
||||
|
||||
What he wants to do is, on the input field where you write the tags, instead of separating tags with a comma he want to be able to separate tags with + ..
|
#9
|
||||
|
||||
Quote:
Quote:
|
#10
|
|||
|
|||
Thanks a million, my problem was solved.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|