MyBB Hacks

Full Version: Author Detail not displayed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.
I have problem that after install xthread and download system, i cant able to see author name in thread lists and also author detail s not displayed beside thread screenshot in first post of thread.

check below screenshots.
[Image: U0uoy.jpg]
[img][Image: bEvyF.jpg][/img]
Edit appropriate templates.

Which templates?  Look around.
Don't know how to edit templates?  Learn HTML/CSS.
Try putting this in one of the templates?

Code:
<td class="post_author">
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span>
						</td>


I don't know if that'll work, or which template to put it in but I guess it's worth a try? Zinga is right, you should really just learn HTML and look around the templates yourself, it's not that hard.

Thank you guys.
Will try
Reference URL's