Current time: 03-22-2010, 08:16 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Warning System Editor [Fix Provided]
09-07-2008, 02:56 PM (This post was last modified: 09-07-2008 03:39 PM by Sephiroth.)
Post: #1
Bug [F] Warning System Editor [Fix Provided]
Not sure if this is a bug, or a theme-related issue. However I have a theme in which I changed the editor style to a custom one, however when you view the editor on warn.php, the editor uses the default styling. o.O

Edit: Yes, it is a styling issue, for the theme section isn't even included in the editor javascript for the theme specification.


Fix:

Open template warnings_warn_pm

Find:
Code:
clickableEditor = new messageEditor("message", {lang: editor_language, rtl: 0});

Replace with:
Code:
clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}, theme: "{$theme['editortheme']}"});
Visit this user's website Find all posts by this user
09-07-2008, 04:23 PM
Post: #2
[F] Warning System Editor [Fix Provided]
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: