Hi guys,
I have been using Habari for a bit more than a week and loving it, but
I am running into a few problems.
For clarification, I am running Habari 0.52 on NearlyFreeSpeech with
SQLite database
1) I am trying to use the $tag variable, but I am getting a 'variable
does not exist' problem.
2) I am also trying to use the markUp plugin, but nothing is happening
in the admin area.
3) Habari Media Silo is not working for me. I can't upload to it.
Thanks in advance,
Patrick
Hi Colin, regarding the $tag variable, I was provided an alternate
solution by Richard Cockrum
On Nov 30, 1:09 am, Colin <lild...@gmail.com> wrote:
> Hi Patrick
>
> Welcome to the world of Habari.
>
> I'm commented in line below...
>
> On Sun, Nov 30, 2008 at 6:00 AM, plin25 <patr...@flowoflogic.com> wrote:
>
> > Hi guys,
>
> > I have been using Habari for a bit more than a week and loving it, but
> > I am running into a few problems.
>
> > For clarification, I am running Habari 0.52 on NearlyFreeSpeech with
> > SQLite database
>
> > 1) I am trying to use the $tag variable, but I am getting a 'variable
> > does not exist' problem.
>
> We're going to need more information on how exactly you are trying to use
> the $tag variable. This variable isn't defined by default in the Habari
> code, so you'd need to do something like assign all tags for a post to $tags
> within your theme.php and then iterate through the array in the locations
> you want the tags to be displayed.
>
> Check out the default themes or some of the other downloadable ones to see
> how other themes do it.
>
>
>
> > 2) I am also trying to use the markUp plugin, but nothing is happening
> > in the admin area.
>
> Sorry, I can't really comment on this one other than suggesting checking the
> habari logs to see if there's anything specific to this plugin mentioned.
>
> > 3) Habari Media Silo is not working for me. I can't upload to it.
>
> Sounds like you may not have set the correct permissions or missed step 3 in
> the installation guide (http://wiki.habariproject.org/en/Installation#Step_3:_Setting_Filesys...
> )
>
> Run through this step again and check you've got the correct permissions
> set.
>
> HTH
> Colin
>
> > Thanks in advance,
> > Patrick
>
> --
$theme->post is a strange thing, but in some themes it can actually
not be set, or be a Posts object not a Post object. Most likely your
theme is using a custom theme class and theme->post is actually a
Posts object which does not have the 'info' property.
--
Matt Read
http://mattread.com