dharshan Posted March 23, 2010 Share Posted March 23, 2010 Hi guys, first of all, I'm a total newbie to PHP, but I know it wont stop me from learning a bit.... thank you for even reading this post spending your valuable time this is my task that i wish to get some help with...... I need to call some pictures from my gallery folder via PHP and make them display as a slideshow.... my WIP site is using SMF...and i can place a PHP module and also i have found a script http://spaceforaname.com/gallery-customized.html and I'm really sorry if it sounds pretty noob... thank you guys in advance Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/ Share on other sites More sharing options...
sKunKbad Posted March 23, 2010 Share Posted March 23, 2010 The slideshow is probably javascript, right? So you will have to bring in your image locations dynamically to the javascript. The rest is really all javascript. If you want to see a good demo for an image gallery and slideshow, check out Plogger. Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/#findComment-1030320 Share on other sites More sharing options...
dharshan Posted March 23, 2010 Author Share Posted March 23, 2010 ah, is it javascript :s sorry, with all those signs i thought it was PHP.. yeah i was looking at plogger.. thanks... and is there anyway i could use the javascript inside a php or html module.. I'm using simple machines forum.... Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/#findComment-1030323 Share on other sites More sharing options...
dharshan Posted March 23, 2010 Author Share Posted March 23, 2010 one quick question.. can i use java script inside a php block? will it work? Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/#findComment-1030339 Share on other sites More sharing options...
inversesoft123 Posted March 23, 2010 Share Posted March 23, 2010 you can use javascript with php such as i used on my home page. for slideshow. you can see at mid bottom of http://mobipride.com but stuff is not working with Google Chrome. Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/#findComment-1030344 Share on other sites More sharing options...
dharshan Posted March 23, 2010 Author Share Posted March 23, 2010 oki, got a php script and the instructions are pretty simple.. it says place the script in the image folder and then call it to the place you want it to display.. when i type the full path to it it loads but how am i going to call this inside a php module any idea? what i tried: i used an html module and typed the entire path into it, it shows the url as normal text i used a php module and typed the direct path it displays nothing.. (i use simple machines forum software, and the ezportal mod) thank you in advance Quote Link to comment https://forums.phpfreaks.com/topic/196196-tell-me-how-to-do-this/#findComment-1030369 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.