Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#121 2008-02-25 16:09:18
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
iblastoff wrote:
add_privs('upm_date_archive', '1,2');
Cryptic. I guess you mean I don’t have access privs, but I’m logged in as Publisher…
Offline
#122 2008-02-25 16:20:27
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Cryptic. I guess you mean I don’t have access privs, but I’m logged in as Publisher…
You have to edit the plugin’s code ;)
Look for lines that say something similiar to:
add_privs('blaaa', '1,2');
register_tab('extensions', 'blaablaa', 'blaablaa');
register_callback('blaal', 'blaa');
So that there is that add_privs before those register tab / register_callback.
Last edited by Gocom (2008-02-25 16:23:00)
Offline
#123 2008-02-25 16:23:26
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Gocom wrote:
You have to edit the plugin’s code ;)
I see :P
But why isn’t it enabled by default?
Last edited by milkshake (2008-02-25 16:23:56)
Offline
#124 2008-02-25 16:43:48
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
sorry. figured you’d have at least read the 4.0.6 release notes
Offline
#125 2008-02-25 17:23:25
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
iblastoff wrote:
sorry. figured you’d have at least read the 4.0.6 release notes
milkshake: eats humble pie
Offline
#126 2008-02-25 17:59:48
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
It also seems txp is not correctly recognising the section from the clean urls the plugin generates (messy is OK).
There are four conditionals checking for the current section (“News”) in my example:
- Output the current section in the page <title> – not working
- Give the <body> an id of “news” – not working
- Output an RSS link in the <head> – working
- Give the News link in the top nav a class of “active” – not working
Is this a bug?
Last edited by milkshake (2008-02-25 18:02:18)
Offline
#127 2008-02-26 21:17:38
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
Hello,
I have a question.
For a site i need that the years and the months are displayed on a vertikal way and if someone chooses a month , he/she sees all the articles on that month.
Only there is one problem. Some months have a lot of articles so i need pagination then. Some months can have 3 articles , some 1 article a page.
Can this plugin helpfull for me ?
Roelof
Offline
#128 2008-02-26 21:46:13
Offline
#129 2008-02-27 02:29:13
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
The 4.0.6 update actually points out a mistake in the code rather than an omission (for some reason, I was giving permission to a function rather than a tab…). I’ll post an update shortly.
milkshake: I’ll look into that.
Offline
#130 2008-02-27 03:35:39
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
New version available
Last edited by Mary (2013-01-24 17:26:08)
Offline
#131 2008-02-27 07:49:52
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
hello,
Thank you for your help.
But I have several problem.
1) I want to see the articles like this way : http://www.tamarawobben.nl/index.php?id=18 and it looks now like this : http://textpattern.tamarawobben.nl
2) I like to have the same homepage as http://www.tamarawobben.nl and on the other pages like this : http://www.tamarawobben.nl/index.php?id=18.
3) I have to put a contact page and a guestbook in the menu.
Can this be done and how ?
Regards,
Roelof
Offline
#132 2008-02-27 10:48:09
Re: [plugin] [ORPHAN] upm_date_archive: Date archive listings
@Mary – new version has fixed my problem, thank you :)
@roelof – maybe try asking over in How Do I…?
Last edited by milkshake (2008-02-27 10:48:34)
Offline