Members: 10,140
Threads: 38,830
Posts: 159,367
Online: 29

Newest Member: Xoote


Old 17.04.2004, 17:23   #1
fperjuci
Baby Mamber
 
fperjuci's Avatar
 
Join Date: Apr 2004
Posts: 12
fperjuci is on a distinguished road
Default Template -> adding the Search box

Can anyone tell me how can I make the search box visible in Subminimalist 1 template. If not possible what is the url to search box so I can make a link to it from one menu item.
Thanx
fperjuci is offline  
Sponsored Links
Old 18.04.2004, 02:32   #2
visualdensity
Expert Mamber
 
visualdensity's Avatar
 
Join Date: Apr 2004
Location: Melbourne
Posts: 385
visualdensity is on a distinguished road
Send a message via ICQ to visualdensity Send a message via MSN to visualdensity
Default Re: Search box

I do not know how to make it visible, but the link is as the following:

/index.php?option=com_search


HTH
__________________
"If you cannot win, make the one ahead of you break the record."
| Visualdensity.com |
visualdensity is offline  
Old 20.04.2004, 05:44   #3
stingrey
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Template -> adding the Search box

Just add something like the following into you templates index.php file:
Code:
<form action="index.php" method="post">
<div align="left">
<input class="inputbox" type="text" name="searchword" size="23" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</div>
</form>
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Old 07.10.2004, 04:49   #4
atapi
Mamber
 
Join Date: Aug 2004
Location: Fort Lauderdale
Posts: 81
atapi is on a distinguished road
Send a message via AIM to atapi Send a message via MSN to atapi Send a message via Yahoo to atapi
Default Re: Template -> adding the Search box

flash flash flash
how about I be a nice guy and give everyone the flash code to submit a search
action script below gets attached to the submit button
_____________________________________

on (release) {

option = "com_search";
searchword=search;
getURL("http://www.sitename.com/index.php", "_self", "post");

}
___________________________________
make sure to name your textbox search
__________________
Paul Kruger – Speeduneed Inc
Broward PHP User Group
Tel: 561.213.3854
pkruger@speeduneed.com | http://www.speeduneed.com
www.browardphp.com
atapi is offline  
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extended search (module) caspern Mambo 5.0 Wishlist 4 20.04.2004 12:20
Search -> Extend to search the contents of Components fechp Component 'How Do I' Questions 6 20.04.2004 12:18
Subminimalist 1 and Search Box fperjuci Template Discussions 0 16.04.2004 11:01
Search Engine Friendly URLs / htacces repa Installation 7 15.04.2004 23:09
Optimising Search Engine Ranking TJay Mambo 4.5 'How Do I' Questions 2 10.04.2004 19:17


All times are GMT +2. The time now is 11:43.

Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.