Originally posted by Ramsesx
View Post
Great reply Joe, keep pushing forward.
Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
Useful Links for Guests:
If you are having problems posting in the relevant areas for your software, please see this topic.
Telephone Sales and Support Status
Due to the Independence Day Holiday in the United States, our telephone services will be closed on July 4th. This includes both the Sales and Support lines. Service will resume again during normal business hours on July 5th.
Email support services will be open. We apologize for any inconvenience this may cause.
SELECT template FROM vb_template WHERE templateid = 5228Time Before: 0.09243 seconds Time After: 0.09247 seconds Time Taken: 0.00004 seconds
SELECT parent.category AS parentcat, cat.categoryid, cat.category, info.title, cat.catleft, cat.catright, info.title AS node, childnode.nodeid, count(nodecat.nodeid) as qty FROM vb_cms_node AS node INNER JOIN vb_cms_node AS childnode ON childnode.nodeleft BETWEEN node.nodeleft AND node.noderight INNER JOIN vb_cms_nodeinfo AS info ON info.nodeid = childnode.nodeid INNER JOIN vb_cms_category AS parent on parent.parentnode = childnode.nodeid INNER JOIN vb_cms_category AS cat ON cat.catleft BETWEEN parent.catleft AND parent.catright LEFT JOIN vb_cms_nodecategory AS nodecat ON nodecat.categoryid = cat.categoryid WHERE node.nodeid = 1 GROUP BY parent.category, cat.categoryid, cat.category, cat.catleft, cat.catright, info.title, childnode.nodeid, info.title ORDER BY childnode.nodeleft, catleft;Time Before: 0.05448 seconds Time After: 0.05454 seconds [B]Time Taken: 0.00006 seconds[/B]
Comment