Goose95 wrote: sorry, the [ b ][/ b ] was not the point, but you wrote Imaged instead of Image...
I don't want to translate "Powered by Phpbb Garage" , but i want to add a translation id like :So it will look like :Code: Select all
$lang['Powered_By_Garage'] = 'Traduction par <a href="http://www.japancar.fr/forum/garage.php">Goose @ JapanCar</a><br />Powered By phpBB Garage';
If it's too hard forget about this
It's just for my ego, and the google thing
Code: Select all
{L_POWERED_BY_GARAGE} {GARAGE_VERSION} © 2005 <a href="{GARAGE_LINK}" target="_blank">Esmond Poynton</a>
Code: Select all
Traduction par <a href="http://www.xxx.com" target="_blank">Goose @ JapanCar</a><br />
poyntesm wrote: Panda_ -> Make sure you are using the final zip and that will go away.
else if
{
}
poyntesm wrote: Musashi-sama -> But that would require a repackage just for French. What should happen is we just include the file $lang file. We the added definition the translation credit and link will appear. Means I can use the same way for all languages and no need for seperate zips.
Code: Select all
****This message is automatically generated by the site.****
Your Vehicle Has Recieved A Comment Click Here To View Your Vehicle Guestbook
Code: Select all
$selected = ( $selected == $row['id'] ) ? ' selected="selected"' : '';
$html .= '<option value="' . $row['id'] . '"' . $selected . '>' . $row['title'] . '</option>';
Code: Select all
$select = ( $selected == $row['id'] ) ? ' selected="selected"' : '';
$html .= '<option value="' . $row['id'] . '"' . $select . '>' . $row['title'] . '</option>';