Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] IPB dropdown Profile problem



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior

  • Description:

Hello. I have 3 serious problems with IPB dropdown Profile problem

the first problems is: the first avatar is to small demo: [Solved] IPB dropdown Profile problem Postimage

the second problem is the avatar is missing demo: [Solved] IPB dropdown Profile problem Second23

the third problem is profile is not placed correct demo: [Solved] IPB dropdown Profile problem Sss111

my overall_header:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
 <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
 <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
 <!-- BEGIN switch_compat_meta -->
 <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
 <!-- END switch_compat_meta -->
 <!-- BEGIN switch_canonical_url -->
 <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
 <!-- END switch_canonical_url -->
 {META_FAVICO}
 {META}
 {META_FB_LIKE}
 <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
 {T_HEAD_STYLESHEET}
 {CSS}
 <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
 <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
 <script src="{JQUERY_PATH}" type="text/javascript"></script>
 <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
        <script type="text/javascript" src="http://corect-gaming.ro/forum/public/js/promenu/promenu.js"></script>

 <!-- BEGIN switch_fb_login -->
 <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
 <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
 <!-- END switch_fb_login -->

 <!-- BEGIN switch_ticker -->
 <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
 <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
 <!-- END switch_ticker -->

 <!-- BEGIN switch_ticker_new -->
 <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
 <script type="text/javascript">//<![CDATA[
 /* Definir le sens de direction en fonction du panneau admin */
 var tickerDirParam = "{switch_ticker.DIRECTION}";
 var slid_vert = false;
 var auto_dir = 'next';
 var h_perso = parseInt({switch_ticker.HEIGHT});

 switch( tickerDirParam )
 {
 case 'top' :
 slid_vert = true;
 break;

 case 'left':
 break;

 case 'bottom':
 slid_vert = true;
 auto_dir = 'prev';
 break;

 case 'right':
 auto_dir = 'prev';
 break;

 default:
 slid_vert = true;
 }

 $(document).ready(function() {

 var width_max = $('ul#fa_ticker_content').width();
 var width_item = Math.floor(width_max / {switch_ticker.SIZE});

 if (width_max > 0)
 {
 $('#fa_ticker_content').css('display','block');

 $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
 if ($(this).width() > width_item)
 {
 var ratio = $(this).width() / width_item;
 var new_height = Math.round($(this).height() / ratio);
 $(this).height(new_height).width(width_item);
 }
 });

 if (slid_vert)
 {
 var height_max = h_perso;

 $('ul#fa_ticker_content li').each( function () {
 if ($(this).height() > height_max)
 {
 height_max = $(this).height();
 }
 } );

 $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
 $('ul#fa_ticker_content li').height(height_max);
 }

 $('#fa_ticker_content').jcarousel({
 vertical: slid_vert,
 wrap: 'circular',
 auto: {switch_ticker.STOP_TIME},
 auto_direction: auto_dir,
 scroll: 1,
 size: {switch_ticker.SIZE},
 height_max: height_max,
 animation: {switch_ticker.SPEED}
 });
 }
 else
 {
 $('ul#fa_ticker_content li:not(:first)').css('display','none');
 $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
 }
 });
 //]]>
 </script>
 <!-- END switch_ticker_new -->

 <script type="text/javascript">
 //<![CDATA[
 $(document).ready(function(){
 <!-- BEGIN switch_enable_pm_popup -->
 pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
 if(pm != null) { pm.focus(); }
 <!-- END switch_enable_pm_popup -->
 <!-- BEGIN switch_report_popup -->
 report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
 if(report != null) { report.focus(); }
 <!-- END switch_report_popup -->
 <!-- BEGIN switch_ticker -->
 ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
 <!-- END switch_ticker -->
 });

 <!-- BEGIN switch_login_popup -->
 var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
 <!-- END switch_login_popup -->

 <!-- BEGIN switch_login_popup -->
 $(document).ready( function() {
 $(window).resize(function() {
 var windowWidth = document.documentElement.clientWidth;
 var popupWidth = $("#login_popup").width();
 var mypopup = $("#login_popup");

 $("#login_popup").css({
 "left": windowWidth/2 - popupWidth/2
 });
 });
 });
 <!-- END switch_login_popup -->
 //]]>
 </script>
 {GREETING_POPUP}
 <!-- BEGIN switch_ticker_new -->
 <style>
 .jcarousel-skin-tango .jcarousel-item {
 text-align:center;
 width: 10px;
 }

 .jcarousel-skin-tango .jcarousel-item-horizontal {
 margin-right: {switch_ticker.SPACING}px;
 }

 .jcarousel-skin-tango .jcarousel-item-vertical {
 margin-bottom: {switch_ticker.SPACING}px;
 }
 </style>
 <!-- END switch_ticker_new -->
 {HOSTING_JS}
 <!-- BEGIN google_analytics_code -->
 <script type="text/javascript">
 //<![CDATA[
 var _gaq = _gaq || [];
 _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
 _gaq.push(["_trackPageview"]);
 _gaq.push(['_trackPageLoadTime']);

 <!-- BEGIN google_analytics_code_bis -->
 _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
 _gaq.push(['b._trackPageview']);
 <!-- END google_analytics_code_bis -->

 (function() {
 var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
 ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
 var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
 })();
 //]]>
 </script>
 <!-- END google_analytics_code -->
  <script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
</head>

