Re: [pmwiki-users] how to access configuration variables from skin scripts

2012-03-24 Thread Petko Yotov
a.sonderh...@gassi-tv.de writes: > You can set this line in pub/skins/yourskin/yourskin.php if you declare the 4 > variables global. this does the trick. is there a way to additionally suppress the id="wikitext">? Yes, set in config.php $PageTextStartFmt = ""; $PageTextEndFmt = ""; Petko

Re: [pmwiki-users] how to access configuration variables from skin scripts

2012-03-24 Thread a . sonderhoff
> Sorry for my late reply. You are using PmWiki in unusual ways so I had to find > some time to test the thing. guilty as charged ^^ > You can set this line in pub/skins/yourskin/yourskin.php if you declare the 4 > variables global. this does the trick. is there a way to additionally suppress t

Re: [pmwiki-users] how to access configuration variables from skin scripts

2012-03-18 Thread Petko Yotov
Sorry for my late reply. You are using PmWiki in unusual ways so I had to find some time to test the thing. a.sonderh...@gassi-tv.de writes: > $HandleBrowseFmt = array(&$PageStartFmt, &$PageRedirectFmt, &$PageEndFmt); This works as well, though not exactly like I was hoping to use it. I was ho

Re: [pmwiki-users] how to access configuration variables from skin scripts

2012-03-11 Thread a . sonderhoff
s-requ...@pmichaud.com wrote: > Date: Sun, 26 Feb 2012 12:18:28 +0100 > From: 5...@5ko.fr > To: pmwiki-users@pmichaud.com > Subject: Re: [pmwiki-users] how to access configuration variables from > skin scripts > Message-ID: > Content-Type: text/plain; format=flowed; delsp=

Re: [pmwiki-users] how to access configuration variables from skin scripts

2012-02-26 Thread 5ko
a.sonderh...@gassi-tv.de writes: 1) Basically I have a lot of in my tmpl to fire the scripts that merge the page variables and PTVs with the html/css. The functions described in the link given above work just fine, configuration variables (such as $FarmD, $SkinDirUrl, etc.) however are not

[pmwiki-users] how to access configuration variables from skin scripts

2012-02-25 Thread a . sonderhoff
hi I am currently working on a skin with multiple templates, where most of the content is loaded from page variables (using the functions described in http://www.pmwiki.org/wiki/Cookbook/Functions). 1) Basically I have a lot of in my tmpl to fire the scripts that merge the page variables and