|
#1
|
|||
|
|||
|
The world in 35mm is a fabulous template, and i want to use it on my website.
http://www.pixelpost.org/extend/temp...world-in-35mm/ i tried it, with correct rewrites rules and so on, and it work well... for a part. You should look to my website : http://pics.effraie.org/ If you clic on the picture, the previous one will be loaded, as expected, and then the next, and so on. But when you arrive to http://pics.effraie.org/p/327 ... well, no image will load! It work with an other template, and i double checked the image (permissions, size...) I can't figure where is the problem. can somebody please help me ? |
|
#2
|
|||
|
|||
|
well; i think i found the problem.. there a blank space in the name of the image...
i'll take care for the next pictures, but would somebody have a trick to get that pictures (and probably a couple other too) available back ? |
|
#3
|
|||
|
|||
|
update : no, it's not a problem with blank space in name.. the problem is still present...
|
|
#4
|
|||
|
|||
|
i found it... the pictures with an ' (like rue d'Auberbilliers") in title won't load... don't know why, don't no how to fix it, but if somebody has a trick...
|
|
#5
|
||||
|
||||
|
as far as i can see pixelpost complains about a non-existent posting.
this message has nothing todo with the template but with the backend. hmm one question.. is there _really_ i posting with id=327? (might sound stupid but please check in your admin panel if there's a picture with "#327" above the title) because currently image #328 references to #326 and vice versa. so by using the prev/next buttons i'll never end up with posting #327. if you ever posted an image with id=327 and deleted the posting afterwards, pixelpost will continue with id=328. |
|
#6
|
|||
|
|||
|
Quote:
But this was really a template issue : try this : http://pics.effraie.org/p/39 (the 39 post is so deep in archive, it would not make any problem to keep it to show the problem) the title is : "t'es pas sérieux?", in wich there is a ' That page work with any other template i tried, and work too if i change the title, without ' |
|
#7
|
||||
|
||||
|
yep i see sorry. i just had a look at #327 and was mislead by the error message.
i see two ways to go. modify the skin the problem is located in the javascript code where apostrophes kill the following function in image_template.html Code:
19 window.onload = function() {
20 // update title to include image title
21 document.title = '<IMAGE_TITLE> | ' + document.title;
Code:
21 document.title = "<IMAGE_TITLE> | " + document.title; modify the code and i think this is _not_ the way to go alone to solve the problem. it's more a general question to the devs is there reason for the ENT_NOQUOTES option in index.php? PHP Code:
me than ENT_NOQUOTES. (as far as i can see, 1.5 used ENT_QUOTES). especially as $image_title is also used to replace the IMAGE_TITLE tag. for the images notes you offer IMAGE_NOTES and IMAGE_NOTES_CLEAN tag (where you could use ENT_QUOTES in line 792 too). maybe it's possible to offer an according IMAGE_TITLE_CLEAN? |
|
#8
|
|||
|
|||
|
W00t ! your 1° solution work
|
|
#9
|
|||
|
|||
|
Thanks for offering a solution here. Is there a perfect fix for this problem?
Many thanks!
__________________
http://www.pengs.net/photo/ |
| Post Reply |
| Thread Tools | |
|
|