StackIdeas
Do not set default value in categories
By
Li Song
on Tuesday, 25 December 2018
Posted in
General
Replies
1
Likes
0
Views
592
Votes
0
Hi there,
In ED, the categories part, I don't want to set the default value, what should I do?
Thanks,
Song
You can execute this following SQL query from your database.
Remember replace #__ to your table prefix.
UPDATE `#__discuss_category` set `default` = 0;
Arlex Wong
·
Wednesday, 26 December 2018 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
#443206
View Full Post