Thanks for your contribution.Galandas wrote:Italian Translation cBB Follower 1.0.1
Author: salvocortesiano
Co-Author: Galandas
Download Clikk Here
canidev wrote:Thanks for your contribution.
I will add this langpack to the official langpacks download page in canidev.com as soon as possible.
Regards,
I will check this for the next version.Theriddler1 wrote:is it possible when someone got banned ,that user can not be followed or even be mentioned in the list to follow ?
I review this and I don't find the same problem in my develop forum. When I view a post, the ' appears as ' always.salvocortesiano wrote:Hi Canidev,
first: many thanks for this fantastic MOD
Second: there has a problem when viewing the post. Don't worry, it's just a small problem
The ASCII character (') is transformed into (') When I disable the MOD the character returns normal like this (')... Any suggestions?
Best regards
Salvo Cortesiano
Code: Select all
AND track_time < $start_time";
Code: Select all
AND track_time < $start_time
ORDER BY track_time DESC";
Code: Select all
AND fm.mention_time < $start_time";
Code: Select all
AND fm.mention_time < $start_time
ORDER BY fm.mention_time DESC";