<body>
 <!-- BEGIN hitskin_preview -->
 <div id="hitskin_preview" style="display: block;">
 <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
 <div class="content">
 <p>
 {hitskin_preview.L_THEME_SITE_PREVIEW}
 <br />
 <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
 </p>
 </div>
 </div>
 <!-- END hitskin_preview -->

 <!-- BEGIN switch_login_popup -->
 <div id="login_popup" class="module main">
 <div id="login_popup_title" class="main-head">
 <div class="h3">{SITENAME}</div>
 </div>
 <div class="main-content">
 {LOGIN_POPUP_MSG}
 <div id="login_popup_buttons">
 <form action="{S_LOGIN_ACTION}" method="get">
 <input type="submit" class="button2" value="{L_LOGIN}" />
 <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
 <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
 </form>
 </div>
 </div>
 </div>
 <!-- END switch_login_popup -->

 <a id="top" name="top" accesskey="t"></a>

 <div class="minwidth_IE">
 <div class="layout_IE">
 <div class="container_IE">
 <body id="ipboard_body"><div id="ipbwrapper">
   <div id="header_menus" class="clearfix">
     <div class="main_width">
       <ul id="header_menu_bar" class="ipsList_inline left root" style="z-index:10005;">
         <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="?HOP Vip"><img src="http://i.imgur.com/z5tHMun.png" height="14px" width="14px">&nbsp; ?HOP Vip</a></li>
       <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="Instruc?iuni SA:MP"><img src="http://i.imgur.com/FmhsG9g.png" height="14px" width="14px">&nbsp; Questions (FAQ)</a></li>
       <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu" title="Administrare"><img src="http://i.imgur.com/afhkHTC.png" height="14px" width="14px">&nbsp; Administrare<span class="downarrow"></span></a></li>
       <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="https://www.facebook.com/4reyesoficial" class="menu notMe" title="Like us?"><img src="http://i.imgur.com/aO6cDHX.png" height="14px" width="14px">&nbsp;Like us?</a></li>
         <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="YouTube"><img src="http://i.imgur.com/gR6EQGK.png" height="14px" width="14px">&nbsp;YouTube</a></li>
           <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="Steam Group"><img src="http://i.imgur.com/9LhuLPl.png" height="14px" width="14px">&nbsp;Steam Group</a></li>
             <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="TeamSpeak3"><img src="http://i.imgur.com/QWYfJnR.png" height="14px" width="14px">&nbsp; TeamSpeak3</a></li>
     </ul> </div> </div> </div>
 <p id="content_jump" class="hide"><a href="#j_content" title="Jump to content" accesskey="m">Jump to content</a></p>
 <div id="ipbwrapper">
 <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->
 
 <!-- ::: BRANDING STRIP: Logo and search box ::: -->
 <div id="branding"><div class="wrapper">
                <div id="logo">
                    
                        
<a href="/" title="Go to community index" rel="home" accesskey="1"><img src="http://i.imgur.com/NddJEIB.png" alt="Logo"></a>

                    
                </div>
                <div id="search" class="right">
 <form method="get" action="/search?search_where=11" id="search-box">
 <fieldset>
 <label for="main_search" class="hide">Search</label>
 
 <span id="search_wrap" class="right">
 <input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Search...">
 <span class="choice ipbmenu clickable" id="search_options" style="">Forums</span>
            
            <input type="submit" class="submit_input clickable" value="">
         </span>
        
      </fieldset>
   </form>
</div>
 </div></div>
            
            <div id="nav_wrap"><div class="wrapper clearfix">
            
            <div id="user_navigation" class="not_logged_in">
 
 <ul class="ipsList_inline">
                                                        <!-- BEGIN switch_user_logged_in -->
<li><a href="/profile?mode=editprofile" title="Edit Avatar">
                          <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('<center><img src="'+link+'" alt="" /></center>');
      }else{
        jQuery('#avatar').html('');
      }
  });
});
</script><div id="avatar"><center></center></div>
                              
                                 <li><a class="profilename" href="/profile?mode=editprofile&page_profil=preferences"
onclick="jQuery('#perfil').fadeToggle(); return false;"
title="Your Profile"><span class="USERNAME"></span></a></li>
                                <li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Messenger"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                <li><a id="notify_link" href="/search?search_id=watchsearch" title="Notifications"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                <li><a href="/login?logout">Sign Out</a></li>
                        <!-- END switch_user_logged_in -->  
                                                        <!-- BEGIN switch_user_logged_out -->  
 <li>
 <span class="services">
 
 
 
 </span>
 <a onclick="jQuery('#document_modal').fadeToggle();" title="Sign In" id="sign_in"><img src="http://i.imgur.com/mhgT03z.png" alt=""> Sign In</a>
 </li>
 <li>
                                                                  <a href="/register" title="Create Account" id="register_link"><img src="http://i.imgur.com/MswKBAh.png" alt=""> Create Account</a>
 </li>
                                                           <!-- END switch_user_logged_out -->      
 </ul>
 </div>
            
 <!-- ::: APPLICATION TABS ::: -->
 <div id="primary_nav" class="clearfix">
                <ul class="ipsList_inline root" id="community_app_menu">
                   <li id="nav_app_core" class="main left right_open" style="z-index:9990;">
                   <a href="/" class="notMe" title="Homepage"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/balloon-left-icon.png" alt="" />&nbsp;Home</a></li>
                   <script type="text/javascript">        
 ProjQ171(document).ready(function() {
 ProjQ171("#community_app_menu").ProMenu();  
 ProperActivation("#community_app_menu");
 });
  </script>
                   <li id="nav_app_forums" class="left active"><a class="active" href="/forum" title="Go to Forum"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/bank-icon.png" alt="" />&nbsp;Forum</a></li>
                   <li id="nav_app_members" class="left "><a href="/#" title="Go to Members"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/users-icon.png" alt="" />&nbsp;Members</a></li>
                   <li id="nav_app_shoutbox" class="left "><a href="/#" title="Go to Shoutbox"><img src="http://gamesphorum.site11.com/public/style_images/master/shoutbox/popup.png" alt="" />&nbsp;ShoutBox</a></li>
                
                
                 </ul>
                </div>
            </div></div>
 
            <div class="wrapper clear">
            
 <!-- ::: MAIN CONTENT AREA ::: -->
 <div id="content" class="clearfix">
 <!-- ::: NAVIGATION BREADCRUMBS ::: -->
                        <div id="secondary_navigation" class="clearfix">
                        <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
                        <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="first">  
 <a href="/" itemprop="url">
 <span itemprop="title">{L_INDEX}</span>
 </a>
 </li>
 <strong itemprop="title">{NAV_CAT_DESC}</strong>
 </ol>
                        
                     <ul id="secondary_links" class="ipsList_inline right">
                        
                       <li><a href="/#" accesskey="2">View New Content</a></li>
                        
                       <li><a href="/#" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open Quick Navigation"><img src="http://s22.postimg.org/glze0ckot/icon_quicknav.png" alt=""></a></li>
                        
                        
                    </ul>
 </div>
                <!-- ::: MAIN CONTENT AREA ::: -->
 <div id="content" class="clearfix">
                <!-- BEGIN switch_user_logged_out -->
                <div class="guestMessage">
                 <strong>Welcome to Corect-Gaming Alatura-te Noua!</strong><br>
                  Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, <a href="/login">login here</a> - otherwise <a href="/register">create an account</a> for free today!
                </div>
                <!-- END switch_user_logged_out -->
 <div class="pun">
 
 <!-- BEGIN switch_ticker_new -->
 <div id="fa_ticker_block" style="padding-top:4px;">
 <div class="module main">
 <div class="main-content clearfix">
 <div id="fa_ticker_container">
 <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
 <!-- BEGIN ticker_row -->
 <li>{switch_ticker.ticker_row.ELEMENT}</li>
 <!-- END ticker_row -->
 </ul>
 </div>
 </div>
 </div>
 </div>
 <!-- END switch_ticker_new -->

 <!-- BEGIN switch_ticker -->
 <div id="fa_ticker_block" style="padding-top:4px;">
 <div class="module main">
 <div class="main-content clearfix">
 <div id="fa_ticker_container">
 <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
 <div class="fa_ticker_content">
 <!-- BEGIN ticker_row -->
 <div>{switch_ticker.ticker_row.ELEMENT}</div>
 <!-- END ticker_row -->
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 <!-- END switch_ticker -->

 <div id="page-body">
 <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
 <div id="outer-wrapper">
 <div id="wrapper">
 <div id="container">
 <div id="content">
 
 <div id="main">
 <div id="main-content">

<!-- BEGIN html_validation -->
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
                          </div>
                          </div>
          </div>
</body>
</html>
<!-- END html_validation -->
              
<!-- #region sign_in_popup -->
    <div id="document_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E ;"></div>
    <div id="sign_in_popup_popup" style="display:none; z-index: 10001; top: 25%; left: 24%; position: fixed;" class="popupWrapper">
        <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
            <div style="" class="ipbfs_login" id="inline_login_form">
                <form id="login" method="post" action="/login.forum">
                <h3>Sign In</h3>
                <!-- BEGIN switch_fb_connect -->
                <div class="ipsBox_notice">
                  <ul class="ipsList_inline">
                      <li>
                        <a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
                            <img alt="Facebook" src="http://i69.servimg.com/u/f69/16/62/61/50/facebo10.png">  Use Facebook
                        </a>
                      </li>
                  </ul>
                </div>
                <!-- END switch_fb_connect -->
                    <div class="ipbfs_login_row">
                        <div class="ipbfs_login_col">
                          <span class="right desc lighter blend_links"><a href="/register" title="¡registrarse ahora!">Register now!</a></span>
                            <strong><label for="ips_username">Username or email:</label></strong>
                            <div class="ipsField_content">
                                <input type="text" tabindex="1" size="30" placeholder="Username" name="username" class="input_text ipbfs_login_input ipbfs_luser" id="ips_username">
                            </div>
                        </div>
                        <div class="ipbfs_login_col">
                          <span class="right desc lighter blend_links"><a href="/profile?mode=sendpassword" title="redordar contraseña"> I've forgotten my password</a></span>
                            <strong><label for="ips_password">Password</label></strong>
                            <div class="ipsField_content">
                                <input type="password" tabindex="2" size="30" placeholder="Password" name="password" class="input_text ipbfs_login_input ipbfs_lpassword" id="ips_password"><br>
                                </div>
                        </div>
                    </div>
                    <div class="clearfix">
                        <div class="ipbfs_login_col">
                            <input type="checkbox" class="input_check left" value="1" name="autologin" checked="checked" id="autologin">
                            <div style="padding-left: 20px;">
                                <label for="autologin">
                                    <strong>Remember me</strong>
                                    <span style="display: block; padding-top: 5px;" class="desc lighter">This is not recommended for shared computers</span>
                                </label>
                            </div>
                        </div>
                        <div class="ipbfs_login_col">
                            <input type="checkbox" class="input_check left" value="1" name="anonymous" id="anonymous">
                            <div style="padding-left: 20px;">
                                <label for="anonymous">
                                    <strong>Sign in anonymously</strong>
                                    <span style="display: block; padding-top: 5px;" class="desc lighter">Don't add me to the active users list</span>
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="ipsForm_submit ipsForm_center clear" style="height: 29px;">
                        <input type="submit" name="login" value="Sign In" class="input_submit">
                        <input name="redirect" type="hidden" value="" />                  
                    </div>
                </form>
            </div>
        </div>
      <div id="sign_in_popup_close" class="popupClose clickable">
          <img alt="x" src="http://i78.servimg.com/u/f78/18/17/62/92/close_10.png" onclick="show_popup('sign_in_popup_popup');">
      </div>
    </div>
    <script type="text/javascript">
      //<![CDATA[
      $(document).ready(function() {
          $('#user_navigation #sign_in').attr('href', '#').attr('onclick', "show_popup('sign_in_popup_popup');");
          /*
          $('#user_navigation #sign_in').click(function() {
            sign_in_popup();
          });
          */
      });
      function show_popup(id) {
          var $oObj = $('#'+id);
          if ($oObj.css('display') == 'none') {
            $oObj.add('#document_modal').fadeIn('slow');
            $("input:text:eq(0):visible").focus();
          } else {
            $oObj.add('#document_modal').fadeOut('slow');
          }
      }
      //]]>
    </script>
    <style type="text/css">
      <!--
        .popupWrapper {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
            padding: 8px;
        }
        .ipbfs_login .ipsForm_submit {
            margin-top: 0;
        }
        .ipbfs_login .ipsBox_notice {
        margin: 0;
        }
        .ipbfs_login .input_submit {
            font-size: 13px;
        }
        #sign_in_popup_inner {
            width: 680px !important;
        }
        .popupInner {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            overflow-x: hidden;
            overflow-y: auto;
            width: 500px;
        }
        .popupInner h3 {
    border-bottom: 1px solid #2A2A2A;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
    background: url('http://i.imgur.com/3nkF8aU.png') repeat-x scroll 0px 0px #222;
    padding: 8px 10px 9px;
    font-weight: 300 !important;
    font-size: 16px !important;
}  
        .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
            background: none repeat scroll 0 0 #fff;
        }
        .ipsBox_notice {
            line-height: 1.6;
            margin-bottom: 10px;
            padding: 10px;
        }
        .ipsBox_notice, .ipsBox_highlight {
            background: none repeat scroll 0 0 #F4FCFF;
            border-bottom: 1px solid #CAE9F5;
        }
        .ipbfs_login_row {
            overflow: hidden;
        }
        .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
            border-top: 0 none;
        }
        #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
            border-bottom: 1px solid #E3E3E3;
            border-top: 1px solid #fff;
        }
        .ipbfs_login_col {
            float: left;
            padding: 15px 10px;
            width: 314px;
        }
        .desc.lighter, .desc.lighter.blend_links a {
            color: #646464;
        }
        .desc, .desc.blend_links a, p.posted_info {
            color: #898989;
            font-size: 11px;
        }
        .right {
            float: right;
        }
        .ipbfs_login_col a:hover {
            text-decoration: underline;
        }
        .ipbfs_login_row label {
            font-size: 1.15em;
        }
        input:-moz-placeholder {
            color: #939393;
        }
        .ipbfs_luser {
            background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/user10.png") !important;
            background-position: 7px 60% !important;
            background-repeat: no-repeat !important;
        }
        .ipbfs_login_input {
            font-size: 14px !important;
            margin-top: 10px;
            padding: 6px 0 6px 28px !important;
            width: 284px;
        }
        .input_text, .ipsTagBox_wrapper, textarea {
    background: none repeat scroll 0% 0% #363636;
    border: 1px solid #434343;
    color: #B7B7B7 !important;
    padding: 6px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
}
        input, select, textarea {
            font: 12px tahoma,helvetica,arial,sans-serif;
        }
        .ipbfs_lpassword {
            background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/key10.png");
            background-position: 7px 60% !important;
            background-repeat: no-repeat !important;
        }
        .clearfix:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }
        .left {
            float: left;
        }
        img, .input_check, .input_radio {
            vertical-align: middle;
        }
        .ipsForm_center {
            text-align: center !important;
        }
        .ipsForm_submit {
            margin-top: 25px;
            padding: 5px 10px;
            text-align: right;
        }
        .clear {
            clear: both;
        }
        #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
    background: url('http://i.imgur.com/3nkF8aU.png') repeat-x scroll 0px -1px #232323 !important;
    border-top: 1px solid #373737 !important;
}
        .popupClose {
            position: absolute;
            right: 20px;
            top: 20px;
        }
        .clickable {
            cursor: pointer;
        }
        .input_submit, .ipsButton_secondary {
            outline: medium none;
        }
        .input_submit {
    background: url('http://i.imgur.com/b1MFD7y.png') repeat-x scroll 0px 0px #5A7FA0;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border: 0px none;
    cursor: pointer;
    padding: 5px 11px;
    text-decoration: none;
}
      .input_submit:hover {
    background: url('http://i.imgur.com/b1MFD7y.png') repeat-x scroll 0px 0px rgba(104, 165, 219, 1);

}
        .pun h2, .pun h3, .pun input, .pun select, .pun th {
            font-family: helvetica,arial,sans-serif !important;
            font-size: 14px;
            font-style: normal;
            font-variant: normal;
            font-weight: 300;
        }
        body {
            color: #5a5a5a !important;
            font: 11px tahoma,helvetica,arial,sans-serif !important;
        }
        -->
    </style>
<!-- #endregion sign_in_popup -->              
                          
 <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>



  • Information:

Forum:http://www.exiled.wow3.infoVersion:PUNBB
Type:Errors in codeTags:dropdown,Profile,problem


Updated and Corrected!
~ Virus ~

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

2
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Can you post your code here?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

3
Offline

  nanako

nanako
Punbb Guru
Punbb Guru
Demo account? So I can see your problem.

Powered by PunBB
Currently 0 users have thanked nanako for this post:

4
Offline

  Virus

Virus
★Moderator★
★Moderator★
[infos="Update"]First topic was corrected and updated!

Please make sure you add the images correctly so other members can view and help you easier. [/infos]

To help you with these problems we will need a Test Account to view the problem and help you with this. If your problem is not visible to a guest, you have to give some Test Account information so others can view it as a member. Typically Administrator Panel rights.

Thank you.

Powered by PunBB
Currently 0 users have thanked Virus for this post:

5
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Hello,

When giving out the [test account] information, remember to use PM

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

6
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
[REMOVED]

- Posting Username & Password

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

7
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Hello,

[infos="Posting Username & Password"]Please don't post personal details, This is only for staff members to view. Users could take your over and spoil it.[/infos]

REMOVED YOUR POST FOR SECURITY REASONS!

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

8
Offline

  Virus

Virus
★Moderator★
★Moderator★
Ok here is what happened!

I managed to make the first and the third one as wanted. The avatar i couldn't do that because for some reason the javascript does not work. Lets hope @Rapid will help a bit. (I will inform them)

Now to fix the other two simply go to:
Admin Panel > Display > Templates > General > overall_header
and replace all the template with the below:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
  <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
  <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
  <meta http-equiv="content-script-type" content="text/javascript" />
  <meta http-equiv="content-style-type" content="text/css" />
  <!-- BEGIN switch_compat_meta -->
  <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
  <!-- END switch_compat_meta -->
  <!-- BEGIN switch_canonical_url -->
  <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
  <!-- END switch_canonical_url -->
  {META_FAVICO}
  {META}
  {META_FB_LIKE}
  <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
  {T_HEAD_STYLESHEET}
  {CSS}
  <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
  <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
  <script src="{JQUERY_PATH}" type="text/javascript"></script>
  <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
        <script type="text/javascript" src="http://corect-gaming.ro/forum/public/js/promenu/promenu.js"></script>
  <!-- BEGIN switch_fb_login -->
  <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
  <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
  <!-- END switch_fb_login -->
  <!-- BEGIN switch_ticker -->
  <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
  <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
  <!-- END switch_ticker -->
  <!-- BEGIN switch_ticker_new -->
  <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
  <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});
      switch( tickerDirParam )
      {
        case 'top' :
            slid_vert = true;
            break;
        case 'left':
            break;
        case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;
        case 'right':
            auto_dir = 'prev';
            break;
        default:
            slid_vert = true;
      }
      $(document).ready(function() {
        var width_max = $('ul#fa_ticker_content').width();
        var width_item = Math.floor(width_max / {switch_ticker.SIZE});
        if (width_max > 0)
        {
            $('#fa_ticker_content').css('display','block');
            $('ul#fa_ticker_content li').css('float','left').css('list-style','none').width(width_item).find('img').each(function () {
              if ($(this).width() > width_item)
              {
              var ratio      = $(this).width() / width_item;
              var new_height = Math.round($(this).height() / ratio);
              $(this).height(new_height).width(width_item);
              }
            });
            if (slid_vert)
            {
              var height_max = h_perso;
              $('ul#fa_ticker_content li').each( function () {
                  if ($(this).height() > height_max)
                  {
                    height_max = $(this).height();
                  }
              } );
              $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
              $('ul#fa_ticker_content li').height(height_max);
            }
            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
              wrap: 'circular',
              auto: {switch_ticker.STOP_TIME},
              auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
        }
        else
        {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
        }
      });
  //]]>
  </script>
  <!-- END switch_ticker_new -->
  <script type="text/javascript">
  //<![CDATA[
  $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
        ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
  });
  <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = false, logInBackgroundClass = false;
  <!-- END switch_login_popup -->
  <!-- BEGIN switch_login_popup -->
  $(document).ready( function() {
      $(window).resize(function() {
        var windowWidth = document.documentElement.clientWidth;
        var popupWidth = $("#login_popup").width();
        var mypopup = $("#login_popup");
        $("#login_popup").css({
        "left": windowWidth/2 - popupWidth/2
            });
      });
  });
  <!-- END switch_login_popup -->
  //]]>
  </script>
  {GREETING_POPUP}
  <!-- BEGIN switch_ticker_new -->
  <style>
  .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
  }
  .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
  }
  .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
  }
  </style>
  <!-- END switch_ticker_new -->
  {HOSTING_JS}
  <!-- BEGIN google_analytics_code -->
  <script type="text/javascript">
  //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(["_setAccount", "{G_ANALYTICS_ID}"]);
    _gaq.push(["_trackPageview"]);
  _gaq.push(['_trackPageLoadTime']);
  <!-- BEGIN google_analytics_code_bis -->
  _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
  _gaq.push(['b._trackPageview']);
  <!-- END google_analytics_code_bis -->
    (function() {
      var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
      ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
      var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
    })();
  //]]>
  </script>
  <!-- END google_analytics_code -->
  <script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
</head>
<body>
  <!-- BEGIN hitskin_preview -->
  <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
        <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
        </p>
      </div>
  </div>
  <!-- END hitskin_preview -->
  <!-- BEGIN switch_login_popup -->
  <div id="login_popup" class="module main">
      <div id="login_popup_title" class="main-head">
        <div class="h3">{SITENAME}</div>
      </div>
      <div class="main-content">
        {LOGIN_POPUP_MSG}
        <div id="login_popup_buttons">
            <form action="{S_LOGIN_ACTION}" method="get">
              <input type="submit" class="button2" value="{L_LOGIN}" />
              <input type="button" class="button2" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
              <input id="login_popup_close" type="button" class="button2" value="{L_DONT_DISPLAY_AGAIN}" />
            </form>
        </div>
      </div>
  </div>
  <!-- END switch_login_popup -->
  <a id="top" name="top" accesskey="t"></a>
  <div class="minwidth_IE">
      <div class="layout_IE">
        <div class="container_IE">
 <body id="ipboard_body"><div id="ipbwrapper">     
  <div id="header_menus" class="clearfix">       
    <div class="main_width">           
      <ul id="header_menu_bar" class="ipsList_inline left root" style="z-index:10005;">                               
        <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="?HOP Vip"><img src="http://i.imgur.com/z5tHMun.png" height="14px" width="14px">&nbsp; ?HOP Vip</a></li>                               
      <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="Instruc?iuni SA:MP"><img src="http://i.imgur.com/FmhsG9g.png" height="14px" width="14px">&nbsp; Questions (FAQ)</a></li>                               
      <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu" title="Administrare"><img src="http://i.imgur.com/afhkHTC.png" height="14px" width="14px">&nbsp;  Administrare<span class="downarrow"></span></a></li>                               
      <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="https://www.facebook.com/4reyesoficial" class="menu notMe" title="Like us?"><img src="http://i.imgur.com/aO6cDHX.png" height="14px" width="14px">&nbsp;Like us?</a></li>                               
        <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="YouTube"><img src="http://i.imgur.com/gR6EQGK.png" height="14px" width="14px">&nbsp;YouTube</a></li>                               
          <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="Steam Group"><img src="http://i.imgur.com/9LhuLPl.png" height="14px" width="14px">&nbsp;Steam Group</a></li>                               
            <li id="nav_app_core" class=" right_open" style="z-index:10006;"><a href="/#" class="menu notMe" title="TeamSpeak3"><img src="http://i.imgur.com/QWYfJnR.png" height="14px" width="14px">&nbsp; TeamSpeak3</a></li>                         
    </ul>        </div>      </div>  </div>
      <p id="content_jump" class="hide"><a href="#j_content" title="Jump to content" accesskey="m">Jump to content</a></p>
      <div id="ipbwrapper">
        <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->       
             
        <!-- ::: BRANDING STRIP: Logo and search box ::: -->
        <div id="branding"><div class="wrapper">
                <div id="logo">
                   
                       
<a href="/" title="Go to community index" rel="home" accesskey="1"><img src="http://i.imgur.com/NddJEIB.png" alt="Logo"></a>
                   
                </div>
                <div id="search" class="right">
  <form method="get" action="/search?search_where=11" id="search-box">
      <fieldset>
        <label for="main_search" class="hide">Search</label>
       
        <span id="search_wrap" class="right">
            <input type="text" id="main_search" name="search_keywords" class="" size="17" tabindex="100" placeholder="Search...">
            <span class="choice ipbmenu clickable" id="search_options" style="">Forums</span>
           
            <input type="submit" class="submit_input clickable" value="">
        </span>
       
      </fieldset>
  </form>
</div>
        </div></div>
           
            <div id="nav_wrap"><div class="wrapper clearfix">
           
            <div id="user_navigation" class="not_logged_in">
                   
                    <ul class="ipsList_inline">
                                                        <!-- BEGIN switch_user_logged_in -->
<li><a href="/profile?mode=editprofile" title="Edit Avatar">
                          <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('<center><img src="'+link+'" alt="" /></center>');
      }else{
        jQuery('#avatar').html('');
      }
  });
});
</script><div id="avatar"><center></center></div>
                             
                                <li><a class="profilename" href="/profile?mode=editprofile&page_profil=preferences"
onclick="jQuery('#perfil').fadeToggle(); return false;"
title="Your Profile"><span class="USERNAME"></span></a></li>
                                <li><a data-clicklaunch="getInboxList" id="inbox_link" href="/privmsg?folder=inbox" title="Messenger"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                <li><a id="notify_link" href="/search?search_id=watchsearch" title="Notifications"><img src="http://i.imgur.com/TeAddws.gif" alt="" style="margin-top: 7px;">&nbsp;</a></li>
                                <li><a href="/login?logout">Sign Out</a></li>
                        <!-- END switch_user_logged_in --> 
                                                        <!-- BEGIN switch_user_logged_out --> 
                        <li>
                          <span class="services">
                             
                             
                             
                          </span>
                          <a onclick="jQuery('#document_modal').fadeToggle();" title="Sign In" id="sign_in"><img src="http://i.imgur.com/mhgT03z.png" alt=""> Sign In</a>
                        </li>
                        <li>
                                                                  <a href="/register" title="Create Account" id="register_link"><img src="http://i.imgur.com/MswKBAh.png" alt=""> Create Account</a>
                        </li>
                                                          <!-- END switch_user_logged_out -->     
                    </ul>
                  </div>
           
        <!-- ::: APPLICATION TABS ::: -->
      <div id="primary_nav" class="clearfix">
                <ul class="ipsList_inline root" id="community_app_menu">
                  <li id="nav_app_core" class="main left right_open" style="z-index:9990;">
                  <a href="/" class="notMe" title="Homepage"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/balloon-left-icon.png" alt="" />&nbsp;Home</a></li>
                  <script type="text/javascript">       
              ProjQ171(document).ready(function() {
                  ProjQ171("#community_app_menu").ProMenu(); 
                  ProperActivation("#community_app_menu");
              });
        </script>
                  <li id="nav_app_forums" class="left active"><a class="active" href="/forum" title="Go to Forum"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/bank-icon.png" alt="" />&nbsp;Forum</a></li>
                  <li id="nav_app_members" class="left "><a href="/#" title="Go to Members"><img src="http://icons.iconarchive.com/icons/yusuke-kamiyamane/fugue/16/users-icon.png" alt="" />&nbsp;Members</a></li>
                  <li id="nav_app_shoutbox" class="left "><a href="/#" title="Go to Shoutbox"><img src="http://gamesphorum.site11.com/public/style_images/master/shoutbox/popup.png" alt="" />&nbsp;ShoutBox</a></li>
               
               
                </ul>
                </div>
            </div></div>
       
            <div class="wrapper clear">
           
        <!-- ::: MAIN CONTENT AREA ::: -->
        <div id="content" class="clearfix">
            <!-- ::: NAVIGATION BREADCRUMBS ::: -->
                        <div id="secondary_navigation" class="clearfix">
                        <ol class="breadcrumb top ipsList_inline left" id="breadcrumb">
                        <li itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb" class="first"> 
            <a href="/" itemprop="url">
            <span itemprop="title">{L_INDEX}</span>
            </a>
      </li>
        <strong itemprop="title">{NAV_CAT_DESC}</strong>
                                      </ol>
                       
                    <ul id="secondary_links" class="ipsList_inline right">
                       
                      <li><a href="/#" accesskey="2">View New Content</a></li>
                       
                      <li><a href="/#" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open Quick Navigation"><img src="http://s22.postimg.org/glze0ckot/icon_quicknav.png" alt=""></a></li>
                       
                       
                    </ul>
      </div>
                <!-- ::: MAIN CONTENT AREA ::: -->
        <div id="content" class="clearfix">
                <!-- BEGIN switch_user_logged_out -->
                <div class="guestMessage">
                  <strong>Welcome to Corect-Gaming Alatura-te Noua!</strong><br>
                  Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, <a href="/login">login here</a> - otherwise <a href="/register">create an account</a> for free today!
                </div>
                <!-- END switch_user_logged_out -->
            <div class="pun">
           
              <!-- BEGIN switch_ticker_new -->
              <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                    <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                          <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display: none;width: 100%;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                          </ul>
                        </div>
                    </div>
                  </div>
              </div>
              <!-- END switch_ticker_new -->
              <!-- BEGIN switch_ticker -->
              <div id="fa_ticker_block" style="padding-top:4px;">
                  <div class="module main">
                    <div class="main-content clearfix">
                        <div id="fa_ticker_container">
                          <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                <!-- BEGIN ticker_row -->
                                <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                <!-- END ticker_row -->
                              </div>
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
              <!-- END switch_ticker -->
              <div id="page-body">
                  <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                    <div id="outer-wrapper">
                        <div id="wrapper">
                          <div id="container">
                              <div id="content">
                               
                                <div id="main">
                                    <div id="main-content">
<!-- BEGIN html_validation -->
                                    </div>
                                </div>
                              </div>
                          </div>
                        </div>
                    </div>
                  </div>
              </div>
            </div>
        </div>
      </div>
  </div>
                          </div>
                          </div>
          </div>
</body>
</html>
<!-- END html_validation -->
             
