The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Member Pop-up Adjust

2 posters

Go down

Solved Member Pop-up Adjust

Post by SpyroDragon Fri 13 Jan 2017, 01:19

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..


Member Pop-up Adjust Spyros13


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

Member Pop-up Adjust Spyros11


Last edited by SpyroDragon on Fri 20 Jan 2017, 00:29; edited 1 time in total
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SLGray Fri 13 Jan 2017, 20:40

What member popup?


Member Pop-up Adjust Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Fri 13 Jan 2017, 22:45

I know in the video I said I had a custom CSS, but it was actually a javascript code.
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.
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SLGray Fri 13 Jan 2017, 23:15

CSS:
Code:
#profile-advanced-details .field_uneditable, #profile-advanced-details dl dd {
    display: block;
}


Member Pop-up Adjust Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Sat 14 Jan 2017, 02:05

That seemed to have no effect.
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SLGray Sat 14 Jan 2017, 10:02

Code:
        #profile-advanced-details .field_uneditable, #profile-advanced-details dl dd {
            display: block !important;
        }


Member Pop-up Adjust Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Sat 14 Jan 2017, 12:22

That also seemed to have no effect.
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Mon 16 Jan 2017, 00:57

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Wed 18 Jan 2017, 04:47

Bump
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by Guest Wed 18 Jan 2017, 12:03

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.
avatar
Guest
Guest


Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Thu 19 Jan 2017, 07:03

But how?
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by Guest Thu 19 Jan 2017, 17:13

I do not know what your CSS is for all this but I guess this can work

Code:
#profcont-container {
width: 570px;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SpyroDragon Fri 20 Jan 2017, 00:29

!give 100$
Meesleepbeest

Solved
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Member Pop-up Adjust

Post by SLGray Fri 20 Jan 2017, 01:55

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Member Pop-up Adjust Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum