UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
Hello,

In file
...\components\com_easydiscuss\themes\wireframe\toolbar\default.php

there is a code for enabling search


<div class="ed-navbar__search">

<form class="ed-navbar__search-form" name="discuss-toolbar-search" data-search-toolbar-form method="post" action="<?php echo JRoute::_('index.php'); ?>">
<input type="text" placeholder="<?php echo JText::_('COM_EASYDISCUSS_SEARCH_DEFAULT');?>" autocomplete="off" class="ed-navbar__search-input" data-search-input name="query" value="<?php echo ED::string()->escape($query); ?>">
<input type="hidden" name="option" value="com_easydiscuss" />
<input type="hidden" name="controller" value="search" />
<input type="hidden" name="task" value="query" />
<input type="hidden" name="Itemid" value="<?php echo DiscussRouter::getItemId('search'); ?>" />
<?php echo JHTML::_( 'form.token' ); ?>
</form>

</div>


Can the code can be replaced with Google custom search.
I mean - using custom search instead of above - can it impact discuss component functionlity in any way

Thanks
The replies under this section are restricted to logged in users or users with an active subscription with us