Jump to content


Where to change stuff:


  • You cannot reply to this topic
No replies to this topic

#1 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 06 September 2004 - 12:40 PM

Where to change stuff:


GLOBAL:

copyright (should not be changed): /mkportal/include/functions.php

header logo and background image: /mkportal/templates/Forum_Skin/tpl_main.php

Portalmenu: /mkportal/blocks/sitenav.php

navbar: /mkportal/ include/functions.php



BLOCKS:

change center alignment to left (needed to left align boxes in IE):

"/mkportal/templates/Forum_Skin/tpl_main.php" said:

function view_block($title, $content) {
global $mklib;

$box_content = $this->box($title, $content);

return <<<EOF
<tr>
<td valign="top" align="left">
{$box_content}
</td>
</tr>
<tr>
<td id="tdspacer"> </td>
</tr>

EOF;
}
Active Users box: /mkportal/blocks/online_home.php (I added Arcade and D-Shoutbox)


MODULES:

All:

Block title: /mkportal/modules/*/index.php (* = directory name for module)


Chat:

smilies: /mkportal/modules/chat/tpl_chat.php

clickable messages (eg, kiss, five, rose): /mkportal/modules/chat/tpl_chat.php & /mkportal/lang/English/lang_chat.php



Help files:

/mkportal/lang/English/lang_help.php


Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users