By Gökhan on Saturday, 02 July 2016
Posted in General
Replies 3
Likes 0
Views 402
Votes 0
Problem 1: Easydiscuss login module CSS is invalid (bad page layout) when viewing Easyblog pages.

sample url: http://www.andronot.com/android-uygulamalari.html
sample url: http://www.andronot.com/android-oyunlari.html


Problem 2: Can you please add search feature for Easydiscuss thread/post merge feature?
How can I find the post I want to merge if I have too many posts?

Sample url: http://www.andronot.com/forum/ramazan-davulu-android.html


Problem 3: The image is distorted.

http://www.andronot.com/administrator/index.php?option=com_easydiscuss&view=settings&layout=layout


Problem 4: I can not see the tags in forums.
http://www.andronot.com/forum.html

Problem 5: When I type a very long post, the editor expands to bottom. Is it possible to make the editor section fixed like TinyMCE's?

Easydiscuss editor sample:


TinyMCE editor sample:


Problem 6: Forum categories are automatically expanded. Can I turn them off?

http://www.andronot.com/forum/categories.html

Hey there,

I am sorry for the delay of this reply,

Problem 1: Easydiscuss login module CSS is invalid (bad page layout) when viewing Easyblog pages.

sample url: http://www.andronot.com/android-uygulamalari.html
sample url: http://www.andronot.com/android-oyunlari.html

I have checked both sample urls you provided and the layout seems to be working fine(refer 1a.png &1b.png & 2a.png).

Perhaps you can provide us some screenshot regarding this so that we can directly look into this?


Problem 2: Can you please add search feature for Easydiscuss thread/post merge feature?
How can I find the post I want to merge if I have too many posts?

Sample url: http://www.andronot.com/forum/ramazan-davulu-android.html

I will lock this feature into our tracker, we will see if we can implement this in next release version.



Problem 3: The image is distorted.

http://www.andronot.com/administrator/index.php?option=com_easydiscuss&view=settings&layout=layout

I can't replicate this on your site regarding this screenshot layout -> http://i.hizliresim.com/aEpjbd.png

When I try to zoom in the setting from the page, it seems work fine, you can check my screenshot here : http://take.ms/TXeuN



Problem 4: I can not see the tags in forums.
http://www.andronot.com/forum.html

From the forum link you provided, I am able to see the tags(refer 4a.png). If you are referring to a different part of the page or post, perhaps you can better explain this to me by providing a screenshot and specify which post/s are missing their tags?


Problem 5: When I type a very long post, the editor expands to bottom. Is it possible to make the editor section fixed like TinyMCE's?

You can try apply this following css into your current template css file and see how it goes?

#ed .markItUp .textareaClone > div {
max-height: 380px; /*Minus 20px from markItUpEditor*/
}



Problem 6: Forum categories are automatically expanded. Can I turn them off?

http://www.andronot.com/forum/categories.html

Do you mean when the user access the category page, it will toggle off by default? Or you would like to disappear all the subcategories from that page?
·
Monday, 04 July 2016 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Problem 1: User login no problem. No login problem.
Easydiscuss login module css
http://www.andronot.com/android-uygulamalari.html


Problem 3: Language english no problem. Language Turkish problem.
http://www.andronot.com/administrator/index.php?option=com_easydiscuss&view=settings&layout=layout

Problem 4: How can I remove it? Tags and other.
http://www.andronot.com/forum.html
·
Tuesday, 05 July 2016 09:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Problem 1: User login no problem. No login problem.
Easydiscuss login module css
http://www.andronot.com/android-uygulamalari.html

Hm, I unable to replicate this issue on my pc and my colleague computer, you can refer on my attached screenshot below. Perhaps you can try clear all of your browser cache and Joomla cache and see how it goes?


Problem 3: Language english no problem. Language Turkish problem.
http://www.andronot.com/administrator/index.php?option=com_easydiscuss&view=settings&layout=layout

It seems like one of the translation language code causing the issue, you can refer on my attached screenshot below.

Problem 4: How can I remove it? Tags and other.
http://www.andronot.com/forum.html

Currently we do not have setting to disable it but we will add a new setting for this in next release version.

By the way, I already applied some css in this file, these tag will not appear on forum page now.

#ed ol.g-list-inline.ed-post-meta-tag.t-lg-mt--md {
display: none !important;
}
·
Tuesday, 05 July 2016 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post