Discussion:
[Citrusdb-users] Editing the dashboard
Icko.de.Guzman
2010-03-17 14:08:27 UTC
Permalink
Hi!

I'm still a neophyte with programming CitrusDB, and I'm tasked with changing
the menu links on the dashboard to something that is more relevant to our
system.

However while I was analyzing the dashboard in the customer page, I can't
seem to find the actual code wherein the dashboard.php actually gets the
modules allocated on the customer page.

Please do let me know the work around for this issue, promise that I'll be
greatly indebted.

Thanks!

M
Paul Yasi
2010-03-17 14:32:07 UTC
Permalink
The name for the base modules are assigned in modules.php around line
55. It is using a variable from the language file stored in
/include/local/. It would probably be easiest to change the name in
the language file or make a new language variable file with your own
wording.

Paul
Post by Icko.de.Guzman
Hi!
I'm still a neophyte with programming CitrusDB, and I'm tasked with changing
the menu links on the dashboard to something that is more relevant to our
system.
However while I was analyzing the dashboard in the customer page, I can't
seem to find the actual code wherein the dashboard.php actually gets the
modules allocated on the customer page.
Please do let me know the work around for this issue, promise that I'll be
greatly indebted.
Thanks!
M
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Icko.de.Guzman
2010-03-17 14:50:42 UTC
Permalink
Wow thanks for the tip Paul! That almost ruined my day.

Follow up question though, on the customer account manager module (which can
be accessed by through the http://mysitename.com/online), i noticed that it
was a bit bland, and my client wants to modify it, can i change some parts
of the customer module in a way that it will exhibit something similar to
the administrator module?

Thanks again for the output!


M
Post by Paul Yasi
The name for the base modules are assigned in modules.php around line
55. It is using a variable from the language file stored in
/include/local/. It would probably be easiest to change the name in
the language file or make a new language variable file with your own
wording.
Paul
Post by Icko.de.Guzman
Hi!
I'm still a neophyte with programming CitrusDB, and I'm tasked with
changing
Post by Icko.de.Guzman
the menu links on the dashboard to something that is more relevant to our
system.
However while I was analyzing the dashboard in the customer page, I can't
seem to find the actual code wherein the dashboard.php actually gets the
modules allocated on the customer page.
Please do let me know the work around for this issue, promise that I'll
be
Post by Icko.de.Guzman
greatly indebted.
Thanks!
M
------------------------------------------------------------------------------
Post by Icko.de.Guzman
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
"I was born not only to serve you, but to love and protect you until the day
I die."
Paul Yasi
2010-03-17 15:45:56 UTC
Permalink
Yes, I encourage you to modify it. I kinda figure people will modify
it to fit their own branding.

Paul
Post by Icko.de.Guzman
Wow thanks for the tip Paul! That almost ruined my day.
Follow up question though, on the customer account manager module (which can
be accessed by through the http://mysitename.com/online), i noticed that it
was a bit bland, and my client wants to modify it, can i change some parts
of the customer module in a way that it will exhibit something similar to
the administrator module?
Thanks again for the output!
M
Post by Paul Yasi
The name for the base modules are assigned in modules.php around line
55.  It is using a  variable from the language file stored in
/include/local/.  It would probably be easiest to change the name in
the language file or make a new language variable file with your own
wording.
Paul
Post by Icko.de.Guzman
Hi!
I'm still a neophyte with programming CitrusDB, and I'm tasked with changing
the menu links on the dashboard to something that is more relevant to our
system.
However while I was analyzing the dashboard in the customer page, I can't
seem to find the actual code wherein the dashboard.php actually gets the
modules allocated on the customer page.
Please do let me know the work around for this issue, promise that I'll be
greatly indebted.
Thanks!
M
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
"I was born not only to serve you, but to love and protect you until the day
I die."
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Citrusdb-users mailing list
https://lists.sourceforge.net/lists/listinfo/citrusdb-users
--
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System
Loading...