vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   XML Importing [templates & phrases] (https://vborg.vbsupport.ru/showthread.php?t=74653)

Johannes de Le?n 01-19-2005 03:00 PM

XML Importing [templates & phrases]
 
Could anyone tell me if this is the correct syntax while coding VB3 XML files, please?

Phrases:
Code:

  <?xml version="1.0" encoding="ISO-8859-1"?>
 
  <language name="shouldgetreplaced" vbversion="version here" type="phrases">
          <phrasetype name="Group1">
                  <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
                  <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
          </phrasetype>
 
          <phrasetype name="Group2">
                  <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
                  <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
          </phrasetype>
 
  </language>

Can someone explain me the language name variable, and which other options are available?

Templates:
Code:

  <style name="Custom" vbversion="version here" type="custom">
 
          <templategroup name="templatetitle1">
                  <template name="templatetitle1" templatetype="template" date="date here" username="author" version="version here"><![CDATA[ALL TEMPLATE CODE HERE]]></template>
          </templategroup>
  </style>

And please do explain me where the templategroup name and the template name differ, and where are they used.

One last question, how do I upload them without erasing the current styles, but just adding the information to them?

Thanks in advance.

Zachery 01-19-2005 03:04 PM

Quote:

Originally Posted by Stirpes
Could anyone tell me if this is the correct syntax while coding VB3 XML files, please?

Phrases:
Code:

  <?xml version="1.0" encoding="ISO-8859-1"?>
 
  <language name="shouldgetreplaced" vbversion="version here" type="phrases">
          <phrasetype name="Group1">
                  <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
                  <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
          </phrasetype>
 
          <phrasetype name="Group2">
                  <phrase name="variable1"><![CDATA[Phrase to be added1]]></phrase>
                  <phrase name="variable2"><![CDATA[Phrase to be added2]]></phrase>
          </phrasetype>
 
  </language>

Can someone explain me the language name variable, and which other options are available?

Templates:
Code:

  <style name="Custom" vbversion="version here" type="custom">
 
          <templategroup name="templatetitle1">
                  <template name="templatetitle1" templatetype="template" date="date here" username="author" version="version here"><![CDATA[ALL TEMPLATE CODE HERE]]></template>
          </templategroup>
  </style>

And please do explain me where the templategroup name and the template name differ, and where are they used.

One last question, how do I upload them without erasing the current styles, but just adding the information to them?

Thanks in advance.

any reason you are custom codeing the xml files?

I mean whats the point? You can manage and add vB templates and phrases though the admincp fairly simplier

sabret00the 01-19-2005 03:18 PM

Quote:

Originally Posted by Zachery
any reason you are custom codeing the xml files?

I mean whats the point? You can manage and add vB templates and phrases though the admincp fairly simplier

probably a hack installer.

Johannes de Le?n 01-19-2005 03:31 PM

Quote:

Originally Posted by Zachery
any reason you are custom codeing the xml files?

I mean whats the point? You can manage and add vB templates and phrases though the admincp fairly simplier

I know. But my pc is not something I would brag much about. And for instance when you have to add like, let's say 25 phrases and 10 templates, it is much easier to do it with a XML file rather than one by one, since my pc works well with "text" files.

Since you didn't comment the code, I suppose it is correct, right?

Zachery 01-19-2005 03:42 PM

Quote:

Originally Posted by Stirpes
I know. But my pc is not something I would brag much about. And for instance when you have to add like, let's say 25 phrases and 10 templates, it is much easier to do it with a XML file rather than one by one, since my pc works well with "text" files.

Since you didn't comment the code, I suppose it is correct, right?

No Idea if it is correct or not, I've never even used raw xml's to import single templates (as they are designed to import styles so other data might be needed fyi)


All times are GMT. The time now is 12:59 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.01147 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_printable
  • (4)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