×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: GREEK fonts error!

GREEK fonts error! 15 years 2 months ago #2583

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
What's happening to you all? Almost half components I've downloaded do not support greek fonts. So does jomcomment! :evil:

have a look:

EDIT: SORRY, THAT IS THE CORRECT SCREENSHOT:


How am I going to enable greek fonts? Huh? Maybe switching to Greek (ISO) or UTF-8 encoding? I don't know how, just make it work. Unfortunately I'm exposed as I've already announced the use of comments in my site! ( www.gameworld.gr )

Please give me a solution as quick as possible! ;)

GREEK fonts error! 15 years 2 months ago #2591

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Please use our demo section and test greek fonts. If it is working there, then it is only matter of settings.

GREEK fonts error! 15 years 2 months ago #2614

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
It's working in your demo section.

www.compojoom.com/demo.html?comment_id=5030#josc5030

So, what should I do?

Sorry but I'm a noob, please tell me exactly what to do to change the encoding to the correct one :(


(I went to Content Settings-Backend language and changed this function to "Greek" but it didn't work.

GREEK fonts error! 15 years 2 months ago #2616

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Are you using joomla 1.0 or 1.5? What is your site encodifn utf-8 or something else. In what encoding are the data saved in the database?(use phpmyadmin to check the last one)

GREEK fonts error! 15 years 2 months ago #2619

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
I have Joomla 1.5.8, but Legacy 1.0 (it was an update from Nuke Evolution)

- How can I see my site's encoding?
- How can I see the encoding in which data is saved in my database?

(please tell me exactly where to go to see these, as I told you before I'm a noob!)

GREEK fonts error! 15 years 2 months ago #2622

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I suppose it is utf-8(since joomla 1.5 default installation is utf-8).
What I need you to make is go to your database(use phpmyadmin from your hosting panel) and check the database collation. Anything differen than utf8_general_ci will make problems.

GREEK fonts error! 15 years 2 months ago #2633

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
What is the database collation? What are you talking about?
As I said before I'm a noob in these matters. I can login to phpmyAdmin so tell me what to do next.

GREEK fonts error! 15 years 2 months ago #2635

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

GREEK fonts error! 15 years 2 months ago #2640

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
I've searched a lot but I can't figure out what to do!

Here's my site:



Please tell me how to check in which encoding my data is saved :(

GREEK fonts error! 15 years 2 months ago #2642

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
aha!!!! Now I see where the problem comes from!

You see that jos_comment is in latin1_swedisch_ci - that means that it can not support utf-8. You have to change this to utf8_general_ci and it is going to work.

click on jos_comment -> then go to the operations tab and change to utf8_general_ci. Do that everywhere where you see latin1_swedisch_ci and then please come back and say that now it is working and that you love us :)

GREEK fonts error! 15 years 2 months ago #2677

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
IT'S WORKING!
I LOVE YOU ALL!!! :P

GREEK fonts error! 15 years 1 month ago #3013

  • makis
  • makis's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
i have the same problem...
for GReek again..
i though that i was pro .. but i am not now ;)

i made alone the utf8-general... but again problems ...

????????? it shows me like that...

that is my code for content

<td id="navigation">
<?php echo public_navigation($sel_subject, $sel_page); ?>
</td>
<td id="page">
<?php if ($sel_page) { ?>
<h2><?php echo htmlentities($sel_page); ?></h2>
<div class="page-content">

<?php echo strip_tags(nl2br($sel_page), "<b><br><p><a>"); ?>
</div>


and that's .sql file

CREATE TABLE `pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`subject_id` int(11) NOT NULL,
`menu_name` varchar(30) NOT NULL,
`position` int(3) NOT NULL,
`visible` tinyint(1) NOT NULL,
`content` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

--
-- Records
--
INSERT INTO `pages` VALUES ('1', '1', 'History', '1', '1', 'σιγα μν πετυχει that is greek but can't read, at navicat or phpmyadmin is read like greek but at site like : ????');
INSERT INTO `pages` VALUES ('2', '1', 'Our Mission', '2', '1', 'Our corporate mission statement is...');
INSERT INTO `pages` VALUES ('3', '2', 'Owner - EM', '1', '1', 'The Widget 2000 is a great product.\r\nThat\'s all.');
INSERT INTO `pages` VALUES ('4', '2', 'WebDeveloper - MakiS', '2', '1', 'by MakiS');



that is ..ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; but i have it right..
what i make whrong

please help me... it is the first time i want help and posting at forum for this xD
thanks you
i am w9ing


may the whrong is here :<?php echo strip_tags(nl2br($sel_page),
echo utf8_decode($sel_page);
< i changed to that.. but again nothing ..please help me... i want it , thnx you

GREEK fonts error! 15 years 1 month ago #3014

  • makis
  • makis's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
i try all...
and the metadata.... to set charset = ut....


but nothing.. i search here for hours .. but again nothing.. i want some1 to help me .. thanks

i have msn too.. i have and teamiewer .. thanks you again friends , i am realy want to resovle this my problem

i am 'starter' (2 years) :P web developing.. and i think the only think i can't make is that...
:(

GREEK fonts error! 15 years 1 month ago #3015

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
i've sent you a PM with my msn account.

GREEK fonts error! 15 years 1 month ago #3021

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Problem solved. The user was not using joomla, neither jocomment. It was a custom php script :). I will close this thread now.
  • Page:
  • 1
Time to create page: 0.273 seconds