vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Latest Blog Feed in Postbit using Carp RSS (https://vborg.vbsupport.ru/showthread.php?t=91781)

djbaxter 05-13-2007 03:03 PM

After upgrading to 3.66, my previous blog add-on needed to be redone. I decided to try this one instead, since frankly the previous one was a royal pain.

Works like a charm in 3.66 and seems to get Blogger feeds as well as other normal RSS feeds. Just set up the blogger feed URL as follows:

Code:

http://{blogname}.blogspot.com/feeds/posts/default?alt=rss
Of course, if your members encounter any difficulty getting their feeds to show up, you can always tell them to process it through Feedburner and use that URL.

I also couldn't get it to work with custom field paths but it's fine if you just delete those lines.

Thanks, nevetS! :)

djbaxter 05-21-2007 06:50 PM

Question:

Anyone know what I have to do to correct a blog title like the following:

Quote:

The sad state of Canada?s health care system
i.e., what do I have to do to get it to correctly parse or display "Canada's" instead of "Canada?s"?

wtricks 05-24-2007 03:18 PM

Quote:

You did not enter the correct format for the My latest blog entry field. Please read the field description for the expected format.
What's the format it expects? I tried my link from feedburner, the link of the rss feed as it appears in the footer of my wordpress blog .. nothing. Thank you in advance ;)

djbaxter 05-24-2007 03:50 PM

I don't use Feedburner but for WordPress it should look like http://www.somenlog.com/feed/

wtricks 06-07-2007 03:34 PM

I used this and 3 other possible links with no use. Here is the code as I have put it in the plugin section. I might have not set the path correctly I assume.

Code:

require_once 'carp/carp.php';
CarpConf('cacheinterval',120);
/** You may want to set a cachepath specifically for your forum **/
CarpConf('cachepath','carp/');
CarpConf('cacherelative',0);
/** You can omit the above two lines without a problem **/
CarpConf('cborder','');
CarpConf('poweredby','');
CarpConf('maxitems',1);
CarpConf('iorder','link');

I have the carp folder in : wtricks.com/forums/carp and the cache folder is in wtricks.com/forums/carp/cache ...

Thank you again for any possible tips as how to solve this :)

Retal 06-20-2007 10:05 AM

I will pay 15 bucks via PayPal to the person who will make an installable and working product for vB 3.6.x from this one. If someone is interested, please PM me

Snider 06-28-2007 01:16 PM

I don't even get an error - it just shows the Blog: and no link or text at all.

Any ideas ?


http://www.widewebtalk.com/showthrea...=1861#post1861

djbaxter 06-28-2007 01:24 PM

Quote:

Originally Posted by Snider (Post 1278417)
I don't even get an error - it just shows the Blog: and no link or text at all.

Any ideas ?

http://www.widewebtalk.com/showthrea...=1861#post1861

Did you create and run the cron job ("scheduled task") to update the feeds?

Snider 06-28-2007 01:28 PM

No I have not as that is not in the instructions to do that I can find.

djbaxter 06-28-2007 01:41 PM

My aplologies - you're correct. That was for another add-on I tried that didn't work properly for me.

If I recall correctly, I had to fiddle with this a bit to get it to work.

Make sure that your Carp Configuration plugin looks like this:

Code:

require_once '/full/server/path/to/forum/carp/carp.php';
CarpConf('cacheinterval',120);
CarpConf('cborder','');
CarpConf('poweredby','');
CarpConf('maxitems',1);
CarpConf('iorder','link');
CarpConf('linktarget',1);

And that your Get Users Blog Entry plugin looks like this:

Code:

ob_start();
CarpCacheShow($post[field6]);
$blogentry = ob_get_contents();
ob_end_clean();

Then double check that the correct field is identified in the edits to your postbit:

Code:

<if condition="$post['field6']">
<div class="smallfont">Recent Blog: $blogentry</div>
</if>

In the supplied example, it is field5. For my forum it was field6. It may be different for you forum.


All times are GMT. The time now is 06:33 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01168 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete