RSS Feed external.php parameters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Meestor_X
    Senior Member
    • Apr 2006
    • 637
    • 3.8.x

    [Forum] RSS Feed external.php parameters

    What are all the possible parameters for the external.php url? I know about the type= parameters (RSS/RSS2/JS/XML) and the ?forumid= parameter but what others are possible and what is the formatting required?

    For example, can I show a feed of activity from one particular thread?
    -Andy.
    http://www.checkcheckonetwo.com
    http://www.mindplacesupport.com
  • AliMadkour
    Senior Member
    • Dec 2004
    • 1588
    • 6.X

    #2
    Hi,
    feeds not available for specific thread,
    Common parameters are,

    type= Like (rss,rss2,xml,JS)
    forumid = display only feeds from specific forum
    forumids = display feeds from several forums
    count = controls how many feeds to display

    Former vBulletin Support Staff
    Need Help?, Or P.M. Me

    Comment

    • Meestor_X
      Senior Member
      • Apr 2006
      • 637
      • 3.8.x

      #3
      Thank you for your reply. I know you say those are the "common" parameters. How would I find out what ALL the possible parameters are?
      -Andy.
      http://www.checkcheckonetwo.com
      http://www.mindplacesupport.com

      Comment

      • Hartmut
        Senior Member
        • Nov 2007
        • 2870
        • 4.2.x

        #4
        All parameters by checking the script are
        PHP Code:
        $vbulletin->input->clean_array_gpc('r', array(
         
        'forumid'  => TYPE_UINT,
         
        'forumids' => TYPE_STR,
         
        'type'     => TYPE_STR,
         
        'lastpost' => TYPE_BOOL,
         
        'nohtml'   => TYPE_BOOL,
         
        'fulldesc' => TYPE_BOOL,
         
        'do'       => TYPE_STR,
         
        'count'    => TYPE_UINT,
         
        'id'       => TYPE_UINT,
         
        'grouped'  => TYPE_UINT,
         
        'days'     => TYPE_UINT,
         
        'detail'   => TYPE_STR,
         
        'name'     => TYPE_STR,
        )); 
        No private support, only PM me when I ask for it. Support in the forums only.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...