Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 2 [3]   Go Down

Author Topic: Multi Lingual cat/alb/pic titles and descriptions (experimental)  (Read 100976 times)

0 Members and 1 Guest are viewing this topic.

anselmej

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #40 on: November 05, 2008, 09:12:36 am »

it works fine , any new version on the way ?
I have created a button in admin menu for mod_lang.php

in ./themes/yourtheme/theme.php
after
Code: [Select]
<a href="albmgr.php{CATL}"  class="admin_menu" title="{ALBUMS_TITLE}">{ALBUMS_LNK}</a>add
Code: [Select]
<a href="mod_lang.php"  class="admin_menu" title="{MULTILANG_TITLE}">{MULTILANG_LNK}</a>
in ./include/themes.inc.php >> function theme_admin_mode_menu()
after
Code: [Select]
                '{DOCUMENTATION_TITLE}' => $lang_gallery_admin_menu['documentation_title'],
                '{DOCUMENTATION_LNK}' => $lang_gallery_admin_menu['documentation_lnk'],
add
Code: [Select]
                  '{MULTILANG_TITLE}' => $lang_gallery_admin_menu['multilang_title'],
          '{MULTILANG_LNK}' => $lang_gallery_admin_menu['multilang_lnk'],

in ./lang/yourlang.php , in $lang_gallery_admin_menu = array(
after
Code: [Select]
  'documentation_lnk' => 'Documentation',
  'documentation_title' => 'Manuel de Coppermine',
add
Code: [Select]
  'multilang_lnk' => 'Multi Lang.',
  'multilang_title' => 'Languages for  Categories Albums Photos',




Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #41 on: November 05, 2008, 10:31:04 am »

@anselmej: your profile looks very "familiar". After all, it looks like you're rufus in disguise (same country, same IP address band, same freemail provider, identical language skills). Therefor, I'll ban the account "anselmej" for 3 days. If you're not rufus in disguise, I apologize for the delay and the wrong assumption.

Joachim
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #42 on: November 05, 2008, 11:28:49 am »

it works fine , any new version on the way ?

No.
Logged
Chief Geek at Ranium Systems

marw

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #43 on: March 20, 2009, 10:40:33 pm »

What about upload index.php and functions php?
For beginners it will be much better...
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #44 on: March 21, 2009, 05:29:23 am »

@marw: Didn't understand what you are tying to say. Please elaborate.
Logged
Chief Geek at Ranium Systems

marw

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #45 on: March 21, 2009, 06:44:27 am »

I have problems with editing functions.php and index.php...
Logged

Fabricio Ferrero

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #46 on: March 21, 2009, 09:35:18 am »

Please, Be detailed!!

What kind of problems do you have?
Logged
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

ijsvogel

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #47 on: February 22, 2010, 11:27:39 pm »

Hello,

I hope someone will still read this topic. I'm from the Netherlands so pleas don't mind my english writing...
I've just installed the multiple language plugin. It's working great! This wil be the basic for what i'm looking for.
What i want is that the translation also dissapears on the albmgr.php page. I've made from the dutch albmgr.php a page that is be able to see for te guests as a kind of specieslist (so no thumbnails, only a list of the albums and by clicking on the species/album the page with tumbnails will apeare in an other frame).
Now i also want to do this for some other languages. That's why i need the translation also be able to see on the albmgr.php page. Its oke if i have to make an other page like albmgr_englisch.php, that is wat i finally want.

I hope someone will help me on this.
Logged

pixstreet

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 25
    • pixstreet.co.uk
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #48 on: March 07, 2010, 05:55:52 pm »

will there be a similar plugin for version 1.5?

Yesterday I downloaded version 1.5.3 release candidate and the file english_gb.php does not appear to be as big as the previous files (it may be damaged.)

thank you for any help or answers.
Logged

Abbas Ali

  • Administrator
  • Coppermine addict
  • *****
  • Country: in
  • Offline Offline
  • Gender: Male
  • Posts: 2165
  • Spread the PHP Web
    • Ranium Systems
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #49 on: March 08, 2010, 04:08:00 am »

No plans to do a plugin for 1.5 as yet. Might happen in future.
Logged
Chief Geek at Ranium Systems

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #50 on: March 08, 2010, 05:22:06 pm »

Anyway, please don't clutter threads with requests for other versions. We have been through this many times over: every time a new coppermine version comes out, users flood the threads for the old version with requests to see the mod / plugin / theme /whatever ported to the new version. We're not fond of this, as it doesn't help at all and only is confusing. If a developer wants to port a plugin, he will. If you need it badly, you're welcome to port it or hire someone to do that for you. But please don't clutter the board with requests for ports.
Logged

hlabout

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 118
    • Harald Labout Fotografie
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #51 on: June 05, 2010, 09:17:32 pm »

Thanks for this plug-in.
Installed it yesterday and it is working perfectly on my Gallery.
Great.

Harald

www.haraldlabout.nl
Logged

Lovasimedve

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #52 on: December 30, 2011, 01:33:24 am »

Hi, thank you for the plugin, it is great.

The only problem is:

in the thumbnails.php it does not change the name of the album.

see:
http://pappel-art.com/Coppermine/thumbnails.php?album=1

Thank you for your help!
Logged

Lovasimedve

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Multi Lingual cat/alb/pic titles and descriptions (experimental)
« Reply #53 on: December 30, 2011, 02:35:01 am »

Solved, I forgot to update the last line!
Logged
Pages: 1 2 [3]   Go Up
 

Page created in 0.024 seconds with 19 queries.