Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
smd_calendar help
So I have this code inside my archives page
<txp:if_category> <h1><span style=“font-size:16px”>Все Статьи Категории</span> <txp:category title=“1” /></h1> <txp:article form=“article_listing” limit=“5” /> <txp:else /> <txp:if_article_list><h1><txp:section title=“1” /> <span style=“font-size:16px”>из всех категорий</span></h1></txp:if_article_list> </txp:if_category>If category then write All all articles from category FISH.
If article then write ………….
Basically, I installed SMD_CALENDAR and have a big editorial calendar on front page. When user clicks on a date he is taken to archives page and it displays All articles from all categories (text), and I want it to say All articles from date #.
How to achieve that?
Offline
#2 2013-03-29 11:50:39
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: smd_calendar help
It’s better if you post your question in the plugin thread.
Offline
Re: smd_calendar help
sochicomputerRU wrote:
Basically, I installed SMD_CALENDAR and have a big editorial calendar on front page. When user clicks on a date he is taken to archives page and it displays All articles from all categories (text), and I want it to say All articles from date
Can you post your smd_calendar tag please, along with any related forms? The behaviour of the calendar depends heavily on the attributes you supply to the calendar tag itself and which ‘size’ calendar you have chosen. Also, the content of Forms that you may have chosen to customize each cell may affect what you see when you click the content in the cells.
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
Pages: 1