vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   editing vbcms_widget_rss_page (https://vborg.vbsupport.ru/showthread.php?t=233506)

libe 01-19-2010 05:43 AM

editing vbcms_widget_rss_page
 
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}"> &nbsp;{vb:var rsstitle}&nbsp; {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 
                                &nbsp;&nbsp;&nbsp;&nbsp;{vb:raw detail.summary} <br />
                                &nbsp;&nbsp;&nbsp;&nbsp;{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.


All times are GMT. The time now is 12:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01465 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete