From: Dan F. <dfr...@cs...> - 2005-01-11 19:01:39
|
James Grimwood wrote: >On Tue, 11 Jan 2005 09:44:20 -0600, Dan Frankowski <dfr...@cs...> wrote: > > > >>I'm not exactly sure what you want, but can't you just call the >>RecentChanges plugin on your HomePage directly? If you go to the >> >> > >Ah, guess I didn't explain myself properly... the main page I'm >referring to is my website's index.php, not phpwiki's HomePage. > >And all I really want to do is somehow query the database directly to >extract the data used on the RecentChanges page, so I can incorporate >it into a regular, non PHPWiki web page. > > Seems like a bad idea to query the database directly. You might not understand all the subtleties, and if the DB changes, you're screwed. Maybe better to write some PHP code (a plugin or extra arg to recent changes) within Phpwiki that returns the text you want, then include it somehow. Or perhaps that's the frames thing you don't like. Dan |