Please login or register. Welcome to the Studio, guest!


Quick Links:



Texas

Texas Avatar

*
New Member

23


January 2012
The plug-in has been updated, all users should re-download.


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Do you have yootil installed on your forum?


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012

Them Changer V1.0.1

Download
here



Instructions

Requires yootil

There is one form that needs filled out and there are some basic instructions to do it. This will automatically grab the info you need and alert it to you when you view your edit profile/settings tab. Just don't put anything in the box on the skins page when you install it. Copy what is alerted and put what you copied in the box on the skins page. You will need to find the text (selected="selected") and remove it but other then that, that's it.


Enjoy :)




Last Edit: Jan 17, 2013 21:58:29 GMT by Texas


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
There, added a template mod to the DB and updated my post.


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Encase people don't want to have to use a plugin to rename there profile tabs (found here) This is a way to do it via the templates.

First go to admin>Themes>Layout Templates

and then select user profile.

Then at the bottom of the page put.


<script>
       lnk=document.getElementsByTagName('a');
       for (i=0; i<lnk.length; i++) {

}
</script>

Then in between the brackets you will need to add a line of code for each menu profile tab you want to change.

Summary:

       if (lnk[i].innerHTML=="Summary") {
       lnk[i].innerHTML="asdf";
       }

Activity:
       if (lnk[i].innerHTML=="Activity" && lnk[i].href.match(/activity/i)) {
       lnk[i].innerHTML="asdf";
       }

Following:
       if (lnk[i].innerHTML=="Following" && lnk[i].href.match(/following/i)) {
       lnk[i].innerHTML="asdf";
       }


Friends:                if (lnk[i].innerHTML=="Friends" && lnk[i].href.match(/friends/i)) {
       lnk[i].innerHTML="asdf";
       }

Groups:
       if (lnk[i].innerHTML=="Groups" && lnk[i].href.match(/groups/i)) {
       lnk[i].innerHTML="asdf";
       }

Notifications:
       if (lnk[i].innerHTML=="Notifications" && lnk[i].href.match(/notifications/i)) {
       lnk[i].innerHTML="asdf";
       }

Gift:
       if (lnk[i].innerHTML=="Gift" && lnk[i].href.match(/gift/i)) {
       lnk[i].innerHTML="asdf";
       }




Example:

<script>
lnk=document.getElementsByTagName('a');
for (i=0; i<lnk.length; i++) {

if (lnk[i].innerHTML=="Notifications" && lnk[i].href.match(/notifications/i)) {
lnk[i].innerHTML="Alerts";
}

if (lnk[i].innerHTML=="Summary") {
lnk[i].innerHTML="Summations";
}

}
</script>


The part you will need to edit to change the word is that part in red.

if (lnk.innerHTML=="Summary") {
lnk.innerHTML="asdf";
}



Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Yea, I should probably tell people that. Maybe even look into it myself and add a tutorial to the bottom or something.


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
About
Summary: This plugin will change the text of the profile tabs to anything you want.

Note: If you don't want to use a plugin for this, there is a template mod found here

Latest Version: 1.3.5

Download

here

Change Log

Version 1.3.5 - In the previous update I accidentally made the code only work while viewing the summary page...now it's fixed.

Version 1.2.5 - Changed the coding so the code only looped through the DOM once. Also made it so that the code only runs on the profile page instead of all of the pages.



Last Edit: Jan 11, 2013 4:14:01 GMT by Texas


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Well, It wasn't that bad of a movie. It just kinda left a lot out and changed things :P


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
149


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
I'm guessing you've already watched it by now but I didn't really like it. The book was better.


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Yea he said in the author's note at the end of inheritance that he might wright another book about Angela and her mysterious life.


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
145


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
143


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
~Memzak~ Avatar
Yea, if you don't know the GIMP interface and hotkeys well, you won't be able to do anything efficiently/quickly.

(Directed at Nightwalker, not Benjamin)


That just about sums me up. I tried it a little but it was to confusing after using Elements for so long. :P


Clicky if you need free and dependable hosting


Texas

Texas Avatar

*
New Member

23


January 2012
Hey,

I'm just a guy that want's to learn to code so that's why I joined. This is a pretty cool forum too. I am running a forum of my own and I'm also helping run another so I'd like to learn how to code on my own.


Clicky if you need free and dependable hosting