Poprzedni temat :: Następny temat |
CMP Wysłany: Pią 02 Lut, 2007 |
|
|
Kod##############################################################
## MOD Title: Anubis Fast Search
## MOD Author: CMP < cmp61a@gmail.com > http://bbhelp.pl | http://files-se.org | http://poliforum.ir.pl
## MOD Description: Modyfikacja, dzi?ki kt?rej po klikni?ciu "Szukaj" wyskakuje ma?e okienko, gdzie mo?esz wpisa? szukane s?owo
## MOD Version: 1.0
##
## Installation Level: Very Easy
## Installation Time: 1 Min.
## Files To Edit: 2
## templates/tw?jstyl/overall_header.tpl
##
## Included Files: 0
##
##
##############################################################
## Author Notes: Przed edycj? zrobi? backup danych.
##
## !!!JavaScript nie jest mojego autorstwa!!!
##
##############################################################
## DEMO: http://poliforum.ir.pl/
##############################################################
Mod jest dostosowany do kazdego stylu kolorystycznie [klasy css :)].
Jak b?d? jakie? b??dy to prosz? pisa? w tym temacie.
No i jak wam nie pasuje opacity to napiszcie (przezroczysto?? okienka) :D
INSTRUKCJA:
Wiadomo?? ukryta / Hidden messageAby zobaczy? wiadomo?? postaw piwo autorowi piwo. Kod#
#-----[ OTW?RZ ]------------------------------------------
#
templates/tw?jstyl/overall_header.tpl
#
#-----[ ZNAJD? ]------------------------------------------
#
</head>
#
#-----[ DODAJ PRZED ]------------------------------------------
#
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
function getposOffset(overlay, offsettype){
var totaloffset=(offsettype=="left")? overlay.offsetLeft : overlay.offsetTop;
var parentEl=overlay.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function overlay(curobj, subobjstr, opt_position){
if (document.getElementById){
var subobj=document.getElementById(subobjstr)
subobj.style.display=(subobj.style.display!="block")? "block" : "none"
var xpos=getposOffset(curobj, "left")+((typeof opt_position!="undefined" && opt_position.indexOf("right")!=-1)?
-(subobj.offsetWidth-curobj.offsetWidth) : 0)
var ypos=getposOffset(curobj, "top")+((typeof opt_position!="undefined" && opt_position.indexOf("bottom")!=-1)?
curobj.offsetHeight : 0)
subobj.style.left=xpos+"px"
subobj.style.top=ypos+"px"
return false
}
else
return true
}
function overlayclose(subobj){
document.getElementById(subobj).style.display="none"
}
// ]]></script>
#
#-----[ ZNAJD? (jako pierwsze) ]------------------------------------------
#
"{U_SEARCH}"
#
#-----[ DODAJ W LINII ZA ]------------------------------------------
#
onclick="return overlay(this, 'subcontent','bottom')"
#
#-----[ ZNAJD? (jako pierwsze) je?li masz w stylu odsy?acz bez obrazka (link tekstowy)]------
#
{L_SEARCH}</a>
#
#-----[ ZNAJD? (jako pierwsze) je?li masz w stylu odsy?acz z obrazkiem (button)]------
#
<img src="jakis obrazek" alt="" width="114" height="30" border="0"></a>
/* ten kod moze byc inny */
#
#-----[ DODAJ ZA ]------------------------------------------
#
<!--Do not remove outer most DIV tag with id="subcontent"-->
<DIV id="subcontent" style="position:absolute; border: 1px solid #3d3d3d; background-color: white; width: 210px; padding: 2px; display:none; filter: alpha(opacity=85); -moz-opacity: 0.85; z-index: 10">
<table class="forumline" width="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<th class="thCornerL" height="25" align="left"> Anubis Fast Search <a href="#" onClick="overlayclose('subcontent'); return false" class="genmed">[X]</a></th>
</tr>
<tr>
<td class="row1" height="26" align="left" valign="middle">
<form action="search.php?mode=results" method="post" accept-charset="ISO-8859-1" style="margin: 0;">
<input type="text" class="post" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="search_keywords" size="30" style="width: 150px;" />
<input type="submit" name="submit" value="Id?" class="liteoption" />
<input type="hidden" name="show_results" value="topics"><input type="hidden" name="search_terms" value="any"><input type="hidden" name="search_fields" value="all">
</form>
</td>
</tr>
<tr>
<td class="row1" height="20" align="center" valign="middle"><a href="{U_SEARCH}" class="gensmall">Rozszerzone szukanie</a></td>
</tr>
</table>
</DIV>
#
#-----[ dla modyfikacji Alt-Search Mod 1.0.3a Beta ]------------------------------------------
#
zamien to:
<input type="text" class="post" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="search_keywords" size="30" style="width: 150px;" />
na to:
<input type="text" maxlength="64" value="{SEARCH_PHRASE}" class="post" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM |
|
blunt Wysłany: Wto 06 Lut, 2007 |
|
|
stestujemy :P |
|
kfiatq Wysłany: Wto 06 Lut, 2007 |
|
|
sprobuj zlookac co musze zmienic u mnie na forum, bo chcem aby po kliknieciu na button dzial ten mod, |
|
CMP Wysłany: Wto 06 Lut, 2007 |
|
|
kfiatq, instrukcje poprawilem, a dokladniejsza odpowiedz napisalem na bbhelp.pl :> |
|
kfiatq Wysłany: Wto 06 Lut, 2007 |
|
|
CMP, zgadza sie, juz jest wszystko ok, polecam ten modzik :) |
|
szon Wysłany: Czw 08 Lut, 2007 |
|
|
super modzik |
|
Mara Wysłany: Pon 12 Lut, 2007 |
|
|
Fajne, takie jak w IPB |
|
per_in Wysłany: Wto 13 Lut, 2007 |
|
|
zaraz go sprawdze |
|
DOD Wysłany: Wto 13 Lut, 2007 |
|
|
Zas?u?one piwko - mi dzia?a wszystko ok - mam tylko ma?y problem z jedna linia w okienku pop-up ale to juz sobie sam dam rade !! |
|
karalajna3 Wysłany: Pią 16 Lut, 2007 |
|
|
Witam,
u mnie po klikni?ciu w "id?" odnosi?o mnie do "search.php" (pobrane z przemo.org)
zobaczymy czy ta wersja zadzia?a...
Pozdrawiam i piwko dla Autora ;)
Edit: Po instalacji szukajki ixdude.com wszystko jest ok... |
|
patryczek Wysłany: Sob 17 Lut, 2007 |
|
|
fajny mod :) lookniemy :) |
|
Invasion Wysłany: Sro 28 Lut, 2007 |
|
|
bajer mod |
|
czeryna Wysłany: Nie 04 Mar, 2007 |
|
|
luken :P |
|
Martodox Wysłany: Pon 12 Mar, 2007 |
|
|
Podoba mi si?
[ Dodano: Pon 12 Mar, 2007 ]
Kod#-----[ ZNAJD? (jako pierwsze) ]------------------------------------------
#
"{U_SEARCH}"
#
#-----[ DODAJ W LINII ZA ]------------------------------------------
#
onclick="return overlay(this, 'subcontent','bottom')"
Co rozumiecie przez to? Jak w linii za? |
|
CMP Wysłany: Pon 12 Mar, 2007 |
|
|
Martodox, za {U_SEARCH} dodaj Kodonclick="return overlay(this, 'subcontent','bottom')" |
|
|
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
|