Hi Khaled I've hit this issue too, but can't quite remember how I fixed it, but I'll try anyway.
The functionality should still work exactly the same way without any need for changes from you, however I discovered several of my sites had this problem after I moved the database from one host to another where I'd neglected to ensure both instances of Habari were running the same version (and thus have the same database "stuff"). In my case, I found I needed to make a change to my database itself but I can't remember exactly what it is, so I'm going to try and remember this from the top of my head (whilst poking around my database)... I believe I had to add/modify the entry in "habrai__object_types" and ensure the entry in there (I only have one) is: id: 1 name: post I think my problem was either the entry was missing or id was set to 0. If I remember correctly, my problem was caused by the fact all the entries in "habari__object_terms" referenced an "object_type_id" of 1, yet I didn't have a corresponding entry in the "habrai__object_types" table. I also think when I was having this problem, my posts weren't showing tags either. I hope I've got the right tables in this explanation. I know for sure I needed to poke around in the DB to solve this. NOTE: This is all referring to MySQL and make sure you take a backup of your DB before tatting about with it. HTH Colin On Sun, Nov 28, 2010 at 6:46 PM, Khaled Abou Alfa <[email protected]> wrote: > So I just noticed something, hopefully there's an easy answer for this. I > used to be able to go to: www.myurl.com/tag/tagname > and I would be presented with a list of the actual posts associated with > that tag. I could also theme a tag.tagname.php file in my theme and that > would show up in a specific way. > This functionality seems to have broken in version 0.7 for me, any ideas how > I can get this back? > Thanks, > ----------------------------------------- > Khaled Abou Alfa > www.brokenkode.com > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-users -- Colin Seymour Blog: http://colinseymour.co.uk Tech Stuff: http://lildude.co.uk Barefoot Running: http://barefootrunner.co.uk IRC: lildude #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
