[pmwiki-users] GDPR

2018-09-05 Thread Criss Ittermann
Hi, All, California has adopted GDPR standards, making this no longer just an issue for people only dealing with the EU. And more municipalities will do this as time goes on. Because everyone wants a piece of Facebook & Google's hugely profitable pie. And the fines are steep enough to put any

Re: [pmwiki-users] Talk Pages

2018-02-18 Thread Criss Ittermann
If I remember correctly, there are Skins like the Wikimedia style skins that already have conditionals for whether or not Talk pages exist on them. Creating a talk page is as easy as inviting folk to create it with a Talk? link on anything but a -Talk page. Crisses > On Feb 18, 2018, at 2:58

Re: [pmwiki-users] if exists conditional markup problem

2015-04-02 Thread Criss Ittermann
%Y%m" is seen > as a separator when evaluation the condition. > You should try enclosing your expression with quotes: > > (:if exists ’Profile-Data.{Members/Hosts$:{(ftime "%Y%m")}}’ :) > > -D- > > > On Wed, Apr 1, 2015 at 1:07 PM, Criss Ittermann wrote

Re: [pmwiki-users] if exists conditional markup problem

2015-04-02 Thread Criss Ittermann
I have in > WikiSh.php. The markup itself is about as ugly as I think could be invented, > but it will solve your problem. Other, more elegant, solutions will hopefully > be suggested by others. > > -Peter > > On Thu, Apr 2, 2015 at 11:51 AM, Criss Ittermann &

Re: [pmwiki-users] if exists conditional markup problem

2015-04-02 Thread Criss Ittermann
; markup expressions use variables and so you wouldn't really want to swap the > order. You may want to implement my '{earlymx(' rule that I have in > WikiSh.php. The markup itself is about as ugly as I think could be invented, > but it will solve your problem. Other, mor

Re: [pmwiki-users] if exists conditional markup problem

2015-04-02 Thread Criss Ittermann
t; > return CondText2($pagename, $text, $code); > } > > If I am reading stdmarkup.php correctly, this should echo the contents of the > if code at the time the conditional is evaluated, which will show whether the > var has been evaluated as intended. > > JR > >

[pmwiki-users] if exists conditional markup problem

2015-04-01 Thread Criss Ittermann
I'm trying to figure out why this is returning false ("To be announced."): (:if exists Profile-Data.{Members/Hosts$:{(ftime "%Y%m")}} :) ... (:else:) To be announced. (:ifend:) When the following returns a fully functioning link to the correct page, which exists: [[Profile-Data.{Members/Hosts$

Re: [pmwiki-users] EnableDrafts and PmForm

2014-12-09 Thread Criss Ittermann
aft", only the draft variables are created or modified. When I > press "Save", the draft page is deleted and the public page variables are > updated. > > Note also that, if there is a draft page, with the line > > (:input default source={*$FullName}-Draft,{*$Fu

Re: [pmwiki-users] EnableDrafts and PmForm

2014-12-09 Thread Criss Ittermann
h the normal page AND draft page whether submitted as admin or as unprivileged editor. So the buttons behave exactly the same and update both pages. Crisses > On Nov 19, 2014, at 8:44 AM, Criss Ittermann wrote: > > I updated forms.php and drafts.php from svn. > > I changed

Re: [pmwiki-users] EnableDrafts and PmForm

2014-11-19 Thread Criss Ittermann
ta. By manually changing the -Draft, I can tell the form is correctly pre-populating from the Draft page. Thank you for the new feature (in progress)! Criss Ittermann Business Coach, Eclectic Tech LLC http://EclecticTech.net/Events/ 845-820-0262 On Nov 13, 2014, at 4:05 PM, Petko Yotov <5...@5ko

Re: [pmwiki-users] EnableDrafts and PmForm

2014-11-19 Thread Criss Ittermann
Yeah, I'm trying to figure out how to work this out or it will be too confusing. "I just saved a change, but I don't see it in the form." Hrm.... Criss Ittermann Business Coach, Eclectic Tech LLC http://EclecticTech.net/Events/ 845-820-0262 On Nov 12, 2014, at 1:5

Re: [pmwiki-users] EnableDrafts and PmForm

2014-11-03 Thread Criss Ittermann
t;Save draft" button while editing the page, so the Draft page will be filled. > (Unless I don't quite understand what you're trying to do.) > > Petko > > On 22.10.2014 12:24, Criss Ittermann wrote: >> When a PmForm writes to another page, it doesn't respect t

Re: [pmwiki-users] EnableDrafts and PmForm

2014-10-22 Thread Criss Ittermann
den field inside your pmform template, something > like: > > (:input hidden postdraft 1:) > > This should cause the post to be considered as if the user had pressed the > "Save draft" button while editing the page, so the Draft page will be filled. > (Unless I don&#

[pmwiki-users] EnableDrafts and PmForm

2014-10-22 Thread Criss Ittermann
When a PmForm writes to another page, it doesn't respect the $EnableDrafts and $EnablePublishAttr features. Is there a way to require a PmForm respect these settings? We have 2 levels of author: admins & members. When a member uses a PmForm to change their profile, it should be approved by a

[pmwiki-users] editing profiles

2014-08-02 Thread Criss Ittermann
I'm using htpasswd authentication with AuthUser. I'm looking for a more elegant solution to members editing (only) their own profiles than what I found at: http://www.pmwiki.org/wiki/Cookbook/Edit-RestrictedProfile (Although it will do in a pinch and it is working, but it leaves the awkward "e

[pmwiki-users] Min-width pmwiki.org sidebar

2014-07-15 Thread Criss Ittermann
This is bugging me for a while: the sidebar at pmwiki.org has ads in it (which is fine) and the minimum width is not set to the size of the ads (which is not fine), so when browser width is too small or someone does wide preformatted text you can't see under the ads. Example: http://www.pmwiki.o

Re: [pmwiki-users] PmForm RSVP Form - Radio button issue

2014-07-08 Thread Criss Ittermann
On Jul 8, 2014, at 2:28 PM, Petko Yotov <5...@5ko.fr> wrote: > Criss Ittermann writes: >> I've tried several ways to get the radio button (for "Yes" or "I'll be >> there.") selected automatically in the RSVP form I posted on PmForm. >>

[pmwiki-users] PmForm RSVP Form - Radio button issue

2014-07-08 Thread Criss Ittermann
HI, I've tried several ways to get the radio button (for "Yes" or "I'll be there.") selected automatically in the RSVP form I posted on PmForm. I tried selected, selected=selected, selected=1. I also tried using an input default. i'm not seeing the "selected" option being sent to the HTML. N

Re: [pmwiki-users] toggle.php and HTMLFooterFmt question

2014-07-03 Thread Criss Ittermann
ript comes out fine with []. > On Thu, Jul 3, 2014 at 3:55 PM, Criss Ittermann wrote: > > On Jul 1, 2014, at 12:18 PM, michael paulukonis > wrote: > >> re: http://pmwiki.org/wiki/Cookbook/Toggle >> >> In the toggle.php recipe of 2014-02-21, we see the following: &

Re: [pmwiki-users] toggle.php and HTMLFooterFmt question

2014-07-03 Thread Criss Ittermann
On Jul 1, 2014, at 12:18 PM, michael paulukonis wrote: > re: http://pmwiki.org/wiki/Cookbook/Toggle > > In the toggle.php recipe of 2014-02-21, we see the following: > > $HTMLFooterFmt['toggle'] = " type=\"text/javascript\">document.getElementById(\"{$id}\").style.display = > '{$style}';"; >

[pmwiki-users] Notify Uploads?

2014-07-03 Thread Criss Ittermann
Hi, Poked around on PmWiki.org and the Notify Posts page & upload recipes, and I don't see any way to 1) have an upload log (and track IP/user who uploads a file) i.e. add entries to Recent Changes for each uploaded file and 2) enable notification emails for uploads to pages or the site as a wh

Re: [pmwiki-users] PmWiki standard AuthUser

2014-07-02 Thread Criss Ittermann
Thank you, I'll look at it. I looked through Security and several other attempts to find a suitable recipe, and I don't know whether I overlooked it or not. Crisses On Jul 2, 2014, at 4:56 PM, Peter Bowers wrote: > > On Wed, Jul 2, 2014 at 3:56 PM, Crisses wrote: > Right now, an admin ha

Re: [pmwiki-users] Cookbook Recipes & Licensing

2014-06-30 Thread Criss Ittermann
x27;ve experienced is worth dying over. On Jun 27, 2014, at 3:17 AM, jdd wrote: > Le 25/06/2014 20:24, Criss Ittermann a écrit : >> Does this need to bother “upstream” folk? > > yes, a bad licence can break the hole site licence > >> >> >> Could it just

Re: [pmwiki-users] Cookbook Recipes & Licensing

2014-06-26 Thread Criss Ittermann
s > http://www.xradiograph.com > Interference Patterns (a blog) > @XraysMonaLisa > http://michaelpaulukonis.com > > > Sent from somewhere in the Cloud > (hearthrug, by the fender) > > > On Wed, Jun 25, 2014 at 10:44 AM, Criss Ittermann wrote: > Yes, > >

Re: [pmwiki-users] Cookbook Recipes & Licensing

2014-06-25 Thread Criss Ittermann
Yes, And I’m probably guilty of not putting licensing information in my own recipes. But it would also be good to put licensing information on the recipe page. It’s actually important, and in this case it would help me select recipes I can and cannot use. I’ll have to chase down every recipe

[pmwiki-users] Cookbook Recipes & Licensing

2014-06-25 Thread Criss Ittermann
Hi, All, Does PmWiki have a standing Cookbook licensing policy or is each cookbook developer required to state their own license information for their plug-ins? Incoming client and I have to provide a laundry-list of all licensing for items/intellectual property on their website, recipes includ