k0kqdf.jpg


Home
Content Creator Site
Tutorial Connector
Group Index
Developing Programs
Developer Spotlight
Scholarships
New HP for Group
Rules
Classes
My New Products
My Derivables
Codes
Officers
N00b's Tier Book
IMVU News
Contact Us
Links
Codes

powered by lycos
SEARCH:Tripod The Web

Enter subhead content here

home page
sale page
posting in groups


There are a lot of Codes and ways to help you create and individualize your HP.
IMVU is all about personality. So GET BUSY AND BE CREATIVE!!!!!

I will post some of the common codes for your HP and give you direction as to where to get more.
I will not post them all.
There are a ton of codes and a ton of ?"s to go along with them.
I am just an average user loving IMVU and getting my feet wet in developing.
{ and more often than not someone else has the answer) LOL
 
 
HP CODE
{Adding A Background to HP}
If you have a photo program such as GIMP {download in {Tutorials} GIMP Post} you can create your own background for your HP...Brushes added to the program will give you even more effects...just look in the achhives and there are a ton of brushes photoshop brushes can also be added to gimp...

then once you have a background...you will need to upload it to a photo share site such as photo bucket {LINK IN STICKERS TUT}...

once it is uploaded you will be given 4 codes fro the pic use the direct link as your code to add it to the edit box top left of hp.
and there you go.

{MYSPACE} adding a background
If you have a my space account and page layout...
copy your hp info from (about me)

paste it in your html/css edit box with your info on imvu ...
not edit profile (html/css)

then add the html/css in the myspace box under edit top right of imvu hp
paste html/css "HTTP//;(to your my space home page)".

Then preview.

Note: Comments graphics will not post on imvu site. Just the page back ground and the layout.

Note : some my space layouts have a color with transparencies...I you have a sticker on the box the entire box or a portion will disappear. Remove or move the sticker and the box will appear again.

IF YOU DECIDE THAT YOU WANT TO CHANGE YOUR BACKGROUND AND LAYOUT. YOU DO NOT HAVE TO CHANGE THE ONE ON MYSPACE.

JUST REMOVE (DELETE) THE LAYOUT IN YOUR BOX (HTML/CSS) ON HP (imvu) AND PASTE A NEW ONE.

Hellstrong says they are ugly...lol...;)
BUT IT IS AN EASY WAY TO GET A BACKGROUND UP QUICKLY.

HP code

~ CENTER ALL PANELS~

<style type="text/css">
#aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
#messages_panel, #tagcloud_panel, #groups_panel, #collect_panel,
#room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
#streetteam_panel, #blog_panel, #music_panel, #rss_panel, #url_panel,
#special_panel,#outfits_panel {
margin-left:165px;
}
#rightColumn {
display:none !important;
}
</style>

HP Code

WANT A BIGGER BOX TO PLACE YOUR STICKERS?


<img src="http://i80.photobucket.com/albums/j184/shirleyg1982/transparent.gif" width=128 height=900 border="0" </a>

This will make a transparent area in any box big enough to place stickers.....yay!!!!!
Borrowed from ShirleyG
Just copy from here and paste in edit any box on Hp HTML/CSS and save.
HP code

~More special Someones on HP~

<style type="text/css">
#extended_spec {
font-size:10px !important;
color:#ffffff !important;
}
</style>
<br /><br /><br /><br />
<table id="extended_spec" cellpadding="10">

<tr>
<td>
<a href="http://avatars.imvu.com/HOTROD20FAN"><img style="width:80px;height:110px;border:0px" src="http://www.imvu.com/catalog/web_av_pic.php?av=HOTROD20FAN"></a>
</td>
<td>
<a href="http://avatars.imvu.com/HOTROD20FAN"><span style="font-size: 1.1em !important">HOTROD20FAN</span></a>
<br />
<i style="font-size: 1.1em !important"><span>type here what u want to say about the person</span></i>
</td>
</tr>

</table>
<HS>

1st Tip

html code for BIGGER AVI picture:

edit this code and place it in ure ''about me'' tab all u have to do is to edit the colored text RED is the width of ure pic messeurment is in pixels Blue is the height of ure pic messeurment is in pixels Orange is ure Avi code, it can be found in the adressbar of ure homepage

<style>
#avBigPic { overflow:visible; width:160px; }
#avBigPic a img { width:359px; height:454px; }
#olstatus_18506540_mypic a img { width:0px; height:0px; display:none; }
#cpstatus_18506540_mypic a img { width:0px; height:0px; display:none; }
</style>
<HS>

2nd Tip

html code for SCROLLBAR IN MESSAGE TAB:

Ure Message list is probbably getting pretty long, so it might be handy to put a scrollbar in it.
Paste this code in ure ''about me'' panel if u want a diffrent height u can edit the red numbers.

<style type="text/css">#messages_panel {max-height:500px; height:500px; overflow:scroll ;}</style>
<HS>

How to resize ure Tabs


Yay u can finally decide the size of ure tabs ure self
Just replace the red number by the width u want ure panel to be (measurements are in pixels).
Then paste the code on top of the panel u want to resize (if u want to resize ure ''about me panel and ure using the bigger avipic code u have to paste it under that)

Here it is:

<img src="http://www.hotlinkfiles.com/files/774049_dlw7f/transparentpixel.gif" width="1025" height="1"><br>


CODE FOR HOT RODS ANSWER MACHINE


This goes in the top box on hp mine is contact me::::



<script language="javascript" type="text/javascript">
/* This code was last updated: 27 October 2007 and will only work with scripts of 12 October 2007 or a later date*/
/*global vars needed for all eriamel scripts*/
var vName='';
var olStatus=0;
if(document.getElementById("mininav-avname")) {
vName=document.getElementById("mininav-avname").innerHTML;
vName=vName.replace(/guest_/i,''); /*username*/
if(vName!='') {
olStatus=1; /*the user is logged in*/
}
var vSrc='http://www.imvu.com/catalog/web_av_pic.php?av='+vName;
var vHref='http://avatars.imvu.com/'+vName;
}
if(olStatus==0) {/*the user is NOT logged in*/
var vName = "everyone";
}
</script>
____________________________________________________________________________________________________
This code goes in your message box(you can edit the red here)


<script language="JavaScript" type="text/javascript">
/* This code was last updated: 12 October 2007
please make sure you use this only in combination with my global script of that date or later*/
//this code was made for the message panel

//the fake messsage, you can change that
var fakemessage="Hi "+vName+", ...please don't freak out :)!!<br><strong style='color:gold; text-decoration:blink;'>You have reached Hot Rod's Answer Machine</strong><br>...This message, is posted for you<strong style='color:gold; text-decoration:blink;'>.....But please leave a real one .....It's GOOD MANNERS</strong> ok?<br>...I will reply as soon as I see it....that is real!<br>So Be a good VISITOR and SAY HELLO ;p....<br>Oh and If you are here for Charity....GO AWAY....I GIFT to those I choose :)";

//fake messsage vars:
var today = new Date();
var month = today.getMonth()+1;
var year = today.getYear();
var day = today.getDate();
if(day<10) day = "0" + day;
if(month<10) month= "0" + month;
if(year<1000) year+=1900;
/*msgbox date*/
var today = month + "/" + day + "/" + (year+"").substring(2,4);

var fMSG = '<div class="msgWrap">';
fMSG +='<div class="msgLnks"><a title="See home page of '+vName+'" href="'+vHref+'">Home page</a></div>';
fMSG +='<div class="msgAvImg"><a href="http://avatars.imvu.com/'+vName+'" title="See home page of '+vName+'"><img alt="avatar image" src="'+vSrc+'" border="0" height="110" width="80"></a><br>';
fMSG +='<div class="olstatus"><a href="imvu:StartIM?avatar='+vName+'&fromSite=1" title="Click to launch a 3D IM with '+vName+'"><img alt="online status" src="/catalog/web_images/space.gif" border="0" height="13" width="40"></a></div>';
fMSG +='<div class="cpstatus"></div>';
fMSG +='</div>';
fMSG +='<p class="msgTele">';
fMSG +='<p class="msgTele">';
fMSG +='<span class="msgAvNam"><a title="" href="#" onclick="return false;">'+today+'</a>';
fMSG +=' '+vName+'</span><br>';
fMSG +='<br style="line-height: 4px;">';
fMSG +=fakemessage;
fMSG +='</p>';
fMSG +='<br style="line-height: 0px;" clear="all">';
fMSG +='</div>';

