Home >> Discussion Board
 

Search

Login Form



Smart Bookmarker V1.0

Welcome, Guest
Please Login or Register.    Lost Password?

How to change text Smart Blog in header
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to change text Smart Blog in header
#170
How to change text Smart Blog in header 9 Months ago Karma: 0
How do I change the text header Smart Blog?
snip07
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#171
Re:How to change text Smart Blog in header 9 Months ago Karma: 0
Hi snip07

I was wondering the same thing so I poked around in the files and found it.

You need to go to folder:

components\com_blog\views\blog\tmpl

Then view:

default.php

Then change the text I have bolded below.

<?php defined('_JEXEC') or die('Restricted access');
$Itemid = JRequest::getVar( 'Itemid', 0, 'get', 'int' );

?>
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/components/com_blog/style.css">
<form action="<?php echo JRoute::_( 'index.php?option=com_blog&view=blog', false ); ?>" method="post" id="josForm" name="josForm">
<div>
<div class="clsLinkedBlog"><div class="clsLinkedBlog_title"><?php echo JText::_( 'Smart Blog' ); ?></div></div>



Hope this helps!
jll
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#172
Re:How to change text Smart Blog in header 9 Months ago Karma: 0
Thank you!
snip07
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#191
Re:How to change text Smart Blog in header 7 Months, 2 Weeks ago Karma: 0
Make sure you change all of the default.php files in all 5 sub-directories of the view directory.

And yes, this was VERY helpful, Thanks!
dailywalk365
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#214
Re:How to change text Smart Blog in header 6 Months, 1 Week ago Karma: 1
One thing you have to look out for: don't use apostrophs in your new txt, they will cause an error. If you want one, use &#39; . And you only have to change 4 files. In the blogger-dir there is no mention of the blogname.
Nieknaam
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1