Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rsx_plugins_table, rsx_plugins_list
It’s a small change. The weekend was busy. I’ll should be able to post something tonight. update: done.
Last edited by ramanan (2006-05-30 03:34:49)
Offline
Re: rsx_plugins_table, rsx_plugins_list
Thanks for the update. Preesh-E-8-it.
Offline
Re: rsx_plugins_table, rsx_plugins_list
No problem. I was worried no one noticed. Hah.
Offline
Re: rsx_plugins_table, rsx_plugins_list
This plugin is pretty great, is there a way to alphabetize the output?
Offline
#20 2008-03-11 11:36:23
- Ruhh
- Member

- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: rsx_plugins_table, rsx_plugins_list
Is there a way you can modify the plugin so it will have an attribute with true or false on showing descriptions? I do not want the list to have descriptions so I would like to get rid of them by using an attribute in the tag.
<txp:Ruhh />
Offline
Re: rsx_plugins_table, rsx_plugins_list
You can now decide not to show the description field in the list or table by using the show_description parameter.
Offline
#22 2008-04-06 22:35:42
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_plugins_table, rsx_plugins_list
Thank you, it makes the list a little bit shorter ;) Of course the output is a definition list without dds. The page validates, but is that semantically correct?
Last edited by els (2008-04-06 22:36:06)
Offline
Re: rsx_plugins_table, rsx_plugins_list
Yeah, really it should turn the list to a ul if there is nothing in the definition field. It was just fewer changes to do things this way.
Offline
#24 2008-04-07 19:23:51
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_plugins_table, rsx_plugins_list
Never mind, I can edit the plugin code.
I’m also trying to figure out how to edit the code to be able to sort the list alphabetically, so I won’t need to ask you… I’m sure I’ll find out how to do it eventually, so no need to consider this as a feature request :)
Thanks again, I had not expected that you were still maintaining this plugin.
Offline
#25 2008-04-07 19:51:51
- Ruhh
- Member

- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: rsx_plugins_table, rsx_plugins_list
Els? You can do that?
I would love to have that.
Any way I can have the modified plugin with the list being sorted alphabetically?
<txp:Ruhh />
Offline
#26 2008-04-07 19:56:05
- els
- Moderator

- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: rsx_plugins_table, rsx_plugins_list
Sure, when and if I find out how to do it, I will post here :)
Well, though I usually enjoy messing up code, there is no need to re-invent the wheel because I just found another one that does exactly what we need: ras_plugin_credits :) (Sorry, Ramanan)
Last edited by els (2008-04-07 20:11:17)
Offline
Re: rsx_plugins_table, rsx_plugins_list
Ramanan,
I like the def list output, personally. In fact, I was hoping you could make it so each plugin is output like follows to break the individual facts out a bit…
<dt>rsx_plugins_list</dt>
<dd>description</dd>
<dd><a href="">author</a></dd>
<dd>active/inactive</dd>
And if they sorted alphabetically by plugin name, that would be cool too.
cheers!
Last edited by Destry (2008-11-11 20:34:18)
Offline
Re: rsx_plugins_table, rsx_plugins_list
I hardly check this forum now. I think making those changes to the plugin list shouldn’t be too much work.
Offline
Re: rsx_plugins_table, rsx_plugins_list
That would be cool. I can’t think how I would want to change it further so there would be no need to bother you again. I tried making the changes myself, but I kept breaking it. (Me and my genius php.)
Offline