• Resolved iparker

    (@iparker)


    Hello,

    is it possible to define that a new idea does not create a new wordpress user?

    So I want something like the guest publish without the guest user creation ;-).

    Or is this a bad idea?

    Is ask this because I don’t what to have the wpadminbar after create a idea. The “user” should not be logged in.

    I also want no output about the user in the idea-listing or the detail view of an idea.

    How can I realize this?

    Thanks for some help!

    Best regards,

    Timo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter iparker

    (@iparker)

    I now hide some elements with css in the frontend:

    .idea-author-container {
    display: none !important;
    }

    .single-idea .author-info {
    display: none !important;
    }

    .ideapush-container .user-profile-container {
    display: none !important;
    }

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @iparker,

    The plugin needs to create a custom user to prevent vote and idea rigging and to maintain continuity and identity for users. Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post/Create ideas for guests/without user’ is closed to new replies.