Title: AdvancedCoding's Replies - page 6 | WordPress.org

---

# AdvancedCoding

  [  ](https://wordpress.org/support/users/advancedcoding/)

 *   [Profile](https://wordpress.org/support/users/advancedcoding/)
 *   [Topics Started](https://wordpress.org/support/users/advancedcoding/topics/)
 *   [Replies Created](https://wordpress.org/support/users/advancedcoding/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/advancedcoding/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/advancedcoding/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/advancedcoding/engagements/)
 *   [Favorites](https://wordpress.org/support/users/advancedcoding/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 76 through 88 (of 88 total)

[←](https://wordpress.org/support/users/advancedcoding/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/advancedcoding/replies/?output_format=md)
[2](https://wordpress.org/support/users/advancedcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/advancedcoding/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/advancedcoding/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/advancedcoding/replies/page/5/?output_format=md)
6

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] First comment redirect](https://wordpress.org/support/topic/first-comment-redirect/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/first-comment-redirect/#post-6024157)
 * Hi antresoldo,
    Which version of wpDiscuz do you use? Could you please leave 
   some test url for us?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Statistics Widgets] Puts my site down](https://wordpress.org/support/topic/puts-my-site-down/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/puts-my-site-down/#post-5967322)
 * Hi Eric,
    This plugin has been tested on dozens test WordPress site and it’s 
   being used on thousands online websites. We’ve never faced with such a problem.
   This is definitely a plugin conflict, you should deactivate one by one and check
   after each deactivation to find the one which cause this. If you can’t do this
   check please send admin login details to support[at]gvectors.com email address.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Bugs in translating newest version](https://wordpress.org/support/topic/bugs-in-translating-newest-version/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bugs-in-translating-newest-version/#post-5890599)
 * Hi wzshop,
    We have just released new version of wpDiscuz, please, update and
   check it again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Different color for rank](https://wordpress.org/support/topic/different-color-for-rank/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/different-color-for-rank/#post-5895752)
 * Hi docteurdread,
    We have just released new version of wpDiscuz, you could set
   different colors by ranks via **Custom CSS Code** in options page like this:
 * `#wpcomm .wc-blog-admin{ background: #f00; }`
    `#wpcomm .wc-post-author{ background:#
   f00; }` `#wpcomm .wc-blog-member{ background: #f00; }` `#wpcomm .wc-blog-guest{
   background: #f00; }`
 * Please, update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Statistics Widgets] Warning: unserialize() expects parameter 1 to be string, array given in Error](https://wordpress.org/support/topic/warning-unserialize-expects-parameter-1-to-be-string-array-given-in-error/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-unserialize-expects-parameter-1-to-be-string-array-given-in-error/#post-5880529)
 * Hi Svend Rugaard,
    We have just released a new version of APSW. Please update
   and check it again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Twentythirteen theme comment width issue](https://wordpress.org/support/topic/twentythirteen-theme-comment-width-issue/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/twentythirteen-theme-comment-width-issue/#post-5792058)
 * Hi sc414,
 * You can achieve this just changing custom css code in wpdiscuz settings page,
   hope this code will work for you, if not just change the properties.
 * Just put this css code in **Custom CSS Code** section in settings page
 *     ```
       .comments-area {
           margin-left: 100px;
           max-width: 85%;
           padding: 0 376px 0 60px;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Showing images in comments](https://wordpress.org/support/topic/showing-images-in-comments/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/showing-images-in-comments/#post-5736617)
 * Hi CodeWx,
    It seems you only insert image URL, you don’t insert image HTML like
   this: `<img src="http://example.com/image.jpg">`
 * Please make sure you insert full HTML code of image, coz it works on our tested
   sites.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] admin section, redirect to option.php](https://wordpress.org/support/topic/admin-section-redirect-to-optionphp/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/admin-section-redirect-to-optionphp/#post-5738705)
 * Hi mastahtheboss,
    We just fixed this issue. However as far as we see all your
   posts’ comments are desabled. We only activated one of those for displaying wpDiscuz
   form. please open this URL to check `/2015/01/31/10-ingressi-omaggio/`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooDiscuz - WooCommerce Comments] newest comments first](https://wordpress.org/support/topic/newest-comments-first-1/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/newest-comments-first-1/#post-5641159)
 * Hi aguerram,
 * WooDiscuz 1.1.3 just has been released and the option you mentioned already added.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooDiscuz - WooCommerce Comments] Restrict reply to specific user?](https://wordpress.org/support/topic/restrict-reply-to-shopmanager/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/restrict-reply-to-shopmanager/#post-5590485)
 * Hi emielm,
    If you want to restrict replying to product author comments, just
   change this line -> if ($this->is_guest_can_reply() && $this->is_customer_can_reply())
   to -> if ($this->is_guest_can_reply() && $this->is_customer_can_reply() && $comment-
   >user_id != get_post($comment->comment_post_ID)->post_author) in comment-form/
   tpl-comment.php (line 80)
 * Hope this will help you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Update 1.0.3 broke the plugin](https://wordpress.org/support/topic/update-103-broke-the-plugin/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/update-103-broke-the-plugin/#post-5541678)
 * Hi blips,
    We are sorry for that error, it was a mistake by chance. Please update
   your plugin to version 1.0.4.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooDiscuz - WooCommerce Comments] CAPTCHA was not showing](https://wordpress.org/support/topic/captcha-was-not-showing/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/captcha-was-not-showing/#post-5462640)
 * Hi Nel,
    Please, give us your web page’s url.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooDiscuz - WooCommerce Comments] timezone difference](https://wordpress.org/support/topic/timezone-difference/)
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/timezone-difference/#post-5428807)
 * Hi zerofreeze.
 * Thank you for your post. Currently we are planning to fix and update the plugin.

Viewing 13 replies - 76 through 88 (of 88 total)

[←](https://wordpress.org/support/users/advancedcoding/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/advancedcoding/replies/?output_format=md)
[2](https://wordpress.org/support/users/advancedcoding/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/advancedcoding/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/advancedcoding/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/advancedcoding/replies/page/5/?output_format=md)
6