Feeds

Textpattern

 CMS: Using conditional template tags with Textpattern

Submitted by Markus Merz on March 3, 2008 - 4:37pm in

Raj stated: "You seem to despise WordPress, even though it's better than TextPattern ;)"

  • Well, are you developing themes for WordPress?
  • Do you want content being different depending on page, category, keyword, article, tag, list, sub-directory,...?
  • Do you have to write documentation for client projects?

The Textpattern CMS/blog system offers a great set of template tags!

In the development process of a website/blog time is an important issue. Doing website development for clients also means to have the ugly task to write a documentation. I am not sure how website development with WordPress is done but I can show you how easy it is to develop a content driven website with Textpattern and achieve a nice logical overview (plus easy documentation).

Let's see how to realize different sidebars dependent on the single output page...

Read the rest of this entry


 CMS suggestions? I say: 1. Textpattern 2. Pivot 3. Drupal

Submitted by Markus Merz on February 26, 2008 - 6:19pm in

Follow-Up to Great comment battle "for CMS suggestions"

But the valuable content is coming from the commenting crowd. Most of them are talking about real life experiences with the many different CMS.

That CMS discussion looks like a great pool of CMS knowledge exchange.

What CMS do you use - and what does it do well or badly?

Paul Bradshaw from onlinejournalismblog.com also asks his readers what CMS to suggest.

I’ve been teaching my student journalists how to use the content management system for our new news website (more about that in a later post). We’re using Joomla - it does a lot, but it’s not exactly user-friendly, which ironically makes it a very good experience for anyone who’ll have to use newspaper CMS’s.

And this begs the question: what CMS do you use - and what does it do well or badly?

Well my answer on onlinejournalismblog.com was eaten by the WP comment system (no reason given) but here is my comment mirroring my actual point of view:

Read the rest of this entry


 Blog CMS: Textpattern 4.0.6 Released

Submitted by Markus Merz on February 7, 2008 - 3:41pm in

  • Fixed six security issues.
  • Updates should be seamless.
  • Make sure that all plugins are also updated to their most recent version, especially admin-side plugins.

Plug-Ins should work but if they have configuration menus in the admin GUI there might be issues because of the following: Regarding the admin-side plugins there are easy patches involved because "Plugin developers should note that using add_privs() for admin-side plugins is now required (used to be optional for publisher-only plugins)".

More Textpattern 4.0.6 release news as a short list

The extended version is available if you follow the forum link below.

  • New languages: Croatian, Korean, Português (Brasil), Serbian (Latin + Cyrillic), Turkish and Vietnamese
  • New Textpattern template tags
  • Changed Textpattern template tags
  • Several Textpattern template tags have been deprecated and will be replaced automatically during the upgrade
  • Textpattern speed improvements (less SQL queries needed)

The "Textpattern 4.0.6 Released" announcement from the mailing list sent on February 6:

Textpattern 4.0.6 has been released

Download Textpattern 4.0.6

We have fixed no less than six security issues. Because half of those
can be used from the public side, updating is strongly recommended.

Updates should be seamless for the vast majority of people, otherwise
make sure that all plugins are also updated to their most recent
version, especially admin-side plugins.

Textpattern 4.0.6 forum announcement: Further reading

Mary Fredborg

More about Textpattern 4.0.6


 Mini Blog II. - Flickr and Textpattern

Submitted by Markus Merz on October 25, 2007 - 6:26pm in

Show Flickr pix with Textpattern as mini blog. This is a follow-up to Publish mini blogs as asides.

How to get a nice Flickr mini blog inside of Textpattern

There exists a nice plugin for Textpattern which fetches pictures directly from your Flickr account. It publishes the pics directly inside the blog, can create a photo gallery from your Flickr sets and also grabs the description or lists your Flickr tags.

For the purpose of creating a mini blog based on filtered Flickr tags most convenient is the ability to hand over the Flickr tags you want to show. The following is a rough concept. For the perfect implementation you must figure out how to create the wanted txp:vdh_flickr tags yourself as there are many different possibilities.

Why not use the Flickr tag feeds?

If all this sounds way too complicated you can still use Flickr RSS feeds for your tags :) But then you won't have the possibility to have internal landing pages which is a nice way of enhancing your content.

The basics from the documentation

vdh_flickr is a full-featured gallery plugin for textpattern, using a classical three-step system: First, you are shown a set (=album) preview page, then a thumbnail page, and an image page afterwards. The Demo shows the default configuration.

But you can leave out any step, so you can for example leave out the set preview or both the set preview and thumbnails to show an individual image.

How to - Use the advanced options

The default sense of that plugin is to create a picture gallery. But of course you can simply call the txp:vdh_flickr tags individually and put them into a div which floats in your article and only shows thumbnails which link back to Flickr (open="self|window|flickr"). More interesting is to link to another internal landing page which shows the single image with description.

Demo1 shows the default gallery Plug'n'Play Style but you can play around with the templates (Textpattern forms) as you like. Make sure to study the default Textpattern forms to get more txp:vdh_flickr tags.

  • vdh_flickr_thumbnails: Specify the needed size for thumbnail images to fit your mini blog template.
  • listmode="img|text": Funny. You can show the Thumbnails as text list
  • txp:vdh_flickr_thumbnails_slideshow: You can also create a link to show a Flickr slideshow pop-up.

If you create landing pages for single pictures:

  • Show image title and description
  • Show a list of tags associated with the current image (local links)

Playing around with the many options you are able to generate a complete picture gallery inside your Textpattern website. More important in our mini blog case, you can create a list of thumbnails for certain tags from your Flickr photostream.

Caution

  • Remember to link back to the single photo pages at Flickr.
  • Double check the performance on your system and how fast Flickr responds.

Examples for a Flickr mini blog with Textpattern? Not yet...


 Trick: Textpattern with page dependent header meta description

Submitted by Markus Merz on June 1, 2006 - 4:05pm in

Textpattern (TXP) - How to get a page dependent meta description

Maybe the logic can also be used for other Blog/CMS-systems ...!?

The sense of a page dependent meta description is a better acceptance by search engines and the presentation of your site is more nice because many search engines show the meta description tag as a site description in a result page.

I had a Textpattern feature request for a page dependent meta description plug-in but found the TXP solution myself through some research in the Textpattern forum by combining some hints. Here is my solution:

Read the rest of this entry