After some work i´d like to show you my website.
Its a private german tutorial page (what else) with integrated forum in matching style.
You can see the Skin and the rest of the website here:
http://pixel4tune.de
PS:
Big thanks to " utjames" for helping me out with some coding issues
Please leave me some feedback.
Hallo.
Ich freue mich, zu helfen.
Die Website sieht sehr gut. Es ist sauber und glatt sein.
Courtesy Translation
You have a great eye for design and display. There's a lot to look at but it doesn't overwhelm. Also, a good blend with the forum. Nice work.
I noticed your tutorial links open in the default new windows, but there's been comments/requests in other posts about not always opening new windows. Something you might be interested in from the Help section, posted by Scott:
Quote:Open the "tutorial_bit" template and find something that looks like this:
Code:
<if condition="$glob[details_page] == 1">
<strong><a style="font-size:11px;font-weight:bold;font:Tahoma;" target="_blank" href="$config[HTTP_SERVER]tutorial_out/$tutorial_bit[id]/$tutorial_bit[tutnamelink]/">$tutorial_bit[tutname]</a></strong><br />
<else />
<strong><a style="font-size:11px;font-weight:bold;font:Tahoma;" target="_blank" href="$config[HTTP_SERVER]tutorial_details/$tutorial_bit[id]/$tutorial_bit[tutnamelink]/">$tutorial_bit[tutname]</a></strong><br />
</if>
If you want them to stay in the same window when opening the comments page then remove the 'target="_blank"' in the link after the <else />. If you want them to stay in the same window when opening the tutorial then remove the 'target="_blank"' in the link before the <else />.
Again, nice job.
You helped me again in a thing i searched the bit for

Damn, i didnt asked but got the perfect answer - Thanks again, its working perfect.