That is a very old plugin, I haven't used in ages. If it still works
it would be a miracle. One second, let me take a quick look...
Oh, one thing right off... The {<p} syntax no longer works. You need
to change it to something BoltWire recognizes, like group=main* or
whatever.
Hmm with that fixed it actually works! Looking at the code, there are
some other possible tweaks:
1) We've change the syntax for small from -- to >>. My recommendation
is we leave that out of the code completely and leave it to the admin
to customize the output however they want. We could add a css class if
we wanted...
2) I note the page has to be in the trail in order to display the
trail thanks to this line:
if (strpos($content, $pageLink) === false) return '';
So if you exclude the header for example, you won't see it when on
that page header. If we comment it out, we could get it to create link
to the first item in the list. That might have some value. Probably
should make that configurable. How about inlist=true if you want it to
show only when in list.
3) It seems we ought to change the first part of the code to take
advantage of BoltWire's enhanced BOLTsearchPageList function. Things
like sort and count and order and the like. I've done that and updated
the documentation.
4) For the list of pages I added some code to get it to only add links
to pages that exist. That wasn't too hard...
Ok, I just reuploaded, and updated the docs. Let me know if you have
any recommendations for enhancing or improving this. Or note any
problems.
Cheers,
Dan
On Wed, Jan 20, 2010 at 8:59 AM, Bogdan <[email protected]> wrote:
> I have problem using this plug-in.
>
> I followed the instructions step-by-step and there is no result.
>
> Is it compatible with the last version of Boltwire?
>
> Bogdan
>
> --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> 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/boltwire?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
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/boltwire?hl=en.