10-02-2010, 05:56 AM
10-02-2010, 05:59 AM
I have no idea - I just copied this whole block from the main templates and gave it a prefix, added the variable and that was it........I shall try and edit it out.
EDIT I edited it out - no change
EDIT I edited it out - no change
10-02-2010, 06:02 AM
I'm not quite sure whether that's the problem or not, though.
10-02-2010, 06:07 AM
Well, I think I am going to have to make a template for it......
10-02-2010, 06:09 AM
So, the layout still not fixed?
10-02-2010, 06:14 AM
Nope, not fixed. May I ask what result you get on your MYBB 1.6 install using that template and display value?
10-02-2010, 06:26 AM
I think I know the problem, Lee. Give me a little time.
10-02-2010, 06:38 AM
I'm sorry for bumping.
OK, Lee. Do you have the {$GLOBALS['threadfields']['key']['value']} variable in your postbit too?
OK, Lee. Do you have the {$GLOBALS['threadfields']['key']['value']} variable in your postbit too?
10-02-2010, 06:39 AM
Ok RateU. Its got me baffled I must admit
You mean my postbit first? Yes, its all in there, not showthread.
You mean my postbit first? Yes, its all in there, not showthread.
HTML Code
|
10-02-2010, 06:43 AM
EDIT:
OK. In this case, you need to move the layout inside the conditional to your previewpost template. It is under Ungrouped Templates. Create a new previewpost with a prefix.
Example:
OK. In this case, you need to move the layout inside the conditional to your previewpost template. It is under Ungrouped Templates. Create a new previewpost with a prefix.
Example:
HTML Code
|
Leave the contents inside the else condition in your Display Format.
Remove other additional code there. So, it will like the code before you edit the Display Format.
The contents of your Display Format should be only like this:
HTML Code
|