/sources/feedback2.php

Description
Functions
feedback_fields (line 85)

Get the tempcode for the manipulation of the feedback fields for some content, if they are enabled in the Admin Zone.

  • return: The feedback editing fields
tempcode feedback_fields (boolean $allow_rating, boolean $allow_comments, ?boolean $allow_trackbacks, boolean $send_trackbacks, LONG_TEXT $notes, [?boolean $allow_reviews = NULL], [boolean $default_off = false])
  • boolean $allow_rating: Whether rating is currently/by-default allowed for this resource
  • boolean $allow_comments: Whether comments are currently/by-default allowed for this resource
  • ?boolean $allow_trackbacks: Whether trackbacks are currently/by-default allowed for this resource (NULL: this resource does not support trackbacks regardless)
  • boolean $send_trackbacks: Whether we're allowed to send trackbacks for this resource
  • LONG_TEXT $notes: The current/by-default notes for this content
  • ?boolean $allow_reviews: Whether reviews are currently/by-default allowed for this resource (NULL: no reviews allowed here)
  • boolean $default_off: Whether the default values for the allow options is actually off (this determines how the tray auto-hides itself)
send_trackbacks (line 145)

Send a trackback to somebody else's website.

  • return: Success?
boolean send_trackbacks (string $_urls, string $title, string $excerpt)
  • string $_urls: A comma-separated list of URLs to which we should trackback
  • string $title: The article title
  • string $excerpt: The excerpt to send
trackback_script (line 24)

Output the trackback script and handle trackbacks.

void trackback_script ()

Documentation generated on Sun, 02 Jan 2011 23:14:29 +0000 by phpDocumentor 1.4.3