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

3
Questions / Add new values on the fly
In phprunner, for example, in dropbox categories, for example, there is an option "Allow to add new values on the fly" Is it possible in PHPRad?


Also in a tags fields for example, it is possible to add values like in image

 
7
Questions / Re: Doubts about phprad, textarea fields and related tables
I try to explain what I have done to see if it is possible to do it in PHPRad:
1. A news "table" with: id_new, title, text, main_photo
2. A "docs" table with: id_doc, title_doc, file_doc
3. A "photos" table with: id_photo, title_photo, file_photo
Now what I want is that news, documents or photos can be added (no problem in that). My question is:
1. How can I relate several documents to a story?
2. How can I have several photos related to a story?
3. What I want is for a document to relate to different news, for example

In PHPRunner I have two new tables:
1. a "rel_docs_new" table with: id_rel, id_new_rel, id_doc_rel
2. another similar to relate the photos

I ask if the approach is correct and how to do it later in PHPRad

Thanks
9
Questions / Doubts about phprad, textarea fields and related tables
I am new to PHPRad. I currently use PHPRunner. I have some questions:
1. I can't see the HTML editor in a textarea field
2. What editor is it? I think the best one is ckeditor and I don't know if it can be installed myself later
3. I don't know how one-to-many relationships are handled. For example, in PHPRunner I have a "News" table, a "Documents" table and a "RelNewsDocs" table that relates, with the key fields, a news with several documents. The question is whether this can be done in PHPad and how. Thank you


Attached image of how it looks in phprunner
I would appreciate an image or example