End of Support for Joomla 3 - Forum closed

Custom 404 page

Custom 404 page was created by dorifisch

Posted 6 years 1 month ago #25731
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 ?

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Custom 404 page

Posted 6 years 1 month ago #25748
Editieeren sie folgende Seite
...\templates\jp-your-theme\offline.php

Please Log in or Create an account to join the conversation.

Replied by dorifisch on topic Custom 404 page

Posted 6 years 1 month ago #25760
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')));

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Custom 404 page

Posted 6 years 1 month ago #25774
Sie können sie Datei > offline.php auch einfach umbenennen in offline.org, dann haben sie die org Joomla Offline Seite
The following user(s) said Thank You: dorifisch

Please Log in or Create an account to join the conversation.

Replied by dorifisch on topic [SOLVED] Custom 404 page

Posted 6 years 1 month ago #25795
Problem solved.

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum