vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: MiniProfile remodel o_O - View Topic
Topic Rating: *****
Printable View
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
MiniProfile remodel o_O (30th Jul 08 at 12:30am UTC)
Resolved
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.
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: MiniProfile remodel o_O (30th Jul 08 at 12:31am UTC)
Could you show in the pic where you want the contact icons? {Tongue Out}
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: MiniProfile remodel o_O (30th Jul 08 at 12:37am UTC)
 
Could you show in the pic where you want the contact icons? {Tongue Out}
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_o
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: MiniProfile remodel o_O (30th Jul 08 at 12:39am UTC)
aligned to the left?
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: MiniProfile remodel o_O (30th Jul 08 at 12:42am UTC)
http://wimg.co.uk/JqbDEQ.gif

How's that?

Smiley paint =P
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: MiniProfile remodel o_O (30th Jul 08 at 12:44am UTC)
Awesome sauce! {Smile}

Just quickly - do you want the posts split or not? {Smile}
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: MiniProfile remodel o_O (30th Jul 08 at 12:45am UTC)
 
Awesome sauce! {Smile}

Just quickly - do you want the posts split or not? {Smile}
No. :].
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: MiniProfile remodel o_O (30th Jul 08 at 12:51am UTC)
Oki dokie - it'll get done tomorrow when I get back from work! {Smile}
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: MiniProfile remodel o_O (30th Jul 08 at 12:58am UTC)
 
Oki dokie - it'll get done tomorrow when I get back from work! {Smile}
Have fun at work. :]
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: MiniProfile remodel o_O (30th Jul 08 at 8:28pm UTC)
<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.nextSibling);
                n++;
            }
        }
    }
};
m.i();
</script>


Global Footer - try that.
ashkir
Full Member
***

[Avatar]

Posts: 1,159
Status: Offline
Gender: Male
Location: Cali!
Age: 36
Joined:  
Reputation: 42%  


pmtwitterskypemsnyahoo
Re: MiniProfile remodel o_O (30th Jul 08 at 9:10pm UTC)
Nice! Thanks. :].
 Printable View

All times are GMT+0 :: The current time is 1:03am
Page generated in 0.6371 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums