News, learning opportunities, and member initiatives across our global network.

Guidelines

27 results - showing 1 - 10
1 2 3
Ordering
Details
Updated May 06, 2018 0 0 0 1 3
Last updated
May 27, 2009
Read more
Updated May 06, 2018 0 0 0 3 0
Last updated
September 30, 2017
Read more
Updated May 06, 2018 0 0 0 1 0
Last updated
January 11, 2017
Read more
Updated May 06, 2018 0 0 0 2 0
Last updated
April 25, 2017
Read more
Updated May 06, 2018 0 0 0 1 0
Last updated
December 18, 2015
Read more
Updated May 06, 2018 0 0 0 3 0
Read more
27 results - showing 1 - 10
1 2 3

Join Our Newsletter

Log in

X

S2Framework Debug Console

Database Queries (23)

  1. SET SQL_BIG_SELECTS=1
  2. SHOW TABLES LIKE '%_jreviews_config'
  3. SELECT value FROM jos_jreviews_config WHERE id = 'cms_secret'
  4. SELECT name FROM jos_jreviews_addons WHERE state = 1 ORDER BY ordering
  5. INSERT INTO jos_jreviews_config ( id, value ) VALUES ('engageusers_mail_digest','1762148775') ON DUPLICATE KEY UPDATE value = VALUES(value)
  6. SELECT * FROM jos_jreviews_config AS `Config`
  7. INSERT INTO jos_jreviews_config ( id, value ) VALUES ('engageusers_mail_alerts','1762148775') ON DUPLICATE KEY UPDATE value = VALUES(value)
  8. SELECT CriteriaRating.criteria_id AS `CriteriaRating.criteria_id`, CriteriaRating.title AS `CriteriaRating.title`, CriteriaRating.required AS `CriteriaRating.required`, CriteriaRating.weight AS `CriteriaRating.weight`, CriteriaRating.description AS `CriteriaRating.description`, CriteriaRating.listing_type_id AS `CriteriaRating.listing_type_id`, CriteriaRating.ordering AS `CriteriaRating.ordering`, ListingType.state AS `CriteriaRating.listing_type_state` FROM jos_jreviews_criteria_ratings AS CriteriaRating LEFT JOIN jos_jreviews_criteria AS ListingType ON ListingType.id = CriteriaRating.listing_type_id WHERE 1 = 1 AND ( CriteriaRating.listing_type_id = 10 )
  9. SELECT count(DISTINCT groupid) FROM jos_jreviews_criteria WHERE groupid != ''
  10. SELECT groupid FROM jos_jreviews_groups WHERE groupid IN (15,16,14,13,6) AND type = 'content'
  11. SELECT Field.fieldid, Field.title AS text, Field.name AS value, Field.access_view AS access FROM jos_jreviews_fields AS Field WHERE Field.location = 'content' AND Field.listsort = 1 AND Field.groupid IN (6,13,14,16)
  12. SELECT Category.id FROM jos_categories AS Category, jos_categories AS ParentCategory WHERE Category.published = 1 AND Category.extension = "com_content" AND Category.access IN ( 1,5) AND Category.lft BETWEEN ParentCategory.lft AND ParentCategory.rgt AND ParentCategory.id = 127
  13. SELECT id FROM jos_jreviews_categories WHERE `option` = "com_content"
  14. SELECT Listing.id AS `Listing.listing_id`, Listing.alias AS `Listing.slug`, Listing.title AS `Listing.title`, Listing.introtext AS `Listing.summary`, Listing.fulltext AS `Listing.description`, Listing.images AS `Listing.images`, Listing.hits AS `Listing.hits`, Listing.catid AS `Listing.cat_id`, Listing.created_by AS `Listing.user_id`, Listing.created_by_alias AS `Listing.author_alias`, Listing.created AS `Listing.created`, Listing.modified AS `Listing.modified`, Listing.access AS `Listing.access`, Listing.state AS `Listing.state`, Listing.publish_up AS `Listing.publish_up`, Listing.publish_down AS `Listing.publish_down`, Listing.metakey AS `Listing.metakey`, Listing.metadesc AS `Listing.metadesc`, 'com_content' AS `Listing.extension`, Field.featured AS `Listing.featured`, JreviewsCategory.criteriaid AS `ListingType.listing_type_id`, Category.id AS `Category.cat_id`, Category.title AS `Category.title`, Category.alias AS `Category.slug`, Category.access AS `Category.access`, Category.params AS `Category.params`, Directory.id AS `Directory.dir_id`, Directory.title AS `Directory.title`, Directory.slug AS `Directory.slug`, User.id AS `User.user_id`, User.name AS `User.name`, User.username AS `User.username`, User.email AS `User.email`, User.block AS `User.block`, Claim.approved AS `Claim.approved`, Totals.user_rating AS `Review.user_rating`, Totals.user_rating_count AS `Review.user_rating_count`, Totals.user_criteria_rating AS `Review.user_criteria_rating`, Totals.user_criteria_rating_count AS `Review.user_criteria_rating_count`, Totals.user_comment_count AS `Review.user_review_count`, Totals.editor_rating AS `Review.editor_rating`, Totals.editor_rating_count AS `Review.editor_rating_count`, Totals.editor_criteria_rating AS `Review.editor_criteria_rating`, Totals.editor_criteria_rating_count AS `Review.editor_criteria_rating_count`, Totals.editor_comment_count AS `Review.editor_review_count`, Totals.media_count AS `Listing.media_count`, Totals.video_count AS `Listing.video_count`, Totals.photo_count AS `Listing.photo_count`, Totals.audio_count AS `Listing.audio_count`, Totals.attachment_count AS `Listing.attachment_count`, (Totals.media_count - Totals.media_count_user) AS `Listing.media_count_owner`, (Totals.video_count - Totals.video_count_user) AS `Listing.video_count_owner`, (Totals.photo_count - Totals.photo_count_user) AS `Listing.photo_count_owner`, (Totals.audio_count - Totals.audio_count_user) AS `Listing.audio_count_owner`, (Totals.attachment_count - Totals.attachment_count_user) AS `Listing.attachment_count_owner`, Totals.media_count_user AS `Listing.media_count_user`, Totals.video_count_user AS `Listing.video_count_user`, Totals.photo_count_user AS `Listing.photo_count_user`, Totals.audio_count_user AS `Listing.audio_count_user`, Totals.attachment_count_user AS `Listing.attachment_count_user` FROM jos_content AS Listing LEFT JOIN jos_jreviews_listing_totals AS Totals ON Totals.listing_id = Listing.id AND Totals.extension = 'com_content' LEFT JOIN jos_jreviews_content AS Field ON Field.contentid = Listing.id LEFT JOIN jos_jreviews_categories AS JreviewsCategory ON JreviewsCategory.id = Listing.catid AND JreviewsCategory.`option` = 'com_content' LEFT JOIN jos_categories AS Category ON Category.id = Listing.catid AND Category.extension = 'com_content' LEFT JOIN jos_jreviews_directories AS Directory ON Directory.id = JreviewsCategory.dirid LEFT JOIN jos_users AS User ON User.id = Listing.created_by LEFT JOIN jos_jreviews_claims AS Claim ON Claim.listing_id = Listing.id AND Claim.user_id = Listing.created_by AND Claim.approved = 1 WHERE 1 = 1 AND ( Listing.catid IN (127) AND Listing.state = 1 AND Listing.access IN ( 1,5) AND ( Listing.publish_up IS NULL OR Listing.publish_up <= UTC_TIMESTAMP ) AND (Listing.publish_down IS NULL OR Listing.publish_down = 0 OR Listing.publish_down > UTC_TIMESTAMP) ) ORDER BY Listing.modified DESC, Listing.created DESC LIMIT 10
  15. SELECT Field.fieldid AS `Field.field_id`, Field.groupid AS `Field.group_id`, Field.name AS `Field.name`, Field.title AS `Field.title`, Field.showtitle AS `Field.showTitle`, Field.description AS `Field.description`, Field.required AS `Field.required`, Field.type AS `Field.type`, Field.location AS `Field.location`, Field.options AS `Field.params`, Field.contentview AS `Field.contentView`, Field.listview AS `Field.listView`, Field.compareview AS `Field.compareView`, Field.listsort AS `Field.listSort`, Field.search AS `Field.search`, Field.access AS `Field.access`, Field.access_view AS `Field.accessView`, Field.published As `Field.published`, Field.ordering AS `Field.ordering`, `Group`.groupid AS `Group.group_id`, `Group`.title AS `Group.title`, `Group`.name AS `Group.name`, `Group`.showtitle AS `Group.showTitle`, `Group`.ordering AS `Group.ordering`, `Group`.control_field AS `Group.control_field`, `Group`.control_value AS `Group.control_value` FROM jos_jreviews_fields AS Field LEFT JOIN jos_jreviews_groups AS `Group` ON `Group`.groupid = Field.groupid WHERE Field.published = 1 AND Field.location = 'content' AND Field.groupid IN ( 6,13,14,16)
  16. SELECT Listing.contentid AS element_id,jr_diseaseconditions,jr_guidelinecategory,jr_interventions,jr_outcomesconsidered,jr_guidelinelastupdated,jr_collectionofevidence,jr_qualityandstrength,jr_analysisofevidence,jr_strengthofrecommendations,jr_developer,jr_tags FROM jos_jreviews_content AS Listing WHERE Listing.contentid IN (8458,9566,8797,9749,8697,8331,8330,8385,3988,3987)
  17. SELECT * FROM jos_jreviews_fieldoptions WHERE fieldid IN ( 117,118,119,121,122,123,124,126,22) AND value IN ( 'epilepsy','management','aed-discontinuation','aed-withdrawal','relapse-risk','searches-of-electronic-databases','weighting-according-to-a-rating-scheme','critical-appraisal','graded-recommendations','expert-consensus','italian-league-against-epilepsy','idiopathic-intracranial-hypertension','pseudotumour-cerebri','status-epilepticus','literature-review','various','ilae','who','diagnosis','outcome','survey','consensus-statement','grading-of-recommendations-assessment-development-and-evaluation-grade-system','european-academy-of-neurology','sodium-valproate','intravenous-immunoglobulins','efns','fetal-alcohol-syndrome','appraisal-of-guidelines-research-and-evaluation-agree-ii-framework','canadian-medical-association','epilepsy-surgery','functional-mri','meta-analysis','american-academy-of-neurology','fmri','stroke','rehabilitation','rcpch','childhood-stroke','modified-grading-recommendations-assessment','systematic-review-of-evidence','systematic-review','american-epilepsy-society','sudep') ORDER BY ordering ASC ,optionid ASC
  18. SELECT content_id AS listing_id, count(*) AS favored FROM jos_jreviews_favorites AS Favorite WHERE Favorite.content_id IN (8458,9566,8797,9749,8697,8331,8330,8385,3988,3987) GROUP BY listing_id
  19. SELECT media.media_id, media.media_type, media.media_function, media.likes_rank, media.likes_up, media.likes_total, media.created, media.main_media, media.listing_id, media.review_id, media.user_id, media.filename, media.file_extension, media.rel_path, media.title, media.description, media.media_info, media.metadata, media.embed, media.published, media.approved, media.access, media.views, media.filesize, media.extension FROM jos_jreviews_media AS media WHERE listing_id IN (8458,9566,8797,9749,8697,8331,8330,8385,3988,3987) AND published = 1 AND approved = 1 AND access IN (1,5) AND main_media = 1
  20. SELECT Community.user_id AS `Community.user_id`, Community.user_id AS `User.user_id`, User.name AS `User.name`, User.username AS `User.username`, User.block As `User.block` FROM jos_social_users AS Community LEFT JOIN jos_users AS User ON Community.user_id = User.id WHERE 1 = 1 AND ( Community.user_id IN (42,1898,4039) )
  21. SELECT COUNT(*) FROM jos_content AS Listing WHERE 1 = 1 AND ( Listing.catid IN (127) AND Listing.state = 1 AND Listing.access IN ( 1,5) AND ( Listing.publish_up IS NULL OR Listing.publish_up <= UTC_TIMESTAMP ) AND (Listing.publish_down IS NULL OR Listing.publish_down = 0 OR Listing.publish_down > UTC_TIMESTAMP) )
  22. SELECT Directory.id AS `Directory.dir_id`, Directory.slug AS `Directory.slug`, Directory.slug AS `Directory.name`, Directory.title AS `Directory.title`, Directory.description AS `Directory.description`, Directory.tmpl_suffix AS `Directory.tmpl_suffix` FROM jos_jreviews_directories AS Directory WHERE 1 = 1 AND ( Directory.id = 1 )
  23. SELECT Follow.follow_id as `Follow.follow_id`, Follow.follow_hash as `Follow.follow_hash`, Follow.follow_name as `Follow.follow_name`, Follow.follow_user_id as `Follow.follow_user_id`, Follow.follow_app as `Follow.follow_app`, Follow.follow_area as `Follow.follow_area`, Follow.follow_rel_id as `Follow.follow_rel_id`, Follow.follow_is_anon as `Follow.follow_is_anon`, Follow.follow_notify_do as `Follow.follow_notify_do`, Follow.follow_notify_meta as `Follow.follow_notify_meta`, Follow.follow_notify_freq as `Follow.follow_notify_freq`, Follow.follow_visible as `Follow.follow_visible`, Follow.follow_notify_sent as `Follow.follow_notify_sent`, Follow.created_at as `Follow.created_at`, Follow.updated_at as `Follow.updated_at` FROM jos_jreviews_engage_follow AS `Follow` WHERE 1 = 1 AND ( (Follow.follow_user_id = 0) AND (Follow.follow_hash = 'a6f9e1bdf6f6207e0944cfefff9e1ec6') )