Re: [pmwiki-users] Chemical formula markup

2008-10-30 Thread Anno
A perfect tool for such problems would be http://www.regexbuddy.com/, I use it almost daily at work. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] gallery path problem

2008-07-28 Thread Anno
A quick fix would be to do it like this: $output_temp= 'img class=thumb src=/'.str_replace('%2F', '/', urlencode($directory.$thumbnail[$i])).' alt='.$g_alttext.' '.$size[3].' /'; $output_temp= str_replace('%3F', '',$output_temp); $output.= $output_temp;

[pmwiki-users] Image width and height attributes not working within links

2008-06-19 Thread Anno
://www.mushroomvideos.com|%width=180px height=60px%http://www.mushroomvideos.com/images/BRF_tek_Part_2_thumb.jpgpf tek]] See http://www.pmwiki.org/wiki/Test/ImageAttributes for how it looks like. How do I fix it? Anno ___ pmwiki-users mailing list pmwiki-users

Re: [pmwiki-users] Image width and height attributes not working within links

2008-06-19 Thread Anno
Anno wrote: When I specify the width and height for an image, it works when the image is bare, like here: %width=180px height=60px%http://www.mushroomvideos.com/images/BRF_tek_Part_2_thumb.jpgpf tek If I use the same image within a link, the width and height specifications

Re: [pmwiki-users] custom markup: passing arguments to function

2008-06-16 Thread Anno
OK, I got it to work with my initial syntax... The prblem was that I had written end_ instead of _end And this threw the whole function off! Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki

Re: [pmwiki-users] changing page names directly in wiki.d

2008-05-23 Thread Anno
this after renaming: http://www.pmwiki.org/wiki/Cookbook/PageRegenerate Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Help this urgent

2008-05-19 Thread Anno
Seems to work now, did you find the problem? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Clean-ish URLs - how did I do it?

2008-05-10 Thread Anno
that this doesn't work in all environments, ## it depends on your webserver and PHP configuration. You might also ## want to check http://www.pmwiki.org/wiki/Cookbook/CleanUrls more ## details about this setting and other ways to create nicer-looking urls. # $EnablePathInfo = 1; Anno

Re: [pmwiki-users] Different header for different pages

2008-04-15 Thread Anno
-transparent.css' file. Just wondering if there is some proper way to accomplish this. Thank you! See http://www.pmwiki.org/wiki/PmWiki/PerGroupCustomizations the part Custom CSS styles per group or per-page. Anno ___ pmwiki-users mailing list

Re: [pmwiki-users] Barthelme Skin

2008-03-31 Thread Anno
I re-uploaded the file. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Barthelme Skin

2008-03-29 Thread Anno
How do I get the real barthelme.zip ? If everything else fails I guess you could contact the skin creator at http://www.cscheng.info/usability/?page_id=26 Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman

Re: [pmwiki-users] How to search in the mailing-list archive!

2008-03-13 Thread Anno
/ for In group enter: gmane.comp.web.wiki.pmwiki.user Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Disabling HTML on a page or a group?

2008-02-01 Thread Anno
Is there a way to disable the EnableHTML function on one page or group? Read http://www.pmwiki.org/wiki/PmWiki/PerGroupCustomizations Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Embedding php in a wiki page

2008-02-01 Thread Anno
goal is to provide some dynamic content on the web page, such as current time and date, using php functions. You don't need pgp for that read http://www.pmwiki.org/wiki/PmWiki/CustomMarkup#ftime Anno ___ pmwiki-users mailing list pmwiki-users

Re: [pmwiki-users] ImportText not working as supposed

2008-02-01 Thread Anno
Patrick R. Michaud wrote: On Wed, Jan 23, 2008 at 06:25:35PM +0100, Anno wrote: A solution would be for the ImportText script to load the local customization files depending on the group the page belongs to, since right now it only loads the local/config.php file. ImportText can't really

Re: [pmwiki-users] ImportText not working as supposed

2008-01-23 Thread Anno
. A solution would be for the ImportText script to load the local customization files depending on the group the page belongs to, since right now it only loads the local/config.php file. Thank you for looking into it Patrick! Anno ___ pmwiki-users mailing

Re: [pmwiki-users] PmWiki and Wordpress on same domain

2008-01-22 Thread Anno
Anno wrote: The WP installation is set up to use clean URLs, this means that wp tries to interpret 'mywiki' as a WP page instead of passing it through to pmwiki. Then you need to have a proper RewriteCond before the RewriteRule in the .htaccess file, read http://httpd.apache.org/docs

