[pmwiki-users] Sorting RecentChanges by Author

H. Fox haganfox at users.sourceforge.net
Sat Sep 15 13:16:33 CDT 2007


On 9/14/07, Kris Kunkel <kris.kunkel at gmail.com> wrote:
> On 9/14/07, Kris Kunkel <kris.kunkel at gmail.com> wrote:
> > > > And there they are for some reason, when I couldn't find them
> > > > earlier... Now the next question is why only some of my entries are
> > > > listed under my profile when the others are under the Other-Contrib
> > > > file?
> > >
> > > An entry goes to Other-Contrib if the author doesn't have a page in
> > > the Profiles group.  If you have entries both places, then the ones in
> > > Other-Contrib were added before your profile page existed.
> >
> > That's what I figured as well, but I've had the Profiles long before I
> > added the recipe... and the timestamps as well show...
> >
> > from Profiles/Other-Contrib...
> > * COA.AmberLocations (diff) . . . September 12, 2007, at 02:02 PM by knave:
> > from Profiles/Knave-Contrib...
> > * Profiles.Corwin (diff) . . . September 12, 2007, at 01:48 PM -
> >
> >
> > And a change I just made shows up in Other-Contrib too...
> > * Knave.George (diff) . . . September 14, 2007, at 02:22 PM by knave:
> >
> > Could it be capitalization when I sign in the first time for a session?
>
> Doesn't appear to be capitalization... In fact, it only adds things to
> the Knave-Contrib when I edit in the Profiles group it seems. In any
> of my other user created groups or even the Site group, it's dropping
> it into the Other-Contrib page.

See what happens when  you load author.php before the recipe script, as in

   include_once("$FarmD/scripts/author.php");
   if ($action == 'edit' || $action == 'comment') {
     include_once("$FarmD/cookbook/authorcontrib.php"); }

Hagan



More information about the pmwiki-users mailing list