404 page modify

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sun Dec 02, 2012 5:25 pm
hi,
I would like modify the text of the 404 page
which file should I change?

http://www.veggiefriends.it/categorie2.html

template: music
joomla 2.5

thanks
User avatar
Junior Boarder

GK User
Sun Dec 02, 2012 6:33 pm
In Joomla there is no separate view for 404 error - there is only error page responsible of all errors view. If you want to modify the layout you need to check
Code: Select all
root/templates/gk_music/error.php
, the CSS file you can find in
Code: Select all
 templates/gk_music/css/system/error.css
User avatar
Platinum Boarder

GK User
Sun Dec 02, 2012 6:49 pm
bkrztuk wrote:In Joomla there is no separate view for 404 error - there is only error page responsible of all errors view. If you want to modify the layout you need to check
Code: Select all
root/templates/gk_music/error.php
, the CSS file you can find in
Code: Select all
 templates/gk_music/css/system/error.css





Hello,
thanks for the reply, I've seen
Code: Select all
root/templates/gk_music/error.php

but there is no text to edit
User avatar
Junior Boarder

GK User
Sun Dec 02, 2012 7:29 pm
What text are you looking for ? The error description and code comes from Joomla! not template - you need to look for this part in translation files.
User avatar
Platinum Boarder

GK User
Sun Dec 02, 2012 8:09 pm
This is the page 404:

http://www.veggiefriends.it/test

I should change the text indicated by the arrows

error.jpg


thanks
User avatar
Junior Boarder

GK User
Mon Dec 03, 2012 9:08 am
Please open template language file (root/languages/en-GB/en-GB.tpl_gk_music.ini) and find this lines :

Code: Select all
TPL_GK_LANG_ERROR_INFO="Oops, you've encountered an error"
TPL_GK_LANG_ERROR_DESC="It appears the page you were looking for doesn't exist. Sorry about that."
User avatar
Platinum Boarder

GK User
Mon Dec 03, 2012 10:49 pm
Ok, thanks

I changed almost everything

I miss only

contact webmaster -> email adress (in which page is located)
User avatar
Junior Boarder

GK User
Tue Dec 04, 2012 9:28 am
The phrase "Contact Webmaster" you will find in the same language file like before (line 416)

Code: Select all
TPL_GK_LANG_CONTACT_WEBMASTER="Contact Webmaster"


and the webmaster email address you can specify in template settings ("Features tab").
User avatar
Platinum Boarder

GK User
Tue Dec 04, 2012 1:37 pm
Thanks,
but
I should change the email (the translation is ok)
I must replace
[email protected] (in Contatta il Webmaster)
with
my email


this is the link to the page 404: http://www.veggiefriends.it/index.php/test
User avatar
Junior Boarder

GK User
Wed Dec 05, 2012 9:45 am
I've answer you for this question in my previous response :

and the webmaster email address you can specify in template settings ("Features tab").
User avatar
Platinum Boarder

GK User
Wed Dec 05, 2012 9:03 pm
Ok, thank you very much.

Solved
User avatar
Junior Boarder


cron