vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   About RSS (very important) (https://vborg.vbsupport.ru/showthread.php?t=239355)

4nawadir.com 03-29-2010 04:06 PM

About RSS (very important)
 
Hi, How are you https://vborg.vbsupport.ru/

When we need to take some threads by RSS, we add the link
https://vborg.vbsupport.ru/external.php?type=RSS2&forumids=245
(
exemple)
and we will take threads from
vBulletin.org Forum - vBulletin 4.0 Add-ons

What about if we need to take threads from 1 user, and not from all users Threads
For exemple
https://vborg.vbsupport.ru/external.php?type=RSS2&
userids=1
& if user how have id=1 post a thread, My forum take it by rss
and from other user don't take her threads ...

Can we do it ? How ? http://www.vbulletin.com/forum/images/smilies/cool.png
If we can't , we are waiting some ADD-ON to do it ! http://www.vbulletin.com/forum/image...s/rolleyes.png

ThaNks
https://vborg.vbsupport.ru/

SoRRy FoR My BaD ENgLiSh http://www.vbulletin.com/forum/image...ies/tongue.png

Videx 03-30-2010 02:20 AM

This isn't very important for me. In fact, it's not important at all.

ForumsMods 03-30-2010 02:58 AM

It is easty to do.
Add new plugin to external_start:
PHP Code:

$vbulletin->input->clean_array_gpc('r', array(
    
'userid'  => TYPE_UINT,
)); 

An other to external_query:
PHP Code:

$hook_query_where .= "AND thread.postuserid = " $vbulletin->GPC['userid'] . ""


4nawadir.com 03-30-2010 09:44 AM

Quote:

Originally Posted by Videx (Post 2012600)
This isn't very important for me. In fact, it's not important at all.

It's important To ME
Quote:

Originally Posted by vB Style (Post 2012622)
It is easty to do.
Add new plugin to external_start:
PHP Code:

$vbulletin->input->clean_array_gpc('r', array(
    
'userid'  => TYPE_UINT,
)); 

An other to external_query:
PHP Code:

$hook_query_where .= "AND thread.postuserid = " $vbulletin->GPC['userid'] . ""


Thanks , i'll test it and back ! :D

ForumsMods 03-30-2010 01:36 PM

At weekend, I am going to improve the hack to support multiple userids, repack it and post in Mod section.

4nawadir.com 03-31-2010 04:48 PM

okii i'm waiting
And your codes is okii thanks

OmniBuzz 05-07-2010 11:07 AM

Quote:

Originally Posted by Videx (Post 2012600)
This isn't very important for me. In fact, it's not important at all.

I felt the same way until I read you. Now I am not sure. If it was not that important why would you post such an answer ?


All times are GMT. The time now is 09:56 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.01252 seconds
  • Memory Usage 1,732KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete