I use:<br># %list color=blue% at the beginning of the first item. the whole list and numbers are blue. this can be found in the pmwiki documentation as well.<br><br><b><i>pmwiki-users-request@pmichaud.com</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Send pmwiki-users mailing list submissions to<br> pmwiki-users@pmichaud.com<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>or, via email, send a message with subject or body 'help' to<br> pmwiki-users-request@pmichaud.com<br><br>You can reach the person managing the list at<br> pmwiki-users-owner@pmichaud.com<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of pmwiki-users digest..."<br><br><br>Today's Topics:<br><br> 1. Re: complicated (J. Meijer)<br> 2. Re: Bold numbered list (Pierre Racine)<br> 3. Re:
complicated (Patrick R. Michaud)<br> 4. Re: Bold numbered list (Pierre Racine)<br> 5. Re: Bold numbered list (Patrick R. Michaud)<br> 6. Re: Bold numbered list (Patrick R. Michaud)<br> 7. Re: ZAP Project Management System Done... (Ben Stallings)<br> 8. Re: Site not responding (Patrick R. Michaud)<br> 9. Re: Error on attachments when using $EnableDirectDownload = 0<br> (Patrick R. Michaud)<br> 10. Re: attribute bug (Patrick R. Michaud)<br> 11. Re: Problem with French language "Recent changes"<br> (Carlos A. Bonamigo)<br> 12. Page action won't disappear (marc)<br> 13. nested sidebars? nested categories? (Nicholas Buttle)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 4 Jan 2007 15:16:19 +0000<br>From: "J. Meijer" <commentgg@hotmail.com><br>Subject: Re: [pmwiki-users] complicated<br>To: <pmwiki-users@pmichaud.com><br>Message-ID:
<BAY111-W7EE495CD82F65AB491D6FBCB80@phx.gbl><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Correction:<br>Installing a new wiki. I went through loops to discover why on earth this **would** frame empty:<br>(etc.)<br>_________________________________________________________________<br>Try amazing new 3D maps<br>http://maps.live.com/?wip=51<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: /pipermail/pmwiki-users/attachments/20070104/efbc104c/attachment-0001.html <br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 4 Jan 2007 10:29:53 -0500<br>From: "Pierre Racine" <Pierre.Racine@sbf.ulaval.ca><br>Subject: Re: [pmwiki-users] Bold numbered list<br>To: "'dso'" <dso@moosoft.com><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <000001c73015$2ec3d160$c104cb84@sbf.ulaval.ca><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>I don't know why but this doesn't work. Did you try
it?<br><br>Pierre<br><br><br>-----Message d'origine-----<br>De?: dso [mailto:dso@moosoft.com] <br>Envoy??: 20 d?cembre 2006 15:42<br>??: Pierre Racine<br>Cc?: pmwiki-users@pmichaud.com<br>Objet?: Re: [pmwiki-users] Bold numbered list<br><br>I would use<br><br>>>bold<<<br># The text<br>>><<<br><br>Daniel<br><br>Pierre Racine wrote:<br>> Anyone has a trick to make a numbered list with the text AND the numbers in bold?<br>> <br>> <br>> <br>> Something like:<br>> <br>> <br>> <br>> '''# The text'''<br>> <br>> <br>> <br>> Pete<br>> <br>> <br>> <br>> <br>> ------------------------------------------------------------------------<br>> <br>> _______________________________________________<br>> pmwiki-users mailing list<br>> pmwiki-users@pmichaud.com<br>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br><br><br>-- <br>MooSoft Development
Inc<br>http://www.moosoft.com<br><br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Thu, 4 Jan 2007 09:40:28 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] complicated<br>To: "J. Meijer" <commentgg@hotmail.com><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104154026.GB13800@host.pmichaud.com><br>Content-Type: text/plain; charset=us-ascii<br><br>On Thu, Jan 04, 2007 at 03:13:09PM +0000, J. Meijer wrote:<br>> [[www.example.com | We have Example now!]]<br>> <br>> Seems perfectly legitimate.<br>> ...<br>> But the problem is really with the link that doesn't generate text at all.<br>> I'd say this behaviour severely puts off (new or old) users. <br><br>Agreed, and PmWiki didn't used to work this way. I suspect that<br>this bug is due to a change we made in 2.1.6 to support the<br>"Group." and "Group/" pagename syntax, and you're just the<br>first person to find or
report the behavior above.<br><br>I also seem to recall that we made a change such that an invalid<br>pagename would suppress the entire link, but I don't exactly <br>recall why we did that. Something to do with trails and/or<br>pagelists, IIRC.<br><br>At any rate, I agree the above behavior is unexpected and that<br>we need a better solution to it. I'll see what I can come up with.<br><br>Pm<br><br><br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Thu, 4 Jan 2007 10:44:43 -0500<br>From: "Pierre Racine" <Pierre.Racine@sbf.ulaval.ca><br>Subject: Re: [pmwiki-users] Bold numbered list<br>To: "'Patrick R. Michaud'" <pmichaud@pobox.com><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <00c001c73017$40f3a980$c104cb84@sbf.ulaval.ca><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Thanks Pm,<br><br>I'm trying to make it a permanent style in config.php but it doesn't work. How do you set the unary variable "item"?<br><br>I have
tried:<br><br>$WikiStyle['bolditem']['font-weight'] = 'bold'; <br>$WikiStyle['bolditem']['item'] = '1';<br><br>Without success...<br><br>Strangely this seems to work for "block" in:<br><br>$WikiStyle['yellowboxNoborder']['block'] = '1';<br>$WikiStyle['yellowboxNoborder']['background-color'] = '#ffec89';<br><br>Pierre<br><br>-----Message d'origine-----<br>De?: Patrick R. Michaud [mailto:pmichaud@pobox.com] <br>Envoy??: 20 d?cembre 2006 17:24<br>??: Pierre Racine<br>Cc?: pmwiki-users@pmichaud.com<br>Objet?: Re: [pmwiki-users] Bold numbered list<br><br>On Wed, Dec 20, 2006 at 03:15:20PM -0500, Pierre Racine wrote:<br>> Anyone has a trick to make a numbered list with the text AND the numbers<br>> in bold?<br><br>Define a new wikistyle for it:<br><br> %define=bolditem item font-weight:bold%<br><br>and then for each bullet point you can do:<br><br> # %bolditem% This text is bold<br> # %bolditem% This is also bold<br><br>See
http://www.pmwiki.org/wiki/Test/BoldOrderedList<br>for an example.<br><br>Pm<br><br><br><br><br>------------------------------<br><br>Message: 5<br>Date: Thu, 4 Jan 2007 09:47:32 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] Bold numbered list<br>To: Pierre Racine <Pierre.Racine@sbf.ulaval.ca><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104154732.GC13800@host.pmichaud.com><br>Content-Type: text/plain; charset=iso-8859-1<br><br>On Thu, Jan 04, 2007 at 10:29:53AM -0500, Pierre Racine wrote:<br>> -----Message d'origine-----<br>> : De?: dso [mailto:dso@moosoft.com] <br>> : Envoy??: 20 d?cembre 2006 15:42<br>> : I would use<br>> :<br>> : >>bold<<<br>> : # The text<br>> : >><<<br>><br>> I don't know why but this doesn't work. Did you try it?<br><br>I suspect that >>bold<< works only if the WikiStylesPlus recipe<br>is installed. You could:<br><br> 1.
Install the WikiStylesPlus recipe.<br> 2. Use >>font-weight:bold<< instead.<br> 3. Add %define=bold font-weight:bold% into a GroupHeader or the page,<br> and then >>bold<< will work.<br> 4. Define "bold" in local/config.php with<br><br> $WikiStyle['bold']['font-weight'] = 'bold';<br><br>See also my reply to the original post at [1] for another way to do it.<br><br>Lastly, one can do it directly on the list itself:<br><br> # %list font-weight:bold% Here the text and all numerals are bold<br> # This has a bolded numeral<br> # So does this<br><br>See http://www.pmwiki.org/wiki/Test/BoldOrderedList.<br><br>Pm<br><br>1. http://www.pmichaud.com/pipermail/pmwiki-users/2006-December/037467.html<br><br>> Pierre Racine wrote:<br>> > Anyone has a trick to make a numbered list with the text AND the numbers in bold?<br>> > <br>> > <br>> > <br>> > Something like:<br>> > <br>> >
<br>> > <br>> > '''# The text'''<br>> > <br>> > <br>> > <br>> > Pete<br>> > <br>> > <br>> > <br>> > <br>> > ------------------------------------------------------------------------<br>> > <br>> > _______________________________________________<br>> > pmwiki-users mailing list<br>> > pmwiki-users@pmichaud.com<br>> > http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br>> <br>> <br>> -- <br>> MooSoft Development Inc<br>> http://www.moosoft.com<br>> <br>> <br>> _______________________________________________<br>> pmwiki-users mailing list<br>> pmwiki-users@pmichaud.com<br>> http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Thu, 4 Jan 2007 09:54:43 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] Bold numbered list<br>To: Pierre
Racine <Pierre.Racine@sbf.ulaval.ca><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104155441.GD13800@host.pmichaud.com><br>Content-Type: text/plain; charset=iso-8859-1<br><br>On Thu, Jan 04, 2007 at 10:44:43AM -0500, Pierre Racine wrote:<br>> Thanks Pm,<br>> <br>> I'm trying to make it a permanent style in config.php but it doesn't work. How do you set the unary variable "item"?<br>> <br>> I have tried:<br>> <br>> $WikiStyle['bolditem']['font-weight'] = 'bold'; <br>> $WikiStyle['bolditem']['item'] = '1';<br><br>"item" isn't a unary variable, it's a wikistyle defined as:<br><br> %define=item apply=item%<br><br>So, to set it in config.php:<br><br> $WikiStyle['bolditem']['font-weight'] = 'bold';<br> $WikiStyle['bolditem']['apply'] = 'item';<br><br>But after thinking about it a bit more, I think the best result<br>is probably to define a %bold% wikistyle and then use %bold item% <br>to bold a single item and %bold list% on the
first item to bold an<br>entire list.<br><br>To define the %bold% wikistyle, do any one of the following:<br><br> 1. Use Cookbook.WikiStylesPlus<br><br> 2. Define a .bold CSS class (e.g., in pub/css/local.css) as<br><br> .bold { font-weight:bold; }<br><br> 3. Add the following to local/config.php:<br><br> $WikiStyle['bold']['font-weight'] = 'bold';<br><br>> Strangely this seems to work for "block" in:<br>> <br>> $WikiStyle['yellowboxNoborder']['block'] = '1';<br>> $WikiStyle['yellowboxNoborder']['background-color'] = '#ffec89';<br><br>Hmm, I'm not sure why that works -- normally one would do<br>...['apply'] = 'block';<br><br>Pm<br><br>> -----Message d'origine-----<br>> De?: Patrick R. Michaud [mailto:pmichaud@pobox.com] <br>> Envoy??: 20 d?cembre 2006 17:24<br>> ??: Pierre Racine<br>> Cc?: pmwiki-users@pmichaud.com<br>> Objet?: Re: [pmwiki-users] Bold numbered list<br>> <br>> On Wed, Dec 20, 2006 at
03:15:20PM -0500, Pierre Racine wrote:<br>> > Anyone has a trick to make a numbered list with the text AND the numbers<br>> > in bold?<br>> <br>> Define a new wikistyle for it:<br>> <br>> %define=bolditem item font-weight:bold%<br>> <br>> and then for each bullet point you can do:<br>> <br>> # %bolditem% This text is bold<br>> # %bolditem% This is also bold<br>> <br>> See http://www.pmwiki.org/wiki/Test/BoldOrderedList<br>> for an example.<br>> <br>> Pm<br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Thu, 04 Jan 2007 09:55:27 -0600<br>From: Ben Stallings <ben@interdependentweb.com><br>Subject: Re: [pmwiki-users] ZAP Project Management System Done...<br>To: pmwiki-users@pmichaud.com<br>Message-ID: <459D236F.9040408@interdependentweb.com><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Dan wrote,<br>> www.fast.st/gtd/index.php<br>> Login
Guest/test<br><br>Looks great, Dan! Excellent work, and astonishingly rapid development, <br>as always. :-) (...says the guy who's been working on the same recipe <br>for 9 months now and is only on 0.3 beta.)<br><br>Could you enable action=source for the Guest account so that we can see <br>the ZAP markup behind this wizardry? Thanks! --Ben<br><br><br><br>------------------------------<br><br>Message: 8<br>Date: Thu, 4 Jan 2007 10:03:04 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] Site not responding<br>To: Shaney Crawford <shaneycrawford@yahoo.ca><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104160304.GE13800@host.pmichaud.com><br>Content-Type: text/plain; charset=us-ascii<br><br>On Thu, Jan 04, 2007 at 07:49:42AM +0900, Shaney Crawford wrote:<br>> On 1/4/07, dso <dso@moosoft.com> wrote:<br>> > Shaney Crawford wrote:<br>> > > My site is not responding for some reason. It was fine
yesterday<br>> > > morning, but then in the afternoon, it was not responding. I didn't<br>> > > make any changes to it during that time.<br>> ><br>> > Probably some kind of loop caused by a recipe. Try disabling them and<br>> > then adding them back. I've also had to change the order on a few of them.<br>> <br>> That seems to have worked. Thank you!<br>> <br>> I'm not sure why it happened all of a sudden since I didn't add any<br>> recipes yesterday. Very strange.<br><br>Which recipe(s) appeared to be causing the problem? We should<br>probably see about fixing the recipe to avoid the problem, or<br>at least leave a note on the page in case others encounter the<br>same difficulty.<br><br>Pm<br><br><br><br><br>------------------------------<br><br>Message: 9<br>Date: Thu, 4 Jan 2007 10:06:26 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] Error on attachments when using<br>
$EnableDirectDownload = 0<br>To: Helge Larsen <hal@post4.tele.dk><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104160626.GF13800@host.pmichaud.com><br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Jan 03, 2007 at 11:23:01PM +0100, Helge Larsen wrote:<br>> I'm trying to the SecureAttachments cookbook, but there seems to be an<br>> error on my site running pmwiki-2.1.26.<br>> <br>> I tried locking the whole site by setting $EnableDirectDownload = 0 in<br>> config.php, but the my pictures no longer shows.<br>> <br>> I have now restrivted it to two specific groups, but it still fails in<br>> the following way:<br>> <br>> 1. The normal dialog box with open/save does not show, and the file is<br>> displayed on the page, and with and excel file that is to no use ...<br>> <br>> 2. Even if I use save destination to a file it is corrupt, and a small<br>> portion bigger that the original file.<br>> <br>> It
seems that the file is handles as text/plain, even it is an excel<br>> file.<br><br>What's the name of the file? Does it have a normal ".xls" file<br>extension, or is it named something else?<br><br>Have you made any custom settings for $UploadDir, $UploadPrefixFmt,<br>$UploadFileFmt, or any of the other $Upload... variables?<br><br>Pm<br><br><br><br>------------------------------<br><br>Message: 10<br>Date: Thu, 4 Jan 2007 10:07:27 -0600<br>From: "Patrick R. Michaud" <pmichaud@pobox.com><br>Subject: Re: [pmwiki-users] attribute bug<br>To: JB <jbit@bitlink.com><br>Cc: pmwiki-users@pmichaud.com<br>Message-ID: <20070104160727.GG13800@host.pmichaud.com><br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Jan 03, 2007 at 04:47:48PM -0600, JB wrote:<br>> In the distribution<br>> <br>> http://www.pmwiki.org/pub/pmwiki/pmwiki-2.2.0-beta19.zip<br>> <br>> the page "PmWiki.Installation" has the edit attribute set<br>> to "id:anshu".<br>>
<br>> Can you please fix this?<br><br>Now fixed for 2.2.0-beta20, thanks!<br><br>Pm<br><br><br><br>------------------------------<br><br>Message: 11<br>Date: Thu, 4 Jan 2007 15:35:16 -0200<br>From: "Carlos A. Bonamigo" <carlos.ab@gmail.com><br>Subject: Re: [pmwiki-users] Problem with French language "Recent<br> changes"<br>To: pmwiki-users@pmichaud.com<br>Message-ID: <200701041535.16988.carlos.ab@gmail.com><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Em Quinta 04 Janeiro 2007 13:04, Donald Z. Osborn escreveu:<br>> Just as it seemed that all was in place a new problem with the French<br>> language interface arose. "Changements r?cents" (Recent changes) yields not<br>> the recent changes but a page does not exist notice:<br>> <br>> "ML-L10n/ModifsDuGroupe" n'existe pas. (Cr?er ML-L10n.ModifsDuGroupe)<br>> (in the case of<br>> http://www.panafril10n.org/wikidoc/pmwiki.php/ML-L10n/Accueil )<br>> <br>> It's similar on other
wikigroups with French working language such as<br>> http://www.panafril10n.org/wikidoc/pmwiki.php/GN-L10n/Accueil . But Recent<br>> changes works fine in English working language pages such as<br>> http://www.panafril10n.org/wikidoc/pmwiki.php/NG-L10n/HomePage<br>> <br>> I think this function worked fine in the French wikigroups before the change<br>> to config to accommodate Accueil (per earlier exchange. I'm hoping there is<br>> no connection. TIA for any suggestions<br>> <br>> Don<br><br>One way to solve this is to change a line in 'PmWikiFr/XLPage', that looks <br>like this:<br><br> '{$Group}/RecentChanges' => '{$Group}/ModifsDuGroupe',<br><br>to something like this:<br><br> '{$Group}/RecentChanges' => '{$Group}/RecentChanges',<br><br>Or simply erase/comment that line, because your 'ML-L10n/RecentChanges' file <br>is currently being used and filled, everytime you edit a page on that group.<br><br>Or even you can create a file
'local/ML-L10n.php' and change the <br>$RecentChangesFmt array there, to have the filenames you want to use. <br><br>(You'll have to excuse my french here. :c) )<br><br> $RecentChangesFmt = array(<br> '$SiteGroup.ModifsDuSite' => <br> '* [[{$Group}.{$Name}]] . . . $CurrentTime $[by] $AuthorLink: <br>[=$ChangeSummary=]',<br> '$Group.ModifsDuGroupe' =><br> '* [[{$Group}/{$Name}]] . . . $CurrentTime $[by] $AuthorLink: <br>[=$ChangeSummary=]',);<br><br>I hope this will help you.<br><br>CarlosAB<br><br><br><br>------------------------------<br><br>Message: 12<br>Date: Thu, 4 Jan 2007 17:31:59 -0000<br>From: marc <gmane@auxbuss.com><br>Subject: [pmwiki-users] Page action won't disappear<br>To: pmwiki-users@pmichaud.com<br>Message-ID: <MPG.20074a414f4668679899c0@news.gmane.org><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>In many places with non-user-editable text, I want:<br><br> (:if ! auth admin:)(:noaction:)(:ifend:)<br><br>This works fine in
local/Site.php and other places.<br><br>However, when authorisation is required and the login form appears, I <br>can't find a way to stop PageActions from being displayed.<br><br>Is this possible?<br><br>-- <br>Cheers,<br>Marc<br><br><br><br><br>------------------------------<br><br>Message: 13<br>Date: Thu, 4 Jan 2007 09:35:58 -0800 (PST)<br>From: Nicholas Buttle <nicholas_buttle@yahoo.com><br>Subject: [pmwiki-users] nested sidebars? nested categories?<br>To: pmwiki-users@pmichaud.com<br>Message-ID: <448433.10670.qm@web31015.mail.mud.yahoo.com><br>Content-Type: text/plain; charset=iso-8859-1<br><br>can we have <br><br>TopMenu->SubCategory1->SubCategory2 etc each with<br>their own sidebar?<br><br>TIA<br><br>Nicholas<br><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com
<br><br><br><br>------------------------------<br><br>_______________________________________________<br>pmwiki-users mailing list<br>pmwiki-users@pmichaud.com<br>http://www.pmichaud.com/mailman/listinfo/pmwiki-users<br><br><br>End of pmwiki-users Digest, Vol 19, Issue
11<br>********************************************<br></nicholas_buttle@yahoo.com></MPG.20074a414f4668679899c0@news.gmane.org></gmane@auxbuss.com></carlos.ab@gmail.com></jbit@bitlink.com></pmichaud@pobox.com></hal@post4.tele.dk></pmichaud@pobox.com></dso@moosoft.com></shaneycrawford@yahoo.ca></pmichaud@pobox.com></ben@interdependentweb.com></Pierre.Racine@sbf.ulaval.ca></pmichaud@pobox.com></Pierre.Racine@sbf.ulaval.ca></pmichaud@pobox.com></pmichaud@pobox.com></Pierre.Racine@sbf.ulaval.ca></commentgg@hotmail.com></pmichaud@pobox.com></dso@moosoft.com></Pierre.Racine@sbf.ulaval.ca></BAY111-W7EE495CD82F65AB491D6FBCB80@phx.gbl></pmwiki-users@pmichaud.com></commentgg@hotmail.com></blockquote><br><p> __________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com