Information on this problem seems sparse or spread around, so I thought I’d post it here.

I upgrade last week to Joomla 1.5.11

We noticed the problem of Category Blog not showing in proper order after that.

It was stuck on Order no matter how I configured the Category and Primary Order.
I set it to Primary order only, then Primary to most recent. Even which I changed this around, it remained in order.
I changed to multiple templates and it was stuck on Order.
I changed it from Blog view to List View and it was stuck on Order.

I finally looked at the 1.5.11 patch

This was added to:
components/com_content/models/category.php

Code:

 if ($filter_order && $filter_order_Dir)
 {
 $orderby .= $filter_order .' '. $filter_order_Dir.', ';
 }
+       elseif($filter_order == '' && $filter_order_Dir == '')
+      {
+            $filter_order='a.ordering';
+            $filter_order_Dir='ASC';
+            $orderby .= $filter_order .' '. $filter_order_Dir.', ';
+      }

I removed the added lines and it works again – selecting by most recent first.

It looks like they removed the code for the next patch
#15541 http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=15541

Commit

http://joomlacode.org/gf/project/joomla/scmsvn/?action=browse&path=%2F&view=rev&revision=12028

Tags Tags: ,
Categories: Joomla
Posted By: drapetomaniac
Last Edit: 15 Jun 2009 @ 07 43 AM

EmailPermalinkComments (1)
 19 Apr 2009 @ 12:15 PM 

Custom Properties is an impressive extension for Joomla that on the high level allows you to tag articles easily.  Beyond that, it has a lot of potential for organizing metadata for your content.

The one thing missing from the current version is the rel=”tag” microformat when you do choose to publish the tags.

If you want to add this, you can change the followingn file and line:

components/com_customproperties/helper.php

line 77:

if($linked_tags) $result .= “<a href=\”$link\”>”;

add

if($linked_tags) $result .= “<a rel=\”tag\” href=\”$link\”>”;

Reblog this post [with Zemanta]
Tags Tags: , , , , ,
Categories: Joomla, Semantic
Posted By: drapetomaniac
Last Edit: 19 Apr 2009 @ 12 16 PM

EmailPermalinkComments (0)
 28 Mar 2009 @ 6:32 PM 

We had the first day of VoCamp in Austin today, hosted by Semantic Web Austin.  It’s the first VoCamp in the United States and the largest one so far from what we were told.

Several of us wanted an intro to the concepts behind the vocabulary concept for semantic web.  I had read the primers and even encouraged others to move towards Microformats and more semantic web habits.  Not ever having done a full continuous implementation (mostly fits and starts) we needed an overview to make sure we were starting from a good place.  I did find a more recent site with good information about RDF and via discussion, we actually created a sort of vocabulary for the semantic web.

Some of the conversations over pizza helps solidify the concepts in everyone’s mind.  We had a good session from Phase2 Technology showing off Open Calais (an open web service and set of tools that accepts your content and provides rdf semantics back.  The Drupal distribution Pase 2 created, Open Publish, was easy to use and provided a lot of SEO friendly semantic options on displaying your articles.  It stores the original rdf returned by Open Calais and offers it via a <link> but allows you to control the tags, external links (video and photo links) and other returns you might not agree with or like.

One of the depressing things I came across surveying the field of CMS tools for the semantic web was that Wordpress and Drupal almost consistently have offerings while Joomla (my chosen CMS for production) seems to have nothing available.

Since this blog is in Wordpress, though (I finally left mephisto), I was pleased to find the tool Zemanta (which plugs into Firefox and interfaces with many blog interfaces).

Reblog this post [with Zemanta]
Tags Tags: , , , , ,
Categories: Joomla, Semantic
Posted By: drapetomaniac
Last Edit: 28 Mar 2009 @ 06 33 PM

EmailPermalinkComments (0)
\/ More Options ...
Change Theme...
  • Users » 2
  • Posts/Pages » 32
  • Comments » 1
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

About



    No Child Pages.