[cBB Blockgets 1.0.2] Error of accents in calendar


User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Tue Oct 23, 2012 10:53 am • via Web
Mod: cBb blockgets 1.0.2

Error: At the head of the calendar is displayed � instead of the correct symbol.

Solution:
1. Open /blockgets/calendar.php
2. Find:
Code: Select all
$day = substr($user->lang['datetime'][$l_day], 0, 2);

3. Replace with:
Code: Select all
$day = utf8_substr($user->lang['datetime'][$l_day], 0, 2);


This error will be fixed in cBB Blockgets 1.0.3

Who is online

Users browsing this forum: No registered users and 0 guests