View Full Version : Show All images in the same page
iloveTALLwoman
08-22-2006, 03:44 PM
Hi, I alredy search in wiki and in the forum, but dont find
A example is there: http://ilovetallwoman.no-ip.org/album_mini_about_me/album/index.html
Please click in "Mostrar Tudas" link in the left up corner.
How I made this in Pixelpost?
Thank you very much for any help :)
PS: I already can make this , a film strip in left corner: http://ilovetallwoman.no-ip.org/pixelpost/index.php
Connie
08-22-2006, 05:17 PM
I am sure this is spamand we do not want spam here, so go away
iloveTALLwoman
08-22-2006, 05:40 PM
No this is not a spam, thanks for the tip.
I use Pixelpost a lot
Connie
08-22-2006, 06:22 PM
When I saw this page, I could not figure out where at all photos are but I saw medical words... etc.
what do you really want to do?
if you want to see all photos use the "browse"-link which comes with the standard templates and links to the archive page
iloveTALLwoman
08-22-2006, 06:28 PM
Thank you, I not a spamer
If you google iloveTALLwoman, you see that is my nick name, nad i test my script in local host first because bandiwhith issues
This site that i make is "MINI ABOUT ME" make whit users bars, using pixel post
I want to make a page like the first linik that i send in first post, the second link is is what I alredy can make using the tutorials in this forum.
Im realy sorry for any confusion that I had caused
It is possible.
Just hack paged_archive addon. Add own tag with same content as this one which is showing all thumbs on one page but change in it small part of address (instead going to thumb dir go to image dir).
iloveTALLwoman
08-24-2006, 07:38 PM
Thanks GeoS, i will try right now
And for i do not to be confused whit as spamer ai change the link to my localhost
Now is: http://www.ilovetallwoman.hobby-site.com/pixelpost/index.php
And the exemple page that waht I want is:
http://www.ilovetallwoman.hobby-site.com/album_mini_about_me/album/index.html --- And click in "Mostrar Todas"
iloveTALLwoman
08-24-2006, 08:32 PM
I try this,
In browse:
<html>
<head>
<title>Browse Archive</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="imagetoolbar" content="false" />
<link rel="stylesheet" href="./templates/pixelpost-light/pixelpost-light.css"
type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="title">
Browse archive: <BROWSE_CATEGORIES><br /><br />
<BROWSE_CHECKBOXLIST><br /><br />
</div>
<a href="index.php">Back to Site</a><br /><br />
<div id="images">
<THUMBNAILS>
<br>
</div>
<a href="http://www.pixelpost.org" target="_new">Powered by Pixelpost
1.5</a>
</div>
</body>
</html>
In addon paged_archive.php:
// from the thumbnail row. This could be build by tables too.
$title = pullout($title);
$thumbnail = "images/$name";
// $thumbnail = "thumbnails/thumb_$name";
$thumb_output .= "<a href='$PHP_SELF?showimage=$id'><img src='$thumbnail' alt='$title' title='$title' class='images' /></a>";
//$thumb_output .= "<a href='$PHP_SELF?showimage=$id'><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";
but not changed :)
I do anything wrong?
<?php
// from the thumbnail row. This could be build by tables too.
$title = pullout($title);
// $thumbnail = "thumbnails/thumb_$name";
$thumbnail = "images/$name";
$thumb_output .= "<a href='$PHP_SELF?showimage=$id'><img src='$thumbnail' alt='$title' title='$title' class='images' /></a>";
iloveTALLwoman
08-30-2006, 04:39 PM
Hi
I past this last week finding a way to hack... and I dont have success...
Please, if not boring you, can you tell me more details that what I have to hack the code? Thank you so much :)
And here are the REAL and Serious pixelpost blog, if you wanna see
http://www.liquida.3njoy.com/photoblog/
(Is the portifolio of my brother)
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.