|
#1
|
|||
|
|||
|
Image title in filename
When uploading a photo pixelpost allows you to add a timestamp to the file name.
i found this line in /admin/new_image.php Quote:
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#2
|
||||
|
||||
|
Code:
$filnamn = $time_stamp_r .$filnamn.$image_title;
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#3
|
|||
|
|||
|
Thanks
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#4
|
||||
|
||||
|
ow... did I mention I can't be hold responsible if your blog breaks?
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#5
|
|||
|
|||
|
why would it break?
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#6
|
||||
|
||||
|
Because, as Schonhose stated, if your image title contains any spaces, comma's, exclamation points, double and single quotes, question marks, colon, semi-colon, ect, it is likely to break your blog as the filename does not accept most of these characters.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund Last edited by Dennis; 06-15-2007 at 07:19 AM. |
|
#7
|
|||
|
|||
|
oh, i understand that.
but it seems that there is a problem. the image title is not included in the filename after the code has been modified.
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#8
|
||||
|
||||
|
Try the following:
Code:
$filnamn = $time_stamp_r .$filnamn.$headline;
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#9
|
|||
|
|||
|
Well, that didnt quit do it, but i figured it out. If anyone's interested tell me and I'll explain what I did.
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#10
|
||||
|
||||
|
I'm guessing there was more steps than just 1 line but $headline should have been the variable you were looking for.
Go ahead and explain to us all how you did this. I'm not particularly interested but other users may find this useful.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
| Post Reply |
| Thread Tools | |
|
|