Re: [pmwiki-users] PmWiki and Wordpress on same domain

2008-01-22 Thread Anno
/mod_rewrite.html Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] PmWiki and Wordpress on same domain

2008-01-22 Thread Anno
Then you need to have a proper RewriteCond before the RewriteRule in the .htaccess file, read http://httpd.apache.org/docs/mod/mod_rewrite.html In particular add RewriteCond %{REQUEST_FILENAME} !-d before your RewriteRule Anno ___ pmwiki-users

Re: [pmwiki-users] PmWiki and Wordpress on same domain

2008-01-22 Thread Anno
Neil Herber (nospam) wrote: On 2008-01-22 Jan Erik Moström is rumoured to have said: So if you have done this, please tell me how I should fix this. I handled this by having each program in its own subfolder, so: http://www.example.com/wiki/ http://www.example.com/wp/ You can steer

Re: [pmwiki-users] PmWiki and Wordpress on same domain

2008-01-22 Thread Anno
Jan Erik Moström wrote: Hi, I would like to ask if anyone have any experience of setting up pmwiki in a subfolder of a wordpress site? I'm trying to do this and have run into a small problem: the WP installation is accessed directly, that is http://www.example.com, now I would like to

Re: [pmwiki-users] PmWiki and Spam

2008-01-15 Thread Anno
Patrick R. Michaud wrote: use the same text text as summary and id. What if the resulting block message said summary and author name cannot be identical? Please Patrick, do something, and do it now! Look at the recent changes, your site is going to shit Anno

Re: [pmwiki-users] Line chars converted

2008-01-15 Thread Anno
I have utf-8 enabled at my site, and it works better: http://www.fungifun.org/WikiSandbox See http://www.pmwiki.org/wiki/PmWiki/UTF-8 Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] ImportText not working as supposed

2008-01-15 Thread Anno
Patrick, have you had a chance to take a look at this problem? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Programs should be allowed to edit pages (Was: PmWiki and Spam)

2008-01-13 Thread Anno
captcha that starts a session is the best solution for pmwiki.org. This way you have to supply the password only once per editing session, and it is much less nuisance than having some script deface the site each and every day for the last few week. Anno

Re: [pmwiki-users] PmWiki and Spam

2008-01-12 Thread Anno
to work, we can still go for a captcha. But SOMETHING must be done. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] PmWiki and Spam

2008-01-12 Thread Anno
Don't know if anyone noticed, but the author and Summary are always identical with these botshow about if we blocked posts where this is the case? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman

Re: [pmwiki-users] Your bug fix for $EnablePageListProtect

2008-01-11 Thread Anno
as I said, I haven't the time for changing the whole version. In this case you might want to try and replace the scripts/pagelist.php with the latest beta version and see how it goes. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] ImportText not working as supposed

2008-01-09 Thread Anno
than that, I can't find why the script isn't working as it should. Patrick, can you please help? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] PmWiki and Spam

2008-01-09 Thread Anno
Have you tried adding terms to Site.Blocklist? Yes, and it does nothing really, as this seems to be a bot distributed on several computer. A captcha to start a session is a solution. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] PmWiki and Spam

2008-01-08 Thread Anno
I'd also like to suggest that perhaps we should bow to the inevitable an implement a captcha, or a more effective way of stopping spam. I concur, something needs to be done. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] Installation - newbie question

2008-01-08 Thread Anno
I cannot edit any pages. I do not see anything in the documentation to help. Is there any error message? Try to install the latest beta version http://pmwiki.org/pub/pmwiki/pmwiki-2.2.0-beta65.zip and see if this works. Anno ___ pmwiki-users

[pmwiki-users] ImportText not working as supposed

2008-01-06 Thread Anno
such a page via the ImportText, then the above doesn't happen. How do I make the import truly behave as a manual edit? I have attached 2 file contents, one generated manually, one via the ImportText recipe. Anno version=pmwiki-2.2.0-beta62 ordered=1 urlencoded=1 agent=Mozilla/5.0 (Windows; U; Windows

Re: [pmwiki-users] Amazon Associates Links

2007-12-05 Thread Anno
I end up with some javascript to paste into a page to get a nice image of the book, pricing, etc. Can you post a javascript example here? It should be fairly easy to do this so that you end up with a markup like this (:amazon ISBN_number:). Anno

Re: [pmwiki-users] New Skin: GlossyHue

2007-11-27 Thread Anno
Nice skin! In the header it says Edit Site.GlossyHue-SiteFooter to change the header. Is this correct? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Spam bots on PmWiki.org

