Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum

The forum of the nimbuzz forums


You are not connected. Please login or register

 
 

IPB Dropdown Profile

Message (Page 1 of 1)

#1

AYSHA

AYSHA
 
Administrator
Administrator

Posted Wed Dec 02, 2015 9:04 pm

 
IPB Dropdown Profile Profil

Nimuzz masters


File Name: [Tutorial] IPB Dropdown Profile
Author: Red™
Functionality: All Versions
Category: Tutorials

Administration Panel → Display → General  → Overall_header
Find this code and make sure you have this anywhere

/profile?mode=editprofile&page_profil=preferences
and replace with this  
href="/profile?mode=editprofile&page_profil=preferences"
onclick="jQuery('[You must be registered and logged in to see this link.]').fadeToggle(); return false;"

after that add this in the end of the overall_header
Code:
<style>#link_user{font-size:12px;color:white;padding:0 12px;height:36px;line-height:36px;display:inline-block;margin-right:15px;outline:0}</style>
<style>.ipsHeaderMenu.boxShadow {box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3)}.boxShadow {box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)}
.ipsHeaderMenu {background: -moz-linear-gradient(center top , #FFF 0%, #F6F6F6 70%, #EDEDED 100%) repeat scroll 0% 0% transparent;padding: 10px;border-radius: 0px 0px 6px 6px;overflow: hidden;width: 340px;z-index: 9 !important;}</style>
 
                        <script> $(document).ready($("a#user_link").click(function(){
        $("a#user_link").toggleClass("opened");
      }));</script>
                        <style>a#user_link.opened {
      background: #ffffff;
      color: #555;
      }</style>
                        
<div id="perfil" style="display: none;"><div id="user_link_menucontent" class="ipsHeaderMenu boxShadow" style="position: absolute; z-index: 9999; top: 32px; left: 750px;"><a href="/{USERNAME}" title="Your Profile" class="ipsUserPhotoLink left"><div id="avatar"></div></a><div class="left">
<ul id="links">
<li id="user_name" style="width: 100%;font-weight: bold;padding-bottom: 5px;">{USERNAME}</li>
<li id="user_profile"><a href="/profile?mode=editprofile" title=""> Edit Profile </a></li>
<li id="user_ucp"><a href="/profile?mode=editprofile&page_profil=preferences" title=""> Personal Settings</a></li>
<li id="user_content"><a href="/spa/{USERNAME}" title=""> My Forum Posts </a></li><li id="user_content"><a href="/st/{USERNAME}" title=""> My Topics </a></li>
<li id="user_content"><a href="/search?search_id=watchsearch" title=""> Content to Follow</a></li>
<li id="user_pm"><a href="/profile?mode=editprofile&page_profil=friendsfoes"> My Friends & Foes </a></li>
 <li id="user_pm"><a href="/profile?mode=editprofile&page_profil=preferences"> My Preferences </a></li>
<li id="user_pm"><a href="/search?search_id=favouritesearch"> My Favourites Topics</a></li>
</ul></div></div></div>
<script>
jQuery(document).ready(function(){
jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
    link = jQuery('.frm dl dd img', data).attr('src');
    if(link){
  jQuery('#avatar').html('<a href="/profile?mode=editprofile&page_profil=avatars"><img src="'+link+'" alt="" /></a>');
    }else{
      jQuery('#avatar').html('');
    }
 });
});
 </script>
<style>
#avatar img {
height: 50px;
width: 50px;
padding: 1px;
border: 1px solid #f2f2f2;
background: #fff;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
#avatar img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
#user_link_menucontent>div {
margin-left: 15px;
width: 265px;
text-align: left;
top: 50px;
}
#user_link_menucontent #links li {
width: 50%;
float: left;
margin: 3px 0;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
white-space: nowrap;
}
</style>

after that go to your

Administration Panel → Modules → Html & Javascript Management  → Javascript Management
Name: Avatar Profilebox
Placement: All pages

Code:
jQuery(document).ready(function(){
  jQuery.get('/profile?mode=editprofile&page_profil=avatars', function(data) {
      link = jQuery('.frm dl dd img', data).attr('src');
      if(link){
                            jQuery('#avatar').html('<center><a id="user_links" href="/profile?mode=editprofile&page_profil=avatars"><img src="'+link+'" alt="" class="user_photo" /></a></center>');
      }else{
        jQuery('#avatar').html('');
      }
  });
});
If you have a Question About this Tutorial , Feel free to Ask Question in Support Forum :)



http://Www.ayshas.malware-site.www


#2

L0v3=-

avatar
 
Member
Member

Posted Wed Dec 02, 2015 10:16 pm

 
IPB Dropdown Profile Images?q=tbn:ANd9GcR2e_feR8batEYkrCRN-11QoRNfzokPDdrXrinOapTRQpiuOLfvhHaM-A





#3

TOP-CODER

TOP-CODER
 
Management team
Management team

Posted Fri Dec 04, 2015 7:17 pm

 
IPB Dropdown Profile Images?q=tbn:ANd9GcR2e_feR8batEYkrCRN-11QoRNfzokPDdrXrinOapTRQpiuOLfvhHaM-A



http://www.hackersw0rld.tk


#4

hite

hite
 
Fояαм new user
Fояαм new user

Posted Mon Dec 07, 2015 9:31 pm

 
IPB Dropdown Profile Images?q=tbn:ANd9GcR2e_feR8batEYkrCRN-11QoRNfzokPDdrXrinOapTRQpiuOLfvhHaM-A





#5

Jabber

Jabber
 
Supper mod
Supper mod

Posted Thu Dec 10, 2015 7:15 pm

 
You





#6

Sponsored content


 

Posted

 





Message (Page 1 of 1)

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


  • Total Posts:
  • Total Members:
  • Newest Member:
  • Most Online: Most users ever online was 583 on Thu Oct 14, 2021 1:28 am

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None