> As you noted later, pagelinks are still available to > 1.4.2-1. I'm > currently thinking about how to best implement them > for MMP. Are > pagelinks actually being used? Have you written a > custom interface for > managing them? Or do yo udo it by hand?
Well, since my hoster (Envida) doesn't provide them, I don't use them :-). Armand (Envida) wrote me that the reason page link support is not provided, is that the code for it is still more or less experimental, and has been a long time without maintenance. The reason I wanted to use them, is to make up a content admin interface that is similar to the site itself, the only difference being extra "edit", "delete", "new" links next to the articles, so it feels very intuitive to users. The way I thought doing so, is to put these extras in page elements I do not define in the normal site, but activate thanks to page elements in the parent page of a user-authenticated page link pointing to the site's root page. You can achieve the same thing by including the same code preceded by "if(is administrator) or if(is logged in)" constructions... but I thought the pagelinks solutions was far more elegant. As for how to administer the pagelinks themselves, I thought of simply creating them manually... (mgd_create_pagelink). I presume that the fact pagelinks were never included in any admin interface kind of prevented them to become popular? regards, pascal __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
