By Aaron on Monday, 07 April 2014
Posted in General Issues
Replies 9
Likes 0
Views 670
Votes 0
Hello, just hoping for a bit of help, hoping these are minor.

1) How do I change the profile date format? In the US we typically use mm/dd/yyyy. I found the setting where you can change the format as it shows up on a post(under settings->Layout->general), but can't find a similar setting for someone's profile

2)What css rule governs how the "search" button(and many other for that matter) act when hovered?. I'm pretty good at inspecting elements and finding their css rules, but am stumped on this one. Right now, when I hover over "search" it totally greys out.

3)How can I add/delete default emoticons in the editor. For that matter, I can't find any options that let me edit the editor.

For your reference, my site is http://www.youknowwhatihate.com

Thanks!

Aaron
Hello,

For the time in profile page, we don't have an option to change it. However, you can change it in this file: ../administrator/components/com_easydiscuss/tables/profile.php function getLastOnline and getDateJoined. http://screencast.com/t/zw9VrBqUhMl

Please put this CSS code in your template.css file:

div#discuss-wrapper .discuss-searchbar .btn-searchbar:hover {
color: black !important;
}


As for the Editor, I'm sorry but there is no setting to edit it.

Hope these help.
·
Monday, 07 April 2014 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for your help. All solutions worked as promised. Though I do have another that seems to have popped up since this morning...

Some buttons, notably those on the toolbar, do not show their icon until hovered over. I know that's vague, but have you heard of this before/ever encountered a solution? It seems to happen(only sometimes) in both Chrome, IE and Firefox.

Thanks
·
Monday, 07 April 2014 14:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aaron,

It seems like a template issue. Can you provide us your backend and FTP access so we can have a check on this? Please advise.
·
Monday, 07 April 2014 15:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure thing, details provided below. Were you able to duplicate the problem?
·
Monday, 07 April 2014 16:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aaron,

I've fixed it for you. Please have a look.
·
Monday, 07 April 2014 17:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks all good. Thanks. Out of curiosity, what was the problem?
·
Tuesday, 08 April 2014 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aaron,

You're welcome. It seems like some files were missing from your FTP. I've re-uploaded the files and it is fine now.
·
Tuesday, 08 April 2014 10:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks again, now I have another issue that has since popped up. Unfortunately since you did whatever you did. I have no idea if they're related. Periodically, when I click on a category in the Easy Discuss categories module, it results in a 404 page not found error. It happened earlier, then stopped, now its happening again. I tried uninstalling then re installing the module to no effect.
·
Tuesday, 08 April 2014 14:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aaron,

I've fixed it for you. I've changed to this option instead: http://screencast.com/t/PXJlDqGDgr
·
Tuesday, 08 April 2014 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post