DiscussAdmin Forum Seperator
Advert Left
User CP New PostsFavorites FAQReferrers Web Tools

Design Talk Should it be Blue and Green? Should the logo be glossy? Discuss them here.



Reply
 
LinkBack Thread Tools Display Modes
Fresh Meat
 
Join Date: Jun 2009
Posts: 8
iTrader: (0)

blusol is on a distinguished road

Old 08-13-2009   #1 (permalink)
avatar placement


How did you guys get your avatar, along with the profile stats to show on the left side?
blusol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Pro Member
 
Join Date: Apr 2009
Location: Australia
Posts: 1,006
iTrader: (0)

Cohen is on a distinguished road
Send a message via MSN to Cohen

Old 08-13-2009   #2 (permalink)
RE: avatar placement

It's all about the theme coding.
Cohen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Oct 2008
Posts: 608
iTrader: (0)

Myles is on a distinguished road
Send a message via AIM to Myles Send a message via MSN to Myles

Old 08-13-2009   #3 (permalink)
RE: avatar placement

For the overall site, go to the admin control panel, configuration, board settings and then set the post layout to classic view. For an individual person, go to the member control panel, edit options and then in thread view options, check 'display posts in classic view'.
Myles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Fresh Meat
 
Join Date: Jun 2009
Posts: 8
iTrader: (0)

blusol is on a distinguished road

Old 08-14-2009   #4 (permalink)
RE: avatar placement

The one in UserCP works fine. The one in the AdminCP isn't working at all...
blusol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Oct 2008
Posts: 608
iTrader: (0)

Myles is on a distinguished road
Send a message via AIM to Myles Send a message via MSN to Myles

Old 08-14-2009   #5 (permalink)
RE: avatar placement

The user control panel one overrides the admin control panel one. Are you sure that you have logged out when checking if it works?
Myles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Jun 2009
Posts: 451
iTrader: (0)

Chase is on a distinguished road
Send a message via MSN to Chase

Old 08-15-2009   #6 (permalink)
RE: avatar placement

I never knew this, I always thought it took some template editing. :D
Is there a way to make it on the right side though?
Chase is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Oct 2008
Posts: 608
iTrader: (0)

Myles is on a distinguished road
Send a message via AIM to Myles Send a message via MSN to Myles

Old 08-15-2009   #7 (permalink)
RE: avatar placement

Not without template editing. You can change your postbit_classic to this, to do it:

Code:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
	<td class="{$altbg}" valign="top" colspan="2">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
			<br />
			<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
			</div>
			{$post['attachments']}
			{$post['signature']}
			<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
				{$post['iplogged']}
			</div>
		</td>
		<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']}
		</span>
	</td></tr>
	</table>
</td>
</tr>
<tr>
	<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">
				<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
				<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
			</tr>
		</table>
	</td>
</tr>
</table>
Myles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
tm0
Banned
 
Join Date: May 2009
Posts: 1,039
iTrader: (0)

tm0 is on a distinguished road
Send a message via MSN to tm0

Old 08-15-2009   #8 (permalink)
RE: avatar placement

@ Myles. that will only work if your theme isn't custom...
tm0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Jun 2009
Posts: 451
iTrader: (0)

Chase is on a distinguished road
Send a message via MSN to Chase

Old 08-16-2009   #9 (permalink)
RE: avatar placement

It's Ok - I'm planning to make a cool custom default one.
Thanks, I'll be using it!
Chase is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Full Member
 
Join Date: Oct 2008
Posts: 608
iTrader: (0)

Myles is on a distinguished road
Send a message via AIM to Myles Send a message via MSN to Myles

Old 08-17-2009   #10 (permalink)
RE: avatar placement

No, it should work as long as that particular template's name in the template list isn't a different colour (they change colour if they're modified).

If it is: move the entire <td> that has 'usertitle', 'useravatar', etc. below the <td> that has message, attachments, signature etc.; and then (if it looks weird, depending on how your particular theme does it) add 'colspan="2"' to the first <td>.
Myles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Copyright ©2007 - 2010. DiscussAdmin.com. All rights reserved.
All times are GMT -4. The time now is 07:15 PM.
Web hosting
Quick Registration
User Name:
Password:
Confirm Password:
Email:
Confirm Email:
Birthday:  
Check to Agree with forum rules 

Login!
Not Registered yet? Click here to do so now!

Advertisements