Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 4 Months ago Move Avatar Under User name
#1
Solved: 11 Years, 4 Months ago
Hey I want to move the user avatar below the Username and User title

[Image: bm9FX6O.png]
#2
Solved: 11 Years, 4 Months ago
admin panel >> templates >> your forum's active theme templates >> Post Bit Templates >> postbit_classic

find {$post['useravatar']}<br /> and move it below to {$post['usertitle']}<br /> and save the template

{$post['usertitle']}<br />
{$post['useravatar']}<br />
#3
Solved: 11 Years, 4 Months ago
Find this code in Templates>yourtheme>Post bit Templates>postbit_classic

		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}<br />
		</span>

Replace it with this.[/php]

		<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['useravatar']}<br />
			{$post['userstars']}
			{$post['groupimage']}

			{$post['user_details']}<br />
		</span>
#4
Solved: 11 Years, 4 Months ago
Thanks so much (:
#5
Solved: 11 Years, 4 Months ago
Damn, .m..

You ninja'd me.


Forum Jump:


Users browsing this thread: 3 Guest(s)