| Zobraziť predchádzajúcu tému :: Zobraziť nasledujúcu tému |
| Autor |
Správa |
Conky Professional


Zaregistrovaný od: 13. 06. 2005 Príspevky: 405
|
Zaslal: št január 12, 2006 1:43 pm Predmet: Quick Search to phpbbnuke |
|
|
NEDALO MI TO SEM NENAPISAT
[ OTVORIŤ ]
| Kód: | includes/page_header.php
|
[ NAJST ]
| Kód: | | $template->pparse('overall_header'); |
[ PRED TO PRIDAT ]
| Kód: | // Quick Search
$quick_search = "
<table border=\"0\">
<form action=\"modules.php?name=Forums&file=search&mode=results\" method=\"post\">
<tr>
<td><input type=\"text\" width=\"500\" name=\"search_keywords\" class=\"post\" value=\"".$lang["Quick_Search"]."\" style=\"border-color: black;\" onFocus=\"this.value=''\"></td>
<td><INPUT TYPE=\"submit\" BORDER=\"0\" value=\"".$lang["Quick_Search_Go"]."\" ALT=\"Submit\" class=\"post\" accesskey=\"s\"></td>
<input type=\"hidden\" name=\"searchuser\" value=\"\">
<input type=\"hidden\" name=\"search_forum\" value=\"-1\">
<input type=\"hidden\" name=\"search_author\" value=\"\">
<input type=\"hidden\" name=\"search_time\" value=\"0\">
<input type=\"hidden\" name=\"search_cat\" value=\"-1\">
<input type=\"hidden\" name=\"sort_by\" value=\"0\">
<input type=\"hidden\" name=\"search_fields\" value=\"all\">
<input type=\"hidden\" name=\"show_results\" value=\"posts\">
<input type=\"hidden\" name=\"retrun_chars\" value=\"-1\">
</td>
</tr>
</form>
</table>";
$template->assign_vars(array(
'QUICK_SEARCH' => $quick_search)
);
// Quick Search
| [ OTVORIT]
| Kód: | modules/Forums/language/lang_english/lang_main.php
|
[ NAJST ]
| Kód: | //
// That's all Folks! |
[ PRED TO PRIDAT ]
| Kód: |
// Quick Search
$lang['Quick_Search'] = 'Quick Search';
$lang['Quick_Search_Go'] = 'Go'; |
[ OTVORIT]
| Kód: |
modules/Forums/templates/subSilver/overall_header.tpl
themes/VAS_VZHLAD/forums/overall_header.tpl |
[ NAJST ]
[ ZA TO PRIDAT ]
[ ULOZIT/ZAVRIET VSETKY SUBORY]
the end  _________________

Naposledy upravil Conky dňa št január 12, 2006 5:32 pm, celkovo upravené 1 krát |
|
| Návrat hore |
|
Sponzor
 |
|
 |
drakeman Webmaster


Zaregistrovaný od: 30. 04. 2005 Príspevky: 4398 Bydlisko: Slovakia
|
Zaslal: št január 12, 2006 1:54 pm Predmet: |
|
|
hmm nice. a aku to ma ulohu? daj ukazku _________________ Post Affiliate Pro | Affiliate tracking software
 |
|
| Návrat hore |
|
Conky Professional


Zaregistrovaný od: 13. 06. 2005 Príspevky: 405
|
Zaslal: št január 12, 2006 2:03 pm Predmet: |
|
|
je to jedno nemenovane forum
a ulohu to ma taku ze sa da hladat hned z uvodu fora
co usetri cas
hlada vsetko to co normalny forumacky vyhladavac _________________

Naposledy upravil Conky dňa št január 12, 2006 2:07 pm, celkovo upravené 1 krát |
|
| Návrat hore |
|
drakeman Webmaster


Zaregistrovaný od: 30. 04. 2005 Príspevky: 4398 Bydlisko: Slovakia
|
Zaslal: št január 12, 2006 2:07 pm Predmet: |
|
|
ok, nice job  _________________ Post Affiliate Pro | Affiliate tracking software
 |
|
| Návrat hore |
|
|