vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   Formatting module/widget names (https://vborg.vbsupport.ru/showthread.php?t=318559)

Replicant 05-04-2015 10:55 PM

Formatting module/widget names
 
I just finished creating a custom widget. It shows up in SiteBuilder with the correct icon, but VB seems to want to name it kind of odd.

~~widget_polls_widgettitle~~

The template name is widget_polls. I was wondering if anyone knows which item in the XML file names the widget. Currently, I have "title" in the <name> tag in the XML file and that got me nowhere. Here is the definition block from the XML file.

Code:

<definition>
                                <field>Text</field>
                                <name>title</name>
                                <defaultvalue>Current Polls</defaultvalue>
                                <isusereditable>1</isusereditable>
                                <isrequired>0</isrequired>
                                <displayorder>1</displayorder>
                                <validationtype>force_datatype</validationtype>
                        </definition>


Dead Eddie 05-05-2015 12:05 AM

Are you looking for the human readable form of widget_polls_widgettitle? If so, it's a phrase.

Replicant 05-05-2015 12:51 AM

That makes sense. Now to find where to link the phrase to the widget. Thanks Eddie.

delicjous 05-07-2015 02:58 AM

HTML Code:

<phrase name="YOUR_WIDGET_NAME_widgettitle" date="" username="" version="1.0"><![CDATA[YOUR_WIDGET_NAME]]></phrase>
Hope it helped :)

Replicant 05-07-2015 05:55 PM

Quote:

Originally Posted by delicjous (Post 2545018)
HTML Code:

<phrase name="YOUR_WIDGET_NAME_widgettitle" date="" username="" version="1.0"><![CDATA[YOUR_WIDGET_NAME]]></phrase>
Hope it helped :)

Very much. Thanks.


All times are GMT. The time now is 10:39 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.01037 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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