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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
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