Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #21  
Old 01-21-2008, 07:06 PM
shutterhead Offline
pp veteran
 
Join Date: Mar 2005
Posts: 98
to change the order of appearance, the easy way is in PP1.7.

and is changed under

Options... General... Image Display Order... Date and Time for the Entry... <!--set to-->... Ascending Order

But honestly, most people that go to your site are repeat visitors so making them weed through the stuff they've already seen is kinda a waste of time.
Reply With Quote
  #22  
Old 01-21-2008, 07:08 PM
Gromitch Offline
forum loafer
 
Join Date: Nov 2007
Location: Russia
Posts: 19
Send a message via ICQ to Gromitch Send a message via Skype™ to Gromitch
Quote:
Originally Posted by shutterhead View Post
i do have a question though... the background on your thumbs is black... when it should be white... I see white on IE7, Safari, Camino, Firefox.
It becomes black only in one moment - when you open/close "comments" window but not move mouse from "comments" word. Only in IE7.
__________________
onephoto.ru
Reply With Quote
  #23  
Old 01-21-2008, 07:22 PM
shutterhead Offline
pp veteran
 
Join Date: Mar 2005
Posts: 98
Quote:
Originally Posted by Gromitch View Post
It becomes black only in one moment - when you open/close "comments" window but not move mouse from "comments" word. Only in IE7.
I see it now... yeah... as soon as you move the mouse the black goes away and the thumbs bounce back to the right... I think I know what's doing that so it should be an easy fix.

Thanks everyone for keepin tabs on me
Reply With Quote
  #24  
Old 01-21-2008, 08:31 PM
Saxi's Avatar
Saxi Offline
forum loafer
 
Join Date: May 2006
Location: Erlangen, Germany
Posts: 14
Send a message via AIM to Saxi
had a wrong path in pixelpost admin panel to the images - sry - everything works fine!

Last edited by Saxi; 01-22-2008 at 10:30 AM. Reason: errare humanum est...
Reply With Quote
  #25  
Old 01-21-2008, 11:20 PM
yamakiyo Offline
forum loafer
 
Join Date: Jan 2008
Posts: 1
I recently upgraded from 1.6, which seems to have broken both my thumbnails and prev/next overlay (the browsing() function). I've also installed simplicious, but those overlays are broken as well, although the thumbnails work.

I show no exceptions in the script using FireBug.

Does anyone know a solution? ..before I spend more time trying to figure out what went wrong.

All addons disabled.

pblog.yamakiyo.org currently showing delicious.

Thanks, and fantastic work with the templates. Too bad I can't get them working
Reply With Quote
  #26  
Old 01-23-2008, 03:36 AM
shutterhead Offline
pp veteran
 
Join Date: Mar 2005
Posts: 98
Quote:
Originally Posted by lemon67 View Post
awesome thanks for the help with the thumbnails going backwards. one more question, how do you get it to default to open the first image uploaded instead of the lastest? That way they can scroll through the gallery from start to finish.
this has been fixed for the download... thumnail row now flows the right way... also forgot to include the logo font... new download has it as well.
Reply With Quote
  #27  
Old 01-23-2008, 07:35 AM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
I noticed a little bug...

http://www.sotolicious.com/keepers/index.php?x=about

The link to Pixelpost at the bottom is broken.
__________________
Jay Williams | A Different View
Reply With Quote
  #28  
Old 01-23-2008, 07:58 AM
posefius's Avatar
posefius Offline
pixelpost guru
 
Join Date: Mar 2005
Location: Netherlands
Posts: 100
XHTML compliant

It should also be nice if the template was XHTML compliant. I tried to fix the image_template, and almost succeeded. But I encountered a XHTML compliancy problem in the Java browsing function part, the </a> tag. Maybe there is a solution for this.

<script type="text/javascript">
function browsing(){
var existprev = "<IMAGE_PREVIOUS_ID>";
var existnext = "<IMAGE_NEXT_ID>";
if (existprev != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=< IMAGE_PREVIOUS_ID>\';"></a>');
}
if (existnext != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=< IMAGE_NEXT_ID>\';"></a>');
}
}
</script>
Reply With Quote
  #29  
Old 01-23-2008, 08:30 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
Code:
<script type="text/javascript">
<!--
function browsing(){
var existprev = "<IMAGE_PREVIOUS_ID>";
var existnext = "<IMAGE_NEXT_ID>";
if (existprev != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=< IMAGE_PREVIOUS_ID>\';"></a>');
}
if (existnext != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=< IMAGE_NEXT_ID>\';"></a>');
}
}
// -->
</script>
NOTICE (<!-- and // -->):

Code:
<script type="text/javascript">
<!--
     // JS code here
// -->
</script>
Reply With Quote
  #30  
Old 01-23-2008, 11:54 AM
Saxi's Avatar
Saxi Offline
forum loafer
 
Join Date: May 2006
Location: Erlangen, Germany
Posts: 14
Send a message via AIM to Saxi
well, i opened a testserver now - the dock-thingy doesn´t really work - fresh downloaded...i´m trying harder ;o)

>> http://pdafreeware.de/testbereich/

any idea?
__________________
*click!*

Last edited by Saxi; 01-23-2008 at 01:01 PM.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 03:54 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs