[pmwiki-users] LDAP Authentication with Active Directory

2008-05-12 Thread Josh Miller
these errors...I've scrubbed the PmWiki documentation on LDAP and haven't found anything that pushes me in the right direction. I am using PmWiki 2.2.0-beta65 Thanks! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

[pmwiki-users] LDAP Authentication with Active Directory

2008-05-09 Thread Josh Miller
that pushes me in the right direction. I am using PmWiki 2.2.0-beta65 Thanks! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] vCalendar

2007-12-17 Thread Josh Miller
Has anyone had any experience using PmWiki to create vCalendar files so a website user can click a link to add an event to their Outlook or PIM? If you can't do it in PmWiki does anyone have any knowledge or experience with other PHP scripts or applications that do this? I found the specs for

Re: [pmwiki-users] RSS Thoughts

2007-09-27 Thread Josh Miller
Thanks Patrick! That works well for posting the item to the RSS Feed page... But how do I get it to use the $ChangeSummary as the RSS Description? I am getting a blank description when I use go to Site.RssFeed?action=rss Regards, -Josh Miller Gouverneur -Original Message- From

Re: [pmwiki-users] RSS Thoughts - Textarea

2007-09-27 Thread Josh Miller
Also, How do I change the Summary input field on the Edit page to a textarea? Thanks! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] RSS Thoughts

2007-09-25 Thread Josh Miller
? Also- I tried to use the Enhanced Web Feeds cookbook but it threw errors because it was posting the RSS stuff twice. I'm running PmWiki v 2.2.0 beta 28 because I am using UserAuth and I have a conflict yet to work out with UserAuth and newer betas. Thanks!! -Josh Miller Gouverneur

Re: [pmwiki-users] Custom Markup for a Button

2007-09-14 Thread Josh Miller
This worked great Patrick! Thank you!! -Josh -Original Message- From: Patrick R. Michaud [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 3:33 PM To: Josh Miller Cc: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] Custom Markup for a Button On Wed, Sep 12, 2007

[pmwiki-users] Custom Markup for a Button

2007-09-12 Thread Josh Miller
{ background-color: #006; color:#FF0; padding-left:4px; border:2px inset #009; } Thanks! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Prepend text string to wiki file when saving - a possible solution

2007-09-11 Thread Josh Miller
some css styles on that cookbook page that are handy. Good Luck! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Reading text from a wiki page

2007-09-10 Thread Josh Miller
; } return $optionstring; } else { return ; } } - Thanks for your time. Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

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 Hello

[pmwiki-users] Prepend text string to wiki file when saving - another approach?

2007-09-09 Thread Josh Miller
that strips the (:title:) from the wiki text when you edit and save. I need to watch out for special conditions such as when that text string isn't present Does this make any more sense? Anyone have any ideas or some thoughts on a starting point? You assistance is always appreciated! -Josh Miller

Re: [pmwiki-users] Prepend text string to wiki file

2007-09-06 Thread Josh Miller
to getting back to the original page containing the page text vs editing the page that is calling the includes. Thanks for your help! -Josh Miller Gouverneur On Wed, Sep 05, 2007 at 01:53:49PM -0400, Josh Miller wrote: I would like to prepend a text string to the front of text= whenever a new

Re: [pmwiki-users] Prepend text string to wiki file

2007-09-06 Thread Josh Miller
when I view the Staff page, I can skip over to Staff.Bob and edit his page. So I need a variable that references the actual file that is read in from the wiki.d directory. Does this exist? Thanks for your help! -Josh Miller Gouverneur -Original Message- From: Patrick R. Michaud

[pmwiki-users] Prepend text string to wiki file

2007-09-05 Thread Josh Miller
/save? Thanks! -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Prepend text string to wiki file

2007-09-05 Thread Josh Miller
On Wed, Sep 05, 2007 at 01:53:49PM -0400, Josh Miller wrote: I would like to prepend a text string to the front of text= whenever a new wiki page is created. [...] You might take a look at http://www.pmwiki.org/wiki/Cookbook/EditTemplates as a starting point. I'm not sure it does

[pmwiki-users] Page List Templates

2007-09-05 Thread Josh Miller
is: Group.PageNameAmpActionEdit How do I include actions in the PageListTemplate? I'm using 2.1.27 Thanks! Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Upload Links

2007-03-04 Thread Josh Miller
Hello, I'd like to make my upload links appear with a yellow background until the file is uploaded, but I can't seem to find it. Can anyone help me out? Thanks -Josh Miller Gouverneur ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] Function to get list of groups and pages in a specified group

2007-02-11 Thread Josh Miller
-Original Message- From: Patrick R. Michaud [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 9:00 PM To: Josh Miller Cc: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] Function to get list of groups and pages in a specified group On Mon, Feb 05, 2007 at 08:48:15PM -0500

[pmwiki-users] Function to get list of groups and pages in a specified group

2007-02-05 Thread Josh Miller
Hello, I am looking for a function that will return all of the group names in an existing wiki to an array that I can then access using php. I'm looking for something like this Admin Animals Main Plants Site I'm trying to import this into a select box. After that I would also need to know the

[pmwiki-users] Importing Categories from a file

2007-02-03 Thread Josh Miller
Hello, I have a line in my config that looks like this: $GUIButtons ['cat'] = array(535, '', '', '',select name=category id=category onChange='InsertCategory()'optionSelect Category/optionoption value=Category1Category1/optionoption value=Category2Category2/option/select); It inserts a