Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Forum Module /

Discuss the Forum Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Removing Search


Go to End


2 Posts   1622 Views

Avatar
facon12

Community Member, 2 Posts

25 August 2012 at 4:12am

Since the search function does not work at this time, I am trying to stop the search function from displaying. Is there a simple means to do this? I just dont want something that doesn't work showing on my site but I am struggling to figure out where to remove it from. Thanks in advance.

Avatar
Willr

Forum Moderator, 5523 Posts

26 August 2012 at 1:48pm

Edited: 26/08/2012 1:48pm

If you have a custom forum theme then just remove it from the ForumHeader.ss template. Otherwise you could simply hide the form with CSS (#ForumSearch { display: none; }. A fix for forum searching in 3.0 will be coming soon.