Re: [pmwiki-users] marinee skin

2008-05-12 Thread Maria McKinley
Thanks Dave, I increased the margin, but I don't have an images/bg_top.gif. In the images folder are: guiedit sub_icon.gif warning.gif and in guiedit: add.png page_excel.png tag_green.png text_heading_2.png text_list_bullets.png text_superscript.png application_edit.png

Re: [pmwiki-users] Group passwords

2008-05-12 Thread Henrik Bechmann
Thanks Tegan, That worked for the group. I'm a little surprised by this though: 1. Last time I checked, to edit a page you need to be able to read it (ie read permission is implied), therefore conferring edit rights should most certainly confer read rights. 2. Requiring explicit matching of

Re: [pmwiki-users] Group passwords

2008-05-12 Thread Tegan Dowling
On Mon, May 12, 2008 at 5:12 PM, Henrik Bechmann <[EMAIL PROTECTED]> wrote: > When I login with a site-wide edit password, I am challenged for an > additional *read* password for a group for which I have set a read password. > > I'm having a little trouble fathoming this. I thought that an edit >

Re: [pmwiki-users] marinee skin

2008-05-12 Thread DaveG
Here's what you'll need to do to move the black bar and the content down to accomodate a larger image in the title section: 1] Increase the top-margin on the body element (highlighted below): style.css (line 25) body { font-family:Arial,Verdana,Helvetica; font-size:76%; m

Re: [pmwiki-users] Publish button disabled

2008-05-12 Thread Henrik Bechmann
Setting $DefaultPasswords['publish'] = '@_site_edit'; worked. $HandleAuth['publish']='edit'; didn't (I don't quite get that logic yet). IAC that works now. - Henrik Henrik Bechmann wrote: > I have enable drafts turned on. > > When I go into edit with an edit password (as opposed to an admin

Re: [pmwiki-users] Group passwords

2008-05-12 Thread Henrik Bechmann
Update: I've tried adding "@_site_edit" to the group read password attribute field, and just for the heck of it, to the edit password attribute field. But it seems no matter what I do I am challenged for a "read" password when I go to edit a read-protected group, after logging in with a site-w

[pmwiki-users] Group passwords

2008-05-12 Thread Henrik Bechmann
When I login with a site-wide edit password, I am challenged for an additional *read* password for a group for which I have set a read password. I'm having a little trouble fathoming this. I thought that an edit password trumps a read password. Can anyone explain? Thanks, - Henrik -- Henrik

[pmwiki-users] Publish button disabled

2008-05-12 Thread Henrik Bechmann
I have enable drafts turned on. When I go into edit with an edit password (as opposed to an admin password) , the Publish button is disabled, and I can't figure out why. I have $HandleAuth['diff'] = 'edit'; $HandleAuth['upload'] = 'edit'; set in my config file, and for good measure I added $H

Re: [pmwiki-users] comments per paragraph

2008-05-12 Thread Hans
Monday, May 12, 2008, 12:15:58 PM, Emre Sahin wrote: > As far as I know, there is not a recipe which provides this > functionality. There may be some which provide as a basis but I'm not > sure about this. Perhaps have a look at togglelink http://www.pmwiki.org/wiki/Cookbook/ShowHide which lets y

Re: [pmwiki-users] Rand HexRand

2008-05-12 Thread Hans
Monday, May 12, 2008, 6:30:04 PM, Dominique Faure wrote: > The MarkupExprPlus recipe already provides the 'sprintf' function > which is able to format numbers the way you want, as in: > {(sprintf "%x" (rand 1 255))} Oh good! then {(sprintf "%02x" (rand 1 255))} will give you a random two-digi

Re: [pmwiki-users] Rand HexRand

2008-05-12 Thread Dominique Faure
On Sun, May 11, 2008 at 11:28 PM, Hans <[EMAIL PROTECTED]> wrote: > > Saturday, May 10, 2008, 8:18:00 PM, Doug Parker wrote: > > > I know > > >{(rand w x)} > > > will give me a random number from x to y. Can a hex random function > > >{(hexrand #y #z)} > > > be created, or built off the ran

[pmwiki-users] PmWiki security

2008-05-12 Thread kjettil
I just detected that one of my PmWiki sites, previously coming up as no 1 on Google search, had completely disappeared from search results. I then discovered that Google search for the domain (on shared hosting) on which I have several PmWiki sites (a WikiFarm) had a lot of strangely looking result

[pmwiki-users] LDAP Authentication with Active Directory

2008-05-12 Thread Josh Miller
Hello! Sorry to resend but surely someone is using LDAP and recognizes these error messages... Thanks! I'm trying to authenticate using LDAP to our Active Directory server using AuthUser. I'm not at all an LDAP guru so any assistance you can provide would be much appreciated! These are the err

Re: [pmwiki-users] marinee skin

2008-05-12 Thread DaveG
Unfortunately, making the black bar bigger is not as simple as it sounds. As a starting point you'd need to change the images/bg_top.gif, images/container_right.gif, and images/container_left.gif background images. If you want to simply get a larger image in the header thoug, you might be able

Re: [pmwiki-users] Number Column Addition

2008-05-12 Thread Hans
Monday, May 12, 2008, 12:30:32 AM, Sivakatirswami wrote: > Is there any "plug-in" for PM wiki that will auto add a column of > numbers? I'm not looking any full blown spread sheet feature set.. one > and one only SUM(column of numbers above) just to have a total at the > bottom of a table column

Re: [pmwiki-users] Captcha

2008-05-12 Thread Hans
Monday, May 12, 2008, 12:02:36 PM, Mark Trumpold wrote: > Sorry to be a pain Hans > now the the $captcha is gone but there is no random code image and > people can still add > any ideas? no. sorry. I have no time to sort this guestbook modification out. You could use Fox or Commentboxplus. Co

[pmwiki-users] comments per paragraph

2008-05-12 Thread Emre Sahin
Hi, First of all thanks for this great piece of software. I'm using pmwiki mostly as a customized blog/cms in http://emresahin.net. I don't like my text to be edited so I turned that off. However, there are places where a feedback from readers might be good. I checked various comment recipes but

Re: [pmwiki-users] Captcha

2008-05-12 Thread Mark Trumpold
On 12/05/2008, at 1:55 PM, Hans wrote: Monday, May 12, 2008, 11:39:44 AM, Mark Trumpold wrote: Thanks I am almost there however the captcha code doesn't show. http://www.ruthtrumpold.id.au/itgswiki/pmwiki.php? n=Guestbook.Homepage it seems the variables are not rrecognised. Try this code

Re: [pmwiki-users] Captcha

2008-05-12 Thread Hans
Monday, May 12, 2008, 11:39:44 AM, Mark Trumpold wrote: > Thanks I am almost there however the captcha code doesn't show. > http://www.ruthtrumpold.id.au/itgswiki/pmwiki.php?n=Guestbook.Homepage it seems the variables are not rrecognised. Try this code for the guestbook modification instead:

Re: [pmwiki-users] Captcha

2008-05-12 Thread Mark Trumpold
On 12/05/2008, at 12:42 AM, Hans wrote: Sunday, May 11, 2008, 7:25:58 PM, Mark Trumpold wrote: Cam i place a captcha just on one page, eg the guestbook? If so how? If you use Cookbook:Guestbook you need to add HTML code for the captcha support intop the guestbook.php script into its $Gue

[pmwiki-users] marinee skin

2008-05-12 Thread Maria McKinley
Hey there, Wondering if anyone is using the marinee skin, and could answer my question. My daughter is making a website, and we put a gif up for the logo by editing Site.SiteHeader using rfloat. The gif seems to be a bit too large or something, so I wanted to make the black area at the top larger.

[pmwiki-users] FW: Captcha

2008-05-12 Thread Peter K.H. Gragert
Trying to find a solution for the guestbook you use I changed it with a captcha usage it looks now as follows: Picture of test: End of picture First you have to fill in the captcha digits to see the Guestbook input fields. Then you may ad a message. (only clicking OK of the guestbookform