Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [deprecated] rah_plugin_download
Really, really, really minor update. Version 0.5.3 changelog:
- Renamed function
rah_plugin_textile()
torah_plugin_download_textile()
for future plans, and to keep the function names similiar.
Last edited by Gocom (2009-04-20 15:09:14)
Offline
Re: [deprecated] rah_plugin_download
Gocom wrote:
for future plans
Do those ‘future plans’ involve a download counter? ;-)
Last edited by Bloke (2009-04-21 09:08:23)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: [deprecated] rah_plugin_download
Let me try to post again:
Why plugin cannot build list of all allowed plugins like, for example, <txp:category_list />
does? It would be very usefull. With attr exclude :)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: [deprecated] rah_plugin_download
the_ghost wrote:
Let me try to post again:
Why plugin cannot build list of all allowed plugins like, for example,
<txp:category_list />
does? It would be very usefull. With attr exclude :)
Because this is a downloader plugin. It’s only function is and will always be generating plugin files and represent downloads. But…
…because I’m feeling santa, I could flash some upcoming tits… My other project, rah_plugin, not yet released, allows you to turn plugin data into articles, from lists to paginations and individual views. rah_plugin is also the reason for the function renaming.
Last edited by Gocom (2009-04-21 18:13:39)
Offline
Re: [deprecated] rah_plugin_download
Gocom wrote:
…because I’m feeling santa, I could flash some upcoming tits…
LOL! rah_plugin sounds good, as does _download – will use when I do my site in TXP (soonish).
Offline
Re: [deprecated] rah_plugin_download
Released version 0.6. Changelog:
- Added download counter and a statistics viewer.
I love screenies like kid loves candy. v0.6 is something like flowers, cows, coffee-cows, and…
Seems that Bloke’s “request” came true ;)
Last edited by Gocom (2009-04-23 05:15:23)
Offline
Re: [deprecated] rah_plugin_download
Gocom wrote:
Added download counter and a statistics viewer.
Oh you are Da Man :-)
Wicked stuff Gocom, thanks.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: [deprecated] rah_plugin_download
Any way to display the download count in an article context? Something like <txp:rah_plugin_download_count name="xxx_myplugin" />
outputing 55
?
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Offline
Re: [deprecated] rah_plugin_download
New rah_plugin_download version 0.7 released. Changelog:
- Added ability to output download count with tags. See
<txp:rah_plugin_download />
and type attribute’s count option. - Added attribute
version
for the download count. - Now
rah_plugin_download_textile()
defaults to unset.
Last edited by Gocom (2009-07-02 20:22:24)
Offline
Re: [deprecated] rah_plugin_download
Just realized rah_plugin_download
was not picking up the flags
column added in Txp 4.2.0. Hacked my own installation to add this; perhaps this could be included in the official version?
(I just copied and modified the load_order
line from rah_plugin_download()
, to get this:
@$plugin['flags'] = fetch('flags','txp_plugin','name',$name);
seems to work)
Code is topiary
Offline
Offline