End of Support for Joomla 3 - Forum closed
Custom 404 page
Hallo,
nach der template Installation jp-maximum ist meine zuerst eingestellte Offline page nicht mehr die gleiche (z.B. das Offline-Bild aus der Globalen Konfiguration wird nicht mehr angezeigt)
Wie kann ich denn eine custom 404 page editieren ?
nach der template Installation jp-maximum ist meine zuerst eingestellte Offline page nicht mehr die gleiche (z.B. das Offline-Bild aus der Globalen Konfiguration wird nicht mehr angezeigt)
Wie kann ich denn eine custom 404 page editieren ?
by dorifisch
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8837
- Thank you received: 1736
Editieeren sie folgende Seite
...\templates\jp-your-theme\offline.php
...\templates\jp-your-theme\offline.php
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
ja das dachte ich mir bereits, soll ich einfach mein text und Bild ganz unten mit anfügen ohne etwas zu verändern ?
Code:
<?php
/**
* @package yoo_master2
* @author YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license http://www.gnu.org/licenses/gpl.html GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// get warp
$warp = require(__DIR__.'/warp.php');
// render offline layout
echo $warp['template']->render('offline', array('title' => JText::_('TPL_WARP_OFFLINE_PAGE_TITLE'), 'error' => 'Offline', 'message' => JText::_('TPL_WARP_OFFLINE_PAGE_MESSAGE')));
by dorifisch
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8837
- Thank you received: 1736
Sie können sie Datei > offline.php auch einfach umbenennen in offline.org, dann haben sie die org Joomla Offline Seite
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: dorifisch
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates