Loading

[SOLVED] Tabs Name

General Discussion around Collabtive

[SOLVED] Tabs Name

Postby cynthia3 » 03.12.2011, 20:39

How can I change the names of the tabs? (Milestones, Projects, etc)

Thanks!
cynthia3
 
Posts: 5
Joined: 03.12.2011, 20:35

Re: Tabs Name

Postby some person » 04.12.2011, 02:35

Edit tabsmenue-project.tpl found in the directory of the template you are using.
Have any Bitcoins (http://weusecoins.com) found my post helpful, you can send a tip to the following bitcoin address found on http://btc.to/a9n.
some person
 
Posts: 363
Joined: 16.04.2011, 12:46

Re: Tabs Name

Postby cynthia3 » 04.12.2011, 03:12

I tried changing that but it messes up other parts of the code that were working fine...
Any other ideas?
cynthia3
 
Posts: 5
Joined: 03.12.2011, 20:35

Re: Tabs Name

Postby some person » 04.12.2011, 23:06

For example, In tabsmenue-project.tpl, the following line
Code: Select all
<li class="projects"><a {if $projecttab == "active" }class="active"{/if} href="manageproject.php?action=showproject&amp;id={$project.ID}"><span>{#project#}</span></a></li>
edit the part between <span> and </span>, in this instance you will be changing the name for projects tab.

You will need to do this for every tab you want to change.
Have any Bitcoins (http://weusecoins.com) found my post helpful, you can send a tip to the following bitcoin address found on http://btc.to/a9n.
some person
 
Posts: 363
Joined: 16.04.2011, 12:46

Re: Tabs Name

Postby cynthia3 » 05.12.2011, 01:45

I had tried that before.
For example I changed <span>{#milestones#}</span> to <span>{#clients#}</span>
Once I updated that, I went to the milestones page; however, everything looked the same except that now once I rolled my mouse over the milestones icon, the header title was gone.
cynthia3
 
Posts: 5
Joined: 03.12.2011, 20:35

Re: Tabs Name

Postby some person » 05.12.2011, 20:32

cynthia3 wrote:I had tried that before.
For example I changed <span>{#milestones#}</span> to <span>{#clients#}</span>
Once I updated that, I went to the milestones page; however, everything looked the same except that now once I rolled my mouse over the milestones icon, the header title was gone.

You didn't read carefully at what I wrote. I didn't write edit parts between <span>{# and #}</span>, but between <span> and </span>. Maybe I wasn't too clear.

You can't do {#clients#}, it's just not going to work. Not going to go into why that can't be done.

You need to completely replace {#milestones#} with, in your case, Clients. So now it should look like this <span>Clients</span>
Have any Bitcoins (http://weusecoins.com) found my post helpful, you can send a tip to the following bitcoin address found on http://btc.to/a9n.
some person
 
Posts: 363
Joined: 16.04.2011, 12:46

Re: Tabs Name

Postby cynthia3 » 06.12.2011, 08:34

Thank you very much!!! I was able to make the tab changes and I am currently updating everything else to make it match! :D
cynthia3
 
Posts: 5
Joined: 03.12.2011, 20:35

Re: [SOLVED] Tabs Name

Postby some person » 07.12.2011, 02:30

If you are wanting to change all the places that state milestones, for example, and change them to clients, it is easier to do it through the language file.

That way in every place that milestones is used it is changed to clients.

If you are wanting to do this, have a look at the lng.conf file found in en directory, or whatever language you are using, which located in language directory.
Have any Bitcoins (http://weusecoins.com) found my post helpful, you can send a tip to the following bitcoin address found on http://btc.to/a9n.
some person
 
Posts: 363
Joined: 16.04.2011, 12:46

Re: [SOLVED] Tabs Name

Postby cynthia3 » 07.12.2011, 05:23

:o Thank you soo much! I was taking so long to make all the changes! Everything looks great now!
cynthia3
 
Posts: 5
Joined: 03.12.2011, 20:35


Return to General

Who is online

Users browsing this forum: Google [Bot], Google Feedfetcher

cron