• Resolved kcraighead

    (@kcraighead)


    I would like to change the owner of the FAQ entries from one user to another. I can do this with posts and pages but I can’t find a way of doing it with Q and A.

    Even if there is no current method of doing this via the interface it would be great if you could point me in the direction of the tables that need changing in the database to achieve this. It will be a one-off change so running a SQL command via phpMyAdmin would be fine if you could tell me which tables and entries I need to update!

    Thanks!

    http://wordpress.org/extend/plugins/q-and-a/

Viewing 1 replies (of 1 total)
  • Plugin Author Dalton Rooney

    (@daltonrooney)

    You can add the “Author” field on the page by making a small change to the plugin code. Take a look in q-and-a.php for the following text:

    'supports' => array('title','editor','revisions')

    Change that to

    'supports' => array('title','editor','revisions', 'author')

    And that should do the trick.

    Dalton

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Q and A – FAQ Plugin] Change the FAQ owner’ is closed to new replies.