{"id":14780,"date":"2011-09-06T10:53:33","date_gmt":"2011-09-06T10:53:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/browse-content-by-my-solr-server\/"},"modified":"2013-01-02T15:42:04","modified_gmt":"2013-01-02T15:42:04","slug":"browse-content-by-my-solr-server","status":"publish","type":"plugin","link":"https:\/\/ja.wordpress.org\/plugins\/browse-content-by-my-solr-server\/","author":8015445,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0.4","stable_tag":"2.0.4","tested":"3.3.2","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"Browse Content by My Solr Server","header_author":"My Solr Server","header_description":"","assets_banners_color":"","last_updated":"2013-01-02 15:42:04","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/browse-content-by-mysolr-server\/","header_author_uri":"http:\/\/www.mysolrserver.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2845,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1","2.0.1","2.0.4"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539444","resolution":"2","location":"plugin","width":259,"height":432},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539444","resolution":"1","location":"plugin","width":159,"height":392}},"screenshots":{"1":"<p>Widget in sidebar<\/p>","2":"<p>Configuration Page<\/p>"}},"plugin_section":[],"plugin_tags":[14296,2010,944],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14780","plugin","type-plugin","status-publish","hentry","plugin_tags-browse-content","plugin_tags-custom-fields","plugin_tags-search","plugin_committers-dbejean"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/browse-content-by-my-solr-server.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/browse-content-by-my-solr-server\/trunk\/screenshot-1.png?rev=1539444","caption":"<p>Widget in sidebar<\/p>"},{"src":"https:\/\/ps.w.org\/browse-content-by-my-solr-server\/trunk\/screenshot-2.png?rev=1539444","caption":"<p>Configuration Page<\/p>"}],"raw_content":"<!--section=description-->\n<p>Browse Content by My Solr Server widget allows to navigate through WordPress content by standard WordPress attributes (categories, tags and authors) and custom fields.<\/p>\n\n<p>You can see a demo at http:\/\/www.eolya.fr\/blog\/<\/p>\n\n<!--section=installation-->\n<h4>Prerequisite<\/h4>\n\n<p>Install and activate <code>Advanced Search by My Solr Server plugin 2.0.0 and greater<\/code> (http:\/\/wordpress.org\/extend\/plugins\/advanced-search-by-my-solr-server\/).\nIndex your blog content into Solr (see Solr hosting provider here : http:\/\/www.mysolrserver.com\/)<\/p>\n\n<h4>Installation<\/h4>\n\n<ol>\n<li>Upload the <code>browse-content-by-my-solr-server<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in WordPress<\/li>\n<li>Drad &amp; drop the widget in the sidebar<\/li>\n<li>Edit the widget settings<\/li>\n<\/ol>\n\n<h4>Configuration<\/h4>\n\n<ol>\n<li>Provide a widget title<\/li>\n<li>Provide the standard WordPress attributes (categories, tags and authors) and custom fields to be used in the widget<\/li>\n<li>Select the template file from you theme to be used to show posts list. By default, the <code>search.php<\/code> template is used. You can chose to create a specific template. For exemple, with the default Wordpress themes, you can copy search.php to browse.php and remove the line that display the message \"Search Results for:\".\nA browse.php sample file is provided in the sample directory.<\/li>\n<\/ol>\n\n<h4>Customize the posts list<\/h4>\n\n<p>As explained just before, you can create a dedicated template file in your theme based for example on search.php. This template is in charge to implement the WordPress loop.<\/p>\n\n<p>&lt;?php if ( have_posts() ) : ?&gt;\n...\n&lt;?php while ( have_posts() ) : the_post(); ?&gt;\n...\n&lt;?php endwhile; ?&gt;<\/p>\n\n<h4>Customize the widget display<\/h4>\n\n<p>The widget uses the template files <code>template\/mssbc_default.php<\/code> and <code>template\/mssbc_default.css<\/code>.<\/p>\n\n<p>You can implement your own template by copying theses two files as <code>mssbc_custom.php<\/code> and <code>mssbc_custom.css<\/code>. These two new files can be located in the widget's template directory or in your theme's main directory.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>What version of WordPress does Browse Content by My Solr Server plugin work with?<\/dt>\n<dd><p>Browse Content by My Solr Server plugin works with WordPress 3.0.0 and greater.<\/p><\/dd>\n<dt>What version of Solr does Advanced Search by My Solr Server plugin work with?<\/dt>\n<dd><p>Advanced Search by My Solr Server plugin works with Solr 1.4.x and 3.x<\/p><\/dd>\n<dt>How to manage Custom Post type, custom taxonomies and custom fields<\/dt>\n<dd><p>Browse Content by My Solr Server plugin was tested with:\n* \"Custom Post Type UI\" plugin for Custom Post type and custom taxonomies management \n* \"Custom Field Template\" plugin for custom fields management\n* WP-Types plugin for Custom Post type and custom taxonomies management and for custom fields management<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.4<\/h4>\n\n<ul>\n<li>SolrPhpClient upgrade<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Bug fixing<\/li>\n<li>Provide a browse.php sample file to be use in the theme<\/li>\n<li>Tests with WP-Types plugin <\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>SolrPhpClient library dependency update<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Add support for custom post types and custom taxonomies<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fixes issue when attribute values orcustom field values contain special characters like &amp; <\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Works with both a static page as front page or last posts as front page (<code>Reading settings<\/code> of WordPress)<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"A WordPress widget that browses content by standard WordPress attributes (categories, tags and authors) and custom fields.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14780","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14780"}],"author":[{"embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dbejean"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14780"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14780"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14780"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14780"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14780"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ja.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14780"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}