info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Sathish Kumar@rubon

Sathish Kumar - 0 likes
- Ali@AliFurqan

Ali - 0 likes
- Gerard@gkanters

Gerard - 0 likes
- Ali@AliFurqan

Ali - 0 likes
- Gerard@gkanters

Gerard - 0 likes
- Ali@AliFurqan

Ali - 0 likes
You must log in to post replies.Its not search tabs , That is two input box .
if you want to add input box in elgg
I will try it....... But then I would want it to link with search as it should be able to perform search capabilities.... Can you help me for its integration with search?
echo elgg_view('search/search_box');
Actually I am a beginner, so i'd need bit more clarification...... Will this command run alone or have to integrate it with so other code?
You need to create a plugin if you are modifying Elgg, see http://learn.elgg.org/en/1.11/guides/plugins.html
If you want a search bar on top of the page in the header, you could add
in the start.php
ok. Thank You.