Re: [pmwiki-users] Force downloads

2007-07-16 Thread Lawrence F. London, Jr.
So, am I correct in assuming that PMWiki does not offer new user self-registration with name and password? If the contrary is true could someone point me to the necessary documentation I can use to enable this feature. All can seem to find is manually adding specific users and their passwrds to

[pmwiki-users] Force downloads

2007-07-16 Thread Ian MacGregor
If I have Site/file.txt and I want visitors to download it instead of opening it in a page, how can I do that? Usually clicking on Attach:Site/file.txt will cause it to open in the web browser as if it were an html page. Is there such thing as ?action=download ? How do you force an attachment to

Re: [pmwiki-users] Link Variables Not working in newer version

2007-07-16 Thread David Bessler
Found the problem, I had installed ExtendedMarkup.php which has it's own control over these things. Removed it, works great. -Original Message- From: Patrick R. Michaud [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 5:54 PM To: David Bessler Cc: pmwiki-users@pmichaud.com Subject:

Re: [pmwiki-users] Link Variables Not working in newer version

2007-07-16 Thread Patrick R. Michaud
On Mon, Jul 16, 2007 at 02:34:54PM -0700, David Bessler wrote: >I have recently upgraded to version 2.2.0-beta57 > >I am having a loyt of trouble with the variables set in config.php ... >they just don't seem to have any effect. > >For example, I cannot get rid of the damned quest

[pmwiki-users] Link Variables Not working in newer version

2007-07-16 Thread David Bessler
I have recently upgraded to version 2.2.0-beta57 I am having a loyt of trouble with the variables set in config.php ... they just don't seem to have any effect. For example, I cannot get rid of the damned questions marks after non-existing links. No matter how hard I try. bessler

Re: [pmwiki-users] Preventing a script for a group

2007-07-16 Thread Patrick R. Michaud
On Sat, Jul 14, 2007 at 07:58:26PM -0700, Ian MacGregor wrote: > > On Saturday 14 July 2007 7:19:09 pm H. Fox wrote: > > On 7/14/07, Ian MacGregor <[EMAIL PROTECTED]> wrote: > > > I have a group called News in which I have pages for newsfeeds using > > > pmfeed. > > > > > > [...] The problem I am

Re: [pmwiki-users] Page position not restored to top

2007-07-16 Thread Patrick R. Michaud
On Fri, Jul 13, 2007 at 10:17:50AM +0530, Vasanth wrote: > >couldnt figure that out, can you please help me out? > >i had published my site in intranet, even in other systems they are >facing the problem ?... Could you repeat the problem on a pmwiki.org page somewhere, so tha

Re: [pmwiki-users] filtering page name

2007-07-16 Thread Patrick R. Michaud
On Fri, Jul 13, 2007 at 01:35:30AM +0200, [EMAIL PROTECTED] wrote: > Patrick R. Michaud a écrit : > >Are you using utf-8 encoding on your site or iso-8859-1? > > I don't know. I have, in PmWikiFr.XLPage : > 'Locale' => 'fr_FR' > > Sites are http://www.adiu.fr and http://www.uzeste.com You're lik

Re: [pmwiki-users] Search button - clean url issue (default skin)

2007-07-16 Thread Patrick R. Michaud
On Mon, Jul 16, 2007 at 03:04:51PM +0300, Athan Dimoy wrote: > Attn PM: > > Default skin's search button on top, returns a non-clean url. > Please read http://www.pmwiki.org/wiki/PITS/00899 I went ahead and answered this on the PITS page, but just to summarize here: The problem is that some brow

Re: [pmwiki-users] Random background image with text over it?

2007-07-16 Thread Tegan Dowling
On 7/15/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > I've been able to put backgrounds on pages, divs, and table-cells > using instructions from > http://www.pmwiki.org/wiki/Cookbook/BackgroundImages, which allows > fore-ground text-content for the page to be added and edited in the > normal way.

Re: [pmwiki-users] php q

2007-07-16 Thread noskule
noskule schrieb: I figured out that I have to make a markup expression to do something like that: ({topicbasename "{$editgroup}.{$editname}"}) I took a look at the markup expression script but couldn't realy understand it. Works this so that I could define a function like topicbasebame and call

Re: [pmwiki-users] php q

2007-07-16 Thread H. Fox
On 7/16/07, noskule <[EMAIL PROTECTED]> wrote: > hi list > I have some trouble to get this php code to runn properly, could please > someone giving me a hand? > > I try to get the basename of a page: > > SomeGroup.SomeName-Topic-12 -> SomeGroup.SomeName > > GLOBAL $TopicBaseName,$CommentBaseNam

Re: [pmwiki-users] php q

2007-07-16 Thread noskule
Petko Yotov schrieb: > On Monday 16 July 2007, noskule wrote: >> SomeGroup.SomeName-Topic-12-Comment-3 -> SomeGroup.SomeName-Topic-12 >> >> $name = PageVar($pagename, '$Name'); >> $backnamecomment = explode('-Comment-',$name); >> $backnamecomment = $backnamecomment[0]; >> $FmtPV['$CommentBaseName']

Re: [pmwiki-users] Tri-Linguality with columns?

2007-07-16 Thread Torsten Philipp
Original-Nachricht Datum: Mon, 16 Jul 2007 15:32:58 +0300 Von: Algardas <[EMAIL PROTECTED]> An: pmwiki-users@pmichaud.com Betreff: Re: [pmwiki-users] Tri-Linguality with columns? >On the other hand, a wiki could do the opposite of complicating things. >If the layout is as simple

Re: [pmwiki-users] Recent changes question

