Author Topic: How to display more than 10 notes on the overview module page  (Read 2180 times)

icfw

  • Full Member
  • ***
  • Posts: 122
    • View Profile
How to display more than 10 notes on the overview module page
« on: 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

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: How to display more than 10 notes on the overview module page
« Reply #1 on: 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
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

icfw

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Re: How to display more than 10 notes on the overview module page
« Reply #2 on: 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

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: How to display more than 10 notes on the overview module page
« Reply #3 on: 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
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

Markus

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: How to display more than 10 notes on the overview module page
« Reply #4 on: February 17, 2011, 06:51:40 am »
I guess you find it there:

Code: [Select]
\application\views\dashboard\widget_comments.php
You will find several times:
Code: [Select]
$c > 5
cheers
markus

icfw

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Re: How to display more than 10 notes on the overview module page
« Reply #5 on: February 17, 2011, 08:22:03 am »
Thanks. I'll check it out and get back to you.

Thanks again.

.Mirsad