FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Forum Styles » Moving the user info to the left
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Moving the user info to the left [message #15486 is a reply to message #15425] Wed, 17 December 2003 02:00 Go to previous messageGo to next message
hackie is currently offline  hackie   Canada
Messages: 177
Registered: January 2002
Karma: 0
Senior Member
Core Developer

I still fail to see why you can't fix it yourself?

cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
Re: Moving the user info to the left [message #15488 is a reply to message #15486] Wed, 17 December 2003 08:57 Go to previous messageGo to next message
hello-world is currently offline  hello-world   India
Messages: 47
Registered: December 2003
Karma: 0
Member

cc intellegence.c -o intellegence

./intellegence
Segmentation violation

Hey, that is why it crashes pal. The program is trying to figure out
its spelling properly, failing which the poor fellow just crashes. Wink

I am not issue here.

my day job is a kernel hacker for embedded designs. So I can get
along.

I was just putting my two cents on the good way to fix the layout
issue - by having an alternate theme for the old style...



[Updated on: Wed, 17 December 2003 13:15]

Report message to a moderator

.... [message #15507 is a reply to message #15425] Wed, 17 December 2003 16:05 Go to previous messageGo to next message
hackie is currently offline  hackie   Canada
Messages: 177
Registered: January 2002
Karma: 0
Senior Member
Core Developer

But again, you missed the whole point of open source and the ultra powerful templating system. Use it man to empower yourself to achieve new heights.

cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
Re: Moving the user info to the left [message #15620 is a reply to message #15460] Fri, 26 December 2003 05:46 Go to previous message
hy2jinxnc is currently offline  hy2jinxnc   United States
Messages: 25
Registered: October 2003
Location: NC
Karma: 0
Junior Member

I can't do C to save my life, but I was able to do this in about 10 min. Mostly because I was messing with the color scheme as well. Note that it is not exactly like the old style, but I rather like the triple split. Just google about doing tables with html and you'll learn what you need to. Google about CSS if you want to learn to control the colors and such.

Let's see.. Admin control panel, template editor, drawmsg.tmpl, message entry,
<tr>
<td class="MsgSpacer"><table cellspacing=0 cellpadding=0 class="MsgTable">
<tr>
<td colspan="3">
 <table border=0 cellspacing=0 cellpadding=0 width="100%">
 <tr>
 <td valign="top" align="left" class="MsgR1" colspan="1">
 <font class="MsgSubText"><a name="msg_num_{VAR: m_num}"></a><a name="msg_{VAR: obj->id}"></a>
 {TEMPLATE-DATA: msg_icon}{VAR: obj->subject}{TEMPLATE-DATA: rpl}</font></td>
 <td valign="top" align="right" class="MsgR1" colspan="1">
 <font class="DateText">{DATE: obj->post_stamp %a, %d %B %Y %H:%M}</font>
 {TEMPLATE-DATA: prev_message}{TEMPLATE-DATA: next_message}</td>
 </tr>
 </table>
</td>
</tr>
<tr class="MsgR2">
<td class="MsgR2" width="10%" valign="top">
{TEMPLATE-DATA: online_indicator}{TEMPLATE-DATA: user_link}
{TEMPLATE-DATA: avatar}
{TEMPLATE-DATA: dmsg_tags}
</td>
<td class="MsgR3" width="70%" valign="top">
{TEMPLATE-DATA: poll}{TEMPLATE-DATA: msg_body}{TEMPLATE-DATA: drawmsg_file_attachments}
{TEMPLATE-DATA: modified_message}{TEMPLATE-DATA: signature}{TEMPLATE-DATA: report_to_mod_link}
</td>
<td class="MsgR2" width="10%" valign="top">
{TEMPLATE-DATA: dmsg_user_info}<br>
{TEMPLATE-DATA: dmsg_bd_il}{TEMPLATE-DATA: dmsg_im_row}{TEMPLATE-DATA: host_name}{TEMPLATE-DATA: ip_address}
</td>
</tr>
{TEMPLATE-DATA: message_toolbar}
</table></td></tr>


Save it and rebuild the theme. Best to play with a copy of the default so if something messes up you can go back.

[Updated on: Fri, 26 December 2003 05:56]

Report message to a moderator

Pages (2): [ «    1  2]  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: a brilliant method to change the layout
Next Topic: Layout
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Jun 14 11:32:40 GMT 2024

Total time taken to generate the page: 0.02435 seconds