Topics

User Functions

Events

There are no upcoming events

What's New

Stories

No new stories

Comments last 2 weeks

No new comments

Trackbacks last 2 weeks

No new trackback comments

Links last 2 weeks

No recent new links

NEW FILES last 14 days

No new files

Welcome to Geeklog Thursday, May 23 2013 @ 05:24 AM EDT

The following comments are owned by whomever posted them. This site is not responsible for what they say.

  • GSoC 2011 - Call for ideas
  • Authored by:Laugh on Wednesday, February 09 2011 @ 08:32 AM EST
Thanks but I have done just a few maintenance releases. Joe Mucchiello is the original author.
  • GSoC 2011 - Call for ideas
  • Authored by:jmucchiello on Wednesday, February 09 2011 @ 11:54 PM EST
Re: Autotags
I wouldn't bother making it "3 parameters". Just add a function to parse the p0 text. So the user could do this in an autotag:

[ tag:abc key1:value1 key2:value2 key3:v3 etc ]

The function AUTOTAG_ParseTag() where you pass the $p0 parameter from the autotag plugin and it returns an array { 0=>abc, key1=> value1, key2=>value2, etc }