Code: Select all
<li class="menu_button"><a href="{U_INDEX}"><span>{L_INDEX}</span></a></li>
<li class="menu_button"><a href="otf_gallery.php"><span>Gallery</span></a></li>
<!-- IF S_DISPLAY_SEARCH -->
<li class="menu_button"><a href="{U_SEARCH}"><span>{L_SEARCH}</span> {S_SEARCH_HIDDEN_FIELDS}</a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li class="menu_button"><a href="{U_MEMBERLIST}"><span>{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="menu_button"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
<li class="menu_button"><a href="{U_LOGIN_LOGOUT}"><span>{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
Oh, I did not refresh template to update links. It work nowKilzin wrote:Hi Stoker!
I did follow your description to add link. When I added link to gallery but it doesnt work
Here is the code:What can I do change to right?Code: Select all
<li class="menu_button"><a href="{U_INDEX}"><span>{L_INDEX}</span></a></li> <li class="menu_button"><a href="otf_gallery.php"><span>Gallery</span></a></li> <!-- IF S_DISPLAY_SEARCH --> <li class="menu_button"><a href="{U_SEARCH}"><span>{L_SEARCH}</span> {S_SEARCH_HIDDEN_FIELDS}</a></li> <!-- ENDIF --> <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_MEMBERLIST --><li class="menu_button"><a href="{U_MEMBERLIST}"><span>{L_MEMBERLIST}</span></a></li><!-- ENDIF --> <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="menu_button"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF --> <li class="menu_button"><a href="{U_LOGIN_LOGOUT}"><span>{L_LOGIN_LOGOUT}</span></a></li> <!-- ENDIF -->
Im using version 3.0.5
Code: Select all
<!-- IF SITE_BG_IMG -->
<style type="text/css">
<!--
.headerbar {background:url("{SITE_BG_IMG}") repeat;}
-->
</style>
<!-- ENDIF -->
Code: Select all
.headerbar {background:url("{SITE_BG_IMG}") repeat;}
Code: Select all
.header-bar {background:url("{SITE_BG_IMG}") repeat;}
Yes I saw that after, a sneaky little '-' in therestokerpiller wrote:Mixstar, the reason that it didnt work is because the SE Pro uses another class for the header image.
For prosilver it is headerbar, for SE Pro it is header-bar
Not really! I've never tryed it before. Now I' will try to download your code again, and replace it completely in a test Board. Or you may have some idea of which is the problem?stokerpiller wrote:[...] Do you have the quick reply working on other styles?
You are right! In my test forum I've seen that the original package of yours displays correctly the "quick replay". Apparently the simple adaptation I've made (This the only Forum I've allowed to "quick replay" up to now) seems not working.stokerpiller wrote:Quick reply works fine with this style. [...]