<!-- #region sign_in_popup -->
    <div id="document_modal" class="modal" style="display:none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 10000; opacity: 0.4; background-color: #3E3E3E ;"></div>
    <div id="sign_in_popup_popup" style="display:none; z-index: 10001; top: 25%; left: 24%; position: fixed;" class="popupWrapper">
        <div id="sign_in_popup_inner" class="popupInner" style="width: 600px; max-height: 641px;">
            <div style="" class="ipbfs_login" id="inline_login_form">
                <form id="login" method="post" action="/login.forum">
                <h3>Sign In</h3>
                <!-- BEGIN switch_fb_connect -->
                <div class="ipsBox_notice">
                  <ul class="ipsList_inline">
                      <li>
                        <a class="ipsButton_secondary" href="/facebook_connect.forum" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">
                            <img alt="Facebook" src="http://i69.servimg.com/u/f69/16/62/61/50/facebo10.png">  Use Facebook
                        </a>
                      </li>
                  </ul>
                </div>
                <!-- END switch_fb_connect -->
                    <div class="ipbfs_login_row">
                        <div class="ipbfs_login_col">
                          <span class="right desc lighter blend_links"><a href="/register" title="¡registrarse ahora!">Register now!</a></span>
                            <strong><label for="ips_username">Username or email:</label></strong>
                            <div class="ipsField_content">
                                <input type="text" tabindex="1" size="30" placeholder="Username" name="username" class="input_text ipbfs_login_input ipbfs_luser" id="ips_username">
                            </div>
                        </div>
                        <div class="ipbfs_login_col">
                          <span class="right desc lighter blend_links"><a href="/profile?mode=sendpassword" title="redordar contraseña"> I've forgotten my password</a></span>
                            <strong><label for="ips_password">Password</label></strong>
                            <div class="ipsField_content">
                                <input type="password" tabindex="2" size="30" placeholder="Password" name="password" class="input_text ipbfs_login_input ipbfs_lpassword" id="ips_password"><br>
                                </div>
                        </div>
                    </div>
                    <div class="clearfix">
                        <div class="ipbfs_login_col">
                            <input type="checkbox" class="input_check left" value="1" name="autologin" checked="checked" id="autologin">
                            <div style="padding-left: 20px;">
                                <label for="autologin">
                                    <strong>Remember me</strong>
                                    <span style="display: block; padding-top: 5px;" class="desc lighter">This is not recommended for shared computers</span>
                                </label>
                            </div>
                        </div>
                        <div class="ipbfs_login_col">
                            <input type="checkbox" class="input_check left" value="1" name="anonymous" id="anonymous">
                            <div style="padding-left: 20px;">
                                <label for="anonymous">
                                    <strong>Sign in anonymously</strong>
                                    <span style="display: block; padding-top: 5px;" class="desc lighter">Don't add me to the active users list</span>
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="ipsForm_submit ipsForm_center clear" style="height: 29px;">
                        <input type="submit" name="login" value="Sign In" class="input_submit">
                        <input name="redirect" type="hidden" value="" />                 
                    </div>
                </form>
            </div>
        </div>
      <div id="sign_in_popup_close" class="popupClose clickable">
          <img alt="x" src="http://i78.servimg.com/u/f78/18/17/62/92/close_10.png" onclick="show_popup('sign_in_popup_popup');">
      </div>
    </div>
    <script type="text/javascript">
      //<![CDATA[
      $(document).ready(function() {
          $('#user_navigation #sign_in').attr('href', '#').attr('onclick', "show_popup('sign_in_popup_popup');");
          /*
          $('#user_navigation #sign_in').click(function() {
            sign_in_popup();
          });
          */
      });
      function show_popup(id) {
          var $oObj = $('#'+id);
          if ($oObj.css('display') == 'none') {
            $oObj.add('#document_modal').fadeIn('slow');
            $("input:text:eq(0):visible").focus();
          } else {
            $oObj.add('#document_modal').fadeOut('slow');
          }
      }
      //]]>
    </script>
    <style type="text/css">
      <!--
        .popupWrapper {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
            padding: 8px;
        }
        .ipbfs_login .ipsForm_submit {
            margin-top: 0;
        }
        .ipbfs_login .ipsBox_notice {
        margin: 0;
        }
        .ipbfs_login .input_submit {
            font-size: 13px;
        }
        #sign_in_popup_inner {
            width: 680px !important;
        }
        .popupInner {
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            overflow-x: hidden;
            overflow-y: auto;
            width: 500px;
        }
        .popupInner h3 {
    border-bottom: 1px solid #2A2A2A;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
    background: url('http://i.imgur.com/3nkF8aU.png') repeat-x scroll 0px 0px #222;
    padding: 8px 10px 9px;
    font-weight: 300 !important;
    font-size: 16px !important;

        .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
            background: none repeat scroll 0 0 #fff;
        }
        .ipsBox_notice {
            line-height: 1.6;
            margin-bottom: 10px;
            padding: 10px;
        }
        .ipsBox_notice, .ipsBox_highlight {
            background: none repeat scroll 0 0 #F4FCFF;
            border-bottom: 1px solid #CAE9F5;
        }
        .ipbfs_login_row {
            overflow: hidden;
        }
        .ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td {
            border-top: 0 none;
        }
        #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
            border-bottom: 1px solid #E3E3E3;
            border-top: 1px solid #fff;
        }
        .ipbfs_login_col {
            float: left;
            padding: 15px 10px;
            width: 314px;
        }
        .desc.lighter, .desc.lighter.blend_links a {
            color: #646464;
        }
        .desc, .desc.blend_links a, p.posted_info {
            color: #898989;
            font-size: 11px;
        }
        .right {
            float: right;
        }
        .ipbfs_login_col a:hover {
            text-decoration: underline;
        }
        .ipbfs_login_row label {
            font-size: 1.15em;
        }
        input:-moz-placeholder {
            color: #939393;
        }
        .ipbfs_luser {
            background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/user10.png") !important;
            background-position: 7px 60% !important;
            background-repeat: no-repeat !important;
        }
        .ipbfs_login_input {
            font-size: 14px !important;
            margin-top: 10px;
            padding: 6px 0 6px 28px !important;
            width: 284px;
        }
        .input_text, .ipsTagBox_wrapper, textarea {
    background: none repeat scroll 0% 0% #363636;
    border: 1px solid #434343;
    color: #B7B7B7 !important;
    padding: 6px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) inset;
}
        input, select, textarea {
            font: 12px tahoma,helvetica,arial,sans-serif;
        }
        .ipbfs_lpassword {
            background-image: url("http://i78.servimg.com/u/f78/18/17/62/92/key10.png");
            background-position: 7px 60% !important;
            background-repeat: no-repeat !important;
        }
        .clearfix:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }
        .left {
            float: left;
        }
        img, .input_check, .input_radio {
            vertical-align: middle;
        }
        .ipsForm_center {
            text-align: center !important;
        }
        .ipsForm_submit {
            margin-top: 25px;
            padding: 5px 10px;
            text-align: right;
        }
        .clear {
            clear: both;
        }
        #vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
    background: url('http://i.imgur.com/3nkF8aU.png') repeat-x scroll 0px -1px #232323 !important;
    border-top: 1px solid #373737 !important;
}
        .popupClose {
            position: absolute;
            right: 20px;
            top: 20px;
        }
        .clickable {
            cursor: pointer;
        }
        .input_submit, .ipsButton_secondary {
            outline: medium none;
        }
        .input_submit {
    background: url('http://i.imgur.com/b1MFD7y.png') repeat-x scroll 0px 0px #5A7FA0;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border: 0px none;
    cursor: pointer;
    padding: 5px 11px;
    text-decoration: none;
}
      .input_submit:hover {
    background: url('http://i.imgur.com/b1MFD7y.png') repeat-x scroll 0px 0px rgba(104, 165, 219, 1);
}
        .pun h2, .pun h3, .pun input, .pun select, .pun th {
            font-family: helvetica,arial,sans-serif !important;
            font-size: 14px;
            font-style: normal;
            font-variant: normal;
            font-weight: 300;
        }
        body {
            color: #5a5a5a !important;
            font: 11px tahoma,helvetica,arial,sans-serif !important;
        }
        -->
    </style>
