$cat=?? $cat=??
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

$cat=??

Started by rgroen, January 08, 2004, 10:54:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rgroen

I Have the following code in my language file:


$lang_meta_album_names = array(
        'random' => 'Willekeurige foto\'s',
        'lastup' => '<a href="thumbnails.php?album=lastup&cat=">Laatste toevoegingen',
        'lastcom' => '<a href="thumbnails.php?album=lastcom&cat=">Laatste commentaar',
        'topn' => '<a href="thumbnails.php?album=topn&cat=">Meest bekeken',
        'toprated' => '<a href="thumbnails.php?album=toprated&cat=">Best beoordeeld',
        'lasthits' => 'Laatst bekeken',
        'search' => 'Zoek resultaat'
);


But how can I get the categorie number at the end. And can I get nice titles?

Thnx

Joachim Müller

Ramon,

this can't be done inside the language file, but needs code modification inside index.php.

Quote from: "rgroen"And can I get nice titles?
What are nice titles anyway?

GauGau

rgroen

Wich modification are needed in de index.php?

I really want this on my album.

Thnx

Joachim Müller

as I don't see the benefit I won't code it, you'll have to dig into it yourself, sorry.

GauGau