[Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile

Also improved a lot of the plugin and made things in a way it would make sense
This commit is contained in:
Diogo Cordeiro
2019-08-09 15:22:55 +01:00
committed by Diogo Peralta Cordeiro
parent c71fa9099f
commit fd1a7a5e68
153 changed files with 2187 additions and 3530 deletions

View File

@@ -1,3 +1,27 @@
.biotitle {
font-weight: bold;
}
.biovalue {
font-style: italic;
}
#showstream ol.notices ol.notices {
background-image: url(/plugins/ExtendedProfile/img/bgstripe.gif);
background-repeat: repeat-y;
background-position: left top;
padding-left: 15px;
color: #333333;
}
#showstream ol.notices ol.notices ol.notices {
padding-left: 5px;
}
div.replyform {
display: none;
padding-left: 15px;
}
.replyform .form_notice {
width: 75%;
}
/* Note the #content is only needed to override weird crap in default styles */
#profiledetail .entity_actions {

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 B

View File

@@ -1,3 +1,8 @@
SN.U.NoticeReplySet = function(nick,id) {
$('div.replyform').hide();
$('div#form'+id).show();
}
var SN_EXTENDED = SN_EXTENDED || {};
SN_EXTENDED.reorder = function (cls) {
@@ -140,5 +145,4 @@ $(document).ready(function () {
$(input).removeAttr('disabled');
}
});
});