The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hello guys how are you
in vbcms_widget_rss_page there is this code 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>
Any items above this number found in the feed will be ignored. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|