I'm not exactly sure how to post the structure.
I think this is what you mean by structure though:
Quote: |
bbcategories
cat_id cat_title cat_order
bbconfig
config_name config_value
bbforums
forum_id cat_id forum_name forum_desc forum_status forum_order forum_posts forum_topics forum_last_post_id prune_next prune_enable auth_view auth_read auth_post auth_reply auth_edit auth_delete auth_sticky auth_announce auth_vote auth_pollcreate auth_attachments
bbposts
post_id topic_id forum_id poster_id post_time poster_ip post_username enable_bbcode enable_html enable_smilies enable_sig post_edit_time post_edit_count
bbposts_text
post_id bbcode_uid post_subject post_text
bbtopics
topic_id forum_id topic_title topic_poster topic_time topic_views topic_replies topic_status topic_vote topic_type topic_last_post_id topic_first_post_id topic_moved_id
|
Alright, So I didn't post all of the bb tables, just the ones that looked like they might be needed for something like this. If you need to see others, let me know.
I took out the reference to backend.php in the header, and the reference to the nukeFEED script is there so the browser sees all the feeds. When I try and burn the feed I get this message:
Quote: |
The URL does not appear to reference a valid XML file. |
A couple other rss reader gave me errors with my feeds as well. Only firefox seems to be able to read it. Is there any other way to link to the feeds besides the default modules.php?name=Feeds&fid=3&type=RSS20?