imFiles
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Comments (EDIT) REPLY left margin issueI am sorry, I’m trying the there on a home server test site before I use it on my site, but this is what I’ve noticed when the comment content has a good amout of character there is not issue, but when the amount of charactacter is small the issue appear.
Here are some screenshot to illustrate what I mean:
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateJake Thanks now it’s working perfectly 🙂 and thanks for the new featured Most users ever, That’s owsome 🙂
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Forum errorHaving many issues as well after the upgrade, none of the shortcodes work, whether WordPress or plugins shortcodes. The layout got mess up. GD Tools BBcodes stop working. I return to version 2.70 and not issues at all 🙂
Forum: Fixing WordPress
In reply to: Recent PHPBB 3.1 Posts Code Make it work with WP 4.31This it the news.html template.
<!-- BEGIN announcements --> <li>{announcements.POST_AUTHOR} on <a href="{announcements.POST_LINK}">{announcements.TOPIC_TITLE}</a></li> <!-- END announcements -->Forum: Plugins
In reply to: [GD bbPress Tools] WP 3.9 conflict?It not just the Enable TinyMCE Visual Tab plug, even if you enable TinyMCE in BBpress on your Function.php with
function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );You still can’t quote.