[GH-ISSUE #22] Adding Fields to main Boxes #17

Closed
opened 2026-02-26 09:35:10 +03:00 by kerem · 1 comment
Owner

Originally created by @Jamil-Isayyed on GitHub (Jul 26, 2012).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/22

Hello,
i am facing a problem. i have added a few fields to the database, updates the ymal schema, modified the list.phtml in mailbox.
for example i have added a field called owner to the database and i have added to the mailbox webpage and i do not have any problem.

what i am trying to do is to add these fields the edit.phtm which we use to add a new MailBox or to edit an exist mailbox.
what i did is to add a filed to it as follow:

{$element->owner->getLabel()} {$element->owner} {include file='form_element_errors.phtml' pTheElement=$element->cc_welcome_email}

which is exactly the same as the other fields. but the problem is that i can not see the fields.
how i can added them in a good way and in the same time to be sure that the data is added to the database.

Thanks

Originally created by @Jamil-Isayyed on GitHub (Jul 26, 2012). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/22 Hello, i am facing a problem. i have added a few fields to the database, updates the ymal schema, modified the list.phtml in mailbox. for example i have added a field called owner to the database and i have added to the mailbox webpage and i do not have any problem. what i am trying to do is to add these fields the edit.phtm which we use to add a new MailBox or to edit an exist mailbox. what i did is to add a filed to it as follow: <tr> <td class="right bold valign_top">{$element->owner->getLabel()}</td> <td> {$element->owner} {include file='form_element_errors.phtml' pTheElement=$element->cc_welcome_email} </td> </tr> which is exactly the same as the other fields. but the problem is that i can not see the fields. how i can added them in a good way and in the same time to be sure that the data is added to the database. Thanks
kerem closed this issue 2026-02-26 09:35:11 +03:00
Author
Owner

@barryo commented on GitHub (Jul 26, 2012):

Closing as this is not an issue => please direct to the mailing list.

<!-- gh-comment-id:7273262 --> @barryo commented on GitHub (Jul 26, 2012): Closing as this is not an issue => please direct to the mailing list.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#17
No description provided.