Skip to main content

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 - jfaburto

1
Questions / Re: Connecting PHPRad to MySQL Server
I been having the same problem,  all entries on the field are correct.  I had to disable the SSL for the user to get it to work.  This might be fine for development, but like to know how to enable the SSL from the radphp side, so I don't expose any passwords.
thanks
3
Questions / Re: Inline edit
I know is an older post.  but is the closest I found.

how do you disable the inline for a field that is referenced to another table?

see attached screenshots.

Upload folder is full.  Cant upload screen shoots

4
Questions / Re: Dropdown label in list
try this, it might be a bit of an overkill

create a database with the choices that you want to select.
i.e

married_id, married_description
fill out the database with 0: no, 1:yes

under pages tab, user pages, select the list page in question, select the field name you want to reference. and under the master detail relation fill out the master table, detail table, and record display field.

let me know if that is what you needed.

Felix