| Re: Full Text RSS for Publisher module |
| by rgauci on 2012/2/27 14:56:35 the tag for the whole text I think is $item.maintext so whats best to code it? |
| Re: Full Text RSS for Publisher module |
| by bjuti on 2012/2/27 13:43:03 Try something like this <description><![CDATA[<p><{$item}></p>]]></description> or try inestead of $item somethinlike $item.text $item.body (check in templates what's the tag for whole text). Sorry I'm writing you inna hurry. |
| Re: Full Text RSS for Publisher module |
| by rgauci on 2012/2/26 19:09:12 Bump??? |
| Re: Full Text RSS for Publisher module |
| by rgauci on 2012/2/26 8:21:59 Many thanks iHackCode as your code did show the full body but it is also showing the text as with no paragraph breaks at all something like this: Quote: Dr Morse was the first to publish in medical journals the phenomena of near-death experiences in children. <br /><br />Lazarus is the first recorded near-death experiences by Jesus in the Bible.<br /><br />Luke 16 New International Version<br /><br />The Rich Man and Lazarus<br /> <br /> ..Instead of: Quote: Dr Morse was the first to publish in medical journals the phenomena of near-death experiences in children. and no bold type etc comes up Many thanks again as for your continuous help. Ray |
| Re: Full Text RSS for Publisher module |
| by iHackCode on 2012/2/26 1:08:00 this will show the whole body. 'description' => htmlspecialchars(strip_tags($item->plain_maintext(),'<br></ br>'), ENT_QUOTES))); |