The Joomla! Forum ™






Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: dtz?
PostPosted: Sun Sep 13, 2009 9:46 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 13, 2009 9:44 am
Posts: 4
hello, i have joomla on my website: http://www.speleomuran.sk/ and it is everywhere: ďťż i cant delete it :/ can you help me? i found: viewtopic.php?p=391606 but it doesnt word or i dont know how to do it :D


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 10:09 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Mon Sep 07, 2009 3:18 am
Posts: 1869
Go to administrator, and than, on menus, klik main menu and than klik home
and than parameter system, and then change value on page title.

_________________
coffee & smoke just fine

OOm Nezar


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 10:12 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 16668
Location: **Translation Matters**
The database is wrongly collated and the encoding is not specified in the template.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr
Multilanguage in 2.5: http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 10:16 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 13, 2009 9:44 am
Posts: 4
wakjaer wrote:
Go to administrator, and than, on menus, klik main menu and than klik home
and than parameter system, and then change value on page title.
doesnt work :(


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 10:18 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 13, 2009 9:44 am
Posts: 4
infograf768 wrote:
The database is wrongly collated and the encoding is not specified in the template.
how can i change all this what did you write?


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 3:56 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 16668
Location: **Translation Matters**
Your databse and the template should reflect the ncoding of your language.

The index.php of your template should start with

Code:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />


for language/english.php it is
Code:
/** templates/*.php */
DEFINE('_ISO','charset=iso-8859-1');

check for your language

Now that would work if the collation of your database is correct (same as the language ISO)
I am afraid it is not:

Open PhpMyadmin and check the collation of the db, the tables and the fields in the tables.

As your site is pretty new, you may be better off by starting a new site in Joomla 1.5 as our last version is fully UTF8 and would not have that kind of issue (if the db is correctly collated UTF8 BEFORE installing 1.5.x)

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr
Multilanguage in 2.5: http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Sep 13, 2009 6:46 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Sep 13, 2009 9:44 am
Posts: 4
Code:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta http-equiv="Cache-Control" content="private; no-cache"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta http-equiv="Content-Language" content="sk"/>
<meta name="Author" content="Ideal Webs Studio: Geril"/>
<meta name="Robots" content="all,follow"/>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

<?php mosShowHead(); ?>


<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
<!--[if lte IE 6]>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/ie6.css\" type=\"text/css\"/>" ; ?>
<![endif]-->


<link rel="alternate" type="application/rss+xml" title="<?php echo $mosConfig_sitename?>" href="<?php echo $mosConfig_live_site;?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" />
</head>

<body>
   <div id="wrapper">
      <div id="under">
         <div id="inside">
            <div id="top">


                  <div id="header">
                  <div class="h_img">
                     <div id="logoo">
                        <h1><?php echo $GLOBALS['mosConfig_sitename']?></h1>
                     </div>
                  </div>
               </div>
               <div class="content">

                     <div id="leftcolumn">
                        <?php mosLoadModules('left' , '-3'); ?>

                     </div>

                     <?php if (mosCountModules('right')){ ?>

                      <div id="maincolumn">
                        <? } else { ?>
                           <div id="maincolumn_full">
                              <? } ?>
                              <?php mosMainBody(); ?>
                           </div>

                        <?php if (mosCountModules('right')){ ?>
                        <div id="rightcolumn">
                           <?php mosLoadModules('right' , '-3'); ?>
                        </div>
                     <? } ?>
                  <div class="clr"></div>
                     </div>

               </div>

         </div>
      </div>

      <div id="footer">
         <div id="sgf">
            <p class="copyright"><? $sg = ''; include "podpis.php"; ?></p>
         </div>
      </div>


            </div>
         </div>


      </div>
   </div>

</body>
</html>
my design index.php
and screenshot of my phpadmin: Image


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Sun Jan 10, 2010 6:02 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Jan 10, 2010 5:57 pm
Posts: 8
geril wrote:
wakjaer wrote:
Go to administrator, and than, on menus, klik main menu and than klik home
and than parameter system, and then change value on page title.
doesnt work :(


Fortunately it worked for me. Thanks guys ;)

_________________
http://www.leathercornersuite.org.uk
http://www.leathercornersofa.org


Top
 Profile  
 
 Post subject: Re: dtz?
PostPosted: Fri Jan 15, 2010 12:32 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Mon Sep 07, 2009 3:18 am
Posts: 1869
please to mark this as SOLVED

_________________
coffee & smoke just fine

OOm Nezar


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group