NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:frontend:enhanced-frontend-editor [2012/02/29 01:16] Knut Heermann (flip-flop) |
deutsch:andere-erweiterungen:frontend:enhanced-frontend-editor [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| + | {{indexmenu_n>10}} | ||
| + | |||
| ====== Erweiterter Frontend-Editor ====== | ====== Erweiterter Frontend-Editor ====== | ||
| - | Just created an enhancement for the frontend-editor i could no more live without :) | + | > Gerade habe ich eine Erweiterung für den Frontend-Editor erstellt, ich könnte nicht mehr leben ohne :) |
| + | > | ||
| + | > So einfach wie es nur geht. Dieser Tweak fügt hinzu: | ||
| + | > 1. "Gehe in das Backend" Button | ||
| + | > 2. "Neue Struktur" //(unterhalb der aktiven Struktur)// Button | ||
| + | > 3. "Neuer Artikel" //(in der aktiven Struktur)// Button | ||
| + | > | ||
| + | > **Installation:** | ||
| + | > 1. Erstelle eine Datei "rt_more_fe_links.php" und kopiere den unten gezeigten Code hinein. | ||
| + | > 2. Die Datei wird in "template/inc_script/frontend_render/.." abgelegt. | ||
| + | > | ||
| + | > **Die Box ist nur sichtbar für eingeloggte Administratoren, der Frontend-Editor muss aktiviert sein.** | ||
| + | > | ||
| + | > {{:deutsch:andere-erweiterungen:frontend:phpwcmsenhancedfeeditor.jpg|}} | ||
| - | As simple as it gets. This Tweak adds: | + | \\ |
| - | 1. "Go to Backend" Button | + | ---- |
| - | 2. "New structure" (below active structure) button | + | Docu: -- \\ |
| - | 3. "New article" (into active structure) button | + | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=132644|Enhanced Frontend Editor (Easy)]] |
| - | Installation: | + | **Autor:** Konstantin Schultes (phalancs) [[http://www.enym.com]] \\ |
| - | 1. create "more_fe_links.php" and paste the code below | + | **CMS Version:** >= 1.4x \\ |
| - | 2. put the file into "template/inc_script/frontend_render/" | + | **Version:** V1.0 //(27.02.2012)// \\ |
| + | **Bedingung:** -> [[http://www.phpwcms-docu.de/confincphp_de.phtml|/config/phpwcms/conf.inc.php]] \\ | ||
| + | * $phpwcms['allow_ext_render'] = 1; | ||
| + | * $phpwcms['frontend_edit'] = 1; | ||
| + | * $phpwcms['SESSION_FEinit'] = 1; | ||
| - | The box is only visible to logged in admin, also requires the frontend editor to be enabled | + | ---- |
| + | \\ | ||
| Line 20: | Line 40: | ||
| - | **Datei:** template/inc_script/frontend_render/rt_frontend_edit_enhanced.php | + | **Datei:** template/inc_script/frontend_render/rt_more_fe_links.php |
| - | <code php |h rt_frontend_edit_enhanced.php|h> | + | <code php |h rt_more_fe_links.php|h> |
| <?php | <?php | ||
| Line 33: | Line 53: | ||
| // | // | ||
| // This script enhances the frontend-Editor. Just create a file like | // This script enhances the frontend-Editor. Just create a file like | ||
| - | // "more_fe_links.php" and put it into "template/inc_script/frontend_render/" | + | // "rt_more_fe_links.php" and put it into "template/inc_script/frontend_render/" |
| // Basic editing tasks will be much easier then! Enjoy :) | // Basic editing tasks will be much easier then! Enjoy :) | ||
| // | // | ||