Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-05-30 10:14:07
- boudewijn
- New Member
- Registered: 2006-05-29
- Posts: 4
Re: Widescreen, a photoblog template
Hi James,
Thanks for your quick reply. My sections match to those of the screenshot.
The ZIP I used was: textpattern-4.0.3. I installed twice the forms, pages and sections and the result was the same (no filter archive by tags).
My site is available at: www.geerink.com
Again, thanks in advance.
Boudewijn
Last edited by boudewijn (2006-05-30 10:17:00)
Offline
Re: Widescreen, a photoblog template
That is weird. It looks like the whole form “taglinks” isn’t ouptutting on the archive page. When you check it out through the admin interface, does that form have an h3 followed by the tru_tags call in it? Is it set to type “misc”?
When you go to edit the archive page (presentation > pages), do you see this about halfway down?
<txp:output_form form="taglinks" />
It should appear just after <div id="info">
James
Offline
#15 2006-05-30 12:45:27
- boudewijn
- New Member
- Registered: 2006-05-29
- Posts: 4
Re: Widescreen, a photoblog template
Hi James,
Gotcha.
I did not create the taglinks form. The corresponding file was not depicted as a textfile (unknown file format), so I did not recognize the file as a form. The same counts for textilehelp.
Thanks for your support.
Is there yet any solution for the scrolling comment box in Firefox?
Boudewijn, from a cloudy and rainy Holland.
Last edited by boudewijn (2006-05-30 12:45:48)
Offline
Re: Widescreen, a photoblog template
Glad you sorted that out. I’ll try to fix the filetypes for the next version.
The fixed-position comment box is a feature, not a bug :-). See the widescreen page for more information.
If you actually want the IE behavior for all browsers, you could alter the appropriate line in widescreen.css. Find #commentinput
and delete or comment out position:fixed;
.
James
Offline
#17 2006-06-01 12:24:07
- loni
- New Member
- Registered: 2006-06-01
- Posts: 3
Re: Widescreen, a photoblog template
http://derliebeloni.mine.nu/reloaded/1/3/
posting a single pic works but the archive brings me a 404 error. klicking on the tags also works.
its a fresh install of TP and WS.
who can help.
thx
Offline
Re: Widescreen, a photoblog template
Loni —
I think I figured it out. The navigation form I wrote assumes you are using clean URLs. In other words, even if they are set to messy, the archive link will be outputted as yoursite.com/archive/ instead of yoursite.com/index.php?s=archive. This is a big goof on my part.
Go into the presentation > forms > header-nav and change
<li id="n-archive"><a href="<txp:site_url />" title="Browse the archive of thumbnails">Archive</a></li>
to
<li id="n-archive"><txp:section link="1" title="1" name="archive" /></li>
I’ll put this on the list to fix in Widescreen 1.0.
Last edited by jmuspratt (2006-06-01 13:22:52)
Offline
#19 2006-06-01 13:46:11
- loni
- New Member
- Registered: 2006-06-01
- Posts: 3
Re: Widescreen, a photoblog template
http://derliebeloni.mine.nu/reloaded/1/3/
works, thx – but changes the layout.
last problem(s) : live search. pressing enter also brings a 404.
and:
comparing the comment setcion of the demo and on my site – it looks different, very different. when the input fields are active, the comments are under the input mask, not next to it.
any idea ?
thx
Offline
Re: Widescreen, a photoblog template
Loni, I think you deleted an extra line. You need a </ul>
before <!-- end current-archive -->
Offline
#21 2006-06-01 14:09:41
- loni
- New Member
- Registered: 2006-06-01
- Posts: 3
Re: Widescreen, a photoblog template
omg.. ok. yes. my fault.
Offline
Re: Widescreen, a photoblog template
Fraccozzo, you can add new authors in Textpattern via admin > site preferences. You could then add the <txp:author />
tag to the default form’s “published” paragraph to show whose photograph it is. There’s more about author-related tags in Textbook.
I’m not sure what you’re asking in your first question. If you mean, “Do I have to upload an image, figure out its ID number, enter it into the custom field, etc. every time I want to post a photo”, then I’m afraid the answer is yes. At least until Textpattern’s core image handling changes.
Good luck!
Offline
#23 2006-06-17 06:52:09
- magicRob
- Member
- Registered: 2005-12-26
- Posts: 14
Re: Widescreen, a photoblog template
Having some issues with the archive pages.
http://www.rovingrob.com/archive
Seems like textpattern is pushing out some dodgy SQL…
select ID, Posted from `textpattern` where 1=1 Section = ‘archive’and Status=4 and Posted < now() order by Posted desc limit 1
Not sure how the hell it’s doing that, no can i find out why… what am i missing? This is on a fresh install of TP + widescreen 0.9
Last edited by magicRob (2006-06-17 06:52:36)
Offline