vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Rss Feed for Member (https://vborg.vbsupport.ru/showthread.php?t=149775)

Atakan KOC 06-14-2007 10:00 PM

Rss Feed for Member
 
Install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-memberrss.xml' from your computer then press 'Import'

Plugin : 2
Phrases : 4
Template : 0
Setting : 2
File : 1

Rss Feed for Member Setting

Go to your admin cp, then:
vBulletin Options -> External Data Provider->

Enable RSS Member Syndication
Maximum External Member Rss Records

I am using RSS to read forum data before. Now you can follow the rss data of the per registered user. This system with RSS 2.0 can either in a short description or long description.


The system can read the rss feed with either Firefox or Internet Explorer 7.0.

http://www.onsayfa.com/images/pic01.gif



Additionally near the user name you can see the RSS logo.

http://www.onsayfa.com/images/pic02.gif


As a menu added to the user info, you can click on the RSS icon and read the usr's messages accordingly.

http://www.onsayfa.com/images/pic03.gif





It is easier to read the RSS data of the user by adding the RSS logo to the user info page.

http://www.onsayfa.com/images/pic05.gif



Support Given For Who Clicked Install {ONLY}

v1.0 - 15 Jub 2007
-First release

v1.1 - 07 July 2007
- Forum Title Problem Fixed


Atakan KOC 06-15-2007 11:32 AM

First post reserved

VaaKo 06-15-2007 12:02 PM

Interesting, though I was looking for something to allow members to enter their own external RSS FEEDS.

kaptanblack 06-15-2007 12:39 PM

Thanks Atakan KOC...

YeşiLMeN 06-15-2007 12:39 PM

Thanks m8,

This is Awasome Mode !

D&Y 06-15-2007 12:42 PM

Good job :) Thanks Atakan :)

T?RKMEN 06-15-2007 12:49 PM

Thanks Atakan KOC :)

Arda MENDES 06-15-2007 12:58 PM

A usefull mode too.

Thanks.

Harley77 06-15-2007 01:29 PM

Excellent Hack. Quick question though, would it be possible to have ALL posts by the user go into the feed rather than just the threads that were started by the member?

CMGU 06-15-2007 03:25 PM

excellent thank

tirol07 06-15-2007 03:49 PM

Thanks Atakan (ama ben bisey anlamadim :D)

zbahadir 06-15-2007 04:12 PM

Deneyelim bakalım.
Sanırım bir yerde kullanıyorsunuz bunu :)
Teşekk?rler.

Robru 06-15-2007 06:09 PM

awsome mod Atakan, thanks for it...

Fungsten 06-15-2007 09:03 PM

Question. When downloading the Mod there are gif images in the RSS2 folder that are not contained in the forum folder. Should those be uploaded too? Thanks.

rjmjr69 06-15-2007 10:52 PM

Yeah directions are very scarce what do we do with the image and the php file?

rjmjr69 06-15-2007 11:00 PM

Ok I figured it out I believe the PHP goes into the forum root folder. But one thing how do you move the RSS tag?

rjmjr69 06-15-2007 11:26 PM

Well I was able to figure out how to get it to the left of the username but the RIGHT doesnt work

RMS-Chef 06-16-2007 04:10 AM

Thanks for your work.
Would like to know about how/if permissions are handled. I have private forums that I would not like regular users to see any threads started in those private forums.

What would be great is an option field in the ACP to list an array of forum IDs that this would be enabled on (or forums excluded, either way is fine).

projectego 06-16-2007 07:13 AM

Fantastic idea! This would definitely be an excellent way of improving your board's SEO! Great work. :)

[high]* projectego clicks install[/high]

maxicep 06-16-2007 09:17 AM

thanks, :)
eyvallah Atakan Ko?.
?nsayfa portalında son mesaj g?sterimlerinde Tr karakter sorunu var haberin olsun.

Regual 06-16-2007 03:31 PM

Thanks Atakan, very Usefull mod.
Quote:

Originally Posted by tirol07 (Post 1269125)
Thanks Atakan (ama ben bisey anlamadim :D)

Anlamış gibi yap, bak ben hi? ?aktırıyormuyum :D Şaka bir yana cok teşekk?rler..

MajorFm.com 06-17-2007 08:27 AM

Installed on www.thedubaiforum.com

Worked a treat!

Atakan KOC 06-17-2007 02:24 PM

Quote:

Originally Posted by maxicep (Post 1269616)
thanks, :)
eyvallah Atakan Ko?.
?nsayfa portalında son mesaj g?sterimlerinde Tr karakter sorunu var haberin olsun.

