I'm trying to get Template:Time_ago working on my wiki. But it doesn't insert a time. As far as I can tell I need to do something to turn on parser functions.
How should I approach this to figure out what's broken and, hence, what to fix?
Thanks.
On Sun, Mar 3, 2013 at 4:36 PM, Steve VanSlyck s.vanslyck@spamcop.net wrote:
I'm trying to get Template:Time_ago working on my wiki. But it doesn't insert a time. As far as I can tell I need to do something to turn on parser functions.
How should I approach this to figure out what's broken and, hence, what to fix?
http://www.mediawiki.org/wiki/Extension:ParserFunctions
-- brion
I do have
require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" ); $wgPFEnableStringFunctions = true;
but.... the timeago isn't inserting a time
On 3/3/2013 19.39, Brion Vibber wrote:
On Sun, Mar 3, 2013 at 4:36 PM, Steve VanSlyck s.vanslyck@spamcop.net wrote:
I'm trying to get Template:Time_ago working on my wiki. But it doesn't insert a time. As far as I can tell I need to do something to turn on parser functions.
How should I approach this to figure out what's broken and, hence, what to fix?
http://www.mediawiki.org/wiki/Extension:ParserFunctions
-- brion
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Problem solved. Thanks to all.
On 3/12/2013 20.26, Steve VanSlyck wrote:
I do have
require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" ); $wgPFEnableStringFunctions = true;
but.... the timeago isn't inserting a time
On 3/3/2013 19.39, Brion Vibber wrote:
mediawiki-l@lists.wikimedia.org