If you look at www.cocoadev.com, which is a Wiki, the CocoaDiscussions page automatically lists all pages that have %%BEGINENTRY%%CocoaDiscussions%%ENDENTRY%% on the page. Is there anyway to do this in PHPWiki.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you look at www.cocoadev.com, which is a Wiki, the CocoaDiscussions page automatically lists all pages that have %%BEGINENTRY%%CocoaDiscussions%%ENDENTRY%% on the page. Is there anyway to do this in PHPWiki.
Sure, with the FullTextSearch plugin:
<?plugin FullTextSearch s="%%BEGINENTRY%%CocoaDiscussions%%ENDENTRY%%" ?>
With we don't have an option to turn the highlighting off for now. I'll add this to CVS ASAP.
But better is to use it like Category Pages. with the BackLinks plugin.
<?plugin BackLinks page=CocoaDiscussions ?>
since such pages are links also.
I just added this to CVS.
/mywiki/FullTextSearch?s=CocoaDiscussions&hilight=0&noheader=1
just lists the pagenames.
In the page you use it like this:
<?plugin FulltextSearch s="CocoaDiscussions" hilight=0 noheader=1 ?>