By Marco Wick on Tuesday, 15 September 2015
Replies 3
Likes 0
Views 1.5K
Votes 0
Hi,

after migration from Kunena all topics are marked as "unresolved" http://screencast.com/t/3lcn5nPqz

Is it possible to fix this? maybe a SQL Query? If not, how to disable this "tooltips"?


Another problem:

And, the theme-layout of categories is fine, but the module-layout is "not to fine" ... Is there a way to display that a little bit beautiful? http://screencast.com/t/FE49Uq0z

Thanks
Marco
Hello Marco,


Is it possible to fix this? maybe a SQL Query? If not, how to disable this "tooltips"?

Yes, it is possible to use SQL query. Please try run this query in your database:
UPDATE jos_discuss_posts
SET isresolve=1
WHERE isresolve=0;


And, the theme-layout of categories is fine, but the module-layout is "not to fine" ... Is there a way to display that a little bit beautiful? http://screencast.com/t/FE49Uq0z
I believe your module got affected by your Joomla template. As you can see, this is my Easydiscuss Categories Module: http://screencast.com/t/uo5HidMxmUgT and this is my Module settings: http://screencast.com/t/fLXvTsyR1Kr . To check whether it got affected by the site template or not, you can try to change your site template to any default joomla template such as Protostar.

Hope this helps.
·
Tuesday, 15 September 2015 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thx
·
Tuesday, 15 September 2015 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Marco,

You're welcome.
·
Tuesday, 15 September 2015 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post