<br><br><div><span class="gmail_quote">On 11/2/06, <b class="gmail_sendername"><a href="mailto:pmwiki-users-request@pmichaud.com">pmwiki-users-request@pmichaud.com</a></b> <<a href="mailto:pmwiki-users-request@pmichaud.com">
pmwiki-users-request@pmichaud.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send pmwiki-users mailing list submissions to
<br> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>or, via email, send a message with subject or body 'help' to<br> <a href="mailto:pmwiki-users-request@pmichaud.com">pmwiki-users-request@pmichaud.com</a>
<br><br>You can reach the person managing the list at<br> <a href="mailto:pmwiki-users-owner@pmichaud.com">pmwiki-users-owner@pmichaud.com</a><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. HTMLHeaderFmt in local/GroupSpecific.php (Chris Cox)<br> 2. Re: HTMLHeaderFmt in local/GroupSpecific.php (Patrick R. Michaud)
<br> 3. Re: HTMLHeaderFmt in local/GroupSpecific.php (Chris Cox)<br> 4. Re: Problems with ZAPdata (The Editor)<br> 5. Making some text stand out in a box (Jan Erik Mostr?m)<br> 6. Re: Making some text stand out in a box (Jan Erik Mostr?m)
<br> 7. Re: includeurl and/or includesite do not work with php5<br> (DrFredC.com)<br> 8. Re: Making some text stand out in a box (Thomas -Balu- Walter)<br> 9. WordCount Recipe (<a href="mailto:kirpi@kirpi.it">
kirpi@kirpi.it</a>)<br> 10. Division by zero on Site.Search (Carlos A. Bonamigo)<br> 11. Re: Division by zero on Site.Search (dso)<br> 12. Re: wiki to html (Jan Hegewald)<br> 13. Re: Making some text stand out in a box (Jan Erik Mostr?m)
<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 01 Nov 2006 14:29:00 -0600<br>From: Chris Cox <<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>>
<br>Subject: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: PMWiki <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Message-ID: <<a href="mailto:4549038C.2070602@airmail.net">
4549038C.2070602@airmail.net</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>I have a few PmWiki sites I maintain. The oldest one, which is<br>now running 2.1.26, has a group specific php file called<br>AllBlogs.php
in which I set:<br><br>$HTMLHeaderFmt['rsslink1'] =<br> "<link rel='alternate' title='Labs Blogs $[RSS Feed]'<br><br>href='/pmwiki/pmwiki.php/Site/AllRecentChanges?group=BP-*&list=normal&action=rss'<br>
type='application/rss+xml' />\n ";<br><br>This works fine... in firefox I get the RSS feed icon on the URL line<br>and can add a live bookmark.<br><br>However, on another site I tried repeating the exact same procedure...
<br>that site is running 2.1.24 and it doesn't work, I get an error message<br>on the page load:<br><br>$HTMLHeaderFmt['rsslink1'] = "\n ";<br>Warning: Cannot modify header information - headers already sent by<br>
(output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>/home/ntlug/pmwiki/pmwiki.php on line 885<br><br>Any hints?? I think I understand the error message to realize that<br>the head information has likely been closed... but I guess I'm
<br>confused about why the difference. It wasn't obvious looking<br>at the skin template files on each site, the top matter is pretty<br>much the same...<br><br>I appreciate in help in tracking things down...<br><br>Thanks,
<br>Chris<br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 1 Nov 2006 14:42:22 -0600<br>From: "Patrick R. Michaud" <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>><br>
Subject: Re: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: Chris Cox <<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>><br>Cc: PMWiki <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a>><br>Message-ID: <<a href="mailto:20061101204222.GC14325@host.pmichaud.com">20061101204222.GC14325@host.pmichaud.com</a>><br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Nov 01, 2006 at 02:29:00PM -0600, Chris Cox wrote:
<br>> However, on another site I tried repeating the exact same procedure...<br>> that site is running 2.1.24 and it doesn't work, I get an error message<br>> on the page load:<br>><br>> $HTMLHeaderFmt['rsslink1'] = "\n ";
<br>> Warning: Cannot modify header information - headers already sent by<br>> (output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>> /home/ntlug/pmwiki/pmwiki.php on line 885<br><br>It looks to me as though local/AllBlogs.php is missing the
<br>starting <?php tag.<br><br>Pm<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Wed, 01 Nov 2006 15:05:28 -0600<br>From: Chris Cox <<a href="mailto:ccox@airmail.net">ccox@airmail.net</a>>
<br>Subject: Re: [pmwiki-users] HTMLHeaderFmt in local/GroupSpecific.php<br>To: PMWiki <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Message-ID: <<a href="mailto:45490C18.7000008@airmail.net">
45490C18.7000008@airmail.net</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Patrick R. Michaud wrote:<br>> On Wed, Nov 01, 2006 at 02:29:00PM -0600, Chris Cox wrote:<br>>> However, on another site I tried repeating the exact same procedure...
<br>>> that site is running 2.1.24 and it doesn't work, I get an error message<br>>> on the page load:<br>>><br>>> $HTMLHeaderFmt['rsslink1'] = "\n ";<br>>> Warning: Cannot modify header information - headers already sent by
<br>>> (output started at /home/ntlug/pmwiki/local/AllBlogs.php:2) in<br>>> /home/ntlug/pmwiki/pmwiki.php on line 885<br>><br>> It looks to me as though local/AllBlogs.php is missing the<br>> starting <?php tag.
<br><br>You know... as easy as that was... sure made me want to<br>pull my hair out!! Thanks!<br><br><br><br>------------------------------<br><br>Message: 4<br>Date: Wed, 1 Nov 2006 17:13:33 -0400<br>From: "The Editor" <
<a href="mailto:editor@fast.st">editor@fast.st</a>><br>Subject: Re: [pmwiki-users] Problems with ZAPdata<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br> <<a href="mailto:fec7cf150611011313h33215245xd49424a948fa7eb6@mail.gmail.com">
fec7cf150611011313h33215245xd49424a948fa7eb6@mail.gmail.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>On 11/1/06, Lothar Baier <<a href="mailto:lbb@gravitalis.de">lbb@gravitalis.de</a>
> wrote:<br>> Hi folks!<br>><br>> I would like to use the Comments-Snippet for ZAP. People should be able<br>> to post<br>> comments without being logged in.So I created:<br>><br>> (:zapform `Member`datapage="Snippets-Comments.+"`time`Comment`savedata` :)
<br>><br>> but that didn't work at all. And without the "" around the<br>> Snippets-Comments.+<br>> it produces a file like Snippets-Comments, which ist interpreted by<br>> PmWiki as a<br>> Group without a Page.
<br>><br>> What did I miss here?<br><br><br>Hi Lothar!<br><br>My apologies. I changed the TRY THE CODE: part of my site and got it<br>to work, but forgot to change the SEE THE CODE: snippet you cut and<br>pasted. The problem is a little bug with the field Comment. Because
<br>the data is save in the text var directive format (:field: var:), when<br>the field is comment it gets confused with the comment directive<br>(:comment whatever:).<br><br>Pm has said he would try and fix it in a soon coming release.
<br><br>In the mean time just use a different field name. I used Remark. Try<br>this snippet below and you should have instant commenting for users<br>who are not logged in. I just tested it and it works great!<br><br>
For commenting on multiple pages (as in groupfooter, or even footer),<br>you can set the datapage to something like Comments-{$Name}.+ or even<br>Comments-{$Group}-{$Name}.+ . (Change the pagelist to match of course.<br> Anyway, this would give you instant site wide commenting. Works
<br>great!<br><br>(:zapdata:)<br>(:messages:)<br>(:zapform `Member`datapage=Comments.+`time`Remark`savedata` :)<br>(:input text Member {$AuthId}:)\\<br>(:input hidden datapage "Comments.+":)<br>(:input hidden time "+|%B %d, %Y":)
<br>(:input textarea Remark rows=7 cols=40:)\\<br>(:input hidden savedata "Member,Remark,time":)<br>(:input submit:)<br>(:zapend:)<br><br>(:pagelist group="Comments" fmt="#commentedit" -RecentChanges -GroupHeader:)
<br><br>Here's the update pagelist template<br><br>[[#commentedit]]<br>(:table bgcolor=#ffffcc cellspacing=5px width=80%:)<br>(:cellnr:)Posted {=$:time} by {=$:Member}<br>(:cellnr:)Comments: {=$:Remark}<br>(:if expr equal {=$:Member} {$AuthId} or auth admin :)
<br>(:cellnr align=right:)Click here to edit this comment: [[{=$FullName}|EDIT]]<br>(:if:)<br>(:tableend:)<br><br>[[#commenteditend]]<br><br>Feel free to modify this, of course, to your needs. And, let me know<br>if you have any further problems. Hope this helps!
<br><br>Cheers,<br>Caveman<br><br><br><br>------------------------------<br><br>Message: 5<br>Date: Wed, 1 Nov 2006 23:22:28 +0100<br>From: Jan Erik Mostr?m <<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>
><br>Subject: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br> <<a href="mailto:a02020017-1048-ppc-97D4B20E10724BE19F96989ED3EBF874@Infinitum.local">
a02020017-1048-ppc-97D4B20E10724BE19F96989ED3EBF874@Infinitum.local</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I'm currently working on a wiki which I will use to display<br>source code examples in different programming languages (not PHP
<br>though ... so far I've never learned it) and I'm using the<br>sourceblock recipe to do syntax highlighting. The result is very<br>nice, but I don't really know how to best handle the display of<br>text output.<br><br>
What I would like to have a basically a plain box similar to<br>what the sourceblock recipe generates. I looked at the<br>WikiStyleExamples page and found something that would work for me:<br><br>%block define=coderesult bgcolor=#ffcc99 border='1px solid gray' padding=5px%
<br><br>%coderesult%[@<br>Hello world<br>@]<br><br>But since I'm going to have this type of boxes on several pages<br>I tried to set this style using $WikiStyle and came up with this<br><br>$WikiStyle['coderesult']['bgcolor'] = '#ffcc99';
<br>$WikiStyle['coderesult']['border'] = '1px solid gray';<br>$WikiStyle['coderesult']['padding'] = '5px';<br><br>Which seem to partly work (no errors is printed and 'Hello<br>world' can be seen on the page ;-) but I don't get the colored
<br>box that I get with the first definition. Can anyone tell me<br>what I'm missing?<br><br> jem<br><br><br><br>------------------------------<br><br>Message: 6<br>Date: Wed, 1 Nov 2006 23:47:50 +0100
<br>From: Jan Erik Mostr?m <<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>><br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a><br>Message-ID:<br> <<a href="mailto:a02020017-1048-ppc-7FC68F93023B4CEBB15BFFB2A34B10C6@Infinitum.local">a02020017-1048-ppc-7FC68F93023B4CEBB15BFFB2A34B10C6@Infinitum.local</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
<br><br>Reply to Jan Erik Mostr?m <<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se</a>> 06-11-01 23:22:<br><br>> $WikiStyle['coderesult']['bgcolor'] = '#ffcc99';<br>> $WikiStyle['coderesult']['border'] = '1px solid gray';
<br>> $WikiStyle['coderesult']['padding'] = '5px';<br>> Which seem to partly work (no errors is printed and 'Hello<br>>world' can be seen on the page ;-) but I don't get the colored<br>>box that I get with the first definition. Can anyone tell me
<br>>what I'm missing?<br><br>Correction, there is a very lightgray box around the text (so<br>light that I missed it on my LCD screen at the angle I had it)<br>but it looks like I can't change the color at all so I'm<br>
starting to suspect that the style definition isn't visible at<br>all when the page is rendered??<br><br> jem<br><br><br><br>------------------------------<br><br>Message: 7<br>Date: Wed, 01 Nov 2006 15:07:19 -0800
<br>From: "DrFredC.com" <<a href="mailto:drfredc@drfredc.com">drfredc@drfredc.com</a>><br>Subject: Re: [pmwiki-users] includeurl and/or includesite do not work<br> with php5<br>To: Albi Rebmann <
<a href="mailto:albi@cvmx.org">albi@cvmx.org</a>><br>Cc: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID: <<a href="mailto:454928A7.3040405@drfredc.com">454928A7.3040405@drfredc.com
</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>I'm not sure about php 5, but there was an update to the includeurl<br>recipe a few months ago that helped it work in more cases than<br>previously. So make sure you've got the most recent versions. Before
<br>then, in my experience with pmwiki 2.x was includeurl (and includesite)<br>only worked with sites that ended with <site>.htm or <site>.html, which<br>is fewer and fewer sites these days. It wasn't a php related bug, at
<br>least not with the version of php my host uses.<br><br>Albi Rebmann wrote:<br>> Hi,<br>><br>> I did update php to 5 and not both do not work anymore in pmwiki.<br>> Is this true?<br>> Maybe I do something wrong.
<br>> Any help?<br>><br>><br>><br>> ALBI...<br>><br>><br>> _______________________________________________<br>> pmwiki-users mailing list<br>> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com
</a><br>> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>><br>><br>><br>><br><br>--<br><br>Always, Dr Fred C<br><a href="mailto:drfredc@drfredc.com">
drfredc@drfredc.com</a><br><br><br><br><br>------------------------------<br><br>Message: 8<br>Date: Thu, 2 Nov 2006 00:22:16 +0100<br>From: Thomas -Balu- Walter <<a href="mailto:list+pmwiki-users@b-a-l-u.de">list+pmwiki-users@b-a-l-u.de
</a>><br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID: <<a href="mailto:20061101232216.GA15345@roadrunner.bartels-schoene.de">
20061101232216.GA15345@roadrunner.bartels-schoene.de</a>><br>Content-Type: text/plain; charset=iso-8859-1<br><br>On Wed, Nov 01, 2006 at 11:47:50PM +0100, Jan Erik Mostr?m wrote:<br>> Reply to Jan Erik Mostr?m <<a href="mailto:lists@mostrom.pp.se">
lists@mostrom.pp.se</a>> 06-11-01 23:22:<br>><br>> > $WikiStyle['coderesult']['bgcolor'] = '#ffcc99';<br>> > $WikiStyle['coderesult']['border'] = '1px solid gray';<br>> > $WikiStyle['coderesult']['padding'] = '5px';
<br>> > Which seem to partly work (no errors is printed and 'Hello<br>> >world' can be seen on the page ;-) but I don't get the colored<br>> >box that I get with the first definition. Can anyone tell me
<br>> >what I'm missing?<br>><br>> Correction, there is a very lightgray box around the text (so<br>> light that I missed it on my LCD screen at the angle I had it)<br>> but it looks like I can't change the color at all so I'm
<br>> starting to suspect that the style definition isn't visible at<br>> all when the page is rendered??<br><br>I think changing bgcolor to background-color would help :-)<br><br> Balu<br><br><br><br>------------------------------
<br><br>Message: 9<br>Date: Thu, 2 Nov 2006 00:36:58 +0100<br>From: "<a href="mailto:kirpi@kirpi.it">kirpi@kirpi.it</a>" <<a href="mailto:kirpi@kirpi.it">kirpi@kirpi.it</a>><br>Subject: [pmwiki-users] WordCount Recipe
<br>To: pmwiki-users <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Message-ID:<br> <<a href="mailto:d9d039dd0611011536g2aa9fb17jc3e67b8a645cbf24@mail.gmail.com">d9d039dd0611011536g2aa9fb17jc3e67b8a645cbf24@mail.gmail.com
</a>><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Sorry for re-submitting here a question that has already been on the<br>list [1] and which, additionally, is somehow slightly off-topic within
<br>this very thread. Yet I find some (loose) points in common...<br><br>> Pm:<br>> [...]<br>> In fact, there's the possibility that the rendered text<br>> (sans HTML tags) will be saved as an attribute to make it easier
<br>> to count words and to display page excerpts (e.g. in pagelists<br>> and searchresults).<br>> [...]<br>> I'd suggest waiting a few days. :-)<br><br>Within the many enhancements being brought to 2.2 version will that
<br>"plaintext" body thing (be ?action, recipe, core feature, or whathever<br>the form) available?<br>Any guess of the time frame?<br>Really I miss plain text... ;-)<br><br>Luigi<br><br>[1] <a href="http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/32466/match=plaintext">
http://article.gmane.org/gmane.comp.web.wiki.pmwiki.user/32466/match=plaintext</a><br><br><br><br>------------------------------<br><br>Message: 10<br>Date: Thu, 2 Nov 2006 01:28:23 -0200<br>From: "Carlos A. Bonamigo" <
<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>><br>Subject: [pmwiki-users] Division by zero on Site.Search<br>To: PmWiki-Users <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>>
<br>Message-ID: <<a href="mailto:200611020128.23708.carlos.ab@gmail.com">200611020128.23708.carlos.ab@gmail.com</a>><br>Content-Type: text/plain; charset="us-ascii"<br><br>Hi ,<br><br>I'm getting some error messages when I hit the "
Site.Search" page. It looks<br>like this :<br><br>Warning: Division by zero in /home/me/htdocs/pmwiki.php on line 1180<br><br>Warning: Cannot modify header information - headers already sent by (output<br>started at /home/me/htdocs/pmwiki.php:1180) in /home/me/htdocs/pmwiki.php on
<br>line 930<br><br>Also, text inside the tables look bigger ("apple pie" instructions) , but<br>other pages using tables are not affected.<br><br>TIA<br><br>CarlosAB<br><br><br><br>------------------------------
<br><br>Message: 11<br>Date: Wed, 01 Nov 2006 21:54:19 -0700<br>From: dso <<a href="mailto:dso@moosoft.com">dso@moosoft.com</a>><br>Subject: Re: [pmwiki-users] Division by zero on Site.Search<br>To: "Carlos A. Bonamigo" <
<a href="mailto:carlos.ab@gmail.com">carlos.ab@gmail.com</a>><br>Cc: PmWiki-Users <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Message-ID: <<a href="mailto:454979FB.8070605@moosoft.com">
454979FB.8070605@moosoft.com</a>><br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Try changing the load order of your cookbook recipes. If you just added<br>one, move it up in the list. This has helped me resolve some header
<br>issues. You may need to experiment a little.<br><br>Daniel<br><br>Carlos A. Bonamigo wrote:<br>> Hi ,<br>><br>> I'm getting some error messages when I hit the "Site.Search" page. It looks<br>> like this :
<br>><br>> Warning: Division by zero in /home/me/htdocs/pmwiki.php on line 1180<br>><br>> Warning: Cannot modify header information - headers already sent by (output<br>> started at /home/me/htdocs/pmwiki.php:1180) in /home/me/htdocs/pmwiki.php on
<br>> line 930<br>><br>> Also, text inside the tables look bigger ("apple pie" instructions) , but<br>> other pages using tables are not affected.<br>><br>> TIA<br>><br>> CarlosAB<br>>
<br>> _______________________________________________<br>> pmwiki-users mailing list<br>> <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>> <a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br><br><br><br>------------------------------<br><br>Message: 12<br>Date: Thu, 2 Nov 2006 08:14:27 +0100<br>From: Jan Hegewald <<a href="mailto:hegewald@cab.bau.tu-bs.de">
hegewald@cab.bau.tu-bs.de</a>><br>Subject: Re: [pmwiki-users] wiki to html<br>Cc: PmWiki Users <<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a>><br>Message-ID: <<a href="mailto:C1FC39A3-57B1-4DAB-9E6A-33BEC86BEB07@cab.bau.tu-bs.de">
C1FC39A3-57B1-4DAB-9E6A-33BEC86BEB07@cab.bau.tu-bs.de</a>><br>Content-Type: text/plain; charset=US-ASCII; format=flowed<br><br>Hello,<br><br>Am 01.11.2006 um 16:35 schrieb Patrick R. Michaud:<br>> On Tue, Oct 31, 2006 at 03:50:41PM +0100, Jan Hegewald wrote:
<br>>> Hello all,<br>>> is there a way to export a snapshot of a current pmwiki to html? I<br>>> want to copy my wiki to a webserver which does not allow for<br>>> scripting (such as php).<br>><br>
> Perhaps something like<br>><br>> <a href="http://www.pmwiki.org/wiki/Cookbook/PmWiki2HTML-usingWGET">http://www.pmwiki.org/wiki/Cookbook/PmWiki2HTML-usingWGET</a> ?<br><br>yes, it is posiible using wget. Thanks for the pointer (-;
<br><br>Cheers,<br>-- Jan<br><br><br><br><br><br><br>------------------------------<br><br>Message: 13<br>Date: Thu, 2 Nov 2006 09:38:35 +0100<br>From: Jan Erik Mostr?m <<a href="mailto:lists@mostrom.pp.se">lists@mostrom.pp.se
</a>><br>Subject: Re: [pmwiki-users] Making some text stand out in a box<br>To: <a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>Message-ID:<br> <<a href="mailto:a02020017-1048-ppc-7E45D548ABC348F4AF3F1DAF5B5EB257@infinitum.cs.umu.se">
a02020017-1048-ppc-7E45D548ABC348F4AF3F1DAF5B5EB257@infinitum.cs.umu.se</a>><br><br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>Reply to Thomas -Balu- Walter <<a href="mailto:list+pmwiki-users@b-a-l-u.de">
list+pmwiki-users@b-a-l-u.de</a>><br>06-11-02 00:22:<br><br>> > Correction, there is a very lightgray box around the text<br>>(so > light that I missed it on my LCD screen at the angle I<br>>had it) > but it looks like I can't change the color at all so
<br>>I'm > starting to suspect that the style definition isn't<br>>visible at > all when the page is rendered??<br>> I think changing bgcolor to background-color would help :-)<br><br>Unfortunately not, no change.
<br><br>I'm probably missing something really basic, I've these line in<br>my config.php file<br><br>$WikiStyle['coderesult']['background-color'] = '#33FF33';<br>$WikiStyle['coderesult']['border'] = '1px solid red';<br>$WikiStyle['coderesult']['padding'] = '5px';
<br><br>and in the actual page<br><br>%coderesult%[@<br>p.someField = 0<br>@]<br><br>My original definition looked like this<br><br>%block define=coderesult bgcolor=#ffcc99 border='1px solid gray' padding=5px%<br><br>should 'block' be represented in WikiStyle in some way??
<br><br>Unfortunately I have no idea what the problem is.<br><br> jem<br><br><br><br>------------------------------<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">
pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br><br><br>End of pmwiki-users Digest, Vol 17, Issue 4<br>*******************************************
<br></blockquote></div><br>