Tr problemi yok. Orada g?venlik i?in T?rk?e karakterleri html karşılıklarına ?eviriyorum.

Thanks ;)

Atakan KOC 06-17-2007 02:24 PM

Quote:

Originally Posted by Regual (Post 1269807)
Thanks Atakan, very Usefull mod.

Anlamış gibi yap, bak ben hi? ?aktırıyormuyum :D Şaka bir yana cok teşekk?rler..

Bak bunları not ediyorum. Yazdım bir kenara :)

Illustrious 06-17-2007 08:46 PM

Try putting a permission check in the RSS. It seems like you can get the feed from all posts, and that's not always a good idea.

rfelice 06-18-2007 03:04 PM

This is indeed a great mod, but would it be possible to have this work based on subscribed threads?

kushal 06-19-2007 05:02 PM

Can you detail how to put the rss in postbit?

Legendery. 06-19-2007 09:17 PM

thank you very much Atakan KOC...
Regards....

child_abadan200 06-19-2007 09:45 PM

Thanks

Atakan KOC 06-20-2007 06:49 AM

Quote:

Originally Posted by kushal (Post 1271871)
Can you detail how to put the rss in postbit?





Hook Location = postbit_display_complete
PHP Code:

global $vbulletin;

if (
$vbulletin->options['memberrssfeed'])
{
$template_hook['postbit_userinfo_right'] = ' <a href="'.$vbulletin->options['bburl'].'/rssmember.php?id='.$post['userid'].'"><img class="inlineimg" src="images/misc/i-rss.gif" alt="'.unhtmlspecialchars($post['username']).' RSS Feed" border="0" /></a>';

$template_hook['postbit_user_popup'] = '<tr><td class="vbmenu_option"><a href="'.$vbulletin->options['bburl'].'/rssmember.php?id='.$post['userid'].'">'.unhtmlspecialchars($post['username']).' RSS Feed</a>';



noonespecial 06-22-2007 08:43 AM

Any chance to get one for posts as well as threads?

YLP1 06-22-2007 01:04 PM

Can this mod be used for members to pull their own threads/posts into their personal blogs or sites?

Edited to add.

I installed the mod but I get a page cannot displayed when clicking an RSS icon for a member.

This is the URL it is calling is: http://myISP.com/rssmember.php?id=XX (xx is the member id number).

When I change the url to http://myisp.com/external.php?rssmember.php?id=xx , I get all threads as I would normally with external.php.

How do I fix the url issue?

saidsrc 06-22-2007 07:29 PM

atakan bey merhaba,
ben bu eklentiyi kurdum,
1.si postbit legacy de benim additioanl fieldimden sonra cıkıyor, sonrasındakiler ise gozukmuyor RSS butonunn. bunu nasıl düzeltirim,
2. si de rss i acsam dahi tıkladıgımda bos beyaz bir sayfa ile karsılasıyorum

hadi postbit legacy i ben cozerim ugrasırsam da, 2. problemi nasıl cozecegim?

Teşekkürler

English:
Hi Atakan
i have installed that hack
but i have problems
1st when hack is active, postbit legacy problem..So, there is no info after where RSS buton !
2nd my rss pages are not working, so white page !

How can I run that ?_
Regards

nervous 06-23-2007 01:45 PM

Thats not work for me:(

Atakan KOC 06-26-2007 11:58 AM

Quote:

Originally Posted by [URL="https://vborg.vbsupport.ru/member.php?u=183697"
saidsrc[/URL]] 2. si de rss i acsam dahi tıkladıgımda bos beyaz bir sayfa ile karsılasıyorum

Eğer forumu ziyaret?ilere kapatmış iseniz g?z?kmeyecektir.

1. sorun ise eğer template g?ncellemelerini tam olarak yapmadıysanız bu t?r hata olacaktır.

pcoskat 06-28-2007 12:59 PM

Would it be possible to restrict feeds to members in a specific user group?

Ie...I'd only like to allow members of my site who have BLOGS or WEBSITES to have a feed or their posts from my forum.

Thanks!

Atakan KOC 07-07-2007 10:37 AM

v1.1 - 07 July 2007
- Forum Title Problem Fixed

osenmer 07-07-2007 01:49 PM

Thanks Atakan. great job ;)

elmati 07-07-2007 07:40 PM

thanks a lot atakan!
really useful!

* installed

popmyzit 07-10-2007 03:18 PM

How can we add this to the MEMBERINFO template?

nevermind I just added some of the code and it worked cool :)


All times are GMT. The time now is 05:50 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.01509 seconds
  • Memory Usage 1,816KB
  • 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
  • (1)bbcode_php_printable
  • (5)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
  • (40)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