vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   How do I print a title in widget? (https://vborg.vbsupport.ru/showthread.php?t=325365)

CreedFeed 07-11-2017 09:40 PM

How do I print a title in widget?
 
I have created a basic product that will store some HTML code in a VB Settings variable, and then create a widget that will print out the HTML from that settings variable. The code is below. I'm not understanding how to get the title to print out in the widget. What am I missing?

In the product code below, I created a phrase, setting_q1linkslist_title. That's what I'd like to print as the title...

Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<product productid="q1links" active="1">
        <title>QuakeOne Links</title>
        <description>A static listing of links</description>
        <version>1.0.0</version>
        <url>http://quakeone.com</url>
        <versioncheckurl />
        <dependencies>
        </dependencies>
        <codes>
        </codes>
        <templates>
                <template name="widget_q1links" templatetype="template" date="1499651043" username="Solecord" version="1.0.0"><![CDATA[
                <vb:if condition="($vboptions['q1linkslist'])">
                        <div class="canvas-widget default-widget custom-html-widget" id="widget_{vb:raw widgetinstanceid}" data-widget-id="{vb:raw widgetid}" data-widget-instance-id="{vb:raw widgetinstanceid}">
                                {vb:template module_title, widgetConfig={vb:raw widgetConfig}, can_use_sitebuilder={vb:raw user.can_use_sitebuilder}}
                                <div class="widget-content">
                                        <hr class="widget-header-divider" />
                                        {vb:raw vboptions.q1linkslist}
                                </div>
                        </div>
                </vb:if>
                ]]></template>
        </templates>
        <stylevardfns>
        </stylevardfns>
        <stylevars>
        </stylevars>
        <hooks>
        </hooks>
        <phrases>
                <phrasetype name="q1links" fieldname="q1links">
                        <phrase name="widget_q1links_widgettitle" date="1499651043" username="Solecord" version="1.0.0"><![CDATA[Quake Links]]></phrase>
                </phrasetype>
                <phrasetype name="vBulletin Settings" fieldname="vbsettings">
                        <phrase name="setting_q1linkslist_desc" date="1499651043" username="Solecord" version="1.0"><![CDATA[Enter a list of links]]></phrase>
                        <phrase name="setting_q1linkslist_title" date="1499651043" username="Solecord" version="1.0"><![CDATA[Links List]]></phrase>
                        <phrase name="settinggroup_q1links" date="1499651043" username="Solecord" version="1.0"><![CDATA[QuakeOne Links]]></phrase>
                </phrasetype>
        </phrases>
        <options>
                <settinggroup name="q1links" displayorder="6730">
                        <setting varname="q1linkslist" displayorder="10">
                                <datatype>free</datatype>
                                <optioncode>textarea</optioncode>
                                <public>1</public>
                        </setting>
                </settinggroup>
        </options>
        <helptopics>
        </helptopics>
        <cronentries>
        </cronentries>
        <faqentries>
        </faqentries>
        <widgets>
                <widget guid="q1links-1468027049.647168640">
                        <template>widget_q1links</template>
                        <icon>module-icon-default.png</icon>
                        <isthirdparty>1</isthirdparty>
                        <category>General</category>
                        <cloneable>0</cloneable>
                        <canbemultiple>0</canbemultiple>
                        <product>q1links</product>
                        <definitions>
                                <definition>
                                        <name>title</name>
                                        <field>Text</field>
                                        <defaultvalue>phrase:widget_q1links_widgettitle</defaultvalue>
                                        <isusereditable>1</isusereditable>
                                        <isrequired>0</isrequired>
                                        <displayorder>1</displayorder>
                                        <validationtype>force_datatype</validationtype>
                                        <product>q1links</product>
                                </definition>
                        </definitions>
                </widget>
        </widgets>
        <pagetemplates>
        </pagetemplates>
        <pages>
        </pages>
        <channels>
        </channels>
        <routes>
        </routes>
</product>


noypiscripter 07-12-2017 05:48 AM

If you want to display the title "Link List" which is the value of the "setting_q1linkslist_title" phrase, then use this code:
Code:

{vb:phrase setting_q1linkslist_title}
or

Code:

{vb:rawphrase setting_q1linkslist_title}
That setting is intended to be used in AdminCP setting page for your product but if you also want to display it in the module itself, then you can do so using the above code.


All times are GMT. The time now is 08:15 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.01011 seconds
  • Memory Usage 1,728KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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