By vivianny rodrigues on Thursday, 30 July 2015
Replies 3
Likes 0
Views 1K
Votes 0
1 - I would like the forum page to have a title. Enabling show page heading in the menu item is not working. How can I do this?

2 - Is it possible to change the registration link located in the padlock popup to a custom link?

3 - how do I create moderators?

4 - how do I set roles?

Thanks!
Hey Vivianny,

Kindly please find the response to your inquiries below:


1 - I would like the forum page to have a title. Enabling show page heading in the menu item is not working. How can I do this?

Currently the title in EasyDiscuss are added internally and it isn't actually using the page heading from the menu. You can set the title from the Settings of EasyDiscuss


2 - Is it possible to change the registration link located in the padlock popup to a custom link?

You can modify the theme file to alter this. All you need to do is to edit the file /components/com_easydiscuss/themes/simplistic/toolbar.php and locate the block of codes below,


<a tabindex="105" class="pull-right" href="<?php echo DiscussHelper::getRegistrationLink();?>"><?php echo JText::_( 'COM_EASYDISCUSS_REGISTER' );?></a>


Replace the block below with your desired link,


<?php echo DiscussHelper::getRegistrationLink();?>


3 - how do I create moderators?

Moderators are assigned on the category tier. Click on the category to edit them, then click on the "Permissions" tab.


4 - how do I set roles?

Roles are actually not "ACLs" they are merely used as "labels" for your users. You can create roles in EasyDiscuss and assign them to user groups in Joomla.
·
Thursday, 30 July 2015 02:50
·
0 Likes
·
0 Votes
·
0 Comments
·
1 - I did fill the main title under settings > general > workflow but it's still not showing http://regenerabilidade.org.br/foruns-economicos/f%C3%B3rum-virtual

2 - worked! will the link get changed back when I update the extension?

3 and 4 - ok
·
Thursday, 30 July 2015 04:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Vivianny,

1 - I did fill the main title under settings > general > workflow but it's still not showing http://regenerabilidade.org.br/foruns-economicos/f%C3%B3rum-virtual

You need to enable layout headers from your backend > easydiscuss > settings > layout > toolbar > enable headers set to "Yes". Please give it a try.
·
Thursday, 30 July 2015 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post