2007-10-14 Thread Anno
to be a session based captcha of some sort, this is starting to get annoying. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Problem with linking to non existent pages with the [[some page|+]] syntax

2007-10-11 Thread Anno
I submitted a PITS entry on this one. http://www.pmwiki.com/wiki/PITS/00990 ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

[pmwiki-users] Problem with linking to non existent pages with the [[some page|+]] syntax

2007-10-04 Thread Anno
in the first case) both times? Regards, Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Mirroring

2007-09-23 Thread Anno
. http://at2.php.net/include_once Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] allow apostrophe in $WikiTitle?

2007-06-27 Thread Anno
: $WikiTitle = 'My Site#039;s Name Here'; Oh, ah! Here I was looking for a programming-type work-around. duh. Thank you! Probably also $WikiTitle = My Site's Name Here; Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

Re: [pmwiki-users] pmwiki.php page not found - newbie having challenges

2007-06-12 Thread Anno
http://www.beautifulprofit.com/pmwiki.php works for me though. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] options in links and images

2007-06-11 Thread Anno
Ian MacGregor wrote: I usually include title and alt options in a tags when writing html. This helps the reader with a little more information than just a link: See http://www.pmwiki.org/wiki/PmWiki/Images#captions Anno ___ pmwiki-users mailing

Re: [pmwiki-users] neverending registration question

2007-06-08 Thread Anno
? A workaround would be to install the simplemachines forum and then use this recipe: http://www.pmwiki.org/wiki/Cookbook/SimplemachinesIntegration Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki

Re: [pmwiki-users] HTF-8

2007-06-06 Thread Anno
Sime Suljic wrote: Hi! I put in my config.php include_once($FarmD.'/scripts/xlpage-utf-8.php'); and now I have Character encoding Unicode UTF-8 in my browser. I see specials Croatian character correct in body of page, but not in title/header:

Re: [pmwiki-users] parsing links problem

2007-06-04 Thread Anno
Patrick R. Michaud wrote: On Sun, Jun 03, 2007 at 10:19:31AM +0200, Anno wrote: If you type this in the wiki sandbox on pmwiki.org test[[PmWiki/Text Formatting Rules]]test it is not converted correctly, I think. Still the case. It looks correct to me -- see http://www.pmwiki.org/wiki

Re: [pmwiki-users] parsing links problem

2007-06-03 Thread Anno
If you type this in the wiki sandbox on pmwiki.org test[[PmWiki/Text Formatting Rules]]test it is not converted correctly, I think. Anno Still the case. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com

[pmwiki-users] parsing links problem

2007-06-01 Thread Anno
If you type this in the wiki sandbox on pmwiki.org test[[PmWiki/Text Formatting Rules]]test it is not converted correctly, I think. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] PHP 4.4.7 compatibility

2007-05-31 Thread Anno
Shall I try an update to 2.1.27 or to 2.2.beta52? Or is it simply lost time for both? Or do something else? I would make a backup of the current installation, and then try the newest beta version. ___ pmwiki-users mailing list

Re: [pmwiki-users] PHP 4.4.7 compatibility

2007-05-31 Thread Anno
Just out of curiosity, if you insert this into the config.php file $TableRowIndexMax = 1; does it work then? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] cleared every fifteen minutes

2007-05-30 Thread Anno
* can this be achieved a an administrator directive for the people using pmwiki on shared sites where they have only ftp access? (on my own server, a cron job can do) See http://www.pmwiki.org/wiki/Cookbook/AutoRestore Anno ___ pmwiki-users

Re: [pmwiki-users] wrong page I can't delete

2007-05-30 Thread Anno
for instance. Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] translation portal

2007-05-29 Thread Anno
The menu Search is written in the french wiki Rechercher, but the real wiki page is PmWikiFr.Recherche (without the trainling r). This is not consistent. May I change the XLpage for Recherche? will this change the wiki page? No, it won't. If I create a Recherche page, will it be still

Re: [pmwiki-users] PageList of all groups?

2007-05-19 Thread Anno
The #group template is already in Site.PageListTemplates, there should be no need to add it anywhere extra. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Urgent: $DefaultPage stopped working ??

2007-05-18 Thread Anno
$DefaultPage =HAP.SevaWikiHome; should work. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Creating a link to launch an external program.

