Quote:
Originally Posted by UtahNissans
Is there not an english version?
|
Changing the language,
A few posts back i have explained how to change the text "nur fur mitglieder". All german text is hard coded, but it can be easily replaced with phrases (see one of my previous posts). It only takes a few minutes.
Allow guests to view the gallery,
-Open the template gallery_postbit
-Remove the following lines
Code:
<if condition="$show['member']">
and
Code:
<br />
<table class="tborder" id="post$post[postid]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="640" align="center">
<tr>
<td class="thead">
Nur f?r Mitglieder!
</td>
</tr>
<tr>
<td class="alt1">
<img src="images/not_registered.jpg">
</td>
</tr>
</table>
Done! If you remove the above, the gallery will use the forum's permissions fully. So, if you disallow guests to view a thread, the gallery thread will not be displayed etc etc.
Upload permissions,
As for upload permissions, the gallery should still use the forum's upload permissions. Just set the upload permissions for an usergroup and they won't be able to upload, but will still be able to view the gallery.
if your forum thread looks normal, you have probably forgotten to specify that the forum should act as a gallery under forum options.
Buttons,
Most templates come with a psd file. Make your own
p.s. I'm not the one who should be saying this, but have some patience. These hacks are available for free.