[pmwiki-users] (:foxbreakpagelist:) being displayed in ForumX

2007-09-10 Thread Graham Archer - EMEA Sun Center Operations
Hello, First let me say I'm a newbie so I'm sure I'm doing something incorrect ;-) but I can't understand what it is. I am using the ForumX recipe. After I post a topic the screen doesn't display correctly...it shows (:foxbreakpagelist:) on the left with the topic number on the right. I

[pmwiki-users] ldap

2007-09-10 Thread Maria McKinley
Hi there, I am trying to get authentication using ldap working, and having a very hard time. here are the lines I added to local/config.php: ## Want entire site to be password-protected for editing. $DefaultPasswords['edit'] = crypt('edit_password'); ## Want to use AuthUser so we can use ldap

Re: [pmwiki-users] ldap

2007-09-10 Thread Thomas Gemperli
Hi On 10.09.2007, at 09:46, Maria McKinley wrote: I am trying to get authentication using ldap working, and having a very hard time. here are the lines I added to local/config.php: ## Want entire site to be password-protected for editing. $DefaultPasswords['edit'] = crypt('edit_password');

Re: [pmwiki-users] Getting rid of get code links when useing SourceBlock

2007-09-10 Thread Dominique Faure
On 9/10/07, Thomas -Balu- Walter [EMAIL PROTECTED] wrote: On Sun, Sep 09, 2007 at 11:50:56AM +0200, Dominique Faure wrote: The only way to disable the get code link is to redefine the output layout from your local configuration file (before recipe inclusion). The original value is:

[pmwiki-users] (:include Main.SomePage#FromHere#ToHere:) in PHP ?

2007-09-10 Thread Christophe David
Could someone please post the PHP code equivalent to (:include Main.SomePage#FromHere#ToHere:) It can be done with ReadPage() followed by a regular expression search, but there must be an easier way to do it... Thank you in anticipation. Christophe

[pmwiki-users] PmWIki AuthUser/LDAP passwords stored in clear in PHP session files

2007-09-10 Thread Christophe David
When using PmWiki with AuthUser/LDAP, the users passwords are stored in clear in PHP sessions files on the server. With LDAP, this password is typically used for many applications/systems, and anyone who has read access to the PHP session files can obtain the users LDAP password, which is quite

Re: [pmwiki-users] getting xml output from a dataset

2007-09-10 Thread Dominique Faure
On 9/9/07, Henrik [EMAIL PROTECTED] wrote: All, I'm looking for a strategy to generate custom xml output from a structured wiki page. I'm using google maps api to generate maps like this: http://www.dufferinpark.ca/market/wiki/wiki.php?n=LocalProducers.Map Google maps takes an xml table

Re: [pmwiki-users] ldap

2007-09-10 Thread Thomas Gemperli
Hi On 10.09.2007, at 10:53, Maria McKinley wrote: On 9/10/07, Thomas Gemperli [EMAIL PROTECTED] wrote: Hi On 10.09.2007, at 09:46, Maria McKinley wrote: I am trying to get authentication using ldap working, and having a very hard time. here are the lines I added to local/config.php: ##

[pmwiki-users] Setting Site up to Require Login to Edit

2007-09-10 Thread David Fionda
Hi All I'm really impressed with PMWIki so far I will be installing the AuthUserDbase scipt to get user authorization information from an existing login table How do I setup PMWIki so that only users who have logged in can edit, rather than doing it page by page Thanks for the help Dave

Re: [pmwiki-users] Setting Site up to Require Login to Edit

2007-09-10 Thread Ben Wilson
http://pmwiki.org/wiki/PmWiki/Security provides references to most of what you'll need to set up your site securely. I tend the set the site so that id:* can edit, which requires authenticated users. On 9/10/07, David Fionda [EMAIL PROTECTED] wrote: Hi All I'm really impressed with PMWIki so

Re: [pmwiki-users] Getting rid of get code links when useing SourceBlock

2007-09-10 Thread Chris Lott
On 9/10/07, Dominique Faure [EMAIL PROTECTED] wrote: On 9/10/07, Thomas -Balu- Walter [EMAIL PROTECTED] wrote: You then only have to remove the div class='sourceblocklink'\$url/div line. May I suggest to add a parameter for that? Like -getcode? :-) I just updated the recipe to

Re: [pmwiki-users] getting xml output from a dataset

2007-09-10 Thread Patrick R. Michaud
On Mon, Sep 10, 2007 at 11:40:32AM +0200, Dominique Faure wrote: On 9/9/07, Henrik [EMAIL PROTECTED] wrote: I'm looking for a strategy to generate custom xml output from a structured wiki page. I'm using google maps api to generate maps like this:

Re: [pmwiki-users] (:include Main.SomePage#FromHere#ToHere:) in PHP ?

2007-09-10 Thread Patrick R. Michaud
On Mon, Sep 10, 2007 at 10:37:05AM +0200, Christophe David wrote: Could someone please post the PHP code equivalent to (:include Main.SomePage#FromHere#ToHere:) It can be done with ReadPage() followed by a regular expression search, but there must be an easier way to do it... $text =

[pmwiki-users] Getting CleanURLs work as on pmwiki.org with method #3?

2007-09-10 Thread Benoit Dutilleul
Hello! If that is possible, can somebody explain me how to do it step by step? I have managed to get the links on the page generated properly (e.g. http://www.mysite.org/Main/Page by setting $ScriptUrl='http://www.mysite.org'; and $EnablePathInfo = 0;) but the links would not work (i.e.

Re: [pmwiki-users] ldap

2007-09-10 Thread Maria McKinley
Thanks to Graham and Thomas, I now have it figured out. I was missing the part where I said what to do with the login once it happened. So, for future reference to get ldap to work you need: ## assign an ldap server, with basedn $AuthUser['ldap'] =

[pmwiki-users] AuthUser and an external DB

2007-09-10 Thread Jeff Brown
Hi I am new to PmWiki. Trying to get AuthUser to authenticate against a forum database. I want only my forum members to edit wiki pages. For a couple reasons, I am not using AuthUserDB, I am calling the PHP ODBC module directly. I've written a script (based on AuthUserBBPress) which queries my

[pmwiki-users] Reading text from a wiki page

2007-09-10 Thread Josh Miller
Hello! I used the code below to pull a listing of categories off of a page named Site.Categories that I was using to put a list of available categories into a dropdown box. Somewhere in my upgrade from 2.1 to 2.2. this code stopped working. Anyone have any idea why this is not working...? I'm

Re: [pmwiki-users] Reading text from a wiki page

2007-09-10 Thread Josh Miller
Nevermind - I found the problem. Thank you anyway. -Josh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Miller Sent: Monday, September 10, 2007 8:08 PM To: pmwiki-users@pmichaud.com Subject: [pmwiki-users] Reading text from a wiki page