Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 2 [3]   Go Down

Author Topic: Modificare o aggiungere links nella home page  (Read 29470 times)

0 Members and 1 Guest are viewing this topic.

Ludo

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 706
    • E+GiElle
Re: Modificare o aggiungere links nella home page
« Reply #40 on: February 04, 2009, 01:49:24 pm »

Forse l'errore č nel lang/italian.php...prova con un'altra lingua.
Logged

VEGA

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 323
    • maranimage
Re: Modificare o aggiungere links nella home page
« Reply #41 on: February 04, 2009, 02:58:20 pm »

nella sezione // File theme.php del file della lingua blog_title e  blog_ink sono posizionati diversamente rispetto a quelli nel file theme.php. Potrebbe essere una causa?!

Code: [Select]
// File theme.php


$lang_main_menu = array(
  'home_title' => 'Vai alla pagina principale',
  'home_lnk' => 'Pagina Principale',
  'alb_list_title' => 'Vai alla lista album',
  'alb_list_lnk' => 'Lista Album',
  'my_gal_title' => 'Vai alla galleria personale',
  'my_gal_lnk' => 'Galleria Personale',
  'my_prof_title' => 'Vai al mio profilo personale', //cpg1.4
  'my_prof_lnk' => 'Profilo Personale',
  'adm_mode_title' => 'Passa a modo amministratore',
  'adm_mode_lnk' => 'Modo Amministratore',
  'usr_mode_title' => 'Passa a modo utente',
  'usr_mode_lnk' => 'Modo Utente',
  'upload_pic_title' => 'Carica file in un album',
  'upload_pic_lnk' => 'Carica File',
  'register_title' => 'Crea un account',
  'register_lnk' => 'Registrati',
  'login_title' => 'Login', //cpg1.4
  'login_lnk' => 'Login',
  'logout_title' => 'Logout', //cpg1.4
  'logout_lnk' => 'Logout',
  'lastup_title' => 'Mostra arrivi recenti', //cpg1.4
  'lastup_lnk' => 'Arrivi Recenti',
  'lastcom_title' => 'Mostra commenti recenti', //cpg1.4
  'lastcom_lnk' => 'Commenti Recenti',
  'topn_title' => 'Mostra files piĆ¹ visti', //cpg1.4
  'topn_lnk' => 'Pił Visti',
  'toprated_title' => 'Mostra files piĆ¹ votati', //cpg1.4
  'toprated_lnk' => 'Pił Votati',
  'search_title' => 'Cerca immagini', //cpg1.4
  'search_lnk' => 'Cerca nella Galleria',
  'fav_title' => 'Vai ai miei preferiti', //cpg1.4
  'fav_lnk' => 'Preferiti',
  'memberlist_title' => 'Mostra lista utenti',
  'memberlist_lnk' => 'Lista Utenti',
  'faq_title' => 'FAQ galleria "Coppermine"',
  'faq_lnk' => 'FAQ',
  'my_buddy_lnk' => 'Amici',
  'my_buddy_title' => 'Gestisci Amici',
 'blog_title' => 'Fotorisorse utility',
  'blog_lnk' => 'il blog',


theme.php

$param = array(
        '{ALB_LIST_TGT}' => "index.php$cat_l",
        '{ALB_LIST_TITLE}' => $lang_main_menu['alb_list_title'],
        '{ALB_LIST_LNK}' => $lang_main_menu['alb_list_lnk'],
        '{CUSTOM_LNK_TGT}' => $CONFIG['custom_lnk_url'],
        '{CUSTOM_LNK_TITLE}' => $CONFIG['custom_lnk_name'],
        '{CUSTOM_LNK_LNK}' => $CONFIG['custom_lnk_name'],
        '{LASTUP_TGT}' => "thumbnails.php?album=lastup$cat_l2",
        '{LASTUP_TITLE}' => $lang_main_menu['lastup_title'],
        '{LASTUP_LNK}' => $lang_main_menu['lastup_lnk'],
        '{LASTCOM_TGT}' => "thumbnails.php?album=lastcom$cat_l2",
        '{LASTCOM_TITLE}' => $lang_main_menu['lastcom_title'],
        '{LASTCOM_LNK}' => $lang_main_menu['lastcom_lnk'],
        '{TOPN_TGT}' => "thumbnails.php?album=topn$cat_l2",
        '{TOPN_TITLE}' => $lang_main_menu['topn_title'],
        '{TOPN_LNK}' => $lang_main_menu['topn_lnk'],
        '{TOPRATED_TGT}' => "thumbnails.php?album=toprated$cat_l2",
        '{TOPRATED_TITLE}' => $lang_main_menu['toprated_title'],
        '{TOPRATED_LNK}' => $lang_main_menu['toprated_lnk'],
        '{FAV_TGT}' => "thumbnails.php?album=favpics",
        '{FAV_TITLE}' => $lang_main_menu['fav_title'],
        '{FAV_LNK}' => $lang_main_menu['fav_lnk'],
        '{SEARCH_TGT}' => "search.php",
        '{SEARCH_TITLE}' => $lang_main_menu['search_title'],
        '{SEARCH_LNK}' => $lang_main_menu['search_lnk'],
'{BLOG_TGT}' => "http://www.fotorisorse.com",
        '{BLOG_TITLE}' => $lang_main_menu['blog_title'],
        '{BLOG_LNK}' => $lang_main_menu['blog_lnk'],
Logged
Pages: 1 2 [3]   Go Up
 

Page created in 0.015 seconds with 21 queries.