Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
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
Re: Links directory
Do you mean like this
If not, be more explicit. Give an example. :)
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
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
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
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
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
Offline
Re: Links directory
Hi maniqui!
Thanks for a wonderful solution, that’s what I need exactly!
Offline
Pages: 1