Mirhahil
Forum Replies Created
-
Forum: Plugins
In reply to: Simple:Press: Forum not displaying correctly at allOk I found something, there’s a problem with the “CSS/JS Combined Caching” (under Options > General settings).
I’ve disabled both css and js minification and it’s now okay!
I read somewhere that an issue was precisely fixed in version 5.2.1 about it but it seems that for my website the issue was still there!I’ll manage minification with another plugin, it’s probably better this way!
Forum: Plugins
In reply to: Simple:Press: Forum not displaying correctly at allSame issue for me, I’ve just started to check out but found nothing yet except on the official support forum ( http://simple-press.com/support-forum/sp5-theme-topics/ ), thing is I can’t read the threads as it is limited to registered paying members only… (that’s madness, it’s just the forum where we’re not sure to find a good answer and we must pay for checking dammit).
Forum: Plugins
In reply to: [Bug Library] [Plugin: Bug Library] LanguageOh while I think about localization, for dates I think this code can help (maybe):
date_i18n($dateformat, $bug['bug_date_unix']);instead of
date($dateformat, $bug['bug_date_unix']);Using the date_i18n() function can provide you the good language easily ^^
Function Reference :
http://codex.wordpress.org/Function_Reference/date_i18n