Code: Select all
FROM " . POSTS_TABLE . " p JOIN " . USERS_TABLE . " u on p.poster_id = u.user_id JOIN " . TOPICS_TABLE . " t on p.topic_id = t.topic_id JOIN ". FORUMS_TABLE ." f on p.forum_id = f.forum_id
AND f.forum_id = '1'
no you would have to do that in the forumJirkaX wrote:Hi, is it possible to exclude somehow inserted images (by img tag) or attachements which are in the posts?
Um What? every page generated on the internet that is not xml has a <html>Survival Bill wrote:thier is no <html> in my overall header to put it under as per instructions on first post so now what do I do?
I am getting this what did I do wrong?
Code: Select all
Internet Explorer cannot display this feed
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
Code: Select all
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /phpBB3/forumrss.php on line 2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /phpBB3/forumrss.php on line 2
Parse error: syntax error, unexpected T_STRING in /phpBB3/forumrss.php on line 2
Actually I didn't and it's has confirmed my thoughts, only posts from the introduction section are showing up. How might I go about setting it up to be able to display those in the rest of the forum?joeroberts wrote:have you made changes to your forum sence this post because it showed up in yahoo,google,feedreader and firefox feedreader for me