![]() |
separate tags
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 !! :eek: |
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. |
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:
|
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".
|
I tried it Lynne
But It didn't work. |
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?
|
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 |
Hmmmm, well, I'm not sure then what needs to be changed.
|
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 ! |
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. |
Sorry Mot3rror,
But what exactly i should do now?? I changed the code once and it didn't solve the problem. I changed this comma to a new one. And tried to separate tags with the new comma but they were not separated. What exactly should i do ?! Sorry if you said something i didn't understand. |
fetch_tagbits is the output function, you need to find out what is going on at the input side of things. Unfortunately I don't have access to vB 3.7 at the moment so can't give direct instructions, however it would be useful for check to see if there are any tag "storing" functions or otherwise look at newthread.php and see what is happening when the tags are being written into the database.
|
Thank you Opserty for your caring
But acually I'm not a programmer or a coder. So It's not easy for me to do such things. |
You know, this really is a big project. I just did a search through the 3.7 files for "taglist" and found several functions that deal with the list and they all "explode" or "implode" on the comma - fetch_valid_tags and insert_tags_thread (I think this one inserts the comma) and rebuild_thread_taglist. Those three are all in functions_newpost.php and you would have to make all the same sort of changes to all those functions. I also found the file threadtag.php. I'm not sure what's in there, but I would guess there are changes to be done in there also.
Are you sure no one has tackled this before? |
It is big..
and yes i think no one bothered him self with this before! But what I'm wondering more Lynne is why the vBulletin team - who created the code - doesn't want to help us in this, If they don't, who should do then !! |
I guess my suggestion would be to post over at vb.com about getting together a few users with this problem and seeing if you can collaborate to fix it. I think vb isn't willing to tackle it because they don't have the time for a fix in 3.7. 3.7 was supposed to just be a quick intermediate release before 4.0.
|
4.0 !!
and what about : 3.7.0 ,1,2,3,4..... 3.8.0 ,1,2,3,4..... 3.9.0 ,1,2,3,4..... I really don't know .. I will contact the support system again. If they don't give us the solutions who should do !!!!!! |
There isn't going to be a 3.8 or 3.9. And, if there are revisions for 3.7, they are supposed to only be for bug fixes. They are not working on it to add anything any longer. It's full speed ahead for 4.0
|
|
Quote:
|
All times are GMT. The time now is 01:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|