Skip to content

Commit

Permalink
Final commit for 1.6.0
Browse files Browse the repository at this point in the history
Just some compatibility and cosmetic issues.
  • Loading branch information
swashata committed Nov 5, 2013
1 parent deab8a9 commit 720ce37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 43 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ This will always be the cutting edge development version of the theme. Pull requ
* [Advanced TinyMCE](http://ipanelthemes.com/kb/wp-knowledge-base-theme/kb-plugins/customizing-tinymce-editor-buttons/) : Customize TinyMCE buttons.

## Compatible and Recommended bbPress Plugins
Complete support is added to bbPress 2.4.1 and (hopefully) greater to host support related forums. Please read [this post](http://ipanelthemes.com/kb/wp-knowledge-base-theme/kb-components/support-forum-using-bbpress/) to learn more. Below is a quick list of compatible plugins.
* [Buddy-bbPress Support Topic](http://wordpress.org/plugins/buddy-bbpress-support-topic/) Out of the box compatibility with styling and proper icons. Supports only the version 2.0.0 (currently in beta) or greater. Also adds a few more status to the plugin.
* [bbPress Pencil Unread](http://wordpress.org/plugins/bbpress-pencil-unread/) Properly styled unread forums (highlighted icons).
* [GD bbPress Attachments](http://wordpress.org/plugins/gd-bbpress-attachments/) For uploading attachments. Frontend output is properly styled.
Expand Down
42 changes: 0 additions & 42 deletions css/bbpress.css
Original file line number Diff line number Diff line change
Expand Up @@ -1239,48 +1239,6 @@ li.bbp-body div.hentry:after {
margin: 0 4px 4px !important;
float: left;
}
#bbpress-forums .d4p-attachment-addfile {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
#bbpress-forums .d4p-attachment-addfile:hover {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
text-decoration: none;
}
#bbpress-forums .d4p-attachment-addfile:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
#bbpress-forums .d4p-attachment-addfile:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bbp-admin-links a.d4p-bbt-quote-link:before {
content: '\e839';
}
Expand Down
5 changes: 5 additions & 0 deletions js/ipt-kb.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,9 @@ jQuery(document).ready(function($) {
bbPPuMAR.addClass('disabled');
});
}

// GD Attachment
if ( $('.d4p-attachment-addfile').length ) {
$('.d4p-attachment-addfile').addClass('btn btn-default').prepend('<span class="glyphicon ipt-icon-attachment"></span> ');
}
});
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ body .comment-reply-title {
}
#main .kb-subcat-icon .thumbnail .glyphicon {
font-size: 64px;
line-height: 95px;
line-height: 111px;
}
#main .kb-subcat-icon .thumbnail i[class*="ipt-icon"] {
line-height: 105px;
Expand Down

0 comments on commit 720ce37

Please sign in to comment.