myriad58
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Recencio Book Reviews] Book covers not showing in sortable gridI have installed the plugin for you. Do you need an account to test?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode for wpdiscuzHey Brian:
I think you are out of luck. In late December Brizy released an update that completely broke wpdiscuz functionality and as a result I moved to a different templating sw. Sorry.
Forum: Plugins
In reply to: [Recencio Book Reviews] All images gone since last updateModified the db and it’s all fixed now. Thanks for your help.
Forum: Plugins
In reply to: [Recencio Book Reviews] All images gone since last updateDamn, I overlooked the obvious! So can I just fix the url problem by running an update through PHPMyadmin or do you know of another way?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode for wpdiscuzAdding the following code to the comments.php file in the Brizy Plugin:
/** * Add support for DISCUZ comments plugin */ function my_wpdiscuz_shortcode() { if (file_exists(ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php')) { ob_start(); include_once ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php'; return ob_get_clean(); } } add_shortcode('wpdiscuz_comments', 'my_wpdiscuz_shortcode');</code>worked for me!!
Viewing 5 replies - 1 through 5 (of 5 total)