|
#101
|
||||
|
||||
|
ljcbraga, try upgrading to the latest Version of Lightroom (1.4.1), and let me know if how it works for you then.
__________________
Jay Williams | A Different View |
|
#102
|
||||
|
||||
|
Jay,
I've already did it. It still doesn't work. But you know, I figured out why. The problem is in my host. As I'm a neewbie and as I not sure if I could set pixelpost up, I signed up a free host (10gbfreehost.com). They're quite alright but there are some routines that only works if you have a payed account. Probably working with APIs (outbound instructions) is one of those. I'm experiencing the same problem with Defensio API. Carl, from Defensio, was the one who'd told me about the free hosting problem. I've asked the host support for a solution. I'm sorry if I bothered you with this problem and I'd like to thank you for taking your time to help me. rgds, Leonardo |
|
#103
|
|||
|
|||
|
.jpg strip
I noticed code in the fourm for stripping the .jpg/.jpeg off images when they are uploaded from lightroom. I was wondering if you could elaborate a bit as to where to put this code. I am pretty new to editing .php files.
Thanks. Ryan http://lotuseaterphotography.com/pixelpost |
|
#104
|
||||
|
||||
|
Ok, well first you will need a plain-text editor, such as Notepad, or TextEdit.
Open up the file that goes in the admin folder, it's called "pp_upload.php". Go to line #90, you should see this code: PHP Code:
it should look like this when you are done: PHP Code:
__________________
Jay Williams | A Different View |
|
#105
|
|||
|
|||
|
Transfer Custom Field data?
Hi Jay,
I'm currently using this addon to upload shots to my blog and it's working great. I also use klimin_a_s' <CUSTOM_FIELDS> addon to add lens details for the shots too as I believe that the lens data is stripped when exported to jpg. At the moment this means I'm uploading with pp_upload and then going into admin and adding the lens details to the custom field manually for each shot I upload. Is there anything in the code for the module files or pp_upload that could be added to/modified so that it would transfer this data across automatically? Perhaps read it from the EXIF in Lightroom itself, or even just give me the option to select from a list of lenses when I'm in the export window of Lightroom? Thanks for your help. |
|
#106
|
||||
|
||||
|
Well, as a Lightroom plugin, it has access to all of the photo's data, which is quite handy.
So yes, it is quite possible to modify the plugin and/or the admin code to auto-import that information. What exact name you are using for your your Custom Field lens info.
__________________
Jay Williams | A Different View |
|
#107
|
|||
|
|||
|
Sweet!
I'm using a single custom field with the ID Name 'Lens' - see attached. Thanks for your help. ![]() &
|
|
#108
|
||||
|
||||
|
after trying some hours that plugin, it rocks.
but two extra codes disabled in my admin backend the extension tab. $_POST['tags'] = str_replace(" ", "_", str_replace(", ", ",", $_POST['tags'])); and $_POST['headline'] = str_replace(array(".JPG",".jpg"), "",$_POST['headline']); booth are things, i will use. than i got also the error popup with wrong key&url. actually it works with the error message. |
|
#109
|
||||
|
||||
|
Those lines of code shouldn't break the addons page.
To find out what's causing the page not to load, add the text "errorsall" to the end of the url, like this: /admin/index.php?view=addons&errorsall
__________________
Jay Williams | A Different View |
|
#110
|
|||
|
|||
|
geotagging
Hi Jay, everyone.
First of all, thanks for this supah plug Jay, no more waisting time exporting and uploading. Now that I am waiting for my Solmeta DP-GPS N2 I needed to get the GPS data uploaded to the googlemap field with the googlemap addon and I thought I'd share my lines here.. Okay I have 3 functions for pulling the coordinates from the geotagged photo's which I placed in the if (!isset($_GET['view'])) { PHP Code:
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { PHP Code:
PHP Code:
|
| Post Reply |
| Thread Tools | |
|
|