VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Translate and joomgallery problem
(1 viewing) (1) Guest

TOPIC: Translate and joomgallery problem

Translate and joomgallery problem 09 May 2012 08:11 #296

Hi,

At the beginning thank you for the great Template!

But I'm trying to find where to translate month names appear on an orange background in blog view.

Where should I look for? Translation of joomla I have installed, and yet the dates in this view appear in English.

This image is hidden for guests. Please log in or register to see it.


The second problem is more serious. I installed Joomla with the template available on your website. Unfortunately when I try to enter the joomgallery setting, get this message: You are not allowed to configure this component.

This image is hidden for guests. Please log in or register to see it.


Is it any solution for this?

Regards
pattg

  • Posts:3
  • pattg
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Translate and joomgallery problem 09 May 2012 10:27 #297

#1 for translate date please go to \templates\jf_texturia\html\com_content\featured\default_item_lead.php after line 41, you can do translate following :
 
switch($month){
case "January":
$month = "January in your language";
...
break;
}

#2 It can be your config file of joomgallery isn't set for written. Please check this issue in joomgallery site.
  • mars

Re: Translate and joomgallery problem 09 May 2012 11:45 #298

Thank you for help.
Unfortunately, the "case" does not work, I did it with "if".
I also needed to add it before the line:

<span class="jf-date-content"><?php echo $day; ?><span><?php echo $month; ?></span></span>


Otherwise did not work.

Thanks again and regards;)

  • Posts:3
  • pattg
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Translate and joomgallery problem 09 May 2012 18:44 #302

Could you show how the archive is after the entire modification in the translation?

  • Posts:1
  • guimpires
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Translate and joomgallery problem 10 May 2012 02:39 #308

pattg wrote:
Thank you for help.
Unfortunately, the "case" does not work, I did it with "if".
I also needed to add it before the line:

<span class="jf-date-content"><?php echo $day; ?><span><?php echo $month; ?></span></span>


Otherwise did not work.

Thanks again and regards;)


I think it works for "switch" and "if" also. Above, i only suggest a solution, it's not exactly code there are some error in syntax
  • mars

Re: Translate and joomgallery problem 10 May 2012 04:36 #309

guimpires: Here you are

This attachment is hidden for guests. Please log in or register to see it.


mars: You're right, when "if" works also "case" should work;) I had to have an error in the syntax;)
Last Edit: 10 May 2012 04:43 by pattg.

  • Posts:3
  • pattg
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
Time to create page: 1.02 seconds
Tuesday 23 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.