You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Brian Blakeley <we...@labourunions.com> on 2006/03/19 21:17:32 UTC

Plugins Problem

Hi everyone,

I am having a plugins problem with Roller 2.1.

My roller.properties for the plugins are exactly the default install
defaults and several show up on the edit weblog entry apply plugins
list. But several do not appear.

Is there another setting for the plugins other than the list in the
roller.properties file?

Is there something else that I am missing on this?  BookmarksPlugin is
missing for example.


Help please.


Brian
www.cheblogs.com/


Re: Plugins Problem

Posted by Brian Blakeley <we...@labourunions.com>.
Perfect! That is great Lance it works and now Roller is really rocking
at Che Blogs.

Some theme maintenance is on the order paper for me.

Thanks again, Lance.


Brian



On Mon, 2006-03-20 at 08:17 -0500, Brian Blakeley wrote:
> Thanks Lance! I will check this out.
> 
> 
> Brian
> 
> On Mon, 2006-03-20 at 06:27 -0600, Lance Lavandowska wrote:
> > You need to be using the #showEntryText() macro rather than
> > $entry.text, I believe.
> > 
> > On 3/19/06, Brian Blakeley <we...@labourunions.com> wrote:
> > >
> > > Update:  Now the plugins are available and working when I do a preview
> > > of the entry.
> > >
> > > But, using my cheb theme they fail on the published entry. Another, user
> > > with another theme is reporting success now with the plugins
> > > (bookmarkPlugin).
> > >
> > > So, what is required to make the plugins work with a theme?
> > >
> > > In my theme I call roller.js like this $ctxPath/theme/scripts/roller.js
> > > and it would apprear to resolve correctly
> > > to /roller/theme/scripts/roller.js
> > >
> > > Do I need to call other scripts?  I can not see anything indicating this
> > > on Anil's wiki item on the plugins.  Nor did I see anything in the
> > > Roller documentation that I review.
> > >
> > > Any thoughts?
> > >
> > >
> > >
> > >
> > >
> > > On Sun, 2006-03-19 at 15:17 -0500, Brian Blakeley wrote:
> > > > Hi everyone,
> > > >
> > > > I am having a plugins problem with Roller 2.1.
> > > >
> > > > My roller.properties for the plugins are exactly the default install
> > > > defaults and several show up on the edit weblog entry apply plugins
> > > > list. But several do not appear.
> > > >
> > > > Is there another setting for the plugins other than the list in the
> > > > roller.properties file?
> > > >
> > > > Is there something else that I am missing on this?  BookmarksPlugin is
> > > > missing for example.
> > > >
> > > >
> > > > Help please.
> > > >
> > > >
> > > > Brian
> > > > www.cheblogs.com/
> > > >
> > >
> > >
> 


Re: Plugins Problem

Posted by Brian Blakeley <we...@labourunions.com>.
Thanks Lance! I will check this out.


Brian

On Mon, 2006-03-20 at 06:27 -0600, Lance Lavandowska wrote:
> You need to be using the #showEntryText() macro rather than
> $entry.text, I believe.
> 
> On 3/19/06, Brian Blakeley <we...@labourunions.com> wrote:
> >
> > Update:  Now the plugins are available and working when I do a preview
> > of the entry.
> >
> > But, using my cheb theme they fail on the published entry. Another, user
> > with another theme is reporting success now with the plugins
> > (bookmarkPlugin).
> >
> > So, what is required to make the plugins work with a theme?
> >
> > In my theme I call roller.js like this $ctxPath/theme/scripts/roller.js
> > and it would apprear to resolve correctly
> > to /roller/theme/scripts/roller.js
> >
> > Do I need to call other scripts?  I can not see anything indicating this
> > on Anil's wiki item on the plugins.  Nor did I see anything in the
> > Roller documentation that I review.
> >
> > Any thoughts?
> >
> >
> >
> >
> >
> > On Sun, 2006-03-19 at 15:17 -0500, Brian Blakeley wrote:
> > > Hi everyone,
> > >
> > > I am having a plugins problem with Roller 2.1.
> > >
> > > My roller.properties for the plugins are exactly the default install
> > > defaults and several show up on the edit weblog entry apply plugins
> > > list. But several do not appear.
> > >
> > > Is there another setting for the plugins other than the list in the
> > > roller.properties file?
> > >
> > > Is there something else that I am missing on this?  BookmarksPlugin is
> > > missing for example.
> > >
> > >
> > > Help please.
> > >
> > >
> > > Brian
> > > www.cheblogs.com/
> > >
> >
> >


Re: Plugins Problem

Posted by Lance Lavandowska <la...@gmail.com>.
You need to be using the #showEntryText() macro rather than
$entry.text, I believe.

On 3/19/06, Brian Blakeley <we...@labourunions.com> wrote:
>
> Update:  Now the plugins are available and working when I do a preview
> of the entry.
>
> But, using my cheb theme they fail on the published entry. Another, user
> with another theme is reporting success now with the plugins
> (bookmarkPlugin).
>
> So, what is required to make the plugins work with a theme?
>
> In my theme I call roller.js like this $ctxPath/theme/scripts/roller.js
> and it would apprear to resolve correctly
> to /roller/theme/scripts/roller.js
>
> Do I need to call other scripts?  I can not see anything indicating this
> on Anil's wiki item on the plugins.  Nor did I see anything in the
> Roller documentation that I review.
>
> Any thoughts?
>
>
>
>
>
> On Sun, 2006-03-19 at 15:17 -0500, Brian Blakeley wrote:
> > Hi everyone,
> >
> > I am having a plugins problem with Roller 2.1.
> >
> > My roller.properties for the plugins are exactly the default install
> > defaults and several show up on the edit weblog entry apply plugins
> > list. But several do not appear.
> >
> > Is there another setting for the plugins other than the list in the
> > roller.properties file?
> >
> > Is there something else that I am missing on this?  BookmarksPlugin is
> > missing for example.
> >
> >
> > Help please.
> >
> >
> > Brian
> > www.cheblogs.com/
> >
>
>

Re: Plugins Problem

Posted by Brian Blakeley <we...@labourunions.com>.
Update:  Now the plugins are available and working when I do a preview
of the entry.

But, using my cheb theme they fail on the published entry. Another, user
with another theme is reporting success now with the plugins
(bookmarkPlugin).

So, what is required to make the plugins work with a theme?

In my theme I call roller.js like this $ctxPath/theme/scripts/roller.js
and it would apprear to resolve correctly
to /roller/theme/scripts/roller.js

Do I need to call other scripts?  I can not see anything indicating this
on Anil's wiki item on the plugins.  Nor did I see anything in the
Roller documentation that I review.

Any thoughts?





On Sun, 2006-03-19 at 15:17 -0500, Brian Blakeley wrote:
> Hi everyone,
> 
> I am having a plugins problem with Roller 2.1.
> 
> My roller.properties for the plugins are exactly the default install
> defaults and several show up on the edit weblog entry apply plugins
> list. But several do not appear.
> 
> Is there another setting for the plugins other than the list in the
> roller.properties file?
> 
> Is there something else that I am missing on this?  BookmarksPlugin is
> missing for example.
> 
> 
> Help please.
> 
> 
> Brian
> www.cheblogs.com/
>