current_object['forumid'])){ $forumid = WPF()->current_object['forumid']; }
if(isset(WPF()->current_object['topicid'])){ $topicid = WPF()->current_object['topicid']; }
if(isset($forumid) && isset($topicid)){
$rss2 = $url . '?type=rss2&forum=' . intval($forumid) . '&topic=' . intval($topicid);
}
elseif(isset($forumid) && !isset($topicid)){
$rss2 = $url . '?type=rss2&forum=' . intval($forumid);
}
if($general){
if( $general == 'topic' ){
$rss2 = $url . '?type=rss2&forum=g&topic=g';
}
elseif( $general == 'forum' ){
$rss2 = $url . '?type=rss2&forum=g';
}
}
$rss2 = esc_url($rss2);
if($echo){
echo $rss2;
}
else{
return $rss2;
}
}
function rss2_forum( $forum = array(), $topics = array() ){
if(empty($forum)) {
if(!wpforo_feature('rss-feed')){
header('HTTP/1.0 404 Not Found', true, 404);
die();
}
else{
return;
}
}
header("Content-Type: application/xml; charset" . get_option('blog_charset') );
echo '';
?>
general_options['title']) . ' - ' . wpforo_phrase('Recent Topics', false) ?>
- general_options['title']); ?>
general_options['description']); ?>
wpForo
60
-
]]>
]]>
';
?>
general_options['title']) . ' - ' . wpforo_phrase('Recent Posts', false); ?>
-
general_options['description']); ?>
wpForo
60
-
]]>
]]>