db_Select("rss", "*", "rss_class='0' AND rss_limit>0 ORDER BY rss_name")) { while($row=$sql->db_Fetch()) { // Wildcard topic_id's should not be listed if(strpos($row['rss_url'], "*")===FALSE) { $url = SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".$tp->toHTML($row['rss_url'], TRUE, 'constants, no_hook, emotes_off').".2"; $url .= ($row['rss_topicid']) ? ".".$row['rss_topicid'] : ""; $name = $tp->toHTML($row['rss_name'], TRUE, 'no_hook, emotes_off'); echo "\n"; } } } ?>