Update Introduces Individual Catalog Item Pages

The latest version of CataBlog introduces a new "Public" feature, which allows you to automatically generate individual pages for every catalog item. These pages will get their own Permalink and should be considered similar to a public post or page. Also, each CataBlog Category will get its own Permalink, which will display catalog items in a similar fashion to your other blog category pages. There are a lot of possibilities of what you can now do with CataBlog thanks to the new individual pages, below are some examples.

Continue reading

Posted in Development, New Features, Software Update | 58 Comments

Help, My Categories Don't Filter

So I have been asked a few times now from different people wondering why the CataBlog Shortcode won't filter categories. Strangely enough the solution is very simple and kind of comical.

Many people who use my plugin come to the blog to learn more about using it. When they see an example of how to filter by category, they might copy and paste that example into a page or post's visual editor. This works fine in most scenarios, but in this specific case, the pasted Shortcode is entangled within a bunch of <code /> tags. These HTML tags mess up how WordPress configures the Shortcode and stops your category setting from being used. Simply remove the extra html tags or type in the CataBlog Shortcode manually to avoid this problem.

Continue reading

Posted in Support | 3 Comments

CataBlog Now Has Admin Pagination

Another incremental upgrade to CataBlog was released today. CataBlog 1.2.8 is a big step forward for anyone who has a library with a couple hundred or more items. With pagination now built into the Admin Library panel, you should be able to easily browse through any size catalog. The next upgrade will let individual administrators configure the Library's Screen Options. Hiding and showing columns in the list view or changing how many catalog items are shown on a single page. For now the limit is set to 20 items.

Other enhancements include some changed and new tokens in the template system. You may now use the %CATEGORY% token to render a list of categories names separated with commas. Also the %CATEGORY-SLUGS% token is useful for displaying specific catalog items differently using CSS. Read Making Custom Templates and Displaying Your Catalog In Posts again, as the content has been updated with new information.

Posted in New Features, Software Update | 14 Comments

CataBlog 1.2.7.1 Offers Swedish Localization

Released a new version of CataBlog with Swedish localization. Enjoy and big shot outs go to JornB.

Posted in Localization, Software Update | 13 Comments

Revision 1.2.7 Public Today

A new update to CataBlog has been released today. It is recommended that all user's running CataBlog 1.2.6 upgrade to this new revision. Version 1.2.7 offers many bug fixes and improvements, without any architectural change. Most importantly is the improvement of security throughout the plugin's Admin Panels. A few actions with security holes have been patched and secure connections are maintained across the plugin's external files. I've also had a chance to do a preliminary test with Internet Explorer 9, and so far everything seems to be working very well. You may read the Changelog for a more detailed list of new features and fixes.

The biggest new feature in revision 1.2.7 is the ability to bulk edit categories. This feature allows one to add or remove specific categories from a selection of catalog items in a single step. While convenient, one should be careful when modifying hundreds of catalog items at once. Larger changes will need a robust server, that is capable of many database writes in a single page load.

Please note if your server is on a shared hosting solution you may have difficulty with very large catalogs. When I say very large, I mean more then a hundred or two catalog items. I promise that soon the admin panel will be paginated, with a configurable limit. In the mean time, I suggest if you are on shared hosting that you keep your catalog under a hundred or so items. Thanks for your patience in this matter.

Another notable feature in this new revision is better server compatibility. This will also be important for people on shared hosting. No longer does CataBlog require the PHP MultiByte String Library. Instead, CataBlog will revert to the standard PHP string functions when necessary. Most likely the MultiByte String Library will be needed for proper functionality in all languages.

Looking forward to all feedback, compliments, bug reports and comments in general.

Posted in Bug Fix, New Features, Software Update | 27 Comments

Scheduled Web Server Maintenance

So my web server will be going down for some important maintenance this Saturday evening. If the site is down don't fret, it's only gonna be for 15 minutes max at 7pm and 10pm PST. Thanks for your understanding.
Posted in Personal Notes | Leave a comment

Modifying Templates

One of the best features that CataBlog offers is the ability to control exactly how your catalog HTML is rendered on your blog pages. It is also one of the more mysterious features for beginners, since it isn't incredibly well documented and you need to have a good understanding of what html is and how to use it. This post came about from offering support and realizing that the current default template does not work with both the LightBox and a title link. The code below may be used instead of the default, it makes sure that the LightBox link is always created properly for each thumbnail, even if the catalog item's link value goes to a non-image file.

Continue reading

Posted in Development, Support | 46 Comments