By Miroslav Ernst on Monday, 26 June 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 637
Votes 0
Is it possible for this display label for each input field?
Why do I see the default categories instead of the "Select category" category in the category selection box?
EasyDiscuss - Quick Question Module
Hey there,

I am really sorry for the delay of this reply as it is a public holidays for us here.

Is it possible for this display label for each input field?

Do you mean you would like to display like following format?
Label | value
Select a Category: | select category
Topic: | enter your topic

If yes, you have to modify this php file JoomlaFolder/modules/mod_easydiscuss_quickquestion/tmpl/default.php

Why do I see the default categories instead of the "Select category" category in the category selection box?

Because you set one of the category as default from backend > Easydiscuss > categories , try run this following SQL query into your database.

// Replace #__ to your table prefix
UPDATE `#__discuss_category` set `default` = 0 where `default` = 1;
·
Monday, 26 June 2017 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Edit the database helped, thank you.
JoomlaFolder / modules / mod_easydiscuss_quickquestion / tmpl / default.php is just starting to look. Can you direct me a bit?
·
Monday, 26 June 2017 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Not sure if I understand you here but the html codes are all in that file and you can modify it however you want
·
Monday, 26 June 2017 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post