01-20-2009, 12:19 AM
01-20-2009, 12:59 AM
Hi,
In the "tutorial_bit" template find the following:
and:
change to:
and:
That should do the trick. Hope this helps.
In the "tutorial_bit" template find the following:
Code:
<div style="float: left;background: inherit;">
<img alt="$tutorial_bit[id]" class="avatar" src="$config[HTTP_SERVER]$tutorial_bit[icon]" width="$config[NUMBER_DIMENSIONS_W]" height="$config[NUMBER_DIMENSIONS_H]">
</div>Code:
<div style="float: left;background: inherit;">
<img alt="$tutorial_bit[id]" class="avatar" src="$config[HTTP_SERVER]$tutorial_bit[icon]" width="$config[NUMBER_DIMENSIONS_W]" height="$config[NUMBER_DIMENSIONS_H]">
</div>change to:
Code:
<div style="float: left;background: inherit;">
<a target="_blank" href="$config[HTTP_SERVER]tutorial_out/$tutorial_bit[id]/$tutorial_bit[tutnamelink]/"><img alt="$tutorial_bit[id]" class="avatar" src="$config[HTTP_SERVER]$tutorial_bit[icon]" width="$config[NUMBER_DIMENSIONS_W]" height="$config[NUMBER_DIMENSIONS_H]"></a>
</div>Code:
<div style="float: left;background: inherit;">
<a target="_blank" href="$config[HTTP_SERVER]tutorial_out.php?id=$tutorial_bit[id]"><img alt="$tutorial_bit[id]" class="avatar" src="$config[HTTP_SERVER]$tutorial_bit[icon]" width="$config[NUMBER_DIMENSIONS_W]" height="$config[NUMBER_DIMENSIONS_H]"></a>
</div>01-20-2009, 01:55 AM
Your a great help thanks it worked beautifully :geek: !