how to change the default text

1,600 views
Skip to first unread message

begeiste

unread,
Aug 17, 2010, 3:11:26 PM8/17/10
to ResourceSpace
Hi,

We would like to change the default text "Welcome to ResourceSpace" to
be "Welcome to MySite".

Also the title area of each php page shows "ResourceSpace | Google
Groups"

How can we change them?

Thanks Millions

njenney

unread,
Aug 17, 2010, 3:26:16 PM8/17/10
to ResourceSpace
Check config.php for this...

include "version.php";
$applicationname="ResourceSpace"; # The name of your implementation /
installation (e.g. 'MyCompany Resource System')

Paul Manno

unread,
Aug 17, 2010, 3:51:45 PM8/17/10
to resour...@googlegroups.com
Team Center -> Manage Content.

--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To post to this group, send email to resour...@googlegroups.com.
To unsubscribe from this group, send email to resourcespac...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.


begeiste

unread,
Aug 17, 2010, 5:34:19 PM8/17/10
to ResourceSpace
Hi,

At include/version.php there is only $productname='ResourceSpace';
$productversion='3.4.1794';$css_reload_key='3.4.1794';

We have changed the $$productname='Our company name';
$productversion='3.4.1794';$css_reload_key='3.4.1794';

It is not still working. The title of the browser window and welcome
to "ResourceSpace" are still showing "ResourceSpace".



On Aug 17, 12:51 pm, Paul Manno <pgma...@gmail.com> wrote:
> Team Center -> Manage Content.
>
> On Tue, Aug 17, 2010 at 2:26 PM, njenney <njen...@gmail.com> wrote:
> > Check config.php for this...
>
> > include "version.php";
> > $applicationname="ResourceSpace"; # The name of your implementation /
> > installation (e.g. 'MyCompany Resource System')
>
> > On Aug 17, 2:11 pm, begeiste <begei...@gmail.com> wrote:
> > > Hi,
>
> > > We would like to change the default text "Welcome to ResourceSpace" to
> > > be "Welcome to MySite".
>
> > > Also the title area of each php page shows "ResourceSpace | Google
> > > Groups"
>
> > > How can we change them?
>
> > > Thanks Millions
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "ResourceSpace" group.
> > To post to this group, send email to resour...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> > .

begeiste

unread,
Aug 17, 2010, 5:47:16 PM8/17/10
to ResourceSpace
Hi,

At include/version.php there is only $productname='ResourceSpace';
$productversion='3.4.1794';$css_reload_key='3.4.1794';

We have changed the $$productname='Our company name';
$productversion='3.4.1794';$css_reload_key='3.4.1794';

It is not still working. The title of the browser window and welcome
to "ResourceSpace" are still showing "ResourceSpace".



On Aug 17, 12:51 pm, Paul Manno <pgma...@gmail.com> wrote:
> Team Center -> Manage Content.
>
> On Tue, Aug 17, 2010 at 2:26 PM, njenney <njen...@gmail.com> wrote:
> > Check config.php for this...
>
> > include "version.php";
> > $applicationname="ResourceSpace"; # The name of your implementation /
> > installation (e.g. 'MyCompany Resource System')
>
> > On Aug 17, 2:11 pm, begeiste <begei...@gmail.com> wrote:
> > > Hi,
>
> > > We would like to change the default text "Welcome to ResourceSpace" to
> > > be "Welcome to MySite".
>
> > > Also the title area of each php page shows "ResourceSpace | Google
> > > Groups"
>
> > > How can we change them?
>
> > > Thanks Millions
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "ResourceSpace" group.
> > To post to this group, send email to resour...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> > .

dmisaacs

unread,
Aug 17, 2010, 7:31:47 PM8/17/10
to ResourceSpace
It's actually in include/config.default.php -- around line 107. Just
copy this code into config.php and change "ResourceSpace" to the text
you want to appear.

Danny

begeiste

unread,
Aug 17, 2010, 9:07:53 PM8/17/10
to ResourceSpace
Thanks so much Danny. Changed that place and it works.

How about those "Welcome to ResourceSpace"

"Your introductory text here."
They are in the index.php page? Not sure which php page should I
change or which variable should I search for?

Paul Manno

unread,
Aug 17, 2010, 9:30:04 PM8/17/10
to resour...@googlegroups.com
Team Center then Manage Content. There are a bunch of variables there that you can change. Look for Home, WelcomeText or similar.

Paul Manno
CTO
Ravenswood Kinowerks, Inc.
5645 N. Ravenswood Ave.
Chicago, IL. 60660
(773) 649-1710

> To unsubscribe from this group, send email to resourcespac...@googlegroups.com.

Beckmann

unread,
Aug 17, 2010, 10:57:40 PM8/17/10
to resour...@googlegroups.com
Much appreciated it, Paul.

2010/8/17 Paul Manno <pgm...@gmail.com>

Rory

unread,
Aug 17, 2010, 11:01:25 PM8/17/10
to ResourceSpace
I take it you figured out that the ResourceSpace logo that appears at
top left is an image file?

See /gfx/color_theme_name/titles/title.gif so for example /gfx/greyblu/
titles/title.gif. You will need to change it for each color skin if
you are allowing users to swap between skins.


On Aug 17, 9:30 pm, Paul Manno <pgma...@gmail.com> wrote:
> Team Center then Manage Content.  There are a bunch of variables there that you can change.  Look for Home, WelcomeText or similar.
>
> Paul Manno
> CTO
> Ravenswood Kinowerks, Inc.
> 5645 N. Ravenswood Ave.
> Chicago, IL. 60660
> (773) 649-1710
>

Beckmann

unread,
Aug 17, 2010, 11:07:25 PM8/17/10
to resour...@googlegroups.com
Wonderful, thanks Rory much appreciated it.

2010/8/17 Rory <rory...@gmail.com>
Reply all
Reply to author
Forward
0 new messages