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 Tuesday, February 08 2011 @ 09:19 AM EST
- A better autotags plugin, with 3 variables instead of 2, and a easy way tot use php in the autotags.
I will be releasing an updated autotags plugin that supports the new features of Geeklog 1.8.0 when it is released. If I have time I will look into adding your feature requests to the new version.
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 }
The following comments are owned by whomever posted them. This site is not responsible for what they say.
I will be releasing an updated autotags plugin that supports the new features of Geeklog 1.8.0 when it is released. If I have time I will look into adding your feature requests to the new version.
Dutch Geeklog sites about camping/hiking:
www.kampeerzaken.nl | www.campersite.nl | www.caravans.nl | www.caravans.net
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 }