Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-01-24 06:51:58

tamaradulva
New Member
From: USA
Registered: 2005-04-05
Posts: 5
Website

cartophobic -- a photolog

I have designed my second Web site completely out of Textpattern. It is called cartophobic. I use it as a photoblog, using some of the basic tools included with Textpattern and a few plug-ins.

The first site I designed is never mind her. It’s my blog/portfolio site with only the journal and archives done in Textpattern. The rest was by hand and with Gallery 2.

The basic problems I have with cartophobic is with navigation. If you have any suggestions, please let me know because I would appreciate any input.

Offline

#2 2008-01-24 17:10:30

zero
Member
From: Lancashire
Registered: 2004-04-19
Posts: 1,470
Website

Re: cartophobic -- a photolog

I find navigation difficult in both sites. A Recent Articles list would help. You have a link to previous on the carto home page but no link from the funeral image page to anywhere else, so I suggest a simple link to next and link to previous on each page would help a lot. You can always style these, eg have arrows instead of the text and put it at the top, and have plain text version at the bottom, or wherever you like, but you definitely need to help visitors find what you’ve got.


BB6 Band My band
Gud One My blog

Offline

#3 2008-01-25 06:35:48

tamaradulva
New Member
From: USA
Registered: 2005-04-05
Posts: 5
Website

Re: cartophobic -- a photolog

zero wrote:

You have a link to previous on the carto home page but no link from the funeral image page to anywhere else, so I suggest a simple link to next and link to previous on each page would help a lot.

I’ve tried doing that with both the default form and the single form as well as the default page and archive (single) page. I’ve used the following:

<p><txp:older>&laquo; <txp:link_to_prev><txp:prev_title /></txp:link_to_prev></txp:older>
<txp:newer> | <txp:link_to_next><txp:next_title /></txp:link_to_next> &raquo;</txp:newer></p>

It only works for the home page, but not on individual pages. That is one I’ve tested out for the last week and I haven’t gotten it to work on all pages.

As for a recent articles menu for NHM, I don’t update that often, so having that actually dates it more than it helps, but I do use it for the reviews section.

Thanks very much for looking at both of them.

Offline

#4 2008-01-25 16:39:56

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: cartophobic -- a photolog

tamaradulva wrote:

I’ve tried doing that with both the default form and the single form as well as the default page and archive (single) page. I’ve used the following:

<p><txp:older>&laquo; <txp:link_to_prev><txp:prev_title /></txp:link_to_prev></txp:older> <txp:newer> | <txp:link_to_next><txp:next_title /></txp:link_to_next> &raquo;</txp:newer></p>

It only works for the home page, but not on individual pages. That is one I’ve tested out for the last week and I haven’t gotten it to work on all pages.

Try something like this:

<txp:if_individual_article>
		<p><txp:link_to_prev><txp:prev_title /></txp:link_to_prev> 
		<txp:link_to_next><txp:next_title /></txp:link_to_next></p>
<txp:else />
		<p><txp:older>&laquo; </txp:older> 
		<txp:newer> &raquo;</txp:newer></p>
</txp:if_individual_article>

Offline

#5 2008-01-29 19:14:53

tamaradulva
New Member
From: USA
Registered: 2005-04-05
Posts: 5
Website

Re: cartophobic -- a photolog

That works well with the single entries. Thanks for your help.

Offline

Board footer

Powered by FluxBB