Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1509
    [email protected]
    Participant

    Hi,

    Is it possible to link the listings to the users who created them by their user ids in the database? The “wp_bepro_listings” table does not have anything related to the user except for contact info but if we turn that option off from the create listing form, then those fields are blank in the database. Note: We are also using the PMPro addon.

    #1510

    Hi,

    BePro Listings uses the WordPress api where possible. The plugin does not store user_id’s because wordpress does. So attributing a post to a particular user, is as complicated or as simple as doing so with a post or page. If you are looking at tables, then look at the wp post table

    In general, if someone creates a post from their profile or the front end form, they can own that listing. In the case of their profile, they are logged in, so ownership is automatic. In the case of the front end form, there is the registration option allowing users to create an account, at the same time making them the owner.

    With that said, we will probably release this as a feature for the “BePro Listings Authors” addon within the next few days. It should be easy to make this change from the admin.

    Regards
    ___
    BePro Software Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.