Is it possible setup a restaurant directory

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #16593

    Sam
    Expired Member
    Post count: 27

    with a restaurant page with my review/ratings of it. I do not want others to rate it or comment on it. I want to be the only one in charge or rating the restaurant.

    Is this possible because I notice a lot of these directory scripts link the ratings to the comment and not the business page.

    #16624

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the idea of directory is to allow anyone to rate and review listings. That’s why all these categories link the reviews to comments (and comments are linked to the listing).

    GeoDirectory provides a hook for the review form:

    add_filter( "comments_template", "geodir_comment_template" );

    It means that you can add a conditional tag to that hook to make the comment form appear only for the admin.

    Thx

    #16628

    Sam
    Expired Member
    Post count: 27

    thanks for your response,

    what about custom sorting of search results? Is custom search/sorting possible to setup with geodirectory without advanced coding? If the customer wanted to sort the results based on the average cost of a meal would this be a possible to setup relatively easily?

    Thanks,

    #16630

    Paolo
    Site Admin
    Post count: 31206

    Not using a range of values like you described.

    But if the avarage price is a unique value, yes that is easily feasible.

    Thx

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket