Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #11  
Old 11-27-2008, 08:18 PM
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
True, but I've found some people don't care for as much 'flattery' as others.
Either way, I do like your new template.
__________________
Jay Williams | A Different View
Reply With Quote
  #12  
Old 11-28-2008, 12:28 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
We have had some issues on the forum with people who basically copied a template and called it their own. However, these were 1-on-1 copies and clearly this isn't the case here.

Anyway, since Shawn has visited I think he's cool about it. Like Jay I like what you have done with it.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #13  
Old 11-28-2008, 04:45 PM
Scarabaeus's Avatar
Scarabaeus Offline
pixelpost guru
 
Join Date: Dec 2007
Location: England
Posts: 139
Just to say the images on your blog never load with me - maybe something to do with the fade effect?
__________________

Reply With Quote
  #14  
Old 11-30-2008, 11:14 AM
hicks0r Offline
pp regular
 
Join Date: May 2005
Posts: 38
I have a problem with this template, In that image the previous / next image inside the photo doesn't appear were they have to be

http://www.enricmoreno.com/p/8

What's the problem ?
__________________
ENRICMORENO dot COM | my pblog
Reply With Quote
  #15  
Old 11-30-2008, 03:20 PM
Scarabaeus's Avatar
Scarabaeus Offline
pixelpost guru
 
Join Date: Dec 2007
Location: England
Posts: 139
This isn't a readily available template is it??? If it is to use then it should be added to the extend section. Did you copy the code directly joeroback.com?
__________________

Reply With Quote
  #16  
Old 11-30-2008, 03:24 PM
hicks0r Offline
pp regular
 
Join Date: May 2005
Posts: 38
I downloaded the 3 items from http://joeroback.com/downloads

Just installed the template, te addon (in addons direcotry and activate it) and finally the htaccess.

I use PixelPost versión: 1.7.1 in a clean installation.
__________________
ENRICMORENO dot COM | my pblog
Reply With Quote
  #17  
Old 11-30-2008, 09:04 PM
Scarabaeus's Avatar
Scarabaeus Offline
pixelpost guru
 
Join Date: Dec 2007
Location: England
Posts: 139
Ok it would be great to add to the pixelpost website so it's more readily available.
__________________

Reply With Quote
  #18  
Old 11-30-2008, 10:44 PM
hicks0r Offline
pp regular
 
Join Date: May 2005
Posts: 38
The template still doesn't work in IE 6/7

Do you know when will be avaible an update for that issue.

Great tamplate adaptation for pixelpost.

Many thanks.
__________________
ENRICMORENO dot COM | my pblog
Reply With Quote
  #19  
Old 12-01-2008, 10:57 AM
robackja's Avatar
robackja Offline
pp veteran
 
Join Date: Sep 2008
Location: Tucson, Arizona
Posts: 50
Exclamation Bug Fixes

Quote:
Originally Posted by hicks0r View Post
The template still doesn't work in IE 6/7

Do you know when will be available an update for that issue.
Try http://joeroback.com now. I updated the javascript libraries and my fade javascript to hopefully work with IE6/7. I also added an IE6/7 CSS style sheet to deal with the 3 or 4 IE quarks. http://joeroback.com/downloads, I packaged it up in ZIP and bz2, but I made the ZIP in OSX and it won't open for me under XP SP3 for whatever reason.

I also fixed the next/prev overlays not aligning up with image when its a portrait oriented image. please, browse around and let me know how it works for you.

mod_rewrite changes are still only partial. I still need to go through paged_archived.php addon and replace all the URLs with mod_rewrite versions. theoretically, i would love to add mod_rewrite URLs as an option to the paged_archive addon, but i am unsure of my time and how long it will take me.

I also had to modify my index.php to output xhtml HTTP headers (not necessary)... but I replaced

PHP Code:
header('Content-Type: text/html; charset=utf-8'); 
with

PHP Code:
header('Vary: Accept');
if (stristr($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml') === FALSE) {
    header('Content-Type: text/html; charset=utf-8');
}
else {
    header('Content-Type: application/xhtml+xml; charset=utf-8');
    echo('<?xml version="1.0" encoding="UTF-8"?>'."\n");
}
I really wish there was an option in the ADMIN page which had a drop with HTML and XHTML (xhtml1.0,xhtml1.1) in it, and then index.php would output the correct headers. I pretty sure though I can accomplish this in my apache config or .htaccess, but i haven't figured it that out yet.
__________________
The World in 35mm | joeroback.com | roback.cc

Last edited by robackja; 12-01-2008 at 09:32 PM. Reason: added echo xml
Reply With Quote
  #20  
Old 12-01-2008, 10:33 PM
hicks0r Offline
pp regular
 
Join Date: May 2005
Posts: 38
I updated my installation, for now all is ok, let me test it I report you in a few days.
__________________
ENRICMORENO dot COM | my pblog
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 04:40 PM.

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