Seite 1 von 1

Changing the name of hacklist download butten.

Verfasst: Mo 03.Sep, 2007 01:51
von special
Hello gy's

I also offer streaming on my website, and It woud be a neat way to offer them in the same page. now ill explain what I want.

Bild

I want to change the name of that download tekst to stream now, now If I change it in the lang files it both changes. Coud you tell me how I can change that name and keep the original download butten below the same? It woud be of great help to me.

greetings special.

Verfasst: Mo 03.Sep, 2007 09:46
von oxpus
Change it in the file language/.../lang_downloads.php...

Verfasst: Mo 03.Sep, 2007 14:19
von special
Hello oxpus,

I have tried that, but when I do that the other original download butten changes aswel. I woud like that that remains the same.

Verfasst: Mo 03.Sep, 2007 22:10
von oxpus
You can add a new language entry in the lang-file and insert it here:

Code: Alles auswählen

		'HACK_DL_URL' => ( $hack_dl_url != '' ) ? '<a href="'.$hack_dl_url.'">'.$lang['Dl_download'].'</a>' : 'n/a')
in the file dl_mod/includes/dl_details.php instead $lang['Dl_download'] to replace "Download" with "stream...".

Verfasst: Di 04.Sep, 2007 03:42
von special
thanxs your a live safer ^^

Verfasst: Di 04.Sep, 2007 08:14
von oxpus
8)