<!-- #endregion sign_in_popup -->             
                         
 <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: 90%; left: 58%;"><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: 22px;
width: 25px;
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>
Submit and Publish and let's hope @Rapid comes to you soon! Smile

Powered by PunBB
Currently 0 users have thanked Virus for this post:

9
Offline

  Shadow

Shadow
Administrator
Administrator
You have [ic] jQuery('#avatar').html('');[/ic] twice in your template which fetch the data twice, around 120+ mistakes in your HTML code and too many times used [ic]<div id="avatar"></div>[/ic]. So try to look through the whole code and fix that mistakes. Since I have no demo account I can't see the second problem.

Note: You shouldn't put your javascripts in templates. Use javascript code management for faster loading and put css codes obviously in CSS Stylesheet

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

10
Offline

  Virus

Virus
★Moderator★
★Moderator★
I forgot to remove the test code i added.

The first topic was updated

@Rapid, i tried adding a second javascript but i couldn't make the avatar appear. Also, if you have too many javascripts, is good to add some in the templates to reduce the requests to all the forum. Still its a matter of time also. As for the CSS because of the limit to the characters i personally use a lot of codes in the CSS because we are only allowed a limited number of characters to it so i make it easier to me to set them in templates to gain some space in templates. If you can help the author with the second problem because javascript is not really my "thing" - yet -.
Thanks for noticing the second jQuery that i forgot Smile

Powered by PunBB
Currently 0 users have thanked Virus for this post:

11
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
tommy would ask you not to be so cranky ... really annoying when you're doing this thing wrong if a man does not help post all his stuff in this topic

ON: virus I sent you a test account
Rapid I sent you a test account

i change my overal header with your ov

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

12
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Hello,

I'm only trying to help, If a guest was viewing that and saw that account with moderator rights that could do some damage to your forum. Also by the way @Virus already has the details as I PM'd him straight after I removed your post.

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

13
Offline

  Shadow

Shadow
Administrator
Administrator
Okay, the alternate way would be:[tip]Remember '+_userdata.avatar+' is a Forumotion variable from the toolbar and you should always use this instead that jQuery script which you are using right now, due to heavy loading. [/tip]

Javascript:
Code:
[panda=js]$(function(){$(function(){$('.ipsHeaderMenu.boxShadow').prepend('<span class="fa_avatar">'+_userdata.avatar+'</span>')})});

CSS:
Code:
[panda=css].fa_avatar > img {
    height: 80px;
    width: 60px;
    position: relative;
}

Preview:
[Solved] IPB dropdown Profile problem E74I7y6


Powered by PunBB
Currently 0 users have thanked Shadow for this post:

14
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
I solved these three problems but you've got one text from the dropdown menu is removed least I think it has a shadow effect how do I remove

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

15
Offline

  Virus

Virus
★Moderator★
★Moderator★
Could you please provide a screenshot or tell us which one? Because i can see them all ok.

[Solved] IPB dropdown Profile problem OhjdvQi

Powered by PunBB
Currently 0 users have thanked Virus for this post:

16
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
[Solved] IPB dropdown Profile problem Drop
text is the shading effect is not like a normal text forum

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

17
Offline

  Virus

Virus
★Moderator★
★Moderator★
Ok go to the bottom of the template and replace this

Code:
#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>

with this:

Code:
#user_link_menucontent #links li {
width: 50%;
float: left;
margin: 3px 0;
text-shadow: 0px 0px 1px rgba(255,255,255,1);
white-space: nowrap;
}
</style>

Powered by PunBB
Currently 0 users have thanked Virus for this post:

18
Offline

  Tommy Lee

Tommy Lee
Punbb Senior
Punbb Senior
Hello,

Any update on this?

Powered by PunBB
Currently 0 users have thanked Tommy Lee for this post:

19
Offline

  Micul`Wji

Micul`Wji
Punbb Junior
Punbb Junior
Solved! , Rapid and virus thanks very much

Powered by PunBB
Currently 0 users have thanked Micul`Wji for this post:

20
Offline

  Virus

Virus
★Moderator★
★Moderator★
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Virus for this post:

21
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

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