Loading...
 
Themes

Themes


How to enlarge text area of Search Box?

Hi guys, I want to make my tiki homepage as simple as possible, say only a search box like google does,two issues need your help here:
1. how can I arrange only two search boxes on tiki homepage(say full text search:tiki-searchresults.php and index search:tiki-searchindex.php)?
2. how can I enlarge the text input area of search box so that it looks more comfortable when input long string?

Thanks in advance!
...

United States

>
>1. how can I arrange only two search boxes on tiki homepage(say full text search:tiki-searchresults.php and index search:tiki-searchindex.php)?
>

You can use the Module plugin to add these modules to a Tiki wiki page. See the docs for details.

>
>2. how can I enlarge the text input area of search box so that it looks more comfortable when input long string?
>

Use the Input size module parameter. Please see the docs for details.

HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Now Available: Tiki Essentials, the #1 (and only) book for Tiki! Learn more...

Need more help? Try Tiki for Dummies Smarties: A beginner's guide and Tiki Essentials: What all Smarties need to know about Tiki Wiki CMS Groupware.

Many thanks to Rick's guide, the first problem solved perfectly with Module plugin method. for the second one, I tried to set module parameters for module search_wiki_page and search_box, didn't find a proper parameter for resizing the input box (what I want is to enlarge the box length or even height so that when I input long string for search the beginning part of string won't move out of box),I tried parameter input size for both search_wiki_page and search_box but it can't change the box size. what else clue might be there? I am using tiki6.0.

Merry Xmas & Happy New Year


Many thanks to Rick's guide, the first problem solved perfectly with Module plugin method. for the second one, I tried to set module parameters for module search_wiki_page and search_box, didn't find a proper parameter for resizing the input box (what I want is to enlarge the box length or even height so that when I input long string for search the beginning part of string won't move out of box),I tried parameter input size for both search_wiki_page and search_box but it can't change the box size. what else clue might be there? I am using tiki6.0.

thanks!

Hi fellows, I finally solved all problems about box size and font problem by creating custom.css file, it is a great idea to customize appereance of tiki.

thanks to all.


Where is the custom.css that can change the size of the box.
I can't find it :-(