![]() |
Quote:
|
Velocd, is the "RSS Label" value available as a variable name to use in the template? I'd like to have that value appear in my template so I'm hoping that there's a variable name for it. :D
|
Yeah, it should be accessible by the variable $articlebot[label], which pertains to each RSS feed.
I found an awesome RSS feed directory on the web, whom also have a cool RSS news aggregator application in .NET. http://www.newsisfree.com/sources/bycat/ Cool beans. |
Quote:
|
Great hack, working well. However the posts added by AB don't trip whatever gets tripped to send out an email to the forum members... Any way around this?
Thanks, Blake |
What do you mean by trip?
|
I still get..
Warning: main(/admincp/global.php): failed to open stream: No such file or directory in /home/mgunnin/public_html/forums/admincp/articlebot/articlebot.php on line 43 Fatal error: main(): Failed opening required '/admincp/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mgunnin/public_html/forums/admincp/articlebot/articlebot.php on line 43 I am not sure what to do to fix this, did everything step by step and check 100 times. I know it is something simple that I am just overlooking. chdir('/home/mgunnin/public_html/forums/'); require_once './global.php'; include_once './articlebot/rss_fetch.inc'; Is that correct? |
The articlebot directory was not meant to go inside the admincp folder (according to install.html)
Still, if you're using chdir() it should relocate. The path seems to be referencing to /admincp/global.php though. Are you sure the following line is correct? Code:
chdir('/home/mgunnin/public_html/forums/'); So change: Code:
include_once './articlebot/rss_fetch.inc'; Code:
include_once './admincp/articlebot/rss_fetch.inc'; |
by trip, I mean that what I have here:
Email Addresses to Notify When there is a New Post (Separate each address with a SPACE) doesn't seem to be used when AB posts. Threrefore the people I want to see the new post aren't getting the normal email. They have to happen upon it, which isn't timely. Thanks! |
Quote:
|
All times are GMT. The time now is 11:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|