|
#21
|
|||
|
|||
|
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. |
|
#22
|
|||
|
|||
|
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 |
|
#23
|
|||
|
|||
|
Quote:
Thanks everyone for keepin tabs on me
|
|
#24
|
||||
|
||||
|
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... |
|
#25
|
|||
|
|||
|
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
|
|
#26
|
|||
|
|||
|
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.
|
|
#27
|
||||
|
||||
|
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 |
|
#28
|
||||
|
||||
|
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> |
|
#29
|
||||
|
||||
|
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>
Code:
<script type="text/javascript">
<!--
// JS code here
// -->
</script>
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#30
|
||||
|
||||
|
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. |
| Post Reply |
| Thread Tools | |
|
|