![]() |
|
Please help a Noob with some questions - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Please help a Noob with some questions (/thread-8376.html) |
Please help a Noob with some questions - darkufo - 2011-03-20 Hi, I've just started to use Zenphoto and I'm very impressed so far, it's the best one I've come across Anywhoo.. onto my questions.
Thanks in advance for any help/advice Please help a Noob with some questions - acrylian - 2011-03-20
Please help a Noob with some questions - darkufo - 2011-03-20 Thanks for getting back to me so quickly. Do you think there will ever be the ability to provide the thumbnail embed codes as an option. We don't use wordpress and it would be a feature that would save us hrs of time in getting the raw html so that we can post onto our site. I'm happy to pay for this development if it's not too much cost. Please help a Noob with some questions - acrylian - 2011-03-20 Well, it is already possible to do this right now but you will have to do changes your theme. You can of couse also link to the full image or the cached images. But you should use i.php for it because if the file has not already been cached there is of course no such file yet. Please help a Noob with some questions - darkufo - 2011-03-20 Thanks again, I'm afraid I'm not much of a programmer and I've never coded in php only javascript, so the file contents of i.php and the abilty to use it are a bit out of my league. Would the team be willing to take on the development work. As I said I'm willing to pay for this development. Please help a Noob with some questions - acrylian - 2011-03-20 Sorry, my fault, i.php is not needed at all (That happens if you answer typing to fast inbetween). If you really only want the normal thumb image as defined it is quite easy and requires no real development. Add this to your theme's [img][/img] ` Please help a Noob with some questions - darkufo - 2011-03-20 Thank you so much, I really appreciate it. I'll give it a go Please help a Noob with some questions - darkufo - 2011-03-20 Ok, that works great Can a similar approach be made to the Album View of which has all the thumbnails? ie the embed code would have the code for all the images. If you can point me in the right direct I can probably do this myself. Please help a Noob with some questions - sbillard - 2011-03-20 Of course similar is possible. But now you are getting into coding. If you are comfortable with that you should start reading the Zenphoto documentation. Start with the themeing guide. Please help a Noob with some questions - darkufo - 2011-03-20 Thanks, I'm willing to give it a go Is there a list/description anywhere of all the various variables/functions like FULLWEBPATH.getImageThumb() I'd like to have a look through them all as I'd need the ones for image link so the embed code I display will link back to the image page etc. Please help a Noob with some questions - darkufo - 2011-03-20 Sorry for all the questions, in addition to getting a list of the functions/variables etc. When I use I get this as an example This image does not display, give mes an error. However on the album view I see this as the Image Thumbnail which works What am I doing wrong? Please help a Noob with some questions - acrylian - 2011-03-20
Please help a Noob with some questions - sbillard - 2011-03-20 There is a function guide as part of the user guide (http://www.zenphoto.org/category/User-Guide/). Am I correct in understanding that you wish to display thumb images, etc. from outside the scope of your web album? How you would do this would depend partly on the technology of the rest of your Website. But a start would be to look at the http://www.zenphoto.org/category/extensions/integration/ Please help a Noob with some questions - darkufo - 2011-03-20 Brilliant! Thank you so much for all your great help so far. Very impressive. Please help a Noob with some questions - darkufo - 2011-03-20 Ok, I'm getting there but I have an actual php question. I've decided that I need to loop through the images to build up the embed code. I'm doing this by trying to append the link/image info to a string and then outputting that string. However, php is not my first language and I can't quite seem to get the syntax right. Here is my code Please help a Noob with some questions - acrylian - 2011-03-20
Please help a Noob with some questions - darkufo - 2011-03-20 Thanks and understood. |