PDA

View Full Version : browsing on image site?


DaBe
03-01-2008, 11:53 AM
Hello

How I can display the image and the thumbnails on ONE Page?

like the delicious template, but there is for 1.7 not avaible?

Dkozikowski
03-01-2008, 12:13 PM
http://www.pixelpost.org/docs/TemplateTags/IMAGE_THUMBNAIL_ROW

DaBe
03-01-2008, 12:27 PM
hello

thx, but is there not possible to display the thumbnails like on the browse page, paged (per site 10 thumbnails or so)! ?

Dkozikowski
03-01-2008, 12:31 PM
You won't be able to achieve browse page navigation but you can change the number of thumbnails the <IMAGE_THUMBNAIL_ROW> tag displays in the Admin >> Options >> Thumbnails >> THUMBNAILROW pane.

DaBe
03-01-2008, 02:47 PM
thx

but what must I change in the file paged_archived.php to display the paged archive on the image page? is very important..thx!

Dkozikowski
03-01-2008, 05:06 PM
You'll probably have to hack the file. Change some paths and what not. I cannot help you as I have work to do of my own. You're welcome to try yourself though.

I know that someone is creating a "single page template" as we speak that will display the browse thumbnails / navigation right on the image page. Maybe you can wait until this is released.

DaBe
03-01-2008, 05:15 PM
I tryed! But I could only remove the paged archive from the browse template. but they is activated in the admin. i have no plan.. =(

thx for the reply

kevincrafts
03-01-2008, 10:57 PM
I have a template that I had started on that has the thumbnails on the image page - it does a lot of ajaxy stuff so I don't know how good it will be for SEO but it does merge the image template & the browse template so there is no reloading of the initial page. I haven't incorporated the image notes, comments or about page yet.

You can see it here (http://pixelpost.kevincrafts.com/?newtemplate=allinone)

DaBe
03-02-2008, 07:33 AM
wow..thats nice, can you sent me this?

the SEO is not important for me.

I thx you alot for that!

GeoS
03-05-2008, 10:39 PM
There is very easy solution - index.html (which should be more important then index.php) with frame having Browse page as its content.

kevincrafts
03-06-2008, 04:11 AM
All In One Template is available to download (http://www.pixelpost.org/extend/templates/all-in-one/)

DaBe
03-06-2008, 07:54 PM
hello

its nice and works finely. and THX!

But I have one more Wish. How I can use the Tags cloud function.

I mean following: <TAG_LINKS_AS_LIST>

There display the Tag cloud but the Links display the thumbsnail on a blank site. How I can display the thumbs in the browse on your template..?

kevincrafts
03-06-2008, 09:43 PM
I didn't make it to use the tag cloud because I didn't think it fit into the design - if you want to fit that in you'll have to edit the javascript to make the urls use the ajax calls.

DaBe
03-07-2008, 07:56 PM
=( ok..

Another question, how I can put the details with the comments and notes under the image instead on top the image. between the image and the browse section.

kevincrafts
03-07-2008, 10:11 PM
Open up the comments template and move the #details object underneath the #photowrapper object

DaBe
03-09-2008, 09:10 AM
hello

I have a question

How I can make followings in you template?

The comment link with the count of the comments ( comments (12) ) !

When I use the template tag is there possible, but only for the first image, and when I change the Image than I have the count of comments from the first...

kevincrafts
03-09-2008, 03:17 PM
You need to insert it into the comment template since it is the only one that will have the data from the current image. If you want it to display outside of the comment template, you need to have some javascript within the comment template to re-write html outside the comment template, such as the permalink.