Member Pop-up Adjust
2 posters
Page 1 of 1
Member Pop-up Adjust
Yea, I need to adjust the member popup thing, so the fields show up like how it shows up when you click on members via the member list..

I need the crystals and other fields to go below the bars like this


I need the crystals and other fields to go below the bars like this

Last edited by SpyroDragon on Fri 20 Jan - 2:29; edited 1 time in total
Re: Member Pop-up Adjust
What member popup?


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Member Pop-up Adjust
I know in the video I said I had a custom CSS, but it was actually a javascript code.
heres the javascript code.
Heres a video on what its doing.
heres the javascript code.
- Code:
jQuery(function () {
jQuery('li.row a[href*="/u"], .img-whois+p a[href*="/u"], .page-bottom a[href*="/u"], .postprofile a[href*="/u"], p.author a[href*="/u"], form:has(.vf_jumpbox)~a[href*="/u"], .tcr a[href*="/u"], #stats a[href*="/u"], #onlinelist a[href*="/u"], .tcl.tdtopics a[href*="/u"], .pun .user a[href*="/u"], .ipbtable .row1 a[href*="/u"], #fo_stat a[href*="/u"], .activeusers-box a[href*="/u"], td.row3.over a[href*="/u"], .forumline:has(#i_whosonline) a[href*="/u"], span.name a[href*="/u"], span.postdetails a[href*="/u"], #info_open a[href*="/u"]').attr('id', 'profilePopup').click(function(){return false});
jQuery('a[href*="/u"]:has(img)').removeAttr('id').click( function(){window.open(jQuery(this).attr('href'),'_self');});
jQuery('a#profilePopup').click(function(){
var UID = jQuery(this).attr('href');
var UNM = jQuery(this).text();
jQuery('body').append('<div id="profilefilter" style="position:fixed;top:0px;left:0px;right:0px;bottom:0px;background:rgba(0,0,0, 0.5);cursor:pointer;z-index:10;"></div><div id="profcont-container" style="background:#D1D1D1;top:20%;left:15%;right:15%;padding:4px;position:fixed;font-size:12px;border-radius:5px;box-shadow:0px 0px 2px rgba(0,0,0, 0.5) inset;z-index:50;"><div id="userprofile" style="max-height:400px;overflow-y:auto;"><center><span class="profileLoading" style="font-weight:bold;font-size:18px;">Loading...</span></center></div><span id="profileLinks"><a href="'+UID+'">View Profile</a><span id="interactionLinks"> | <a href="/privmsg?mode=post&u='+UID.replace('/u', '')+'">Send PM</a> | <a href="/privmsg?mode=post_profile&u='+UID.replace('/u', '')+'">Send VM</a><span style="float:right;"><a href="/profile?friend='+UNM.replace(/ /, "+")+'&mode=editprofile&page_profil=friendsfoes">Add Friend</a> | <a href="/profile?foe='+UNM.replace(/ /, '+')+'&mode=editprofile&page_profil=friendsfoes">Add Foe</a></span></span></div>');
jQuery('#userprofile').load(UID + '#cp-main .panel, .forumline:has(#profile-advanced-details), .clear + #profile-advanced-details');
if (!document.getElementById('logout')){jQuery('#interactionLinks').remove();}
jQuery('#profilefilter').click(function () {jQuery('#profilefilter, #profcont-container').remove();});
});
});
Heres a video on what its doing.
Re: Member Pop-up Adjust
CSS:
- Code:
#profile-advanced-details .field_uneditable, #profile-advanced-details dl dd {
display: block;
}


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Member Pop-up Adjust
- Code:
#profile-advanced-details .field_uneditable, #profile-advanced-details dl dd {
display: block !important;
}


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Member Pop-up Adjust
You could try to set the width to 570px it lines up better without having a scrollbar at the bottom
Reason for this is that you then have no room left for something to display next to the bar images.
Reason for this is that you then have no room left for something to display next to the bar images.
Guest- Guest
Re: Member Pop-up Adjust
I do not know what your CSS is for all this but I guess this can work
- Code:
#profcont-container {
width: 570px;
}
Guest- Guest
Re: Member Pop-up Adjust
Problem solved & topic archived.
|


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

» Whether we can adjust a member must have enough point so,then they can download
» CSS Changes to adjust the look, help please.
» What else i need to adjust?
» CSS Changes to adjust the look, help please.
» how to adjust my background?
» CSS Changes to adjust the look, help please.
» What else i need to adjust?
» CSS Changes to adjust the look, help please.
» how to adjust my background?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum