Want to experiment with output from Search..
So I looked at the toc plugin and created something like:
<?php if (!defined('BOLTWIRE')) exit();
$BOLTvar['$kevin'] = BOLTkevin();
function BOLTkevin() {
global $pageArray;
foreach($pageArray as $key) {
$out .= "Value = " . $key;
}
return $out;
}
On a page, I used:
[(search group=tnet.solutions.* template=kevin)]
There are 8 pages that would match that group, but what I see is:
kevin
kevin
kevin
kevin
kevin
kevin
kevin
kevin
Kind of expecting to see at least
Value = something
So am I looking for the wrong value?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---