By dritan on Thursday, 20 March 2014
Posted in General Issues
Replies 5
Likes 0
Views 508
Votes 0
Hello,
I again need some help.

1) How can i change the default text size of new replies and comments? Replies i can change because of JCE editor, but I want to make the font of comments a little bigger.

2) How to completely remove the "green" notification after a comment is added or deleted, or edited, also turn off notification after "New replies" is there an option not to show them at all?

3) After my users log off. they get a:

"An error has occurred.
The requested page cannot be found.

Home Page
If difficulties persist, please contact the System Administrator of this site and report the error below.
#404 Sorry, but the post that you are trying to access is not available." (see attachment)


4) How can I have the users that go to the forum see the login page instead of what they seen now?


Thank you for your great support.
Hello Dritan,

Sorry for late reply to this,
Please find the answers to your queries below.
1) How can i change the default text size of new replies and comments? Replies i can change because of JCE editor, but I want to make the font of comments a little bigger.

>> Unfortunately that was no setting to configure this yet, but you can use CSS to hack it. Is it possible provide us a sample to show what font size you would like to modify to? Please advise.

2) How to completely remove the "green" notification after a comment is added or deleted, or edited, also turn off notification after "New replies" is there an option not to show them at all?

>> Do you mean that remove all of them like -> add comment/delete comment/edit comment/pop-out the newreplies/ right?

3) After my users log off. they get a:

"An error has occurred.
The requested page cannot be found.

Home Page
If difficulties persist, please contact the System Administrator of this site and report the error below.
#404 Sorry, but the post that you are trying to access is not available." (see attachment)

>> I have checked in your site, it seems like you set all the category disallow the public user to view it, so when you logged out that moment, you're become the public user, so it show out this message -> #404 Sorry, but the post that you are trying to access is not available."

4) How can I have the users that go to the forum see the login page instead of what they seen now?

>> You can set this Easydiscuss frontpage layout menu only can access by registered user, check my screenshot : http://screencast.com/t/TcaHkxBl
·
Thursday, 20 March 2014 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
1) Answer: I want Tahoma 11 px. (Facebook Style)

2 ) How to completely remove the "green" notification after a comment is added or deleted, or edited, also turn off notification after "New replies" is there an option not to show them at all?


>> Do you mean that remove all of them like -> add comment/delete comment/edit comment/pop-out the newreplies/ right? Answer: Yes, remove the notification completely.

3) ) After my users log off. they get a:

"An error has occurred.
The requested page cannot be found.

Home Page
If difficulties persist, please contact the System Administrator of this site and report the error below.
#404 Sorry, but the post that you are trying to access is not available." (see attachment)


>> I have checked in your site, it seems like you set all the category disallow the public user to view it, so when you logged out that moment, you're become the public user, so it show out this message -> #404 Sorry, but the post that you are trying to access is not available."

Answer: So how to solve this sign out. Is there a way to redirect to the site?




Question 4 )
Answer: Its a private forum. So public does not need to see it. What I want is to have the Menu "Forumi i studenteve" when clicked to take them to the easydiscuss login page and once they log in they get to see the category they belong.
·
Thursday, 20 March 2014 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello dritan,

Sorry for late reply to this,
1) How can i change the default text size of new replies and comments? Replies i can change because of JCE editor, but I want to make the font of comments a little bigger.
>> I have help you applied some CSS hack in your template file -> .../templates/beez_20/css/personal.css

div#discuss-wrapper .discuss-comments .discuss-comment-text {
font-family: Tahoma;
font-size: 11px;
}
div#discuss-wrapper .notifications.top-left {
display: none;
}


2) How to completely remove the "green" notification after a comment is added or deleted, or edited, also turn off notification after "New replies" is there an option not to show them at all?
>> Some of notification can't be remove it but i have help you remove some notification please have a check
...\components\com_easydiscuss\themes\simplistic\post.reply.comments.php
<!-- <div class="commentNotification"></div> -->


...\components\com_easydiscuss\themes\simplistic\form.reply.php
<!-- <div class="alert replyNotification" style="display: none;"> --></div>


Question 4 )
Answer: Its a private forum. So public does not need to see it. What I want is to have the Menu "Forumi i studenteve" when clicked to take them to the easydiscuss login page and once they log in they get to see the category they belong.

>> Unfortunately that was no single login page for the Easydiscuss Actually you can using my method i mentioned before, it should solved your 2 requirement.
·
Thursday, 20 March 2014 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your help but it seems that on the Comment the text when it gets posted changes to the default text size of the forum. Where can I change the default text size of the whole forum?

Thank you,
·
Thursday, 20 March 2014 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dritan,

Please apply this in your custom.css file in your template.

#discuss-wrapper .discuss-content-item {
font-family: inherit !important;
font-size: inherit !important;
}


Thanks:)
·
Friday, 21 March 2014 02:44
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post