-
AuthorPosts
-
amir00251 Friend
amir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
September 9, 2013 at 11:50 pm #190430I am trying to customize the 404 page and can change the image bg-error however I do not know where I can change the text and links in 404 page?
It seems that there are some different forms, sometimes says Category Not Found and sometimes Article Not Found, etc
I would be great to clarify where text and links can change for different 404 pages.
Thanks.
s4reea Friends4reea
- Join date:
- August 2013
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 10, 2013 at 1:05 am #505151I guess you can change it in the Menu manager,
There is a menu called Error Menu,
There you should change itNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2013 at 6:28 am #505179You can find and customize from the following files:
+ Php file: templates/ja_smashboard/error.php and you can it’s looding error-menu menu from back-end site
+ Css file: templates/ja_smashboard/css/error.css
Give it a try and let me know if you have any other questions.
Regards
amir00251 Friendamir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
September 10, 2013 at 7:56 am #505186Hello, Thank you very much, I had already looked at error.php but not sure what should I do.
Just as an example, say the text is
Category not found
Please try one of the following pages:How I can change above to
Category or Site not found
Please try one of the following pages or contact us by clicking here:
http://www.domain.comThank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 11, 2013 at 4:45 pm #505406It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issue and give you specific answers.
amir00251 Friendamir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
September 12, 2013 at 12:03 pm #505560Hello, details sent,thank you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2013 at 9:13 am #505734<em>@amir00251 389197 wrote:</em><blockquote>Hello, details sent,thank you.</blockquote>
You can open error.php file and change it with my below solution
Open templates/ja_smashboard/error.php file
From
<div class="error-message"><h2><?php echo $this->error->getMessage(); ?></h2></div><div id="errorboxbody">
<?php echo JText::_('JERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES'); ?>
</div>
Change to
<div class="error-message"><h2>Category or Site not found</h2></div><div id="errorboxbody">
Please try one of the following pages or contact us by clicking here
</div>
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by amir00251 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum