Request

  • [request_notices] - show error, validation or confirmation notices for user requests
  • [post_new_request_notices] - show error, validation or confirmation notices when posting new request
  • [request_posts_list] - display the list of requests
  • [request_search_posts] - display the search requests results list
  • [user_requests_number] - displays the number of requests of the current user
    • Attributes
      • uid
        (int) The ID of the user for which the display is being made
      • type
        (string) The type of requests according to their status. Values active/inactive/in-review/rejected/assigned/completed
      • return
        (string) The return type. Values query/result/count. Default count
  • [user_posted_requests_list] - displays the list of requests posted by the current user
    • Attributes
      • tab
        (string) The type of requests according to their status. Values active/inactive/in-review/rejected/assigned/completed
  • [request_bulk_action_button] - displays the bulk actions button for the current user's requests
  • [request_description] - displays the description of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_budget] - displays the budget of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_delivery] - displays the delivery of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_deadline] - displays the deadline of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_tags] - displays the tags of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_start_date] - displays the start date of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_end_date] - displays the end date of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_custom_fields] - displays the custom fields of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_attachments] - displays the attachments of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_location] - displays the location of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [job_map] - displays the location map of the job
    • Attributes
      • pid
        (int) The post ID for which the display is made
      • location_type
        (string) The type of location. Values location/pick_up_location/dropd_off_location
      • location_display
        (string) The page where is displayed
  • [request_pick_up_location] - displays the pick up location of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_drop_off_location] - displays the drop off location of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_category] - displays the category of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_post_date] - displays the post date of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_offers] - displays the offers of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made
  • [request_or_offer_button] - displays the send custom offer button or edit link of the request
    • Attributes
      • pid
        (int) The post ID for which the display is made