The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Problems with title encoding.
Hello guys.
I have written a small modification to my vBulletin system, which allows to bold threads titles. In the newthread templete, I added a radio / input type which allows the user to choose if he wants to bold the thread title or not. The problem is as such: I added this code to the newthread.php file: PHP Code:
Code:
<b>test</b> Code:
<b>test</b> The encoding of the database connection is utf8_unicode_ci. Please, help me. Thanks |
#2
|
||||
|
||||
The ThreadPost data manager automatically cleans the fields of HTML, so your tags will be converted into HTML entities.
|
#3
|
|||
|
|||
So what can I do, please?
|
#4
|
||||
|
||||
What I would do is create a new field where you store if the title is to be "bolded". Then check this field in showthread. This solution means that the original title is not modified, and the modification can be removed easily.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|