vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Forum Display Enhancements - Add Recent Blog/Site Feed under Postbit. Displays Recent Blog feeds or Site Feeds. (https://vborg.vbsupport.ru/showthread.php?t=157456)

chubzilla 06-01-2008 06:08 PM

ive done all the edits and all that shows up is my forum url? I made sure to put the feed.rss url in the first profile field and nothing

kevcj 06-19-2008 01:59 AM

I never could get this to work with blogger.com feeds. Any suggestions??

kevcj 06-28-2008 03:16 AM

Does anyone know how to get this working with RSS feeds as well as RSS2 feeds? Everything coming from blogger.com is not showing up.

a1whs.com 03-15-2009 08:22 AM

Quote:

Originally Posted by kevcj (Post 1560876)
Does anyone know how to get this working with RSS feeds as well as RSS2 feeds? Everything coming from blogger.com is not showing up.

Which version of VB are you using, i will work it more and try installing on my other domain with latest VB and see if its working , and will try blogger also.

Businesss 07-04-2009 06:30 AM

Is this working for vBulletin 3.7.2 Patch Level 2???

If so, what changes do I need to make?

I can't get the latest post from blog to show...It just shows the following:

Feed:

and then it is blank.

anupam_luv 04-02-2010 10:33 PM

For VB4 Forum just make the following changes

In postbit find
Quote:

<span class="usertitle">
{vb:raw post.usertitle}
</span>
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>

and after that write

Quote:

<!-- Custom -->
<vb:if condition="$post[field7]">
<div class="usertitle">
Latest Blog: <a href="{vb:raw post.field9}">{vb:raw post.field8}</a>
</div>
</vb:if>
<!-- Custom -->

Field7 represents :Site RSS Feed .
Field8 Represents : Last Feed Title
Field9 Represents : Feed URL

Also in sitefeedcron.php file, apart from making the neccessary changes in field names
Search the word "userfield" and append the prefix to ur table to it e.g. vb_userfield
Then make it run via "Schedule Tasks" (By adding a new schedule task)... Thats it.

anupam_luv 04-03-2010 12:32 AM

I have vb 4 cms and I want to set everybody's Site RSS Feed to its own VB Blog's rss feed (if his blog exists) otherwise keep it blank....

What should be the sql query to perform that ?

DNN 05-10-2011 08:05 PM

so basically, this would allow every individual profile user to have their own RSS feed?


All times are GMT. The time now is 02:13 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
  • Page Generation 0.01790 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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