Cant edit profile- tabs are not present in profile view, when logged in cannot edit profile and cannot see connections-Kunea Forum is what I installed to work with community builder
This is the what comes up on my profile page when logged in:
-); setTimeout(function(){$("#img_panel_load").remove();},1500); $("#close_img_panel").click(function(e){ e.stopPropagation(); img_tag=$("#ins_img_panel iframe").contents().find("#img_panel_content").html(); if(img_tag.indexOf("[IMG]")!=-1){ img_tag=img_tag.split("[IMG]"); img_tag=img_tag[1].split("[/img]"); var testo=$(".stile_form form #xtx"+id_testo).val(); $(".stile_form form #xtx"+id_testo).val(testo+"[IMG]"+img_tag[0]+"[/img]"); } $("#ins_img_panel").remove(); }); }); $(".ins_video").click(function(){ var url=prompt("Enter the youtube id (e.g.: KXdUNp_9oHs)"); id_testo=$(this).attr("class").split(" "); id_testo=id_testo[1].split("_"); id_testo=id_testo[1]; var testo=$(".stile_form form #xtx"+id_testo).val(); if(url!=null){$(".stile_form form #xtx"+id_testo).val(testo+"[YOUTUBE]"+url+"[/YOUTUBE]");} }); //********************************************************* // INIZIO MODIFICA IACOPO //********************************************************* $(".ins_smile").click(function(){ id_testo=$(this).attr("class").split(" "); id_testo=id_testo[1].split("_"); id_testo=id_testo[1]; $(".stile_form form #xtx"+id_testo).val($(".stile_form form #xtx"+id_testo).val()+$(this).attr("alt")); }); //********************************************************* // FINE MODIFICA IACOPO //********************************************************* $(document).delegate(".like","click",function(){ id=$(this).attr("id").split("_"); $(this).prepend(""); $.ajax({ url: "
www.7on7u.com/7on7-members/7on7u-member-profile
", type: "GET", data: {id_like : id[1], like : id[0]}, success: function(e){ if(e.indexOf("[LIKE_PERSONAL_POST]")!=-1){ $(".load_insert").remove(); }else{ conteggio=e.split("[LIKE]"); $("#piace_"+id[1]).html(conteggio[1]); $("#nonpiace_"+id[1]).html(conteggio[3]); $("#piace_"+id[1]).attr("alt",conteggio[2]); $("#nonpiace_"+id[1]).attr("alt",conteggio[4]); } } }); }); $(document).delegate(".like","mouseover",function(){ if($(this).attr("alt")!=""){ pos_like=$(this).offset(); $("body").prepend("
"+$(this).attr("alt").replace(/,/g,"
")+"
"); } }); $(document).delegate(".like","mouseleave",function(){ $("#like_tooltip").remove(); }); $(".invia_button").click(function(evento){ //creo la query querynsert=""; $(this).parent().children().each(function(){ querynsert+=$(this).attr("name")+"="+$(this).val()+"&"; if($(this).attr("name")=="notice_board_parent"){parent_press=$(this).val();} }); querynsert=querynsert.substr(0,querynsert.length-1); querynsert+="&paridispari=1"; $("#notice_board_comment_form_"+parent_press).prepend(""); $.ajax({ url: "
www.7on7u.com/7on7-members/7on7u-member-profile
", type: "POST", data: querynsert, success: function(e){ if(e.indexOf("AntiFlood")!=-1){ alert("Before you post again you must wait 10'"); }else if(e=="Login required"){ alert("Login required"); }else{ if(parent_press==0){ $("#notice_board_comment_form_0").after(e); }else{ $("#div_comment_"+parent_press+" .stile_comment").prepend(e); $("#div_comment_"+parent_press+", .stile_comment").css("height","auto"); numero_commenti=$("#notice_board_"+parent_press+".notice_board_comment").html().split("("); numero_commenti=parseInt(numero_commenti[1].substr(0,numero_commenti[1].length-1))+1; $("#notice_board_"+parent_press+".notice_board_comment").html("Comment("+numero_commenti+")"); } } $(".load_insert").remove(); } }); }); } }); } ) ( jQuery );