vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Changing format of CMS WIDGET RECENT THREAD (https://vborg.vbsupport.ru/showthread.php?t=278028)

Volvoholic 02-04-2012 08:26 AM

Changing format of CMS WIDGET RECENT THREAD
 
Hi,

I would like to know how to go about removing the following in the Recent Threads CMS Widget;

1. Thread starter
2. Thread content
3. Thread date

I don't know much about PHP coding and I basically just need the Thread title in the widget. Thanks in advance.

V

Lynne 02-04-2012 06:08 PM

Only the thread title. If so, edit the vbcms_widget_recentthreads_page template to only have the following code:

HTML Code:

<div class="cms_widget">
    <div class="block">
        <div class="cms_widget_header">
            <h3><img alt="" src="{vb:stylevar imgdir_cms}/widget-forum.png" /> {vb:raw title}</h3>
        </div>
        <div class="cms_widget_content widget_content">
        <vb:each from="threads" key="threadid" value="thread">
            <div class="cms_widget_post_bit widget_post_bit">
                    <div class="cms_widget_post_comment_noavatar widget_post_comment_noavatar">
                        <h4 class="cms_widget_post_header widget_post_header">
                            <a href="{vb:link thread, {vb:raw thread}}">{vb:raw thread.title}</a>
                        </h4>
            </div>
        </vb:each>
        </div>
    </div>
</div>


Volvoholic 02-05-2012 08:24 AM

Thanks Lynne !!! :)

That was exactly what I was looking for.


All times are GMT. The time now is 04:21 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.01349 seconds
  • Memory Usage 1,713KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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