The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
prefix problem
hello, today i added prefix to a section of my forum but the list of prefixes is in blank ...
image: I don't understand why they wont show in black font... >.< ..how can i fix this? |
#2
|
|||
|
|||
That seems a little odd, you can't save a thread prefix without specifying both the plain and rich text titles, along with the prefix id. Do you have any plugins that might be causing this? Does the prefix show correctly in the ACP?
|
#3
|
||||
|
||||
Are they showing up in the page source?
|
#4
|
||||
|
||||
This is how its set up in my admin cp:
Prefixes list: Abuse Report - Edit: here a little video preview of how it looks: http://www.youtube.com/watch?v=5pxn4k5S44U thanks for your fast replies. |
#5
|
||||
|
||||
But is it showing up in the Page Source? Let's see the page source code around it.
|
#6
|
||||
|
||||
This is what I see in the page source when im creating a new thread:
Code:
<!-- subject field --> <table cellpadding="0" cellspacing="0" border="0" style="margin-bottom:3px"> <tr> <td class="smallfont" colspan="3">Title:</td> </tr> <tr> <td> <select name="prefixid" class="bginput"> <option value="">(no prefix)</option> <option value="1" class="" ></option> <option value="test" class="" selected="selected"></option> </select> <input type="text" class="bginput" name="title" value="test" size="50" maxlength="85" tabindex="1" title="Optional" /> </td> <td> </td> <td><img id="display_posticon" src="clear.gif" alt="" /></td> </tr> </table> <!-- / subject field --> |
#7
|
||||
|
||||
Check your template "option". What is in there?
|
#8
|
||||
|
||||
This is the code in my 'option' template:
Code:
<option value="$optionvalue" class="$optionclass" $optionselected>$optiontitle</option> |
#9
|
||||
|
||||
That looks fine.
Are you comfortable at all at looking in the database? There is the prefixset table where you should see your prefixsetid and then there is the prefix table which should show your prefixid (1) and prefixsetid (??) . The prefixes are actually stored as phrases. You should have a phrase in the Thread Prefixes phrase group for your reports group and then two global phrases for each prefix named "prefix_id_title_plain" and "prefix_id_title_rich" with id replaced with your id (in your one above, the id is "1") so look for "prefix_1_title_plain" and "prefix_1_title_rich" and make sure they exist. |
#10
|
||||
|
||||
umm.. i dont know too much about phpmyadmin and databases... I looked in phpmyadmin for the table you said and aw this:
prefixset table http://www.img.gamezeventos.com/images/2142361.png prefixset table - browse http://www.img.gamezeventos.com/images/5314702.png |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|