Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #311  
Old 01-01-2009, 07:15 PM
jspr Offline
forum loafer
 
Join Date: Jan 2009
Posts: 2
Recently I installed the Delicious theme, and I made some modifications to fit my needs. I noticed that some Delicious template users have a 'comment counter' next to the comment button as shown in the picture below:



Can anyone tell me how I could get that for my Delicious theme?

Thanks
Reply With Quote
  #312  
Old 01-01-2009, 07:38 PM
dhdesign's Avatar
dhdesign Offline
pixelpost guru
 
Join Date: Mar 2007
Location: Ohio
Posts: 431
You need to find the section of code that displays what you are showing in your post, and add (<IMAGE_COMMENTS_NUMBER>) after the word Comments.
__________________
My photoblog: KP Images
Reply With Quote
  #313  
Old 01-01-2009, 07:43 PM
jspr Offline
forum loafer
 
Join Date: Jan 2009
Posts: 2
Thanks a lot, it already worked for me

http://www.jasperhermsen.nl/photoblog
Reply With Quote
  #314  
Old 01-24-2009, 02:00 PM
hanuman Offline
forum loafer
 
Join Date: Nov 2008
Posts: 3
Is it possible to show a thumbnails bar from current category under image when you browse (instead to show all thumbnails)?? please can someone help me?

PLEASE CAN SOMEONE HELP ME?! THANKS!
Reply With Quote
  #315  
Old 02-03-2009, 04:46 PM
kaukomieli Offline
forum loafer
 
Join Date: Feb 2009
Posts: 1
Problem with thumbnails in firefox

Salūt,

this regards delicious_1_1, where I ran into a problem with the thumbnails not displaying correctly in firefox on my site (www.kaukomieli.de):



The template is unchanged from the version I downloaded with the exception of including the reflect-tag. Removing it does not change the behaviour.

Can someone please point me to a solution for this?

The thumbnail-section in my image_template.html is

Code:
<div id="thumbnails" style="left:<IMAGE_WIDTH>px;">
	<IMAGE_THUMBNAIL_ROW_REV>
</div> <!-- thumbnails -->
the css-section reads

Code:
#thumbnails{
	text-align: center;
	margin:6px 0px 10px 4px;
	width:56px;
	float:left;
	position:absolute;
	top:53px;
	margin-left:-17px;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
The site works fine in IE and Opera.
Reply With Quote
  #316  
Old 02-16-2009, 12:13 PM
korgo Offline
forum loafer
 
Join Date: Feb 2009
Posts: 5
Installation Guide

I was lookin for an installation guide and couldn't find one... simple putting the delicious-folder into the templates folder of the pixelpost installation doesn't seem to be enough...

Thanks for your help. I am a beginner!
Reply With Quote
  #317  
Old 03-20-2009, 03:53 PM
P2v Offline
forum loafer
 
Join Date: Mar 2009
Posts: 2
Great Template, thx for author.
Can anyone help, how to make a dark theme - default theme and remove choise icon in right conner? Thx.
Reply With Quote
  #318  
Old 03-20-2009, 06:47 PM
snafu Offline
pp veteran
 
Join Date: Sep 2008
Location: germany
Posts: 84
Quote:
to make a dark theme - default theme and remove choise icon in right conner? Thx.
in every html template are this lines:
Code:
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/delicious_v1_1/styles/dark.css" title="dark" />
<link rel="stylesheet" type="text/css" href="templates/delicious_v1_1/styles/light.css" title="light" />
delete the line with "/light.css" and you can also delete this line
Code:
<!-- SCRIPTS -->
<script type="text/javascript" src="templates/delicious_v1_1/scripts/styleswitcher.js"></script>
the styleswitcher and his icons are in this lines:
Code:
<div id="styleswitcher">
<a href="#" onclick="setActiveStyleSheet('dark'); return false;" title="Black Theme"><img id="style_dark" src="templates/delicious_v1_1/images/style_dark.gif" name="style_dark" border="0" alt="" /></a><a href="#" onclick="setActiveStyleSheet('light'); return false;" title="White Theme"><img id="style_light" src="templates/delicious_v1_1/images/style_light.gif" name="style_light" border="0" alt="" /></a><a href="#" rel="alternate" type="application/rss+xml"><img src="templates/delicious_v1_1/images/rss.gif" alt="" border="0" /></a>
</div> <!-- styleswitcher -->
delete the part for the styleswitcher, the rest of the line now looks like:
Code:
 
<div id="styleswitcher">
</a><a href="#" rel="alternate" type="application/rss+xml"><img src="templates/delicious_v1_1/images/rss.gif" alt="" border="0" /></a>
</div> <!-- styleswitcher -->
__________________
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 01:50 PM.

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