| Re: Create a XOOPS site with Cooliris |
| by ghia on 2009/1/3 11:28:52 I think if you use a media gallery like WebPhoto, which includes a media RSS, then you don't have to do anything. Beware of the increased traffic, if a lot of users start to load hundreds of thumbnails at a time. Also Protector may not like it. If you have a module with no RSS, then you can try to adapt the crude framework above. But it will be always module specific. Things to do: le="color: #000000"><?php require("../lib/config.php"); require("../lib/functions.php"); require("../lib/tag_functions.php"); require("../user/database.php"); require("../user/user.php"); require("../lib/forms.php"); to be replaced by XOOPS includes eg (not complete) le="color: #000000"><?php include "../../mainfile.php"; include_once XOOPS_ROOT_PATH.'/include/functions.php'; global $xoopsConfig; Replace all links with http://www.mywebsite.com/... with the correct links to your site. In le="color: #000000"><?php <lastBuildDate>' . date("D, d M Y h:i:s") . ' EST</lastBuildDate> set the time zone.In function getRssItems you have to adapt the database query to the XOOPS database sytem and to the tables for your module to obtain a list of IDs of photos that may be viewed by anonymous users (permissions!). Function getRssItems should assemble an array with all the titles, texts and links to the tumbnails, photos and webpages from a given start to end index. I think this could be more efficient combined in the first database query and the start and end index applied as a limit. There seems also no check for the end of the gallery (last photo). |
| Re: Create a site xoops whith cooloris |
| by sailjapan on 2009/1/3 5:59:06 bump |
| Re: Create a site xoops whith cooloris |
| by sailjapan on 2008/10/18 17:03:13 Looks like the easiest way would be to create an RSS feed from your MySQL db using the code they give here Anyone think this is doable? Would be very cool if so... |
| Create a site xoops whith cooloris |
| by tatane on 2008/10/18 16:34:11 Hello I would like to create an image and video using this style effects Is this possible? merci |