1
2
Support / Error on profil info
Last post by augras -Code: [Select]
syntax error, unexpected 'administrateur' (T_STRING)Each item in this menu works.
Is it possible it is because of the translation ? Nothing change since yesterday, just the tranlation pack.
Thanks,
Philippe
3
Custom Themes / Re: [Theme] Separation
Last post by Spuds -
4
Custom Themes / Re: [Theme] Separation
Last post by Mrs. Chaos -Not everything of this theme is displayed correctly in EA version 1.1.3. Will it be updated soon to 1.1.x ? That would be great.
The same applies to the theme "Storm Cloud". But this works much better with the 1.1.3 than the "Separation".
5
Bug Reports / Re: Upgrade 1.0.x to 1.1.3 does not work
Last post by emanuele -I don't see any syntax error in 1.1.3 upgrade.
And I don't see any change in the upgrade file (just a fix for a could of queries) that could justify such an error (apart from the fact I can't find the any error message similar to that one).
I'll investigate (likely on Monday, today and tomorrow I'm basically off).
6
Support / Re: Personal Messaging
Last post by emanuele -Now, could you explain me exactly what settings did you change? So that I can investigate what kind of relation there is?
Thanks!

7
Bug Reports / Re: {REALNAME} not interpreted in notification emails
Last post by emanuele - emanuele blames... someone! 

In /sources/subs/MentionType/MentionMessageAbstract.php, the following two lines:
Code: [Select]
$langstrings = $this->_loadStringsByTemplate($template, $members, $members_data, $lang_files, $replacements);should be:
$replacements['REALNAME'] = $members_data[$member]['real_name'];
Code: [Select]
$replacements['REALNAME'] = $members_data[$member]['real_name'];
$langstrings = $this->_loadStringsByTemplate($template, $members, $members_data, $lang_files, $replacements);
8
Showcase / Re: Skoda Club Italia
Last post by Jorin -
9
Support / Re: Personal Messaging
Last post by jbandsma -I'm a little confused on some of the other things but will manage.
10
Bug Reports / {REALNAME} not interpreted in notification emails
Last post by radu81 -Code: [Select]
{REALNAME},
this email is to to inform you that test1 has just has liked the message https://www.skodaclub.it/index.php?msg=147081 at Skoda Club Italia.
Saluti,
Il team di Skoda Club Italia.
As you can see there is mixed content, in English and also Italian.