PDA

View Full Version : About RSS (very important)


4nawadir.com
03-29-2010, 04:06 PM
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/images/smilies/rolleyes.png

ThaNks https://vborg.vbsupport.ru/

SoRRy FoR My BaD ENgLiSh http://www.vbulletin.com/forum/images/smilies/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:
$vbulletin->input->clean_array_gpc('r', array(
'userid' => TYPE_UINT,
));

An other to external_query:
$hook_query_where .= "AND thread.postuserid = " . $vbulletin->GPC['userid'] . "";

4nawadir.com
03-30-2010, 09:44 AM
This isn't very important for me. In fact, it's not important at all.
It's important To ME
It is easty to do.
Add new plugin to external_start:
$vbulletin->input->clean_array_gpc('r', array(
'userid' => TYPE_UINT,
));An other to external_query:
$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
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 ?