Page 1 of 4

custom page

Posted: 14 Sep 2011, 18:26
by Terr0r
can I used this on a custom page ?

custom page

Posted: 14 Sep 2011, 18:33
by Stoker
Sure.

custom page

Posted: 14 Sep 2011, 19:14
by Terr0r
if I set this code on the custom page

Code: Select all

<!-- IF not S_IS_BOT -->
<div class="forabg">
         <div class="inner"><span class="corners-top"><span></span></span>
         <ul class="topiclist">
            <li class="header">
               <dl class="icon">
                  <dt>{L_WELCOME_TO_MOD} {SITENAME}</dt>
                                              </dl>
            </li>
         </ul>
         <ul class="topiclist forums">
         <li>
            <dl>
               <dd style="padding:5px; text-align: center; border:none;">
               <!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
               </dd>
               <dd class="lastpost" style="padding:5px; width:40%;">
               <p>{S_WELCOME}</p>
               <span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
               </dd>
               <dd class="lastpost" style="padding:5px; width:36%;"><span>{TOTAL_POSTS} &bull; {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
               <!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
               </dd>
            </dl>
         </li>
         </ul>
<span class="corners-bottom"><span></span></span></div></div>
<!-- ENDIF -->
then I get this
custompage.png
what must I do to get it good

custom page

Posted: 14 Sep 2011, 19:16
by Stoker
Only use the html for the mod.
Skip the other html you have around the mod code.

custom page

Posted: 14 Sep 2011, 19:51
by Terr0r
now I get this
custompage.png
no stats info no avatar

custom page

Posted: 14 Sep 2011, 19:57
by Stoker
Did you add the php code that is added to index.php by this mod?

custom page

Posted: 14 Sep 2011, 20:07
by Terr0r
Yes I have add all the edits good

custom page

Posted: 14 Sep 2011, 20:08
by Stoker
post your php file in a code box here.

custom page

Posted: 14 Sep 2011, 20:09
by Terr0r
must I post the index.php or the custompage.php

custom page

Posted: 14 Sep 2011, 20:11
by Stoker
The page you are having the problem with, please.