2007-05-15 Thread Anno
[EMAIL PROTECTED] wrote: Hello All, I#8217;ve searched the FAQ and the Cookbook for PmWiki but was unable to find any way to create a link to launch an external program. Something like launching a telnet session or an SSH session by clicking a link on a PmWiki page. Anyone know how to do

Re: [pmwiki-users] make pmwiki the site default

2007-05-14 Thread Anno
jdd wrote: Hello :-) I can't make this part of the FAQ works: How do I make pmwiki.php the default page for a website? probably because I don't know what to do here: Note: You must also update the $PubDirUrl variable located in local/config.php when using index.php in the main site

Re: [pmwiki-users] changing home page title

2007-05-11 Thread Anno
but I would like to don't have the main/ HOME PAGE there (just remove it) Place (:notitle:) at top of the page. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] authorization for pages which match a pattern

2007-05-04 Thread Anno
Something like this in the config.php: if (preg_match('/-Discuss/',$pagename)) $DefaultPasswords['edit'] = '*'; ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Format of Recent Changes Notify email

2007-04-28 Thread Anno
Take a look at scripts/notify, perhaps the $NotifyBodyFmt variable is what you should change. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Site.ModifsDuGroupe

2007-04-08 Thread Anno
The recent change link I add myself on the sidebar works, but the group changements récents on top of the page don't. What did I miss? The link should go to Main.RecentChanges . ___ pmwiki-users mailing list pmwiki-users@pmichaud.com

Re: [pmwiki-users] creating a new home page

2007-04-03 Thread Anno
I just installed PmWiki for a class (http://www.stanford.edu/group/commwiki/cgi-bin/wiki/index.php) and I'd like to make the home page point to a different page. In other words, I'd like index.php point to a page title of my choice not Home Page. This is the first time that I am using

[pmwiki-users] pagelist sorted by title not working

2007-03-27 Thread Anno
that should do the formatting: fmt=#title A simple bullet list of page titles. [[#title]] (:template defaults order=title:) * [[{=$FullName}|+]] [[#titleend]] Any idea? Anno ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http

Re: [pmwiki-users] pagelist sorted by title not working

2007-03-27 Thread Anno
Btw, it doesn't work on pmwiki.org either, seems to be a bug. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] make table in pmwiki

2007-03-27 Thread Anno
See http://www.pmwiki.org/wiki/PmWiki/Tables and http://www.pmwiki.org/wiki/PmWiki/TableDirectives ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] how to embed video from teachertube

2007-03-26 Thread Anno
I added the teachertube recipe here: http://www.pmwiki.org/wiki/Cookbook/Flash#youtube ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Importing Pages?

2007-03-24 Thread Anno
See http://www.pmwiki.org/wiki/Cookbook/EditTemplates ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Guiedit

2007-03-13 Thread Anno
$GUIButtons ['Youtube'] = array(622, '(:youtube ', '', '$[??LetterString??]:)', '$GUIButtonDirUrlFmt/youtube.gif$[youtube ??LetterString??]'); I think you got the syntax wrong. Compare yours with bold: array(110, ''', ''', '$[Strong]',

Re: [pmwiki-users] Problem with CR/LF (or auto-BR)

2007-03-13 Thread Anno
special (invisible) characters seem to be put in the new article. What is cause for your problem is a space at the beginning of the line. This causes the line to not break, which is how it is designed to work. So, you have to get rid of the spaces at the beginning of the lines if you don't

Re: [pmwiki-users] Gallery2 con't

2007-02-21 Thread Anno
Mark Trumpold wrote: Basicly you paste the code from the imageblock module admin page into your other page eg: ?php @readfile('http://example.com/gallery2/main.php?g2_view=imageblock.External; g2_blocks=randomImageg2_show=title'); ? Is the other page php? You can do it by using this

Re: [pmwiki-users] Keeping recipes up to date

2007-02-15 Thread Anno
However, the recipeupdates.php script requires that PHP be configured to allow url fopens, and many web hosting providers have this capability turned off as a security precaution. You could circumvent this by incorporating something like this: http://www.bitfolge.de/befopen-en.html

Re: [pmwiki-users] How Many pages?

2007-01-31 Thread Anno
Several thousand. ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] web hosting questions / offtopic

2007-01-28 Thread Anno
About a year back I did quite a bit of research into various ISP's and settled on BlueHost primarily because it seemed to have first rate customer support. I am also using www.bluehost.com, in as well as www.topclasshost.com . ___ pmwiki-users

Re: [pmwiki-users] Finding the jpg links...

2007-01-19 Thread Anno
Are the filenames of the images (case and all) completely identical on the linux system? ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users