//fake message write out
if(olStatus==1){
document.write(fMSG);
}
</script>
For those of you who have visited my HP

This code goes in the first box on your hp to allow other linked codes to work properly....this is borrowed from IMVUCODE.com
And the teasers are available there to go along with this code....IT MUST BE POSTED BEFORE ANY OTHER CODES TO GENERATE THE VISITOR SCRIPT
DO NOT CHANGE THE TEXT



<script language="javascript" type="text/javascript">
/* This code was last updated: 27 October 2007 and will only work with scripts of 12 October 2007 or a later date*/
/*global vars needed for all eriamel scripts*/
var vName='';
var olStatus=0;
if(document.getElementById("mininav-avname")) {
vName=document.getElementById("mininav-avname").innerHTML;
vName=vName.replace(/guest_/i,''); /*username*/
if(vName!='') {
olStatus=1; /*the user is logged in*/
}
var vSrc='http://www.imvu.com/catalog/web_av_pic.php?av='+vName;
var vHref='http://avatars.imvu.com/'+vName;
}
if(olStatus==0) {/*the user is NOT logged in*/
var vName = "everyone";
}
</script>
Fan club coded is posted in the groups box change only the color code to match your text on HP
Borrowed from IMVUCODE.COM
Once you have added the code preview your hp to make sure it works properly.


<script type="text/javascript">
/*'Fan club'script for the new groups_panel*/
/* This code was last updated: 22 October 2007
please make sure you use this only in combination with my global script of 12 October 2007 or later*/

if(olStatus==1) {
document.write('<div id="dunggroup" style="border-bottom: 1px solid rgb(204, 204, 204); margin-bottom: 10px; padding-bottom: 5px;"><a href="http://imvu.co.nz/index.php?referredby=188&vName='+vName+'" target="_blank"><img style="margin: 7px; float: left; width: 100px;" alt="group image for The Official '+vName+' Fan club" src="'+vSrc+'" width="100px"></a>');
document.write('<div style="padding: 7px; font-size: 9pt;"><b><a href="http://imvu.co.nz/index.php?referredby=188&vName='+vName+'" target="_blank">');
document.write('The Official '+vName+' Fan club');
document.write('</a></b><br><br><font color=#00ee00>8947 posts from 768</color> members<br></div><div style="clear: both;"></div></div>');
};
</script>
this is the tag line message
go to your account settings first and change it to hello save

i have not changed this at all but you can just edit the words in between the " and not the codes in the phrase it's self

<script language="JavaScript" type="text/javascript">
/* This code was last updated: 08 December 2007
please make sure you use this only in combination with my global script of that 12 October 2007 or later*/
//tagline build up:
var phrase;
var d=new Date();
var dd=d.getDay();/*tagline dayloop*/

if(dd==0) phrase = "Did you know it's '"+ vName + "-day' today?";
if(dd==1) phrase = "Waiting, and waiting for "+ vName + " to visit me";
if(dd==2) phrase = "Today would be a great day for "+ vName + " to visit me";
if(dd==3) phrase = "hey "+ vName + ", have fun on IMVU today!!";
if(dd==4) phrase = "I hope that "+ vName + " will have a great day today";
if(dd==5) phrase = "This could be "+ vName + "'s lucky day u know";
if(dd==6) phrase = "I am a 100% sure that "+ vName + " will visit me today";

//or remove all the the if lines above and just use in stead:
//phrase="Tagline";

//now fully automatic ;-)
if(olStatus==1){
document.getElementById('aboutme_panel').getElementsByTagName('i')[0].innerHTML=phrase;
}
</script>
 
 
 
 
 
 
 
 

*

*


Banner

Enter a keyword to search IMVU info/tutorials
 

@