1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - gulfcoastphp
2
General Discussion / Re: My Account page -- links not working. Anyone else having this issue?
3
General Discussion / Re: My Account page -- links not working. Anyone else having this issue?
4
Questions / Re: Remove "My Account" under name.
@gulfcoastphp There is no configuration for removing that, you will have to edit that manually if you need to remove it. The purpose of that is for the currently logged in user to manage his or her account.
I understand that, but for me the current links in the account profile page don't properly work..
5
Suggestions / Add text link to the bottom of all List pages.
Here's the reason: I don't like the current print to PDF option. I want to use pdfcrowd, dompdf, tcpdf, or something similar.
Also with the print to pdf option we need landscape mode so the grids (list pages) look good.
Any options for now?
6
General Discussion / Re: How do I get a add days to date?
7
General Discussion / How do I get a add days to date?
I have the following code:
Code: [Select]
--date('Y-m-d', strtotime('+1month'))--
Need to do something like this for due_date:
Code: [Select]
entered_date +1month
How can I do this?
8
General Discussion / Re: My Account page -- links not working. Anyone else having this issue?
9
Suggestions / When working with dashboard and components
10
Questions / Remove "My Account" under name.
How do I remove "My Account" under login name?
11
General Discussion / On dashboard, change color of card for record count based on number?
For example if documents count is above 10 change it to green, over 1000 change it to red.
12
Suggestions / New features: Copy Dashboard | Rename Dashboard
Perhaps both are available and I haven't found them yet, but both would be useful for a business web app.
13
General Discussion / Re: Add row to list view (grid view) instead of using a form ?
In the "List view" it would be ideal to be able to add a new row at the top of list view instead of using a form all the time. Especially for an "admin".
14
General Discussion / Re: Due dates?
15