Menu

Auto Add Pages to Another Page

Help
2004-05-27
2012-10-11
  • James Glenlake

    James Glenlake - 2004-05-27

    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.

     
    • Reini Urban

      Reini Urban - 2004-05-28

      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.

       
    • Reini Urban

      Reini Urban - 2004-05-28

      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 ?>

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.