Jump to content

Changing Xplode Title


Marthax

Recommended Posts

Greetings All!

This may sound a bit stupid, but I can't seem to solve my problem on how to change the Xplode title. I have red the guide, but I can't seem to understand it. It says like this:

Environment Variable    Suggested

display.title                    XPlode Installation

display.complete            completed

How am I supposed to use this? I mean, how should I use this so that my title isn't "#display.title#"?

Thanks in advance!

Marthax

Link to comment
Share on other sites


I am not sure if this is what you want but I will post just in case.

In the XML file look for "<display.title>XPlode Installation</display.title>", this is the tag that changes the title.

All you need to do is change the text between the <display.title> and </display.title> tag to what you want the title to be. Like for this "<display.title>XPlode Installation</display.title>" the title would be called "XPlode Installation" so change that to what you want.

Hope this helps

Link to comment
Share on other sites

The funny thing is that "display.title" doesn't exist in my xml, but I'll just go right ahead and create it now that I know how to. :) Thanks genzo. :thumbup

EDIT : I used this:

<display.title>Xplode Installation</display.title>

That didn't help a thing as the title is still "#display.title#". Any ideas?

Link to comment
Share on other sites

Whooooops

<display title='Title Name' complete='Complete'>
</display>

the complete attribute allows to change the "Complete" at the bottom to another language

or.....

<environment>
    <display.title>XPlode Title</display.title>
    <display.complete>Complete</display.complete>
<environment>

<environment> goes in <config> just like <display> does.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...