Forum Integrated News Delivery
Subject: Re: Forum Integrated News Delivery
Last edited by drexful on Mon 25 Jun, 2007 22:01; edited 1 time in total
nm
Last edited by drexful on Mon 25 Jun, 2007 22:01; edited 1 time in total
Subject: Re: Forum Integrated News Delivery
Does anybody knows a working demo for this mod, or can show a screenshot so I can see exactly how it works?
Subject: Re: Forum Integrated News Delivery
There it's a block inside ACP where u config the RSS, after that, you have another block where u push "get news" and the robot read the rss and post each single news of the rss as a post
kognos wrote: [View Post]
There it's a block inside ACP where u config the RSS, after that, you have another block where u push "get news" and the robot read the rss and post each single news of the rss as a post
Subject: Re: Forum Integrated News Delivery
Can anyone help me on this? i installed it successfull and feed into my forum. But Post count is not working and Post Count Checked box in ACP is checked.
Subject: Re: Forum Integrated News Delivery
Hi,
I am having problem with Newsfeed_Sources on 1.1.7.22 IP.
Fatal error: Call to undefined function bbencode_second_pass() in /home/usavngu8/public_html/adm/admin_newsfeed_sources.php on line 75
I am having problem with Newsfeed_Sources on 1.1.7.22 IP.
Fatal error: Call to undefined function bbencode_second_pass() in /home/usavngu8/public_html/adm/admin_newsfeed_sources.php on line 75
Subject: Re: Forum Integrated News Delivery
this modification it's for las estable release. i didn't test it on that version
xmenfile wrote: [View Post]
this modification it's for las estable release. i didn't test it on that version
Subject: Re: Forum Integrated News Delivery
Last edited by darkasylum on Wed 16 Jan, 2008 17:29; edited 1 time in total
hi guys,
i have run the query in the backend and created the table. The description of the table that we got from the mysql is given below.
then installed as above. but i get these errors in the ACP?
any one help?
pleassssssssssssssssssssse
Couldn't obtain newsfeeds list
DEBUG MODE
SQL Error : 1146 Table 'ch0pper_phpb3.bbxs5_newsfeeds' doesn't exist
SELECT f.forum_name, n.*, c.cat_id, c.cat_title, u.user_id, u.username FROM bbxs5_newsfeeds n, bbxs5_forums f, bbxs5_categories c, bbxs5_users u WHERE f.forum_id = n.forum_id AND c.cat_id = f.cat_id AND u.user_id = n.user_id ORDER BY c.cat_order ASC, f.forum_order ASC, n.news_name ASC
Line : 611
File : admin_newsfeeds.php
AND
Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
====================================================================================================
|Field | Type | Null | Key | Default | Extra |
| feed_id | smallint(5) unsigned | | PRI | NULL | auto_increment |
| forum_id | smallint(5) unsigned | | MUL | 0 | |
| user_id | mediumint(8) | | | 0 | |
| news_url | varchar(255) | | | | |
| news_name | varchar(60) | YES | | NULL | |
| news_limit | smallint(5) unsigned | | | 0 | |
| news_active | tinyint(1) unsigned | | | 1 | |
| news_encoding | varchar(16) | | | Detect | |
| include_channel | tinyint(1) unsigned | | | 1 | |
| include_image | tinyint(1) unsigned | | | 1 | |
| topic_prefix | varchar(60) | YES | | NULL | |
| strip_topic | tinyint(1) unsigned | | | 0 | |
| single_post | tinyint(1) unsigned | | | 0 | |
| use_html | tinyint(1) unsigned | | | 0 | |
| include_icon | tinyint(1) unsigned | | | 1 | |
| include_title | tinyint(1) unsigned | | | 1 | |
| include_description | tinyint(1) unsigned | | | 1 | |
| include_details | tinyint(1) unsigned | | | 1 | |
| include_content | tinyint(1) unsigned | | | 0 | |
| include_readmore | tinyint(1) unsigned | | | 1 | |
| is_podcast | tinyint(1) unsigned | | | 0 | |
| strip_images | tinyint(1) unsigned | | | 0 | |
====================================================================================================
Please let us know if you have further queries.
i have run the query in the backend and created the table. The description of the table that we got from the mysql is given below.
then installed as above. but i get these errors in the ACP?
any one help?
pleassssssssssssssssssssse
Couldn't obtain newsfeeds list
DEBUG MODE
SQL Error : 1146 Table 'ch0pper_phpb3.bbxs5_newsfeeds' doesn't exist
SELECT f.forum_name, n.*, c.cat_id, c.cat_title, u.user_id, u.username FROM bbxs5_newsfeeds n, bbxs5_forums f, bbxs5_categories c, bbxs5_users u WHERE f.forum_id = n.forum_id AND c.cat_id = f.cat_id AND u.user_id = n.user_id ORDER BY c.cat_order ASC, f.forum_order ASC, n.news_name ASC
Line : 611
File : admin_newsfeeds.php
AND
Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
====================================================================================================
|Field | Type | Null | Key | Default | Extra |
| feed_id | smallint(5) unsigned | | PRI | NULL | auto_increment |
| forum_id | smallint(5) unsigned | | MUL | 0 | |
| user_id | mediumint(8) | | | 0 | |
| news_url | varchar(255) | | | | |
| news_name | varchar(60) | YES | | NULL | |
| news_limit | smallint(5) unsigned | | | 0 | |
| news_active | tinyint(1) unsigned | | | 1 | |
| news_encoding | varchar(16) | | | Detect | |
| include_channel | tinyint(1) unsigned | | | 1 | |
| include_image | tinyint(1) unsigned | | | 1 | |
| topic_prefix | varchar(60) | YES | | NULL | |
| strip_topic | tinyint(1) unsigned | | | 0 | |
| single_post | tinyint(1) unsigned | | | 0 | |
| use_html | tinyint(1) unsigned | | | 0 | |
| include_icon | tinyint(1) unsigned | | | 1 | |
| include_title | tinyint(1) unsigned | | | 1 | |
| include_description | tinyint(1) unsigned | | | 1 | |
| include_details | tinyint(1) unsigned | | | 1 | |
| include_content | tinyint(1) unsigned | | | 0 | |
| include_readmore | tinyint(1) unsigned | | | 1 | |
| is_podcast | tinyint(1) unsigned | | | 0 | |
| strip_images | tinyint(1) unsigned | | | 0 | |
====================================================================================================
Please let us know if you have further queries.
Last edited by darkasylum on Wed 16 Jan, 2008 17:29; edited 1 time in total
Subject: Re: Forum Integrated News Delivery
well bit update
Hi Guys,
I have just installked FIND, all seemed to go to plan until I tried to add a feed.
The Forum Name drop down is blank! (see pic)
also the other problem is Newsfeed Sources in the ACP
i get this error when i click on it
rssParser.parse: using curl to retrieve http://thecomichaven.com/rss/find.rdf
rssParser._getEncodingType: stream encoding type = UTF-8.
rssParser._replaceSpecial: converting special characters.
rssParser.parse: xml parsing rss input.
rssParser.startElement: opening rss feed ...
Array
(
[VERSION] => 2.0
[XMLNS:RDF] => http://www.w3.org/1999/02/22-rdf-syntax-ns#
)
rssParser.endElement: done parsing item topic: "FIND 1.2.0 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 3 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 2 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 1 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Released"
rssParser.endElement: done parsing item topic: "The Comic Haven takes over support of the phpBB FIND MOD"
rssParser.endElement: closing rss feed ...
rssParser.parse: xml parsing complete.
Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
any help would be the great with many thanks
Hi Guys,
I have just installked FIND, all seemed to go to plan until I tried to add a feed.
The Forum Name drop down is blank! (see pic)
also the other problem is Newsfeed Sources in the ACP
i get this error when i click on it
rssParser.parse: using curl to retrieve http://thecomichaven.com/rss/find.rdf
rssParser._getEncodingType: stream encoding type = UTF-8.
rssParser._replaceSpecial: converting special characters.
rssParser.parse: xml parsing rss input.
rssParser.startElement: opening rss feed ...
Array
(
[VERSION] => 2.0
[XMLNS:RDF] => http://www.w3.org/1999/02/22-rdf-syntax-ns#
)
rssParser.endElement: done parsing item topic: "FIND 1.2.0 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 3 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 2 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Update 1 Released"
rssParser.endElement: done parsing item topic: "FIND 1.1 Beta Released"
rssParser.endElement: done parsing item topic: "The Comic Haven takes over support of the phpBB FIND MOD"
rssParser.endElement: closing rss feed ...
rssParser.parse: xml parsing complete.
Fatal error: Call to undefined function: bbencode_second_pass() in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 75
any help would be the great with many thanks
Subject: Re: Forum Integrated News Delivery
Last edited by WebRyan24 on Thu 17 Jan, 2008 22:41; edited 2 times in total
I'm a little confused... Hasn't this already been integrated into the latest IP package?
Last edited by WebRyan24 on Thu 17 Jan, 2008 22:41; edited 2 times in total
Subject: Re: Forum Integrated News Delivery
OK, answering my own question here... I was mistaken, as it looks like this wasn't ever ported into the IP package. Maybe we can lure Luca into integrating this into the next release of IP? Unfortunately, I don't think this will work under any version of IP (other than the versions that Zuker has tested it with). So, if I were you I would just un-install this add-on, or hold out until the developer(that being Zuker) can come up with an update, so that it will work with the latest IP. IMO, I think this add-on could be extremely useful for many people, and if you ask me, I think it should already be included in the default package of IP. Just my 2 cents. :)
Last edited by WebRyan24 on Fri 18 Jan, 2008 00:52; edited 1 time in total
WebRyan24 wrote: [View Post]
OK, answering my own question here... I was mistaken, as it looks like this wasn't ever ported into the IP package. Maybe we can lure Luca into integrating this into the next release of IP? Unfortunately, I don't think this will work under any version of IP (other than the versions that Zuker has tested it with). So, if I were you I would just un-install this add-on, or hold out until the developer(that being Zuker) can come up with an update, so that it will work with the latest IP. IMO, I think this add-on could be extremely useful for many people, and if you ask me, I think it should already be included in the default package of IP. Just my 2 cents. :)
Last edited by WebRyan24 on Fri 18 Jan, 2008 00:52; edited 1 time in total
Subject: Re: Forum Integrated News Delivery
yes i agree think it should be included in the default package of IP , do any one on this board have it working under ip,
i have PM ever one but no one has got back to me,
mabye the Mighty Gorgon would install it? as part default? extremely useful for 100 people, and if you ask me,
how about it? pleeeeeeeeeeeeeeeeeeeeeeeeeessssssssse :shock:
i have PM ever one but no one has got back to me,
mabye the Mighty Gorgon would install it? as part default? extremely useful for 100 people, and if you ask me,
how about it? pleeeeeeeeeeeeeeeeeeeeeeeeeessssssssse :shock:
Subject: Re: Forum Integrated News Delivery
KugeLSichA
i dont believe that i was being rude, i just made a statement! i had PM ever one regarding this thread (eg in this thread)
and no as yet has got back to me. i sure they will! it a mater of time.
i am fully aware of how busy ppl are.
i quite happy to wait!
i dont believe that i was being rude, i just made a statement! i had PM ever one regarding this thread (eg in this thread)
and no as yet has got back to me. i sure they will! it a mater of time.
i am fully aware of how busy ppl are.
i quite happy to wait!
Page 2 of 7
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.147s (PHP: 24% SQL: 76%)
SQL queries: 10 - Debug Off - GZIP Enabled