Zac Attack
Pro Member
With God ALL things are possible!
Posts: 918
|
Post by Zac Attack on Jan 4, 2008 18:46:09 GMT -5
I have been browsing some PB sites and have seen that many have a unique design for their user info (to the left of posts). Is there a group of codes for these actions?
|
|
|
Post by gray929 on Jan 4, 2008 18:57:55 GMT -5
That is called the mini profile. Click here and look at tall the hacks you can add to enhance the mini profile, though don't overload it. Then, for complete remodels, scroll down to this: Sub-Category - Complete Mini-Profile Remodels Then, in our database, we have quite a few too. Look in the profiles section. wA Database
|
|
Zac Attack
Pro Member
With God ALL things are possible!
Posts: 918
|
Post by Zac Attack on Jan 4, 2008 19:01:47 GMT -5
Fantastik, It might take me a while to decompose the code and make it look how I want, but I like a good challenge. Thanks a bunch Z
|
|
Zac Attack
Pro Member
With God ALL things are possible!
Posts: 918
|
Post by Zac Attack on Jan 5, 2008 19:11:30 GMT -5
Oki, now I have another Question, how do you fill your Mini Profile a color?
|
|
Zac Attack
Pro Member
With God ALL things are possible!
Posts: 918
|
Post by Zac Attack on Jan 6, 2008 22:50:20 GMT -5
Bump
|
|
Arucard
General Moderator
The King of Kings
Posts: 1,363
|
Post by Arucard on Jan 6, 2008 23:54:57 GMT -5
add color to a mini profile is that what you mean?
|
|
Zac Attack
Pro Member
With God ALL things are possible!
Posts: 918
|
Post by Zac Attack on Jan 7, 2008 14:59:31 GMT -5
Yesh, that would be it.
|
|
iAlex
Junior Member
Posts: 73
|
Post by iAlex on Jan 7, 2008 18:26:22 GMT -5
If you only want to change the colour of the mini profile, then place this in your global footer. Edit the red text with the desired colour.
<script type="text/javascript"> <!--
var iBgColor="FF0000";
if(location.href.match(/action=(display|viewprofile|(user)?recent|(calendar|pm)view|search2)/) || location.href.match(/index.cgi$/) && document.title.match(/Preview/) && document.postForm){ var iTd=document.getElementsByTagName('td'); var i=iTd.length; while(--i){ if(iTd.item(i).width=="20%" && iTd.item(i).className.match(/windowbg(2)?/) && iTd.item(i).vAlign=="top" && iTd.item(i).firstChild && !iTd.item(i).firstChild.nodeName.match(/input/i)){ iTd.item(i).style.backgroundColor=iBgColor; } } }
//--> </script>
|
|