Force Read more ... link to appear in RSS exporter

Discussion in 'vBulletin' started by abdobasha2004, Oct 12, 2009.

  1. #1
    I want to force a link to the thread to appear in the first part or any part if used / grabbed in RSS aggregator
    any ideas
    simply i think the link will be like :

    <a href="showthread.php?$session[sessionurl]t=$threadid">Read more ...</a>
    HTML:
    but wher to put it to appear in rss?
    here is a piece of code in external.php:
    $postbit_obj =& $postbit_factory->fetch_postbit('external');
    						$message = $postbit_obj->construct_postbit($thread);
    						$xml->add_tag('content:encoded', $message);
    						unset($message);
    PHP:
    so i need $message to be a link for the thread for example or added link read more after it
     
    abdobasha2004, Oct 12, 2009 IP
  2. abdobasha2004

    abdobasha2004 Well-Known Member

    Messages:
    1,117
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    160
    #2
    please any body help
    I am being copied a lot !
     
    abdobasha2004, Oct 17, 2009 IP