The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hello all,
These problem seems to be international one. In vbulletin 3.7.0, you have to separate tags by a comma >> (,) The problem that my forum is arabic one, and in arabic the comma is a different letter. I mean in the keyboard, when I'm writing arabic, i press another button to write a comma, so the tags are not separated because they are read as one tag, the arabic comma is read as usual letter. When i submitted a support ticket, i recieved this reply; Quote:
Is there any solution for that problem, especially because as i said it is an international problem !! ![]() |
#2
|
||||
|
||||
![]()
I think you would have to actually go in and modify the code. See this in functions_bigthree.php (near the bottom of the file):
Quote:
edit: Hmmm, I'm really not sure about this. I'm not real good with php. I'm pretty sure this is where you would play with the code, but I'm not sure exactly how. Maybe someone else (Opserty?) will come along and help. |
#3
|
||||
|
||||
![]()
Thank you Lynne for your interest
and we will wait to hear from you again and i will test it myself too just to be sure, i will color the letters that I will change Quote:
|
#4
|
||||
|
||||
![]()
Yes, I *think* that is what you would change. But, as I said, I haven't tested this and if I were you, I would test it on a test site. But, you will need to get rid of all the tags you currently have on the test site because they will be separated by commas. That is in the table "thread" under the column "taglist".
|
#5
|
||||
|
||||
![]()
I tried it Lynne
But It didn't work. |
#6
|
||||
|
||||
![]()
Did you empty the thread table of all the tags first? What was the result of your experiment - no tags listed? Did they get input into the table at all with the new separator?
|
#7
|
||||
|
||||
![]()
I make the changes you said.
And tried to add a new thread and added new tags and seperated them with the new comma but they hadn't been separated. they showed up as just one tag |
#8
|
||||
|
||||
![]()
Hmmmm, well, I'm not sure then what needs to be changed.
|
#9
|
||||
|
||||
![]()
So who can help us then ??
It's not just one person's problem.. I hope we can find the the person who can help in this.. There must be one ! |
#10
|
|||
|
|||
![]()
I believe the function in fetch_tagbits in functions_bigthree.php is the function you need to edit.
PHP Code:
The tags are insert with the function add_tags_to_thread in functions_newpost.php. Then the tags are exploded with the explode on line 627 of function fetch_valid_tags in functions_newpost.php. You shouldn't have to edit to tags.php because in this file I believe it pulls all the tags from the tags table. I didn't really look into changing or delete tags but that covers adding and selecting I believe. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|