Oh, sorry, seems like one of my recent fixes broke something. Here's a quick patch:
Go to library.php and insert this middle line between the other two: else $command = $field; $value = $BOLTcommands[$field]; if (substr($command, -4) == 'page') $value = BOLTpageshortcuts($value); It's about line 389 in the BOLTexecute script. Let me know if you have any trouble doing this. :) Blessings, Dan PS. Thanks for catching this. Not sure when this happened. It was working! On Mon, Oct 13, 2014 at 11:09 PM, S. & A. <[email protected]> wrote: > Hi Dan, > I had read through that page, but I couldn't seem to figure out how to > make it work. I tried using action.index with several of the predefined > rules and it kept saying "No search parameters found." I also tried making > my own rule following the pattern used by the other, but it did the same > thing. Then I tried making a link to execute the index command like this: > [[[command index pages.*]|Index pages]] but I guess that's not the way you > do it because it didn't seem to do anything. So I wasn't sure what to do > next. > > On Mon, Oct 13, 2014 at 4:13 PM, The Editor <[email protected]> wrote: > >> http://www.boltwire.com/index.php?p=docs.handbook.commands.index >> >> Cheers, >> Dan >> >> On Mon, Oct 13, 2014 at 2:49 PM, S. & A. <[email protected]> wrote: >> >>> Hi, >>> I can't seem to figure out how to index a certain group of pages. For >>> example, Dan, I saw how you had all the pages in your Bible group indexed >>> in bible.index and they can be searched by using that index. How did you >>> do that? >>> Thanks! >>> Shawn >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "BoltWire" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/boltwire. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "BoltWire" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/boltwire. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > *"Blessed are they that do his commandments, that they may have right to > the tree of life, and may enter in through the gates into the city." > (Revelation 22:14)* > > *http://www.SanctuaryofYeshua.wordpress.com > <http://www.SanctuaryofYeshua.wordpress.com>* > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/boltwire. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/boltwire. For more options, visit https://groups.google.com/d/optout.
