Yes:
This line:
Code:
eval('print_output("' . fetch_template('color') . '");');
I've just changed to the word '
color'.
Same goes with:
Code:
$globaltemplates = array(
'color',
And:
Code:
define('THIS_SCRIPT', 'color');
Then name your template '
color' so that it can fetch the correct template.
Quote:
Originally Posted by preech
I put the link for the color code charts to only show when the adminstrator allows members to customize their profiles.
|
For this to work, you need to change:
HTML Code:
<tr><td class="alt2" nowrap="nowrap"><a class="smallfont" href="colorcode.php$session[sessionurl_q]">$vbphrase[user_color_code]</a></td></tr>
To :
HTML Code:
<if condition="$show['customizelink']"><tr><td class="alt2" nowrap="nowrap"><a class="smallfont" href="colorcode.php$session[sessionurl_q]">$vbphrase[user_color_code]</a></td></tr></if>
When I've worked on a better layout, I will provide you with the updated files preech so that you can take a look and see what you think. It's good nonetheless -- I would never of thought of it, anyway hehe.