Title: Anonymous User
Last modified: August 30, 2016

---

# Anonymous User

 *  Resolved [setjo](https://wordpress.org/support/users/setjo/)
 * (@setjo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/anonymous-user/)
 * In my website I have disabled registration , so that anyone can post a question.
   But I want when someone post question without login then instead of anonymous
   it should display name of the Person instead of Anonymous
 * **Instead of this in Questions Page**
    Anonymous asked 16 mins ago ⋅ Category:
   Repair Services
 * **It should display this in Questions Page**
    Rocky asked 16 mins ago ⋅ Category:
   Repair Services
 * [https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [jack_buffalo](https://wordpress.org/support/users/jack_buffalo/)
 * (@jack_buffalo)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580203)
 * Looking for exactly the same thing!
 *  [Zebios](https://wordpress.org/support/users/algeriano85/)
 * (@algeriano85)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580209)
 * I’m looking for the same feature hope the developper can do something about it
   in the next update
 *  [Jakob Smith](https://wordpress.org/support/users/diakrisis/)
 * (@diakrisis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580216)
 * Also interested in this feature.
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580217)
 * Thank for your suggestion! I was added this feature into product roadmap and 
   it will be added into DW Question & Answer 1.4.1.
 * Regards,
    Jackie from DesignWall
 *  [Jakob Smith](https://wordpress.org/support/users/diakrisis/)
 * (@diakrisis)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580218)
 * After having upgraded to 1.4.1, I now see the possibility to enter a name, when
   not logged in.
 * Problem: The name doesn’t show up instead of “Anonymous”, when viewing the question.
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580219)
 * This issue has been fixed on DW Question & Answer 1.4.2
 *  Thread Starter [setjo](https://wordpress.org/support/users/setjo/)
 * (@setjo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580220)
 * can I upgrade to latest version to fix this issue but I afraid that upgrading
   can disturb website alignment
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580221)
 * Did you modified any template or css file? What version of DW Question & Answer
   are you using?
 *  Thread Starter [setjo](https://wordpress.org/support/users/setjo/)
 * (@setjo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580222)
 * I am using Version 1.3.3 and yes I did some modification in the css file. Shall
   I upgrade to the latest version of DW question and answer
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580223)
 * Can you give me your website URL for further checking?
 *  Thread Starter [setjo](https://wordpress.org/support/users/setjo/)
 * (@setjo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580224)
 * my site url is mercedesbenztechs.com
 *  Thread Starter [setjo](https://wordpress.org/support/users/setjo/)
 * (@setjo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/anonymous-user/#post-6580225)
 * I have upgraded the version to latest one but while submitting the questions 
   all fields are not marked as mandatory, I mean if user does not enter capcha 
   or email then also question is posted Why is it so?
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/anonymous-user/#post-6580229)
 * Hi,
    you can open file wp-content/plugins/dwqa-question-answer/inc/Handle.php
   and add following code under line 293:
 *     ```
       if ( !$category ) {
       	dwqa_add_notice( __( 'You must choose category.', 'dwqa' ), 'error' );
       	return false;
       }
   
       if ( !is_user_logged_in() && empty( $_POST['_dwqa_anonymous_email'] ) && !is_email( $_POST['_dwqa_anonymous_email'] ) ) {
       	dwqa_add_notice( __( 'You must enter a valid email.' ), 'error' );
       	return false;
       }
   
       if ( !is_user_logged_in() && empty( $_POST['_dwqa_anonymous_name'] ) && !is_email( $_POST['_dwqa_anonymous_name'] ) ) {
       	dwqa_add_notice( __( 'You must enter your name.' ), 'error' );
       	return false;
       }
   
       if ( !$tags ) {
       	dwqa_add_notice( __( 'You must type tags.', 'dwqa' ), 'error' );
       	return false;
       }
   
       if ( !$content ) {
       	dwqa_add_notice( __( 'You must type detail question.', 'dwqa' ), 'error' );
       	return false;
       }
       ```
   
 * Regards,
    Dominic from DesignWall Team.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Anonymous User’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

 * 13 replies
 * 5 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/anonymous-user/#post-6580229)
 * Status: resolved