Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » Archives
  3. » Links directory

#1 2005-12-12 03:40:05

ekutsenko
Member
From: Ukraine
Registered: 2005-08-16
Posts: 11
Website

Links directory

Tell me please, is there any way to create categorized links directory with textpattern?

P.S.: I think such theme should be already discussed but still couldn’t find it :(((

Offline

#2 2005-12-12 04:03:08

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: Links directory

Do you mean like this

If not, be more explicit. Give an example. :)


Offline

#3 2005-12-12 04:33:16

ekutsenko
Member
From: Ukraine
Registered: 2005-08-16
Posts: 11
Website

Re: Links directory

Not exactly, ma_smith.

What I need – this is page with links categories. After clicking on the category name I should see all links included in this category.

It should be something like Yahoo Directory, but I don’t need nested categories.

Offline

#4 2005-12-12 04:48:03

squaredeye
Member
From: Greenville, SC
Registered: 2005-07-31
Posts: 1,495
Website

Re: Links directory

ekutsenko,
I would suggest doing something like this then:

<code>
<txp:if_category name=“links-one”>
<txp:linklist category=“links-for-links-one” />
</txp:if_category>

<txp:if_category name=“links-two”>
<txp:linklist category=“links-for-links-two” />
</txp:if_category>
</code>

etc…

You would need to make an article category to use the if_category tag,
and then you would need to develop your link categories to display.

Make sense.

Unfortunately, there is no < txp:if_link_category /> tag.

Matthew


Offline

#5 2005-12-12 16:39:09

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: Links directory

hi ekutsenko

You can use rss_linkcat_list plug-in boiled with mem_glinklist plug-in .

You could create something like the “Filter By Category” box in wilshire’s site link section


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#6 2005-12-13 07:07:42

ekutsenko
Member
From: Ukraine
Registered: 2005-08-16
Posts: 11
Website

Re: Links directory

Hi maniqui!

Thanks for a wonderful solution, that’s what I need exactly!

Offline

  1. Index
  2. » Archives
  3. » Links directory

Board footer

Powered by FluxBB