[pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-14 Thread Sivakatirswami
I seem to be needing to advance a bit in PHP pmwiki operations: latest need: a page action that will invoke a page with an input from with two input values already "installed" from the original "location" This is an input form that wants to be invoked from any group and the form has pre-set two v

Re: [pmwiki-users] Page Action: send Input form page with two variables already loaded

2007-01-14 Thread Hans
Sunday, January 14, 2007, 11:00:16 AM, Sivakatirswami wrote: > Presently I am using Site.RightBar in Gemini which has the input form > "permanently" displayed on every page, as such it picks up > {$Group} and {$FullName} automatically. But I want to remove > that from the UI and "invoke" the inp

[pmwiki-users] Help with tooltips recipe (LinkPageExistsFmtTooltip)

2007-01-14 Thread f.r.salomons
I find the recipe LinkPageExistsFmtTooltip very interesting. However, there seems to be something wrong with it. 1. The first part works fine: when I add $LinkPageExistsFmt = "\$LinkText"; to my config.php, at every link a tooltip shows up nicely with the title of the page. 2. In the second p

[pmwiki-users] Parentheses in links

2007-01-14 Thread [EMAIL PROTECTED]
I just added a link to the http://en.wikipedia.org/wiki/ABC_(musical_notation) into the "See Also" section of http://www.pmwiki.org/wiki/Cookbook/AbcMusic in case somebody is curious to know more about it. I noted, though, that parentheses () in the url are "cleaned", somehow. By chance, the resul

Re: [pmwiki-users] Recipe for making logging succesful logins?

2007-01-14 Thread marc
f.r.salomons said... > The Editor schreef: > > On 1/9/07, f.r.salomons <[EMAIL PROTECTED]> wrote: > >> I am trying to make a pmwiki-website intended for use by a restricted > >> group only. Most pages are therefore restricted for viewing and editing. > >> Is there a way to log succesful logins by m

Re: [pmwiki-users] Parentheses in links

2007-01-14 Thread christian . ridderstrom
On Sun, 14 Jan 2007, [EMAIL PROTECTED] wrote: I just added a link to the http://en.wikipedia.org/wiki/ABC_(musical_notation) into the "See Also" section of http://www.pmwiki.org/wiki/Cookbook/AbcMusic in case somebody is curious to know more about it. I noted, though, that parentheses () in the

Re: [pmwiki-users] Help with tooltips recipe (LinkPageExistsFmtTooltip)

2007-01-14 Thread f.r.salomons
f.r.salomons schreef: > I find the recipe LinkPageExistsFmtTooltip very interesting. However, > there seems to be something wrong with it. > > 1. The first part works fine: when I add > > $LinkPageExistsFmt = " href='\$LinkUrl'>\$LinkText"; > > to my config.php, at every link a tooltip shows up

Re: [pmwiki-users] Auth Variable

2007-01-14 Thread Sandy
Reda El Khayyat wrote: > Hi, > sorry for this double post but I didn't receive any answer on my > previous question. I was looking for something to include in a parent > page and show the authorized usernames agains each link (or show if the > reader has read/edit access for each link). I know t

Re: [pmwiki-users] Mediawiki to PmWiki migration - how to preserve old links

2007-01-14 Thread Crisp, Steve [UK]
Thanks Andrew, exactly what I was after. When I'm finished with this migration and iron out any more issues I'll write a Cookbook item on PmWiki covering MediaWiki to PmWiki migration and backwards compatibility. Andrew wrote: > Assuming I've understood you right, you want > Reading_and_Writin

[pmwiki-users] ZAP News Machine--another cool ZAP app

2007-01-14 Thread The Editor
Announcing: the ZAP News Machine Just completed testing on the ZAP News Machine, a PmWiki-based mailing list manager for newsletters built using ZAP. My goal was to make it # Easy & secure for subscribers to join/drop lists. # Flexible and powerful for administrators to use. # Simple to plug int

[pmwiki-users] No edit form...

2007-01-14 Thread The Editor
I'm setting up a new field and am having a strange problem that I can't get my edit form to show up anywhere on my site. Just a blank page when I edit. I am logged in and have edit permissions, so this is a bit strange... Never had this happen before. Any ideas? Here's part of my config file:

[pmwiki-users] standalone on Mac OSX?

2007-01-14 Thread jeb eddy
Per instructions at Cookbook/Standalone, I have downloaded MAMP. (I also edited the page, to include the fact that it is a 60MB download and 180MB install.) The acronym stands for Mac-Apache-MySQL-PHP. I launch the MAMP app, and it seems to run fine -- a window with green lights for Apache an

Re: [pmwiki-users] No edit form...

2007-01-14 Thread Tegan Dowling
On 1/14/07, The Editor <[EMAIL PROTECTED]> wrote: > I'm setting up a new field and am having a strange problem that I > can't get my edit form to show up anywhere on my site. Just a blank > page when I edit. > > I am logged in and have edit permissions, so this is a bit strange... > Never had this

[pmwiki-users] need to require password for guestbook

2007-01-14 Thread Tegan Dowling
Is there a configuration, or can someone come up with a variation, on the Guestbook recipe http://www.pmwiki.org/wiki/Cookbook/Guestbook that will require a password for an entry? I want to display the password prominently on the page as the simplest method of avoiding spam-bot entries. Is the re

Re: [pmwiki-users] No edit form...

2007-01-14 Thread The Editor
On 1/14/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > On 1/14/07, The Editor <[EMAIL PROTECTED]> wrote: > > I'm setting up a new field and am having a strange problem that I > > can't get my edit form to show up anywhere on my site. Just a blank > > page when I edit. > > > > I am logged in and ha

Re: [pmwiki-users] Parentheses in links

2007-01-14 Thread [EMAIL PROTECTED]
Christian, you're right. I was naive enough not to think to the %28 and %29 solution. That closes the problem. In the meanwhile, Petko fixed the link. Thanks to both of you Luigi ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmicha

[pmwiki-users] Nested tables

2007-01-14 Thread Mark Trumpold
Hi All Is it possible to do nested tables? Thanks Mark ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] New Recipe - AuthTable

2007-01-14 Thread Tom Lederer
Hi, great piece of code indeed. Is there a way to display the access information in this table? Like "id:*", "id:bob id:alice", "@admins" or "" (for passwords) ? Best Regards, Tom Am 10.01.2007 um 19:34 schrieb JB: > New recipe. > >http://www.pmwiki.org/wiki/Cookbook/AuthTable > > Lis

[pmwiki-users] WMplayer cookbook script

2007-01-14 Thread Peter Davidoff
Hello PMwiki List: Wmplayer isn't working for me.  Here is what I've done. I've added wmplayer.php to my cookbook directory. I've added include_once("cookbook/wmplayer.php"); to my config.php file From wiki page1 I call wiki page2 On wiki page2 I have,    (:wmplayer http://localhost/test/pmwi

Re: [pmwiki-users] Nested tables

2007-01-14 Thread Martin Fick
--- Mark Trumpold <[EMAIL PROTECTED]> wrote: > Is it possible to do nested tables? If you nest simple tables inside advanced tables, -Martin Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail be

Re: [pmwiki-users] Page action won't disappear

2007-01-14 Thread Dominique Faure
On 1/13/07, Petko Yotov <[EMAIL PROTECTED]> wrote: > On Saturday 13 January 2007 19:48, marc wrote: > > Petko Yotov said... > > > > > On Saturday 13 January 2007 17:04, marc wrote: > > > > marc said... > > > > > > > > > In many places with non-user-editable text, I want: > > > > > > > > > > (:if