Feng Forum

Support => How To's => : icfw February 08, 2011, 11:03:18 AM

: How to display more than 10 notes on the overview module page
: icfw February 08, 2011, 11:03:18 AM
Dear Administrator,

is there a way to change default settings for the overview module page, so that by default up to 20 latest updated notes are displayed there? Before going to the actual Notes module to see them all.

Thanks.
.Mirsad
: Re: How to display more than 10 notes on the overview module page
: franponce87 February 11, 2011, 01:35:14 PM
Hi Misrad,

Well, that depends. If you mean in Feng Office per se as it is now, no you cannot. Otherwise, yes. You should look into the code for a fuinction called in the Overview which lists object and change its limits so it can show 20 instead of 10

Best regards,
Francisco
: Re: How to display more than 10 notes on the overview module page
: icfw February 12, 2011, 03:02:42 AM
Francisco,

would you please provide me with the name and location of the file I need to edit as I don't know where to look for this. Also, is it possible to change the default 5 items listing to 20?

Your help is greatly appreciated.
.Mirsad
: Re: How to display more than 10 notes on the overview module page
: franponce87 February 16, 2011, 11:39:01 AM
Hi Misrad,

I am sorry but we have as a policy not to look for such specific stuff deep in the code as this does consume a lot of time which unfortunately I do not count with.
To answer your question, yes, you can as well.. but you would have to look deep into the code..
If you are really desperate for this feature and are not able to develop it yourself, or get someone to do it, you may as well contact sales@fengoffice.com

Best regards,
Francisco
: Re: How to display more than 10 notes on the overview module page
: Markus February 17, 2011, 06:51:40 AM
I guess you find it there:

:
\application\views\dashboard\widget_comments.php
You will find several times:
:
$c > 5
cheers
markus
: Re: How to display more than 10 notes on the overview module page
: icfw February 17, 2011, 08:22:03 AM
Thanks. I'll check it out and get back to you.

Thanks again.

.Mirsad