05-31-2018, 09:41 PM
Hello
I had an issue with the emerald template when I used it with the french language pack.
Thank you for the theme though, it's amazing.
For all users I switched to french, the text editor was gone. (with the emerald theme activated)
I wasn't able to check or uncheck: Show the MyCode formatting options on the posting pages. In the UserCP configuration.
I had to update the code here:
templates -> user Control Panel Templates -> usercp_options template
there I had to replace:
with:
After in the UserCP I was able the see and check the option:
how the MyCode formatting options on the posting pages.
Then the Texteditor was working just fine.
Maybe you have to update your code?
Cheers Daniel
I had an issue with the emerald template when I used it with the french language pack.
Thank you for the theme though, it's amazing.
For all users I switched to french, the text editor was gone. (with the emerald theme activated)
I wasn't able to check or uncheck: Show the MyCode formatting options on the posting pages. In the UserCP configuration.
I had to update the code here:
templates -> user Control Panel Templates -> usercp_options template
there I had to replace:
Code:
{$showeditorplaceholder}
with:
Code:
<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="showcodebuttons" id="showcodebuttons" value="1" {$showcodebuttonscheck} /></td> <td><span class="smalltext"><label for="showcodebuttons">{$lang->show_codebuttons}</label></span></td> </tr>
After in the UserCP I was able the see and check the option:
how the MyCode formatting options on the posting pages.
Then the Texteditor was working just fine.
Maybe you have to update your code?
Cheers Daniel