well i guess it seems i never changed it! or never updated it! might have to redownload the package and check it!
it's all good then.












// phpBB_mobile_detect - Mobile Stlye Redirect MOD
$this->data['is_mobile'] = false;
include_once($phpbb_root_path . 'includes/mods/mobile_device_detect.' . $phpEx);
$this->data['is_mobile'] = mobile_device_detect();
if ($this->data['is_mobile'] == true)
{
$style = 3;
$this->data['is_mobile'] = true;
}
// phpBB_mobile_detect End $style = 3;?style=4 <- Or what ever number your mobile style is. $style = 4; $message_parser->message .= "\n\n[size=75][b][i][ Post made via " . $status[1] . " ][/i][/b][/size] [img]http://sniper.hostei.com/phpBB3/images/mobile/" . $status[1] . ".png[/img]";http://sniper.hostei.com/phpBB3/ to your forum's url address.







Open: styles/subsilver2/template/ucp_register.html <td class="row2"><input class="post" type="password" name="new_password" size="25" value="{PASSWORD}" /></td>
</tr><!-- IF S_BIRTHDAYS_ENABLED -->
<tr>
<td class="row1"><b class="genmed">{L_BIRTHDAY}: </b><br /><span class="gensmall">{L_BIRTHDAY_EXPLAIN}</span></td>
<td class="row2"><span class="genmed">{L_DAY}:</span> <select name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> <span class="genmed">{L_MONTH}:</span> <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> <span class="genmed">{L_YEAR}:</span> <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></td>
</tr>
<!-- ENDIF -->


Users browsing this forum: No registered users and 11 guests