UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible 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
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  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