Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Programming Discussions
  #1  
Old 07-11-2017, 09:40 PM
CreedFeed's Avatar
CreedFeed CreedFeed is offline
 
Join Date: Apr 2002
Location: Milwaukee, WI
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:53 PM.


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.02208 seconds
  • Memory Usage 2,208KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete