thosynbase
pls can u give me a multi file search in wapka
Weezy
thosynbase Dyu mean file search code for content manager?
Weezy
thosynbase Content manager all categories search code, first post this code on d search page ..to add d code click on Edit site > Wml/xhtml. Change the site ID 27 to the result page site ID
<div class="bs"><form action="/site_27.xhtml" method="get"><input type="text" name="get-keyword" size="15" style="background:url(/img/4754/4754894_4faa88ad9f.png) no-repeat right center #fff; padding-right:17px;" ></input><select name="get-dir"><option value="Image">Image</option><option value="Music">Music</option><option value="Ringtone">Ringtone</option><option value="Video">Video</option><option value="Theme">Theme</option><option value="Software">Software</option><option value="Game">Game</option><option value="Animation">Animation</option></select>:admin-hash-input:<input type="submit" value="Search"></input></form></div>
Copy code
Put the below code in result page
<div class="bs">:ic-7: :get-dir: (<b>:get-keyword(New):)</b></div> :search-:get-dir(video)::q=:get-keyword(New):,o=createtime desc,s=:get-number(1):,n=No Files Found Try To Search Other Keyword.,l=8:: <div class="list"> <b><a href="%viewurl%"><b>%title%</b></a></b><br/>[Size: %filesize%]<br/>Hits: %downtotal%</div> :: :/search-:get-dir(video):: <br>
:paging:n=:get-number(1):,u=site_27.xhtml?get-keyword=:get-keyword:&get-dir=:get-dir:&get-number=%n%&:admin-hash-amp: ::<center>%n%.%n%.%n%.%n%.%n%.%nlast%</center>:/paging:
Copy code