| | #1 |
| Veteran ![]() | Re- ordering infobar - moving the avatar I've been trying to get some help at the SMF forums, but they've been useless so far. Everything I've found on the subject doesn't seem to be working. Here's the problem: I was wondering how, if possible, I might go about moving the avatar position in the infobar from it's current location, to under the username (as shown in the image) I bet it's a simple re ordering of a template somewhere, but I don't know where to start. I'm running SMf 1.1.1, and this theme runs off the default templates. What I've found so far is that I should just re-order the parts of the display.template.php, which I've done with no result. Anyone here know how I might solve this problem?
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #2 |
| Member Join Date: Apr 2006
Posts: 128
![]() ![]() | Changing it in Display.template.php is what you need to do, what changes did you make, that should work.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. with 3 million+ posts. Powered by To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #3 | |
| Veteran ![]() | Quote:
Code: // Show information about the poster of this message.
echo '
<table width="100%" cellpadding="5" cellspacing="0">
<tr>
<td valign="top" width="15%" rowspan="2">
<b>', $message['member']['link'], '</b><br />
<span class="smalltext">';
// Show the member's custom title, if they have one.
if (isset($message['member']['title']) && $message['member']['title'] != '')
echo '
', $message['member']['title'], '<br />';
// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
echo '
', $message['member']['avatar']['image'], '<br />';
// Show the member's primary group (like 'Administrator') if they have one.
if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />';
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | |
| | |
| | #4 |
| Member Join Date: Apr 2006
Posts: 128
![]() ![]() | Are you editing the template that relates to your theme?
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. with 3 million+ posts. Powered by To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #5 |
| Veteran ![]() | The theme I have runs off of the default theme, there is no Display.template.php for it. And I've double checked the default theme as well, and there's not change there either
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #6 |
| Veteran ![]() | Well, the problem was myself once again I was editing the wrong templates. I was changing the ones for the classic theme, and not default, so of course nothing was happening I've managed to solve a lot of other problems this way to now, so I'm goodAnd yes, just confirming, that re arranging the info in the CORRECT index.template.php is the way to do it
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #7 |
| Member Join Date: Apr 2006
Posts: 128
![]() ![]() | Thought thats what it had to be. ;D
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. with 3 million+ posts. Powered by To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Who Has The Best Avatar? | Toucan42 | Off Topic | 79 | 01-31-2007 07:54 PM |
| Clever avatar site | jam | Off Topic | 5 | 11-25-2006 03:29 PM |
| Why did you choose your avatar? | Seraph | Off Topic | 10 | 04-27-2006 07:56 AM |
| No Avatar Image For Red Deluxe | Eminem | Off Topic | 4 | 12-06-2005 05:19 PM |
| Avatar Packs | gprime | vBulletin | 4 | 11-24-2005 01:19 AM |
