Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-03-12 22:10:46
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline
Re: Creating Plugins
ied_plugin_composer – create, export, import, publish your plugin (discussion)
Last edited by Inspired (2006-03-18 16:17:33)
Plugin Composer — admin plugin to write your own plugins
Offline
Offline
Re: Creating Plugins
Thanks, variaas, actually the post was there, I added the link above.
Plugin Composer — admin plugin to write your own plugins
Offline
#17 2006-05-19 02:32:51
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: Creating Plugins
This is for plugin devs too…
A textile enabled plugin help section viewer that has reduced my work-flow preparing the help sections for plugins.
— Steve
Offline
#18 2006-06-21 12:51:13
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: Creating Plugins
Something else for plugin writers (relative newbies at least!)
A modified template compiler that adds admin-side sanity check and a textile-free CSS section for the help documentation.
Last edited by net-carver (2006-06-21 13:13:45)
— Steve
Offline
Re: Creating Plugins
Just thought that I should let everyone know about this one.
I’ve been keeping a fairly up to date (with the latest svn revision) copy of the phpxref site hosted on my own server. You all can find it here
I try to keep it up to date with svn, give or take a day or so. But generally speaking, it’s pretty up to date with svn.
Have fun.
Offline
Re: Creating Plugins
akokskis,
The stable version is here, I’ve tweaked it a bit.
In the sample_header.html, add this to the top:
<td colspan="3" align="center">
[ <a href="__RELROOT__index.html">Index</a> ]
[ <a href="__RELROOT___classes/index.html.gz">Classes</a> ]
[ <a href="__RELROOT___functions/index.html.gz">Functions</a> ]
[ <a href="__RELROOT___variables/index.html.gz">Variables</a> ]
[ <a href="__RELROOT___constants/index.html.gz">Constants</a> ]
</td>
One click away from the important things ;)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#21 2007-08-27 02:07:39
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Creating Plugins
Actually, enabling the gz paramater in the phphref config file will not generate a usable output from the perl script in Safari.
May be a bug with either Safari or phphref.
Fortunately it isn’t needed anyway, since the codebase is slim enough, to have a usable local copy with text option enabled.
BTW, there is this also.
regards, marios
Last edited by marios (2007-08-30 09:09:29)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#22 2008-02-18 03:21:58
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: Creating Plugins
I thought, it would be a good Idea, to have a Live Version of the latest stable release (4.0.6) as of now:
regards
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: Creating Plugins
The link in the head post of this thread should now point to Extending Textpattern. Someone might also follow up with comparing the references there with those mentioned in this thread to ensure nothing is missing. (I don’t have time.) And, you know, it’s a wiki, so feel free to re-word things so they make sense to the developer-minded.
Last edited by Destry (2008-11-03 15:08:20)
Offline
#24 2009-01-01 01:17:54
- hanesmc
- New Member
- Registered: 2009-01-01
- Posts: 1
Re: Creating Plugins
I’m new to PHP and was wondering what is the most appropriate way to use third party libraries from within a textpattern plugin? Where should the library be sourced, outside or inside of the textpattern installation directory and how should it be included?
Thanks
Offline