The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
|
#12
|
||||
|
||||
Can you post your conversation_fields template content. Also, make sure that template is created in the style that you are using. And, can you turn on AdminCP > Settings > Options > General Settings > Show Template Name in HTML > Yes.
|
#13
|
|||
|
|||
|
#14
|
||||
|
||||
The template is being read (you can see the name in the page source), but it is totally blank.
How many styles do you have in the admincp > Style Manager? And did you add the template to each of the styles? |
#15
|
|||
|
|||
Only one Style the default style
|
#16
|
||||
|
||||
Can you remove the condition statements from the template and then see if it works. Are you sure the user who's post you are looking at has entered something for field5?
(Also, in the template, line 3 is a duplicate of line 1 - why do you have that line twice?) |
#17
|
|||
|
|||
"Can you remove the condition statements from the template"
D: how :P ? my english is really horrible and i have no idea from scripting. Yes i am sure because i looked on my profile . I removed the duplicated line |
#18
|
||||
|
||||
I mean remove the <vb:if...> and </vb:if> lines from your template, like this and then see what is in the page source:
HTML Code:
{vb:data userInfo, user, fetchProfileInfo, {vb:raw conversation.userid}} <li><label>{vb:phrase field5_title}:</label> <span>{vb:raw userInfo.customFields.default.field5_title.val}</span></li> |
#19
|
|||
|
|||
Nothing changed :/ still not working
|
#20
|
||||
|
||||
There is still nothing showing up in the page source which means either the template is blank or it is calling a non-existing template.
edit: I just noticed the page source is looking for the template "converstation_fields" You have spelled it wrong in your plugin (or you gave the template the wrong name - one of those). In my tutorial, I call it the "conversation_fields" template. So, double-check your template names. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|