SELECT a.id, a.title, a.introtext, a.fulltext, a.sectionid, a.catid, a.created as created, a.created_by, a.created_by_alias, a.hits, a.images
FROM #__content AS a
LEFT JOIN #__content_frontpage AS b ON b.content_id = a.id
LEFT JOIN #__users AS c ON c.id = a.created_by
LEFT JOIN #__sections AS d ON d.id = a.sectionid
LEFT JOIN #__categories AS e ON e.id = a.catid
WHERE (a.state = '1')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= NOW())
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= NOW())
AND (d.published = '1')
AND (e.published = '1')
AND (a.catid IN (13) )
AND a.access <= '0'
ORDER BY created DESC
LIMIT 0, 100
The parameters you have activated
do not correspond with any content items.
Please reconfigure your parameters
SELECT a.id, a.title, a.introtext, a.fulltext, a.sectionid, a.catid, a.created as created, a.created_by, a.created_by_alias, a.hits, a.images
FROM #__content AS a
LEFT JOIN #__content_frontpage AS b ON b.content_id = a.id
LEFT JOIN #__users AS c ON c.id = a.created_by
LEFT JOIN #__sections AS d ON d.id = a.sectionid
LEFT JOIN #__categories AS e ON e.id = a.catid
WHERE (a.state = '1')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= NOW())
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= NOW())
AND (d.published = '1')
AND (e.published = '1')
AND (a.catid IN (16) )
AND a.access <= '0'
ORDER BY created DESC
LIMIT 0, 100
The parameters you have activated
do not correspond with any content items.
Please reconfigure your parameters
SELECT a.id, a.title, a.introtext, a.fulltext, a.sectionid, a.catid, a.created as created, a.created_by, a.created_by_alias, a.hits, a.images
FROM #__content AS a
LEFT JOIN #__content_frontpage AS b ON b.content_id = a.id
LEFT JOIN #__users AS c ON c.id = a.created_by
LEFT JOIN #__sections AS d ON d.id = a.sectionid
LEFT JOIN #__categories AS e ON e.id = a.catid
WHERE (a.state = '1')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= NOW())
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= NOW())
AND (d.published = '1')
AND (e.published = '1')
AND (a.catid IN (17) )
AND a.access <= '0'
ORDER BY created DESC
LIMIT 0, 100
The parameters you have activated
do not correspond with any content items.
Please reconfigure your parameters
Commentaires
Vous souhaitez me laisser un commentaire, la sortie d’une exposition, d’un livre, d’un site, d’un partenariat… Me contacter »
Me contacter »