Compguy11 Custom Modifications: Changing Name of Member Teams - Compguy11 Custom Modifications

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Changing Name of Member Teams Rate Topic: -----

#1 User is offline   roboguyspacedude Icon

  • Newbie
  • Group: Members
  • Posts: 2
  • Joined: 30-October 05

Posted 11 January 2006 - 09:37 PM

On the menu bar it says "Member Teams" is there a way to change this to a custom name such as Official Clans?
0

#2 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 11 January 2006 - 09:51 PM

You are in luck. I just wrote a tutorial on Invisionize for this, so I'll copy and paste this.

Original Source: Invisionize Support Topic for Member Teams v1.1 for IPB v2.1: Post #209


Changing Board Header Link Tutorial

First, u MUST be a root admin to do this, because you have to run a MySQL query...

ACP=>MySQL Toolbox=>scroll down to white box...paste in there the below query..make sure to change things where I have noted below.

UPDATE ibf_components SET com_url_title='NEWTITLE' WHERE com_title='Member Teams';

YOU MUST replace the NEWTITLE with what the new link will have in it, whether it be clans, etc...keep all quotes in tact.

Then hit Run Query..you should get something that says it was succesful.

NEXT..this is very important..otherwise it will not work...

ACP=>Tools and Settings=>Cache Control=>Find the one called 'components' and use the box at the right to click on 'Update Cache'.

That should work...let me know if run across any problems.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#3 User is offline   roboguyspacedude Icon

  • Newbie
  • Group: Members
  • Posts: 2
  • Joined: 30-October 05

Posted 11 January 2006 - 09:58 PM

in 2.1.3 its just components as the table....luckily i have phpmyadmin ;)
0

#4 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 11 January 2006 - 10:38 PM

Correction: This tutorial has been made for the DEFAULT installation of IPB...as far as I know, the default table prefix is still ibf_...if your table prefix is NOT ibf_, then you must change the query.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#5 User is offline   TheChrisD Icon

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 07-September 06
  • Location:Meath, Ireland

Posted 08 September 2006 - 12:49 PM

And there was me routing through the code to find someway to change it....

Thanks for the info!
0

#6 User is offline   ezraholm Icon

  • Advanced Member
  • Group: Members
  • Posts: 37
  • Joined: 04-October 06

Posted 10 October 2006 - 04:58 PM

ok... but how to change everything? like every "member team/team" txt into guild/guilds?

- Ezra

This post has been edited by ezraholm: 10 October 2006 - 05:02 PM

0

#7 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 10 October 2006 - 08:31 PM

For now, that will require going through the files and changing all the refrences to teams to whatever...you'll also have to go through the skin bits.

Warning: Don't modify any of our files unless you have PHP experience and you know what you are doing. We will not help you fix it if you render the file not working.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#8 User is offline   ezraholm Icon

  • Advanced Member
  • Group: Members
  • Posts: 37
  • Joined: 04-October 06

Posted 11 October 2006 - 10:32 AM

ok ok... done a bit already and working fine... but i can use some help... anyone?

- Ezra
0

#9 User is offline   Durty Icon

  • Newbie
  • Group: Members
  • Posts: 4
  • Joined: 24-March 07
  • Interests:I run IPB 2.2.2

Posted 24 March 2007 - 07:34 PM

View Postcompguy11, on Jan 11 2006, 10:38 PM, said:

Correction: This tutorial has been made for the DEFAULT installation of IPB...as far as I know, the default table prefix is still ibf_...if your table prefix is NOT ibf_, then you must change the query.


hey compguy, im running 2.2.2 and i already know i dont use the default table prefix because when i had IPS fix the -1 PM count they said it was different, how do i find out what it is? and if i cant do you think you could do it for me if i give you all of the information
0

#10 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 24 March 2007 - 09:51 PM

Here is the best way of figuring it out. Open your ACP (make sure you are a root admin) and go to the SQL Toolbox in the admin tab. There will be a list of tables... find the one that has the word components in it. Normally, this table is called 'ibf_components', so you will need to modify the query mentioned above so that 'ibf_components' in the query matches whatever your table name really is...

Does that make sense?
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#11 User is offline   Durty Icon

  • Newbie
  • Group: Members
  • Posts: 4
  • Joined: 24-March 07
  • Interests:I run IPB 2.2.2

Posted 25 March 2007 - 08:44 PM

ok i checked and the table i have is ibf_components and the query doesnt work

do i have to change the link or just change it fron NEWTITLE to Clans? bcuz the 2nd instruction threw me off a little
0

#12 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 25 March 2007 - 09:43 PM

The word NEWTITLE is just a placeholder... you put what you want in there...

Also, did you do the cache update that I talk about in that post?
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#13 User is offline   Durty Icon

  • Newbie
  • Group: Members
  • Posts: 4
  • Joined: 24-March 07
  • Interests:I run IPB 2.2.2

Posted 26 March 2007 - 04:52 PM

yup, im doing it right but when i hit update cache, its not doing it when i click view contents it still says Member Teams
0

#14 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 27 March 2007 - 03:17 AM

Did the SQL query return a specific error?
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#15 User is offline   Durty Icon

  • Newbie
  • Group: Members
  • Posts: 4
  • Joined: 24-March 07
  • Interests:I run IPB 2.2.2

Posted 27 March 2007 - 03:09 PM

nope, it says it was ran successfully
0

#16 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 27 March 2007 - 06:05 PM

If you want to PM me your root ACP login details and what you what to change it to, I will take a look and get it worked out for ya.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#17 User is offline   newbigmir Icon

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 16-July 07

Posted 16 July 2007 - 04:34 PM

View Postcompguy11, on Jan 11 2006, 09:51 PM, said:

You are in luck. I just wrote a tutorial on Invisionize for this, so I'll copy and paste this.

Original Source: Invisionize Support Topic for Member Teams v1.1 for IPB v2.1: Post #209


Changing Board Header Link Tutorial

First, u MUST be a root admin to do this, because you have to run a MySQL query...

ACP=>MySQL Toolbox=>scroll down to white box...paste in there the below query..make sure to change things where I have noted below.

UPDATE ibf_components SET com_url_title='NEWTITLE' WHERE com_title='Member Teams';

YOU MUST replace the NEWTITLE with what the new link will have in it, whether it be clans, etc...keep all quotes in tact.

Then hit Run Query..you should get something that says it was succesful.

NEXT..this is very important..otherwise it will not work...

ACP=>Tools and Settings=>Cache Control=>Find the one called 'components' and use the box at the right to click on 'Update Cache'.

That should work...let me know if run across any problems.


I updated both com_url_title and com_title and in the sql I can see that they are updated, I rebuilted the skin? deleted cashe from the browser but still no luck... what to do?
0

#18 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 16 July 2007 - 05:54 PM

It's not rebuilding the skin cache... read it more carefully.. there is a specific cache set that needs to be updated for this to work.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#19 User is offline   newbigmir Icon

  • Newbie
  • Group: Members
  • Posts: 9
  • Joined: 16-July 07

Posted 17 July 2007 - 09:29 PM

When you go to "Team Member List" youcan see there "Member Ranking"

How to change the default two ranks "Team Leader" and "Team Co-Leader"?
0

#20 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 18 July 2007 - 11:49 AM

That's all controlled by /cache/lang_cache/en/lang_teams.php.

Read the directions at the top of the file for changing that stuff.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

Share this topic:


  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users