2011-08-22, 03:12 AM
are the file owner/group of the language files set correctly to your account?
You can manually create the language files you need. Just edit the file that exists with the follow info, obviously changing the variables as needed
As you can see, the basic structure is
so whatever is in the left column of the field set page is what goes into FIELDNAME
You can manually create the language files you need. Just edit the file that exists with the follow info, obviously changing the variables as needed
<?php
/**
* MyShowcase System for MyBB - english/admin Language File
* Copyright 2010 PavementSucks.com, All Rights Reserved
*
* Website: http://www.pavementsucks.com/board/misc.php?page=plugins
* Version 2.1.0
* License:
* File: \inc\langauges\english/admin\myshowcase.lang.php
*
* MyShowcase language file for fieldset
*/
$l['myshowcase_field_title'] = "Title";
$l['myshowcase_field_description'] = "Description";
$l['myshowcase_field_location'] = "Location";
$l['myshowcase_field_price'] = "Price ($)";
$l['myshowcase_field_type'] = "Ad Type";
$l['myshowcase_field_willship'] = "Will Ship";
$l['myshowcase_field_adtype'] = "Ad Type";
?>
As you can see, the basic structure is
$l['myshowcase_field_FIELDNAME'] = "FIELD LABEL";
so whatever is in the left column of the field set page is what goes into FIELDNAME
Lost interest, sold my sites, will browse here once in a while. It's been fun.