Hide minor edits - Show changes to markup
| edit_image_form | - | admin/images_edit.php | at the end of edit image form, just before the submit button |
| edit_image_form | - | admin/images_edit.php | at the end of edit image form, just before the submit button |
| options | options | admin/options.php | when calling the Admin Options page. Use it to create a new submenu here. |
| options | options | admin/options.php | when calling the Admin Options page. |
| info | info | admin/view_info.php | when calling the Admin Info page. Use it to create a new submenu here. |
| info | info | admin/view_info.php | when calling the Admin Info page. |
| comments | comments | admin/comments.php | when calling the Admin Comments page. Use it to create a new submenu here. |
| image_edit | images | admin/images_edit.php | when calling the Admin Images Edit page. Use it to create a new submenu here. |
| image_edit | images | admin/images_edit.php | when calling the Admin Images Edit page. |
| edit_image_form | - | admin/images_edit.php | at the end of edit image form, just before the submit button |
| edit_image_form | - | admin/images_edit.php | at the end of edit image form, just before the submit button |
| admin_html_head | - | index.php | Between <HTML> and </HTML> of each admin page |
| admin_main_menu | - | index.php | while creating the Admin menus |
| admin_main_menu_contents | - | index.php | during the call of the submenu pages in dependence of GET variable |
| admin_html_head | - | admin/index.php | Between <HTML> and </HTML> of each admin page |
| admin_main_menu | - | admin/index.php | while creating the Admin menus |
| admin_main_menu_contents | - | admin/index.php | during the call of the submenu pages in dependence of GET variable |
| options | options | options.php | when calling the Admin Options page. Use it to create a new submenu here. |
| additional_spam_measures | - | options.php | at the end of the form in submenu Spam Control |
| options | options | admin/options.php | when calling the Admin Options page. Use it to create a new submenu here. |
| additional_spam_measures | - | admin/options.php | at the end of the form in submenu Spam Control |
| info | info | view_info.php | when calling the Admin Info page. Use it to create a new submenu here. |
| info | info | admin/view_info.php | when calling the Admin Info page. Use it to create a new submenu here. |
| comments | comments | comments.php | when calling the Admin Comments page. Use it to create a new submenu here. |
| pages_commentbuttons | - | comments.php | after the SQL statement which counts the entries for the page numbers |
| show_commentbuttons_top | - | comments.php | after the buttons on top of the comments list |
| single_comment_list | - | comments.php | before each single comment in the list |
| show_commentbuttons_bottom | - | comments.php | after the buttons at the bottom of the comments list |
| comments | comments | admin/comments.php | when calling the Admin Comments page. Use it to create a new submenu here. |
| pages_commentbuttons | - | admin/comments.php | after the SQL statement which counts the entries for the page numbers |
| show_commentbuttons_top | - | admin/comments.php | after the buttons on top of the comments list |
| single_comment_list | - | admin/comments.php | before each single comment in the list |
| show_commentbuttons_bottom | - | admin/comments.php | after the buttons at the bottom of the comments list |
| image_upload_start | - | new_image.php | in the beginning of file upload |
| image_upload_succesful | - | new_image.php | after the successful upload of an image |
| image_upload_failed | - | new_image.php | after the error message if an image upload failed |
| image_uploaded | - | new_image.php | after the insert of the image into the database |
| upload_finished | - | new_image.php | after the insert of the image tags into the database |
| new_image_form_def_lang | - | new_image.php | within the new image form (after the default language tags) |
| new_image_form_alt_lang | - | new_image.php | within the new image form (after the alternative language tags) |
| new_image_form | - | new_image.php | at the end of new image form, just before the submit button |
| thumb_created | - | new_image.php | after the thumbnail creation but before the 12CropImage function |
| image_upload_start | - | admin/new_image.php | in the beginning of file upload |
| image_upload_succesful | - | admin/new_image.php | after the successful upload of an image |
| image_upload_failed | - | admin/new_image.php | after the error message if an image upload failed |
| image_uploaded | - | admin/new_image.php | after the insert of the image into the database |
| upload_finished | - | admin/new_image.php | after the insert of the image tags into the database |
| new_image_form_def_lang | - | admin/new_image.php | within the new image form (after the default language tags) |
| new_image_form_alt_lang | - | admin/new_image.php | within the new image form (after the alternative language tags) |
| new_image_form | - | admin/new_image.php | at the end of new image form, just before the submit button |
| thumb_created | - | admin/new_image.php | after the thumbnail creation but before the 12CropImage function |
| image_edit | images | images_edit.php | when calling the Admin Images Edit page. Use it to create a new submenu here. |
| image_update | - | images_edit.php | during the image update in the database right after updating the categories |
| image_reupload_start | - | images_edit.php | in the beginning of file re-upload |
| image_reupload_succesful | - | images_edit.php | after the successful re-upload of an image |
| image_reupload_failed | - | images_edit.php | after the error message if an image re-upload failed |
| image_deleted | - | images_edit.php | in the beginning of image deletion |
| image_list | - | images_edit.php | within the list of the images after the basic information |
| edit_image_form_def_lang | - | images_edit.php | within the edit image form (after the default language tags) |
| edit_image_form_alt_lang | - | images_edit.php | within the edit image form (after the alternative language tags) |
| edit_image_form | - | images_edit.php | at the end of edit image form, just before the submit button |
| image_edit | images | admin/images_edit.php | when calling the Admin Images Edit page. Use it to create a new submenu here. |
| image_update | - | admin/images_edit.php | during the image update in the database right after updating the categories |
| image_reupload_start | - | admin/images_edit.php | in the beginning of file re-upload |
| image_reupload_succesful | - | admin/images_edit.php | after the successful re-upload of an image |
| image_reupload_failed | - | admin/images_edit.php | after the error message if an image re-upload failed |
| image_deleted | - | admin/images_edit.php | in the beginning of image deletion |
| image_list | - | admin/images_edit.php | within the list of the images after the basic information |
| edit_image_form_def_lang | - | admin/images_edit.php | within the edit image form (after the default language tags) |
| edit_image_form_alt_lang | - | admin/images_edit.php | within the edit image form (after the alternative language tags) |
| edit_image_form | - | admin/images_edit.php | at the end of edit image form, just before the submit button |
| Workspace Name | Menu | File Name | Insert Location |
|---|---|---|---|
| All Pages | |||
| admin_html_head | - | index.php | Between <HTML> and </HTML> of each admin page |
| admin_main_menu | - | index.php | while creating the Admin menus |
| admin_main_menu_contents | - | index.php | during the call of the submenu pages in dependence of GET variable |
| Options | |||
| options | options | options.php | when calling the Admin Options page. Use it to create a new submenu here. |
| additional_spam_measures | - | options.php | at the end of the form in submenu Spam Control |
| General Info | |||
| info | info | view_info.php | when calling the Admin Info page. Use it to create a new submenu here. |
| Comments | |||
| comments | comments | comments.php | when calling the Admin Comments page. Use it to create a new submenu here. |
| pages_commentbuttons | - | comments.php | after the SQL statement which counts the entries for the page numbers |
| show_commentbuttons_top | - | comments.php | after the buttons on top of the comments list |
| single_comment_list | - | comments.php | before each single comment in the list |
| show_commentbuttons_bottom | - | comments.php | after the buttons at the bottom of the comments list |
| New Image | |||
| image_upload_start | - | new_image.php | in the beginning of file upload |
| image_upload_succesful | - | new_image.php | after the successful upload of an image |
| image_upload_failed | - | new_image.php | after the error message if an image upload failed |
| image_uploaded | - | new_image.php | after the insert of the image into the database |
| upload_finished | - | new_image.php | after the insert of the image tags into the database |
| new_image_form_def_lang | - | new_image.php | within the new image form (after the default language tags) |
| new_image_form_alt_lang | - | new_image.php | within the new image form (after the alternative language tags) |
| new_image_form | - | new_image.php | at the end of new image form, just before the submit button |
| thumb_created | - | new_image.php | after the thumbnail creation but before the 12CropImage function |
| Edit Image | |||
| image_edit | images | images_edit.php | when calling the Admin Images Edit page. Use it to create a new submenu here. |
| image_update | - | images_edit.php | during the image update in the database right after updating the categories |
| image_reupload_start | - | images_edit.php | in the beginning of file re-upload |
| image_reupload_succesful | - | images_edit.php | after the successful re-upload of an image |
| image_reupload_failed | - | images_edit.php | after the error message if an image re-upload failed |
| image_deleted | - | images_edit.php | in the beginning of image deletion |
| image_list | - | images_edit.php | within the list of the images after the basic information |
| edit_image_form_def_lang | - | images_edit.php | within the edit image form (after the default language tags) |
| edit_image_form_alt_lang | - | images_edit.php | within the edit image form (after the alternative language tags) |
| edit_image_form | - | images_edit.php | at the end of edit image form, just before the submit button |