First of all I blame Wrighty. >_>. This request is now for a mini profile. O_o. o_O.
I would like the default mini profile moved to the right and contact icons moved to under the post with a [view profile] added. :].
http://wimg.co.uk/Jk74cG.gif concept art.
Could you show in the pic where you want the contact icons?![]()
My editor chipped it ><' . Er I lost the copy I can extend it. But the icons / contact below it . ^_^ I'll try to fix it o_oCould you show in the pic where you want the contact icons?![]()
aligned to the left?
http://wimg.co.uk/JqbDEQ.gif
How's that?
paint =P
Awesome sauce!![]()
Just quickly - do you want the posts split or not?![]()
No. :].Awesome sauce!![]()
Just quickly - do you want the posts split or not?![]()
Oki dokie - it'll get done tomorrow when I get back from work!![]()
Have fun at work. :]Oki dokie - it'll get done tomorrow when I get back from work!![]()
<script>
/*Ash's Remodel
Created By Wrighty
Do Not: Rip, Repost, Reuse or Claim*/
var m = {
d: get('td','tag'),
i: function(){
if(location.href.match(/view_topic/)){
this.a();
}
},
a: function(){
for(a = 0; a < this.d.length; a++){
if(this.d[a].width == '20%' && this.d[a].className.match(/window(1|2)/)){
this.d[a].parentNode.appendChild(this.d[a]);
}
}
this.b();
},
b: function(){
var n = 0;
for(a = 0; a < this.d.length; a++){
if(this.d[a].width == '20%' && this.d[a].className.match(/window(1|2)/)){
var c = document.getElementsByName('contact')[n];
var h = this.d[a].getElementsByTagName('a')[0].href;
var r = document.createElement('tr');
var x = document.createElement('td');
var l = document.createElement('a');
with(l){
href = h;
appendChild(document.createTextNode('View Profile'));
}
with(c.firstChild){
insertBefore(document.createTextNode('] '), c.firstChild.firstChild);
insertBefore(l, c.firstChild.firstChild);
insertBefore(document.createTextNode('['), c.firstChild.firstChild);
}
with(x){
innerHTML = c.innerHTML;
className = 'title1';
colSpan = '2';
align = 'right'
}
c.style.display = 'none';
r.appendChild(x);
this.d[a].parentNode.parentNode.insertBefore(r, this.d[a].parentNode.nextSibli ng);
n++;
}
}
}
};
m.i();
</script>
Global Footer - try that.
Nice! Thanks. :].