Home › Support › NextGEN Public Uploader › Select gallery on upload page
| Author | Posts |
|---|---|
| Author | Posts |
| December 1, 2009 at 8:08 am #283 | |
|
admin |
Hi, |
| December 1, 2009 at 10:36 am #284 | |
|
admin |
Never mind, I put my PHP knowledge to the test and managed to add a little dropdown menu myself! |
| December 7, 2009 at 8:24 pm #285 | |
|
admin |
Awesome! Thanks for the “how-to”. I'll incorporate this in a future release of the plugin and until then send people here for the patch. |
| December 8, 2009 at 12:30 pm #286 | |
|
admin |
Hi there |
| December 10, 2009 at 3:37 pm #287 | |
|
admin |
<hr /> @ castvision; did you copy & paste the code in place of the code on line 243? |
| December 12, 2009 at 5:41 am #288 | |
|
admin |
It may be me but I can't get this code to work either. line 243 for me just contains a } This is the code from lines 240 to 250 according to my editor Is this really the correct place? |
| December 12, 2009 at 3:52 pm #289 | |
|
admin |
This is what's on line 243 (in version 1.4) <div class=”sfcode”>$strOutput .= “n<input type=”hidden” name=”galleryselect” value=”{$gal_id}”>”;</div> It's on line 211 in 1.5 |
| December 13, 2009 at 6:02 am #290 | |
|
admin |
<img title=”Cry” src=”/wp-content/forum-smileys/sf-cry.gif” alt=”Cry” /> If I replace line 2.11 in 1.5 it stops my blog working completely. <img title=”Embarassed” src=”/wp-content/forum-smileys/sf-embarassed.gif” alt=”Embarassed” width=”18″ height=”18″ /> My php skills are not up to resolving this so I have had to revert to the vanilla version unfortunately. I suspect it may be incompatibility with the theme I am using (Suffusion) but I don't want to change the theme so I will have to stick with v1.5 unmodified unless you can suggest an alternative way of achieving the same outcome. |
| December 14, 2009 at 3:36 am #291 | |
|
admin |
line 244 on mine Works a treat Chanty big thanks for providing the code and the code it replaces <img title=”Cool” src=”/wp-content/forum-smileys/sf-cool.gif” alt=”Cool” /> <img title=”Smile” src=”/wp-content/forum-smileys/sf-smile.gif” alt=”Smile” /> |
| December 15, 2009 at 3:32 am #292 | |
|
admin |
Spoke to soon I'm afraid, added a gallery and it went back to throwing my template out <img title=”Cry” src=”/wp-content/forum-smileys/sf-cry.gif” alt=”Cry” /> Any suggestions would be very much appreciated? In the meantime I'll see if any thing makes sense to me, damn wish I knew PHP! |
| December 16, 2009 at 2:20 pm #293 | |
|
admin |
<hr /> |
| December 17, 2009 at 11:54 am #294 | |
|
admin |
Hi Chanty No not blank a screendump before and after I add another gallery below <img src=”http://hccnatex.havantcameraclub.co.uk/wp-content/gallery/open/ok.jpg?604077539″ alt=”" width=”573″ height=”318″ /> |
| December 23, 2009 at 5:27 am #295 | |
|
admin |
Hi Chanty. when this is the script: |
| December 23, 2009 at 5:37 am #296 | |
|
admin |
<img title=”Laugh” src=”/wp-content/forum-smileys/sf-laugh.gif” alt=”Laugh” /> Got it sorted. It is the same code Chanty said above but the line number is incorrect. It is line 280 that needs to have this code inserted. I also changed the quotes to proper ones in case that was the problem and also changed the word category to gallery. This is how my code now looks from line 280 onwards Thanks to everyone, particularly Chanty for this <img title=”Laugh” src=”/wp-content/forum-smileys/sf-laugh.gif” alt=”Laugh” /><img title=”Laugh” src=”/wp-content/forum-smileys/sf-laugh.gif” alt=”Laugh” /><img title=”Laugh” src=”/wp-content/forum-smileys/sf-laugh.gif” alt=”Laugh” /> If you want to see what it looks like on my site you can visit http://vrcc.turnspain.com |
| December 23, 2009 at 8:03 am #297 | |
|
admin |
Thanks Valkrider, another question. 1.Do you know if theres a way to add users email adress or a name to attach to the image? |