To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Poszukiwania - [Mini-Mod] "Szukaj w tym dziale" nad lista tematów

Gracek - 11-02-2006, 14:05
Temat postu: [Mini-Mod] "Szukaj w tym dziale" nad lista tematów
Kod:
##########################################################
## MOD Title: "Search this forum" on top
## MOD Author: Gracek < gr4cek@gmail.com >
## MOD Description: Move or add "Search this forum" above the topics list.
##
## MOD Version: 0.1
##
## Installation Level: Very Easy
## Installation Time: 2 Minutes
##
## Files To Edit:
##
##          /templates/Your style name/viewforum_body.tpl
##
##########################################################

#
#-----[ OPEN ]-------------------------------------------
#

/templates/Your style name/viewforum_body.tpl

#
#-----[ FIND ]-------------------------------------------
#

<td align="left" valign="bottom"><span class="gensmall">{L_MODERATOR}: {MODERATORS}<br />{LOGGED_IN_USER_LIST}</span></td>

#
#-----[ NEXT LINE, ADD ]------------------------------------
#

    <!-- BEGIN switch_search_for -->
        <td align="right"><form method="post" action="{SEARCH_ACTION}"><input type="hidden" name="search_where" value="f{FORUM_ID}"><input type="hidden" name="show_results" value="topics"><input type="hidden" name="search_terms" value="any"><input type="hidden" name="search_fields" value="all"><span class="gensmall">{L_SEARCH_FOR}:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><input class="post" onFocus="Active(this)" onBlur="NotActive(this)" type="text" name="search_keywords" value="" size="20" maxlength="150" />&nbsp;<input type="submit" name="submit" value="{L_GO}" class="liteoption" /></form></td>
    <!-- END switch_search_for -->

#
#-----[ FIND AND DELETE IF YOU WANT ]------------------------------------
#

    <!-- BEGIN switch_search_for -->
        <form method="post" action="{SEARCH_ACTION}"><input type="hidden" name="search_where" value="f{FORUM_ID}"><input type="hidden" name="show_results" value="topics"><input type="hidden" name="search_terms" value="any"><input type="hidden" name="search_fields" value="all"><span class="gensmall">{L_SEARCH_FOR}:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><input class="post" onFocus="Active(this)" onBlur="NotActive(this)" type="text" name="search_keywords" value="" size="20" maxlength="150" />&nbsp;<input type="submit" name="submit" value="{L_GO}" class="liteoption" /></form>
    <!-- END switch_search_for -->

#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------
#

EoM

efekt:

[ Dodano: 11-02-2006, 15:51 ]
niech ktos przeniesie do gotowych i usunie ten dopisek :P

RAJDON - 11-02-2006, 17:15

No no całkiem spoko brawo @gracek ;)


Powered by phpBB modified by Przemo © 2003 phpBB Group