libe
01-19-2010, 05:43 AM
hello guys how are you
in vbcms_widget_rss_page
there is this code
<div class="cms_widget">
<div class="block">
<!-- Rss Header -->
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_cms}/widget-rss.png" alt="{vb:rawphrase rss_feed}" /> <a href="{vb:raw rsslink}"> {vb:var rsstitle} {vb:rawphrase rss_feed}</a></h3>
</div>
<!-- Rss Data -->
<div class="cms_widget_content">
<!-- Commenting out RSS Description {vb:raw rssdescription} -->
<vb:each from="details" key="id" value="detail">
<div class="cms_widget_post_bit">
<h4 class="cms_widget_post_header"><a href="{vb:raw detail.link}">{vb:raw detail.title}</a></h4>
<!-- /////// Commenting out Summary and Author
{vb:raw detail.summary} <br />
{vb:raw detail.author} <br />
-->
</div>
</vb:each>
</div>
<vb:comment>
- feed_count is number of records shown
- more_data is whether there are more records.
- rsstitle is the title pulled from rss
- widgettitle is the title of the widget
</vb:comment>
<vb:comment>
<vb:if condition="$more_data">
<a href="{vb:raw rssurl}">{vb:rawphrase read_more}</a>
</vb:if>
</vb:comment>
</div>
</div>
how do i make it from {vb:raw detail.title} to Body or any thing i want like show the like Attach Files & also Maximum Items to Fetch
Any items above this number found in the feed will be ignored.
in vbcms_widget_rss_page
there is this code
<div class="cms_widget">
<div class="block">
<!-- Rss Header -->
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_cms}/widget-rss.png" alt="{vb:rawphrase rss_feed}" /> <a href="{vb:raw rsslink}"> {vb:var rsstitle} {vb:rawphrase rss_feed}</a></h3>
</div>
<!-- Rss Data -->
<div class="cms_widget_content">
<!-- Commenting out RSS Description {vb:raw rssdescription} -->
<vb:each from="details" key="id" value="detail">
<div class="cms_widget_post_bit">
<h4 class="cms_widget_post_header"><a href="{vb:raw detail.link}">{vb:raw detail.title}</a></h4>
<!-- /////// Commenting out Summary and Author
{vb:raw detail.summary} <br />
{vb:raw detail.author} <br />
-->
</div>
</vb:each>
</div>
<vb:comment>
- feed_count is number of records shown
- more_data is whether there are more records.
- rsstitle is the title pulled from rss
- widgettitle is the title of the widget
</vb:comment>
<vb:comment>
<vb:if condition="$more_data">
<a href="{vb:raw rssurl}">{vb:rawphrase read_more}</a>
</vb:if>
</vb:comment>
</div>
</div>
how do i make it from {vb:raw detail.title} to Body or any thing i want like show the like Attach Files & also Maximum Items to Fetch
Any items above this number found in the feed will be ignored.