Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-11-11 20:10:30

whick
Member
Registered: 2006-07-08
Posts: 12

[request] Lists plugin

Would it be possible to make a plugin where you can manage lists in like “this“http://www.navidazimi.com/projects/wp-lists/ wordpress one.

Thanks

Offline

#2 2006-11-12 07:45:29

variaas
Plugin Author
From: Chicago
Registered: 2005-01-16
Posts: 402
Website

Re: [request] Lists plugin

As a built-in solution, you can just create a form for each list and then output the form on any page. This gives you that central management.

Offline

#3 2006-11-12 22:05:28

whick
Member
Registered: 2006-07-08
Posts: 12

Re: [request] Lists plugin

That’s possible but not the solution I would really like to see :D, If you do it by forms you have to manually add list items, with a solution like the wordpress plugin you can output them in any kind of way just by changing a single form.

Offline

#4 2006-11-13 08:11:52

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: [request] Lists plugin

What kind of links would you like the list to include? external links? smae category ones? …


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#5 2006-11-13 13:33:40

whick
Member
Registered: 2006-07-08
Posts: 12

Re: [request] Lists plugin

Just random lists.
for example; your bookmarks, and your to-do’s.
That you can just choose if it should have links with it or not. and that kind of options. hope you understand what I mean

Offline

#6 2006-11-13 17:45:08

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: [request] Lists plugin

You can have your ‘bookmarks’ (meaning the links you add in the “Links tab”) in a list with txp as is. All you need is to go to the ‘links’ form and add <li><txp:link /></li> and then call that form in your template <txp:linklist form="Links" category="the_Links_category" sort="rand()" wraptag="ul" labeltag="links" />. More about the linklist tag

Last edited by colak (2006-11-13 17:45:33)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#7 2006-11-13 17:59:28

whick
Member
Registered: 2006-07-08
Posts: 12

Re: [request] Lists plugin

yes, I know that but can I output lists from the links tab as list without links?

Offline

#8 2006-11-13 18:11:25

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: [request] Lists plugin

You can if you use the decription box. ie create another “links form” name it “linkdesc” and add <li><txp:link_description /></li> then call the form in your template <txp:linklist form="linkdesc" category="the_Links_category" sort="rand()" wraptag="ul" labeltag="Links" />

I hope this is more to what you are looking for?

Last edited by colak (2006-11-13 18:11:52)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#9 2006-11-13 18:17:55

whick
Member
Registered: 2006-07-08
Posts: 12

Re: [request] Lists plugin

Thanks! i’ll give it a try

Offline

Board footer

Powered by FluxBB