Hello,
Have renewed license today and upgraded Easy discuss
Glad to come back and rejoin as Stack member - feeling awesome.
Good point is New version is fast and Have done all customization which was there in easydiscuss
However - baffling up in only 2 things where objective is - Ask a Question should always land on Category=1 and when a user clicks on it should land in - index.php?option=com_easydiscuss&view=ask&category=
1&Itemid=78
a) Default URL while asking question is -
http://www.mycarhelpline.com/index.php?option=com_easydiscuss&view=ask&category=
0&Itemid=78
Would intend to change to
http://www.mycarhelpline.com/index.php?option=com_easydiscuss&view=ask&category=
1&Itemid=78
Earlier - some changes were done in helper/router.php file - as the file been changed - unsure what all
b) In com_easydiscuss/themes/simplisctic/toolbar.php
Earlier this line was pasted in line 160
<?php if( $acl->allowed( 'add_question' ) && $system->config->get( 'layout_toolbarcreate' ) ){ ?>
<div class="discuss-tablecell discuss-searchbar--right">
<a class="btn btn-<?php echo $system->config->get('layout_ask_color'); ?> btn-ask pull-left" href="<?php echo DiscussRouter::_('index.php?option=com_easydiscuss&view=ask&category=1&Itemid=78');?>"><?php echo JText::_( 'COM_EASYDISCUSS_OR_ASK_A_QUESTION' );?></a>
</div>
<?php } ?>
Pl advise which line to change in new version so that category=1&Itemid=78 should come in while asking questio