-
AuthorPosts
-
eruzak Friend
eruzak
- Join date:
- December 2007
- Posts:
- 282
- Downloads:
- 3
- Uploads:
- 52
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 4, 2010 at 5:47 am #157043I install the ja_rave v.1.0.2 quickstart package.
I go to backend.
Menus->main menu->home>parameters(system)->page titleI change the title “Welcome to Ja Rave” to “rave”.But,the frontpage title doesn’t change.I clean the cache and reload the page again.It’s still the same.
Is it the minor bug?Anyone can fix it soon?
regards.
damian Frienddamian
- Join date:
- May 2008
- Posts:
- 154
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 70
- Thanked:
- 20 times in 1 posts
December 5, 2010 at 1:36 am #365283eruzak Frienderuzak
- Join date:
- December 2007
- Posts:
- 282
- Downloads:
- 3
- Uploads:
- 52
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 5, 2010 at 3:45 am #365285Thanks.
I use search function before and visited that post yet.
But,my question is that why don’t we can change that home page name in backend pannel?Is there any reason we have to change that name manually?
<em>@damian 206662 wrote:</em><blockquote>http://www.joomlart.com/forums/topic/welcome-to-ja-rave-wording-does-not-change/</blockquote>
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 6, 2010 at 7:53 am #365385Dear eruzak,
You can try as following
Go to the file of templatesja_ravehtmlcom_contentfrontpagedefault.php, Search for this code
[PHP]
<?php if ($this->params->get(‘show_page_title’,1)) : ?>
<h1 class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<span><span><?php echo JText::_(‘HOME PAGE TITLE’) ?></span></span>
</h1>
<?php endif; ?>
[/PHP] Change it to
[PHP] <?php if ($this->params->get(‘show_page_title’, 1)) : ?>
<div class=”componentheading<?php echo $this->escape($this->params->get(‘pageclass_sfx’)); ?>”>
<?php echo $this->escape($this->params->get(‘page_title’)); ?>
</div>
<?php endif; ?>
[/PHP] Then go to your back-end and change the page title as you want.eruzak Frienderuzak
- Join date:
- December 2007
- Posts:
- 282
- Downloads:
- 3
- Uploads:
- 52
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
December 6, 2010 at 11:50 am #365434hi,dathq:
nice shot.
but,the page title will not show below the logo image.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 7, 2010 at 3:16 am #365507Dear eruzak,
Do you want the page title to show below the logo image ? In the demo site, the page title is not below the logo :confused
December 17, 2010 at 3:13 am #367234Hi!
I tried your solution to replace the default.php block you mentioned with:
<?php if ($this->params->get('show_page_title', 1)) : ?>
<div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php endif; ?>This does not change the “Welcome to JA Rave” on the home page main content area. How can we change or eliminate this?
Thanks!
pioneercss Friendpioneercss
- Join date:
- November 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
January 8, 2011 at 6:04 pm #370860Hi,
I could change the Ja rave at the top of the window but when I open tabs like in the attached picture,
I still have ‘Ja Rave’Any suggestion to fix it ?
Thanks!
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 8, 2011 at 6:21 pm #370863The reason this has been coded in this way is to allow a different title for different languages. If you hard code a title in the standard Joomla control panel then that is fixed if you change language. So in this instance the developers have been clever and added a language file. The english version can be found in administratorlanguageen-GBen-GB.plg_system_jat3.ini
In that file you will find the following
00001: #_________________________Frontend-language___________________________#
00002: YOU ARE HERE=You are here
00003: SKIP TO CONTENT=Skip to content
00004: HOME PAGE TITLE=Welcome to the Frontpage
00005: #___________IE6_Warning_____________#
00006: IE6 WARNING TITLE=IE6 warning title
00007: IE6 WARNING MESSAGE=IE6 warning message
00008: CLOSE THIS NOTICE=Close this notice
00009: DO NOT SHOW THIS MESSAGE AGAIN=Do not show this message again
You can edit all the wording I have highlighted in red to your own wording. If you wanted to create an alternate language file then you could copy thi to the relavent folder and put your own language strings in place.
Hopefully that helps explain the reasons for this.
1 user says Thank You to Phill for this useful post
pioneercss Friendpioneercss
- Join date:
- November 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
January 8, 2011 at 8:49 pm #370876My problem solved
Thank you
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 6 voices, and was last updated by pioneercss 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Can’t change "Welcome to Ja Rave"
Viewing 10 posts - 1 through 10 (of 10 total)