Thursday, April 12, 2007, 2:25:57 PM, Patrick wrote: > Your pattern probably needs to be
> /^#foxbegin/me > Without a /m flag, the ^ means "beginning of string", not > "beginning of line". The beginning of line is not important. I tried the /m flag anyway, and it did not work. The markup was meant as a variation of your breakpage markup, trying to catch #foxbegin (the start of each fox post), break the page with it, and then display a number of posts according to a $PostsPerPage variable. Hans _______________________________________________ pmwiki-devel mailing list [EMAIL PROTECTED] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
