News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Display Template Error! Help Please!

Started by Subject13, November 06, 2010, 11:35:05 AM

Previous topic - Next topic

Subject13

Template Parse Error!
There was a problem loading the /Themes/default/Display.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in .../Themes/default/Display.template.php on line 346

337: echo '
338:
339: ', $txt[231], ': ', $message['member']['gender']['image'], ';
340:
341:
342:
343:
344:
345: // Show their personal text?

346: if (!empty($settings['show_blurb']) && $message['member']['blurb'] != '')

347: echo '
348:
349: <div style="margin-top: 2px; margin-bottom: 2px; border-bottom: 1px #666666 dotted; width: 100%; height: 1px;" /></div>
350: <center> ', $message['member']['blurb'], '</center><br /><br /><br/>';



I have no ideas whats wrong!! Line 346 was highlighted?

xenovanis

Not completely sure, but try changing this

', $txt[231], ': ', $message['member']['gender']['image'], ';


to this

', $txt[231], ': ', $message['member']['gender']['image'], ' ';
"Insanity: doing the same thing over and over again and expecting different results."

Subject13

Whoa... that worked! Thank you very much... :)

xenovanis

"Insanity: doing the same thing over and over again and expecting different results."

Advertisement: