[pmwiki-users] Email response management system

Pico pmwiki at ben-amotz.com
Wed Aug 16 16:40:23 CDT 2006


kirpi <at> kirpi.it <kirpi <at> kirpi.it> writes:
> 
> Hans,
> yes, I need of course to automatically reflects changes in the
> knowledgebase group.
> So, hardcoded check boxes would not work.
[snip]

How about: 
(1) a simple shopping cart to add (and remove) links as items 
on a NewPage
(2) a pagelist that uses trail=NewPage
(3) a pagelist template that uses includes (or page variables) to 
capture content
(4) structured pages in the knowedgebase group that use anchors 
(or page variables)

The first item, a simple shopping cart, needs a recipe that will
let you add a link to some other page and format that link as a 
list item (for WikiTrail). 

Maybe that can be done directly, like a bookmarklet (see below).  
I think Pm mentioned something about looking into something similar.  
When asked about a shopping cart, Jo said it is "so easy" with php 
and sessions and Marc seems to have shopping cart experience, 
and old code (see below).

A simple shopping cart recipe would be very useful for many sites.  (I 
would like it for an image gallery, where viewers could click on 
different images to create custom gallery of selected images that can 
be revised, referred to, and commented on in an exhange between the 
artist and a potential purchaser, agent, or gallery in identifying 
pieces for sale or exhibition.)

There are also many recipes to look at for ideas and code.
 
Bookmarks
Cookbook/AddLinkBookmarklet 
Cookbook/Marklets

Comments
Cookbook/CommentBox
Cookbook/CommentBoxStyled

Data storage and retrieval
Cookbook/FASTData

Sessions and cookies
Cookbook/HttpVariables
Cookbook/PageVariableExtensions

Shopping cart posts
Jo:
http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user
/25122/match=shopping+cart
Marc:
http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user
/29111/match=shopping+cart

Pico





More information about the pmwiki-users mailing list