Well the integration will be done before the release. <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /><br />As soon as Michael sends me the beta and he has released the templated version publically I will release the integration the same time. I had prior experiences with the templated version of Reviewpost so it is rather easy to do Photopost and should cut down the instructions to nothing but modifying 3 files and uploading the new templates.
Thx for your effort, chuck. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />But i doubt that i'll integrate it into the forums. All i want is to use the same user-db. I'll integrate it as an module of my site.<br /><br />The forum is only one part of our site, quite an important one, but only a part. <img src="/forum/images/graemlins/wink.gif" alt="" /> I hope to get my event calendar released in the next week and our webmail client will follow in september. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Running a community? -> Keep informed and take it to the next level
It will be cool when it's finished. <img src="/forum/images/graemlins/wink.gif" alt="" /><br />I still need to revamp the template system and make the output XHTML compilant. <img src="/forum/images/graemlins/smash.gif" alt="" /><br />
_________________________
Running a community? -> Keep informed and take it to the next level
works fine. But I encounter a little problem. The slideshow function dosn't work anymore. I dont know this come from hacking or its a bug in the script itself.<br /><br />I dont use an filter or blocker. Can anyone verify this ? Here on Threadsdev it dosn't work for me and on my 4.01 version it dosn't work too.
Sent it over, Chuck! <br /> <br />The 4.1 BETA should be out shortly - sending it over today. <br /> <br />http://www.danasoft.com/phpppsp2 is the "test site" people can use to try it out and upload stuff. <br /> <br />Threads users will be happy - I used a similiar template setup (no way doing the VB kind with everything in the database and requiring the tiny admin window to edit!); so everyone should be real confortable.
fine that you can verify it. You have all the time you need <img src="/forum/images/graemlins/smile.gif" alt="" /> I will do the next big update if I install UBBt 6.3.1 and pp 4.1 with all hacks. Weekendjob <img src="/forum/images/graemlins/smile.gif" alt="" />
How does removing the $header code - which removed the refresh meta refresh - fix the slideshow? I wasn't aware there was a problem with it - is this a Threads thing? <img src="/forum/images/graemlins/confused.gif" alt="" />
You know what Michael that is the weirdest thing. It is more coder error than anything. <img src="/forum/images/graemlins/wink.gif" alt="" /> I don't think its a threads bug or a photopost bug my friend. The main part of how this easy hack works is by bypassing your headers and stylesheets and using Threads variables. Your headers were always blanked out so nothing is sent.<br /><br /> I think the easiest explanation is that the slideshow needs looks to the header to see $headslide ???? which of course usually there. To fix the slideshow I just reversed the hacking on the printfunction for slideshow. The only call in the header that was put back in that I can think would stop it would be that. You would know better.
Except in the cases where the user has selected to turn headers "off" for the slideshow; in which case, you just need to send a simple header with nothing but the refresh meta tag and a title. But I noticed you blanked that out and thats the part that confused me - if headers are "off" and it doesnt print any headers, how does it refresh?
sugestion for a little enhancement:<br /><br />If we use IIP 5.3.1 it would be nice to have a custom pal box to display a thumbnail of a random picture from the gallerie like 'Picture of the Day'.<br /><br />
[]Zarzal said:<br />sugestion for a little enhancement:<br /><br />If we use IIP 5.3.1 it would be nice to have a custom pal box to display a thumbnail of a random picture from the gallerie like 'Picture of the Day'.<br /><br /> [/]<br /><br />There is a hack for a photo pal box around here someowhere... although I don't know off hand where <img src="/forum/images/graemlins/smile.gif" alt="" />
I can post it Zarzal. <br /> <br /> I have been using one for quite a while. I updated the original one posted by casper along time ago. I posted it in forum design integration for you. <br /> <br />http://www.ubbdev.com/forum/showflat.php?Cat=&Number=89732
Zarzal this hack is the one for 4.01 correct. To show the gallery in the who's online add the following to the online.php file in your language directories near the end before the ?><br /><br />$ubbt_lang['showgallery'] = "Viewing a Gallery";<br />$ubbt_lang['addfav'] = "Adding a favorite Picture";<br />$ubbt_lang['adm-index'] = "Administrating the Galleries";<br />$ubbt_lang['bulkupload'] = "Uploading a bunch of photos to the Gallery";<br />$ubbt_lang['showphoto'] = "Viewing a photo in the Gallery";<br />$ubbt_lang['comments'] = "Commenting on a photo in the Gallery";<br />$ubbt_lang['slideshow'] = "Veiwing a slide show in the Gallery";<br />$ubbt_lang['uploadphoto'] = "Uploading a photo to the Gallery";<br /><br />