INSTALL WORKED THE IM WORKS BUT I SKIPPED 2 STEPS....


  -----  
Author Message

jefferyw91344
Member

Mon Aug 08, 2005 5:53 am   Post subject: INSTALL WORKED THE IM WORKS BUT I SKIPPED 2 STEPS....
How Am I Supposed To Do This????

Is It Even Important????

Code:

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/simple_header.tpl

#
#-----[ FIND ]------------------------------------------
#
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

#
#-----[ IN-LINE FIND ]------------------------------------------
#

<body

#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#

{IM_RELOAD}


How On Earth Do I Do That?????
 

CoreIssue
Member

Mon Aug 08, 2005 9:14 am   Post subject:
Simple. You just insert it immediately after. Here:

Quote:

<body{IM_RELOAD} bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<span class="gen"><a name="top"></a></span>
 

Thoul
Administrator

Mon Aug 08, 2005 1:42 pm   Post subject: re: INSTALL WORKED THE IM WORKS BUT I SKIPPED 2 STEPS....

Quote:

Is It Even Important????


That particular change is part of the code that lets the im client refresh automatically to check for new messages. I suppose you could say that step is only important if you want the client to check for new messages automatically. Wink
 

jefferyw91344
Member

Mon Aug 08, 2005 9:41 pm   Post subject:
Just Saw This One How Do I Add This???

Code:

#
#-----[ OPEN ]------------------------------------------
#
login.php

#
#-----[ IN-LINE FIND ]------------------------------------------
#

'login_body.tpl'

#
#-----[ IN-LINE BEFORE, ADD ]------------------------------------------
#

$body_tpl .
 

Thoul
Administrator

Tue Aug 09, 2005 12:07 am   Post subject: re: INSTALL WORKED THE IM WORKS BUT I SKIPPED 2 STEPS....
Find this line:

Code:

         'body' => 'login_body.tpl')


Change it to this:

Code:

         'body' => $body_tpl . 'login_body.tpl')
 

Page 1 of 1
Display posts from previous: