![]() |
|
Customized Extensions - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Customized Extensions (/thread-11922.html) |
Customized Extensions - Ralf - 25-02-2015 Hi, The ZPBoostrap theme for example uses its own comment form which is located in the themeroot/comment_form folder. I have made a change to the related_items.php file from the zp_extensions directory which looks good (for me) with Theme A but not with Theme B. I tried to copy the modified file in the theme root directory but this does not work. I am not sure if this will be possible... Ralf Customized Extensions - acrylian - 25-02-2015 Regarding forms for comment_form and contact_form. These plugins support custom forms in two ways that will be used if present in this order:
Naming of the form file must be as on the original plugin (mention it because the file is just form.php for the contact_form for actually unknown reasons ;-)). I thought we had this documented somewhere… TinyMCE does support custom config files in a similar way as well. You cannot do this with plugins like the related items. You have to make your own plugin and place it in Customized Extensions - Ralf - 25-02-2015 Hi, thanks for clearification |