2007-07-16 Thread Ian MacGregor
On Sunday 15 July 2007 10:24:42 pm H. Fox wrote: > On 7/15/07, H. Fox <[EMAIL PROTECTED]> wrote: > > This, placed at or near the end of your config.php file, will leave > > Site.AllRecentChanges intact and create a Main.AllRecentChanges that > > does not show ianmac's edits. > > > > include_once(

[pmwiki-users] ShowHide

2007-07-16 Thread Steve Glover
Or maybe more accurately, ToggleLink I'd like to be able to use togglelink to switch between !!!Section Header Text and !!!Section Header Text Content content content content content content content content content content content content content content content content content content cont

Re: [pmwiki-users] ZAP - Evoking the Password Form for Zap-Protected pages

2007-07-16 Thread Tim Pascal
Thanks for your reply noskule: > I don't no if this is possible, but a simple workaround would be to only > show the "New Issue" button if the user has editperms. You can do that > with conditional markup > > in config.php > $HandleAuth['zap'] ='edit'; > > in wiki: > (:if auth edit:)[[NewIssueForm

Re: [pmwiki-users] AuthorContribution recipe - can someone with some knowledge update this

2007-07-16 Thread Tegan Dowling
On 7/15/07, H. Fox <[EMAIL PROTECTED]> wrote: > On 7/15/07, Tegan Dowling <[EMAIL PROTECTED]> wrote: > [...] > > So I reverted to the older version of the Author Contributions recipe, > > which created AuthorName pages in a Contributions wikigroup, using the > > recipe authorcontribution.php, which

Re: [pmwiki-users] php q

2007-07-16 Thread Petko Yotov
On Monday 16 July 2007, noskule wrote: > SomeGroup.SomeName-Topic-12-Comment-3 -> SomeGroup.SomeName-Topic-12 > > $name = PageVar($pagename, '$Name'); > $backnamecomment = explode('-Comment-',$name); > $backnamecomment = $backnamecomment[0]; > $FmtPV['$CommentBaseName'] = $backnamecomment; > > this

[pmwiki-users] php q

2007-07-16 Thread noskule
hi list I have some trouble to get this php code to runn properly, could please someone giving me a hand? I try to get the basename of a page: SomeGroup.SomeName-Topic-12 -> SomeGroup.SomeName GLOBAL $TopicBaseName,$CommentBaseName; $name = PageVar($pagename, '$Name'); $backnametopic = expl

Re: [pmwiki-users] Tri-Linguality with columns?

2007-07-16 Thread [EMAIL PROTECTED]
> Actually I came across the MultiLanguage recipe just recently. > I will definitelly check it out more deeply now. Not such an interesting example, but you can see MultiLanguage in action on some of my pages. I set it up as a test, so please do not expect much ;-) http://www.kirpi.it/wiki/ Please

Re: [pmwiki-users] creating a page and setting password in php

2007-07-16 Thread Petko Yotov
On Monday 16 July 2007, Ilja Livenson wrote: > UpdatePage is not really available in the stable version, only in beta (but > I have other problems with beta so would like to stick with the stable for > now). ... > Anyway, if I'm sure I will be _creating_ the page, can I still use PostPage > safely

Re: [pmwiki-users] Tri-Linguality with columns?

2007-07-16 Thread Algardas
On Mon, 16 Jul 2007 13:49:53 +0200 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > I thought this would be a good way to make users aware of the > > internationality > > of the discussed issues in the wiki and to have all three languages equal > > to each other instead of one language below th

Re: [pmwiki-users] Tri-Linguality with columns?

2007-07-16 Thread Torsten Philipp
Hi Luigi, thanks a lot for taking the time and having such a close look at my question. Thanks also for the advice. All your points make very much sense to me. Actually I came across the MultiLanguage recipe just recently. I will definitelly check it out more deeply now. Best wishes, Torsten

Re: [pmwiki-users] creating a page and setting password in php

2007-07-16 Thread Ilja Livenson
Hi, Petko, thank you for the quick reply! UpdatePage is not really available in the stable version, only in beta (but I have other problems with beta so would like to stick with the stable for now). The code is a bit more complicated so I won't overwrite existing pages. Anyway, if I'm sure I

[pmwiki-users] Search button - clean url issue (default skin)

2007-07-16 Thread Athan Dimoy
Attn PM: Default skin's search button on top, returns a non-clean url. Please read http://www.pmwiki.org/wiki/PITS/00899 Regards, Athan D. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] creating a page and setting password in php

2007-07-16 Thread Petko Yotov
On Monday 16 July 2007, Ilja Livenson wrote: > I would like to achieve the following: have a user fill the form, create a > page populated with data from the form, set a edit/upload password and mail > them to the user. But here's my problem - it seems pretty stupid, but I > cannot' set password an

[pmwiki-users] A "Go" button

2007-07-16 Thread [EMAIL PROTECTED]
> How do I make a "go" button like on wikipedia which instead of > searching for a page, goes to the page instead? I've seen lots of **common users** misunderstand that Wikipedia "Go" button. They type into the "search field" (**this** is the way that field is understood by the whole mass) and th

[pmwiki-users] Tri-Linguality with columns?

2007-07-16 Thread [EMAIL PROTECTED]
> I'd like to have this wiki (http://free-music.uk.pn/) trilingual (german, > english, french). > The point is that I wanna have all three languages on one page > next to each other in one column each. Your site design is nice to look at, but doesn't fit for your three-columns concept. It wastes

[pmwiki-users] creating a page and setting password in php

2007-07-16 Thread Ilja Livenson
Hi, All I would like to achieve the following: have a user fill the form, create a page populated with data from the form, set a edit/upload password and mail them to the user. But here's my problem - it seems pretty stupid, but I cannot' set password and populate page at the same time (in one tr