<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
  xmlns:georss="http://www.georss.org/georss"
  xmlns:media="http://search.yahoo.com/mrss/" >
<channel>
  <title>Schulpastoral - Schulseelsorge</title>
  <link>http://www.schulpastoral.org/</link>
        <pubDate>Wed, 06 May 2026 20:11:02 +0200</pubDate>
        <lastBuildDate>Wed, 16 Jan 2013 02:00:00 +0100</lastBuildDate>
        <docs>http://backend.userland.com/rss/</docs>
        <generator>XOOPS rssc</generator>
        <category>RSS Center</category>
        <managingEditor>webmaster@schulpastoral.de (Staufer)</managingEditor>
        <webMaster>webmaster@schulpastoral.de (Staufer)</webMaster>
        <copyright>Copyright (c) 2026, Staufer</copyright>
        <language>de</language>
        <atom:link href="http://www.schulpastoral.org/modules/rssc/rss.php?andor=AND&amp;mode=rss&amp;start=250" rel="self" type="application/rss+xml" />
      <item>
  <title>XDResponsive: Free Responsive template for XOOPS</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6426</link>
      <description>Xoops Demo is pleased to present its new theme called XDResponsive. This new theme is based on the system RESPONSIVE.This theme can be used with Xoops 2.4.x and 2.5.xIt is compatible with all mobile devices such as Iphone, Ipad, Tablet, etc. Optimized HTML 5 and CSS 3, so you can use it on browsers such as Firefox, Internet Explorer 9, Chrome, SafariThis theme is an adaptation of the generator InitializrFor can view Here or download Here</description>
        <pubDate>Wed, 16 Jan 2013 02:00:00 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6426</guid>
        
      <content:encoded> <![CDATA[
    <a href="http://xoops-demo.com">Xoops Demo</a> is pleased to present its new theme called <strong>XDResponsive</strong>. This new theme is based on the system RESPONSIVE.<br /><br /><img alt="" src="http://xoops-demo.com/uploads/templates/XDresponsive.png"><br /><br />This theme can be used with Xoops 2.4.x and 2.5.x<br /><br />It is compatible with all mobile devices such as Iphone, Ipad, Tablet, etc.<br /><table style="width:100%;border:0"><br />  <tr><br />    <td><img style="width:225px;margin-left:10px;" src="http://img845.imageshack.us/img845/5462/iphonex.png" alt=""/></td><br />    <td><img style="width:200px;margin-left:10px;" src="http://img407.imageshack.us/img407/2319/iphone1b.png" alt=""/></td><br />    <td><img style="width:200px;margin-left:10px;" src="http://img803.imageshack.us/img803/3378/iphone2.png" alt=""/></td><br />  </tr><br /></table><br /><br />Optimized HTML 5 and CSS 3, so you can use it on browsers such as Firefox, Internet Explorer 9, Chrome, Safari<br /><br /><img src="http://xoops-demo.com/uploads/navigateur.png" alt=""/><br /><br />This theme is an adaptation of the generator <a href="http://www.initializr.com">Initializr</a><br /><br />For can view  <a href="http://demo.xoops-demo.com/index.php?xoops_theme_select=XDresponsive" rel="external" title="">Here</a> or download <a href="http://sourceforge.net/projects/xdthemes/files/XDresponsive.zip/download" rel="external" title="">Here</a>
    ]]> </content:encoded>
            </item>
  <item>
  <title>Using templates pages in modules</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6420</link>
      <description>Hello,A lot of people using XOOPS, need to use templates for presenting homogeneous pages : - cooking,- some books,- some movies, - ...I would show you how to use a template to generate your pages :Advantages: - Same template for all pages- Homogeneous and more clear presentation- Using of pre-defiined pagesCreating a Template (gabarits) in 6 steps: 1 - TinyMCE editor activation for modules2 - Add the template botton3 - Create template files4 - Create a definition file for templates5 - upload fi ...</description>
        <pubDate>Fri, 11 Jan 2013 17:30:00 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6420</guid>
        
      <content:encoded> <![CDATA[
    Hello,<br /><br />A lot of people using XOOPS, need to use templates for presenting homogeneous pages : <br /><br />- cooking,<br />- some books,<br />- some movies, <br />- ...<br /><br />I would show you how to use a template to generate your pages :<br /><br /><strong>Advantages:</strong> <br /><br />- Same template for all pages<br />- Homogeneous and more clear presentation<br />- Using of pre-defiined pages<br /><br /><br />Creating a Template (gabarits) in 6 steps: <br /><br /><strong>1 - TinyMCE editor activation for modules<br />2 - Add the template botton<br />3 - Create template files<br />4 - Create a definition file for templates<br />5 - upload files on server<br />6 - Use</strong><br /><br /><br /><strong>1 - TinyMCE editor activation for modules</strong> (See this editor in demo <a href="http://www.tinymce.com/tryit/full.php" rel="external" title="">here</a>)<br />Administration / Preferences / systeme Module Settings / Editor Settings / Editor for all modules: : tinymce<br />(or choose TinyMCE for default editor for the module that you will use, in module preferences) <br /><br /><br /><strong>2 - Add the template button </strong><br /><br />Modify the file /class/xoopseditor/tinymce/settings.php:<br /><br />Line 70, change <div class="xoopsCode"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #DD0000">"paste,fullscreen,visualchars,nonbreaking,inlinepopups"</span><span style="color: #007700">,</span><span style="color: #0000BB"></span>
</span>
</code></div>by<br /><div class="xoopsCode"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #DD0000">"paste,fullscreen,visualchars,nonbreaking,inlinepopups,template"</span><span style="color: #007700">,</span><span style="color: #0000BB"></span>
</span>
</code></div><br />then line 85 <div class="xoopsCode"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #DD0000">"theme_advanced_buttons4"&nbsp;</span><span style="color: #007700">=>&nbsp;</span><span style="color: #DD0000">"xoopsimagemanager,xoopsemotions,xoopsquote,xoopscode,xoopsmlcontent"</span><span style="color: #007700">,</span><span style="color: #0000BB"></span>
</span>
</code></div>by<br /><div class="xoopsCode"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #DD0000">"theme_advanced_buttons4"&nbsp;</span><span style="color: #007700">=>&nbsp;</span><span style="color: #DD0000">"xoopsimagemanager,xoopsemotions,xoopsquote,xoopscode,xoopsmlcontent,template"</span><span style="color: #007700">,
<br /></span><span style="color: #DD0000">"template_external_list_url"&nbsp;</span><span style="color: #007700">=>&nbsp;</span><span style="color: #DD0000">'/uploads/gabarits/liste-gabarits.js'</span><span style="color: #007700">,</span><span style="color: #0000BB"></span>
</span>
</code></div><br />(Here it is for indicate that templates are in the directory /uploads/gabarits and definition's file of the template is liste-gabarits.js<br /><br /><br /><strong>3 - Create template files</strong><br /><br /><strong>Theses files must be in html format, but without < html >, < body > or <head ></strong><br />Here, we create 2 html files: <br /><br />- fiche-cooking.html,<br />- fiche-book.html.<br /><br />Please, make a clean html file, with fixed positions...<br />For example, for the template 'cooking' : <br />Title of the cooking : <br />Ingredients :<br />Difficulty to make : <br />...<br /><br /><strong>4 - Create the definition's file of the template</strong><br /><br />Here, create the file liste-gabarits.js : <br /><div class="xoopsCode"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">//&nbsp;JavaScript&nbsp;Document&nbsp;
<br />
<br /></span><span style="color: #007700">var&nbsp;</span><span style="color: #0000BB">tinyMCETemplateList&nbsp;</span><span style="color: #007700">=&nbsp;[&nbsp;
<br />
<br /></span><span style="color: #FF8000">//&nbsp;Nom,&nbsp;URL,&nbsp;Description&nbsp;
<br />
<br /></span><span style="color: #007700">[</span><span style="color: #DD0000">"Fiche&nbsp;cuisine"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"/_uploads/gabarits/fiche-cooking.html"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"Template&nbsp;for&nbsp;the&nbsp;cooking."</span><span style="color: #007700">],&nbsp;
<br />
<br />[</span><span style="color: #DD0000">"Fiche&nbsp;Livre"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"/_uploads/gabarits/fiche-book.html"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"Template&nbsp;for&nbsp;books."</span><span style="color: #007700">]&nbsp;];</span><span style="color: #0000BB"></span>
</span>
</code></div><br /><br /><br /><strong>5 - upload files on server</strong> <br /><br />On /uploads/gabarits, uploads files :  <br /><br />- liste-gabarits.js<br />- fiche-cooking.html,<br />- fiche-book.html.<br />- index.htlm ( same as in another directory)<br /><br /><br /><strong>6 - Use</strong><br /><br />Go to module (news for example), then click on the "template" icon then, in the opening window, select the template that you want to use (fiche-cooking for create a page for "Apple cake",  for example)<br /><br />Thats' all !<br /><br />It is nice ?<br /><br />Let me know what you think. I will appreciate your comments ! <br /><br />PS 1 : Big thanks to <a href="http://www.frxoops.org/userinfo.php?uid=30731" rel="external" title="">montuy337513</a> for the support in the XOOPS France Forum.<br /><br />PS 2 : it would be nice to have this option available by default in the next XOOPS version, wouldn't it? 
    ]]> </content:encoded>
            </item>
  <item>
  <title>New XOOPS Google Page: Les amis de Xoops France</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6419</link>
      <description>Thanks to the initiative of our friend Alain01 Xoops France team is pleased to present its new Google page called Les amis de Xoops France.This page will in addition to Twitter and Facebook to submit modules, participate in comments and follow frxoops.org publications.We invite you to visit and registerSee you soon</description>
        <pubDate>Tue, 08 Jan 2013 11:21:59 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6419</guid>
        
      <content:encoded> <![CDATA[
    Thanks to the initiative of our friend <a href="http://www.frxoops.org/userinfo.php?uid=1488">Alain01</a> Xoops France team is pleased to present its new Google page called <a href="https://plus.google.com/u/0/communities/114536615355823754666">Les amis de Xoops France</a>.<br /><br /><img style="float:right" src="http://img201.imageshack.us/img201/50/lesamisdexoopsfrance.png" alt=""/><br /><br />This page will in addition to <a href="https://twitter.com/XoopsFR">Twitter</a> and <a href="https://www.facebook.com/frxoops">Facebook</a> to submit modules, participate in comments and follow <a href="http://www.frxoops.org" rel="external" title="">frxoops.org</a> publications.<br /><br />We invite you to visit and register<br /><p>See you soon</p>
    ]]> </content:encoded>
            </item>
  <item>
  <title>FBComment 1.0 RC Available</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6418</link>
      <description>geekwright is proud to announce the availability of a release candidate of FBComment 1.0.FBComment is a module for XOOPS systems that provides easy access to Facebook(R) social plugins for both Like Buttons and Comments. This functionality is provided through standard XOOPS blocks which can be added to virtually any page. In this way, page specific comments can be added quickly without requiring any changes to module templates. Open Graph meta tags are automatically added to pages where the bloc ...</description>
        <pubDate>Sat, 05 Jan 2013 03:36:03 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6418</guid>
        
      <content:encoded> <![CDATA[
    geekwright is proud to announce the availability of a release candidate of FBComment 1.0.<br /><br />FBComment is a module for XOOPS systems that provides easy access to Facebook(R) social plugins for both Like Buttons and Comments. This functionality is provided through standard XOOPS blocks which can be added to virtually any page. In this way, page specific comments can be added quickly without requiring any changes to module templates. Open Graph meta tags are automatically added to pages where the blocks are used, and additional page specific data can be easily specified using the built in Open Graph meta data editor.<br /><br />Download is here: <a href="http://geekwright.com/modules/wfdownloads/singlefile.php?lid=5" rel="external" title=""><a href="http://geekwright.com/modules/wfdownloads/singlefile.php?lid=5" title="http://geekwright.com/modules/wfdownloads/singlefile.php?lid=5" rel="external">http://geekwright.com/modules/wfdownloads/singlefile.php?lid=5</a></a><br /><br /><br /><div style="text-align: right;">* Facebook is a registered trademark of Facebook, Inc.</div>
    ]]> </content:encoded>
            </item>
  <item>
  <title>XOOPS Featured on SourceForge</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6417</link>
      <description>This week SourceForge is featuring projects that have won &quot;Project of the Month&quot; during 2012: https://sourceforge.net/blog/featured-projects-2012123/As you remember, XOOPS won the Project of the Month for August 2012,, therefore we&apos;re automatically featured there as well! It is definitely a great exposure for XOOPS among all the SourceForge users! </description>
        <pubDate>Fri, 04 Jan 2013 10:06:13 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6417</guid>
        
      <content:encoded> <![CDATA[
    This week SourceForge is featuring projects that have won "Project of the Month" during 2012: <br /><br /><a href="https://sourceforge.net/blog/featured-projects-2012123/" title="https://sourceforge.net/blog/featured-projects-2012123/" rel="external">https://sourceforge.net/blog/featured-projects-2012123/</a><br /><br /><img src='http://farm9.staticflickr.com/8215/8340740947_b2d67130af_b.jpg' border='0' alt='Original Image' onload="JavaScript:if(this.width>300) this.width=300" /><br /><br />As you remember, XOOPS won the <a href="http://xoops.org/modules/news/article.php?storyid=6358" rel="external" title="">Project of the Month for August 2012,</a>, therefore we're automatically featured there as well! <img class="imgsmile" src="http://xoops.org/uploads/smil42e7a3d4c7b9f.gif" alt="" /><br /><br />It is definitely a great exposure for XOOPS among all the SourceForge users! 
    ]]> </content:encoded>
            </item>
  <item>
  <title>News Theme for Publisher Module</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6416</link>
      <description>The theme for the news Publisher moduleTheme Design : http://www.designzzz.com/design-a-min ... t-for-your-personal-site/Adapted for Xoops: B.Heyula !Theme Demo :http://xoopstasarim.com/modul-demo/Download:https://sourceforge.net/projects/xoops ... Themes/haber.zip/downloadThemes:http://www.xoops-tr.com/modules/myalbum/Thanks for the module : TrabisThank you for Slider : Mariane</description>
        <pubDate>Wed, 02 Jan 2013 18:44:59 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6416</guid>
        
      <content:encoded> <![CDATA[
    <div style="text-align: center;"><img src='http://www.xoops-tr.com/uploads/img50e32943b507f.jpg' border='0' alt='Original Image' onload="JavaScript:if(this.width>300) this.width=300" /><br /><br /><img src='http://www.xoops-tr.com/uploads/img50e3295325c61.jpg' border='0' alt='Original Image' onload="JavaScript:if(this.width>300) this.width=300" /></div><br /><br /><strong>The theme for the news Publisher module</strong><br /><br /><strong>Theme Design :</strong> <a href="http://www.designzzz.com/design-a-minimalist-layout-for-your-personal-site/" title="http://www.designzzz.com/design-a-minimalist-layout-for-your-personal-site/" rel="external">http://www.designzzz.com/design-a-min ... t-for-your-personal-site/</a><br /><br /><strong>Adapted for Xoops:</strong> B.Heyula !<br /><br /><strong>Theme Demo :</strong><br /><a href="http://xoopstasarim.com/modul-demo/" title="http://xoopstasarim.com/modul-demo/" rel="external">http://xoopstasarim.com/modul-demo/</a><br /><br /><strong>Download:</strong><br /><a href="https://sourceforge.net/projects/xoopstr/files/Themes/haber.zip/download" title="https://sourceforge.net/projects/xoopstr/files/Themes/haber.zip/download" rel="external">https://sourceforge.net/projects/xoops ... Themes/haber.zip/download</a><br /><br /><strong>Themes:</strong><br /><a href="http://www.xoops-tr.com/modules/myalbum/" title="http://www.xoops-tr.com/modules/myalbum/" rel="external">http://www.xoops-tr.com/modules/myalbum/</a><br /><br /><strong>Thanks for the module :</strong> Trabis<br /><strong>Thank you for Slider :</strong> Mariane<br />
    ]]> </content:encoded>
            </item>
  <item>
  <title>Updated Roadmap for XOOP 2.6.0</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6415</link>
        <pubDate>Mon, 31 Dec 2012 13:20:00 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6415</guid>
        
      <content:encoded> <![CDATA[
    The Core Team is hard at work on XOOPS 2.6.0, as you can see from <a href="https://sourceforge.net/p/xoops/svn/10610/tree/XoopsCore/branches/2.6.x/2.6.0/" rel="external" title="">their commits to SVN</a> (Remember, you can subscribe to our <a href="https://lists.sourceforge.net/lists/listinfo/xoops-svn" rel="external" title="">SVN mailing list</a> to be notified about all SVN submissions.)<br /><br /><strong>Below is the updated Roadmap for XOOPS 2.6.0:</strong><br /><br /><span style="font-size: large;"><strong>Alpha 2</strong></span><br /><br /><em><strong>· Extracting some functionality from Core into separate extensions or modules.</strong></em><br /><br /><span style="color: #009900;">- Comments.<br />- Notifications.</span><br />- Image manager.<br /><span style="color: #009900;">- Search.<br />- qrcode<br />- logger<br />- xcaptcha<br />- xlanguage<br /><br /><em><strong>· Integration of PDF library.</strong></em><br /><br />- use html2pdf in extension "pdf" (<a href="http://html2pdf.fr/en/default" title="http://html2pdf.fr/en/default" rel="external">http://html2pdf.fr/en/default</a>)<br /><br /><em><strong>· Content module.</strong></em><br /><br />- In order to easily add content "out of the box" .<br /><br /><em><strong>· Menu Module.</strong></em><br /><br />- This system allow to create all kind of menus.</span><br /><br />Everything in green is done.<br /><br /><span style="font-size: medium;"><strong>Alpha 3</strong></span><br /><br /><em><strong>· Adding a theme manager in the system module.</strong></em><br /><br />- This section allows you to manage themes like modules so you can install, uninstall, or disable a theme.<br />- We can of course add a few settings in the theme (eg. Logo, size, etc. ..) and all these settings will be visible in the theme. <br /><br /><em><strong>· Integration of rewrite mode in XOOPS.</strong></em><br /><br /><em><strong>· Modification of blocks positions. </strong></em><br /><br /><em><strong>· Adding several features requested. </strong></em><br /><br /><span style="color: #FF0000;">- We have not yet defined which will be integrated. The core team will evaluate the request and integrate only one that will not delay the release of 2.6. For others they will be integrated into version 2.7</span><br /><br /><span style="font-size: medium;"><strong>Beta</strong></span><br /><br />· Bugs fixed.<br /><br /><span style="font-size: large;"><strong>RC</strong></span><br /><br />· Correction of the latest bugs.<br /><br /><span style="font-size: medium;"><strong>Estimated Dates <span style="color: #FF0000;">(Subject to change!)</span></strong></span><br /><br />Version Alpha 2: 15 January 2013<br /><br />Version Alpha 3: 15 April 2013<br /><br />Versions Beta ( 1, ?): From April to Mai 2013<br /><br />Versions RC ( 1, ?): From Mai to Jun 2013<br /><br />Final Version: August 2013<br /><br /><br /><strong>Your Core Development Team<br /><br /><em>Nicolas, Trabis, DuGris and Mage</em></strong>
    ]]> </content:encoded>
            </item>
  <item>
  <title>Xoops site about the legendary Commodore 64</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6414</link>
      <description>I have been used Xoops for my websites since 2005 now. This is my ninth site created with Xoops.This site hosting longplays (walkthrough videos) of Commodore 64 games. The user can choose to download or watch the video on youtube.I&apos;m using the Bleek_Party theme with a few modifications. This theme works pretty well. But I think I will hire someone to make a more appropriate theme. Anyone?The modules I use:TDMDownloadsXDonationsXoopspollMembershipCBB/NewBBNewsSmartfaqThe site was started just two ...</description>
        <pubDate>Sat, 29 Dec 2012 09:08:18 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6414</guid>
        
      <content:encoded> <![CDATA[
    I have been used Xoops for my websites since 2005 now. This is my ninth site created with Xoops.<br /><br />This site hosting <a href="http://en.wikipedia.org/wiki/Longplay" rel="external" title="">longplays </a>(walkthrough videos) of <a href="http://en.wikipedia.org/wiki/Commodore_64" rel="external" title="">Commodore 64</a> games. The user can choose to download or watch the video on youtube.<br /><br />I'm using the Bleek_Party theme with a few modifications. This theme works pretty well. But I think I will hire someone to make a more appropriate theme. Anyone?<br /><br />The modules I use:<br /><br />TDMDownloads<br />XDonations<br />Xoopspoll<br />Membership<br />CBB/NewBB<br />News<br />Smartfaq<br /><br />The site was started just two weeks ago. So there is not much activity yet.<br /><br />Link: <a href="http://www.recordedc64games.org" rel="external" title=""><a href="http://www.recordedc64games.org" title="www.recordedc64games.org" rel="external">www.recordedc64games.org</a></a>
    ]]> </content:encoded>
            </item>
  <item>
  <title>Basic Module Pack for XOOPS 2.5.5 (recently updated Final releases)</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6411</link>
      <description>There was a progress over the last few days with finalizing some of the modules that will be part of our XOOPS Basic Module Pack. All these modules use the XOOPS 2.5.5 Admin GUI, so they share a very similar &quot;look and feel&quot;, thus lowering the learning curve.Together with modules already released earlier, here is the updated current Basic Module Pack:Avaman0.22 FinalAvaman Module manages Avatars and Smilies for the userBackup3.3 FinalA module to allow you to easily backup and/or restore your MySQ ...</description>
        <pubDate>Mon, 24 Dec 2012 00:20:00 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6411</guid>
        
      <content:encoded> <![CDATA[
    There was a progress over the last few days with finalizing some of the modules that will be part of our  <strong>XOOPS Basic Module Pack</strong>. <br /><br />All these modules use the XOOPS 2.5.5 Admin GUI, so they share a very similar "look and feel", thus lowering the learning curve.<br /><br />Together with modules already released earlier, here is the updated current Basic Module Pack:<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Avaman/XOOPS2.5_mod_avaman_0.22_mamba.zip/download" rel="external" title="">Avaman0.22 Final</a></strong><br />Avaman Module manages Avatars and Smilies for the user<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Backup/XOOPS25_mod_backup_3.3_xoops.zip/download" rel="external" title="">Backup3.3 Final</a></strong><br />A module to allow you to easily backup and/or restore your MySQL database.<br /><br />Features:<br />=============<br />1 backup XOOPS data and store in three ways: on the server, download immediately(admin only) or sent by email(URL or attachments)<br />2 tables can be select to be exported separately. useful for large tables<br />3 file number stored on local server can be configured<br />4 backup can be made by admin or via cronjob<br />5 restore XOOPS data from db files exported the module or by any db management script like phpmyadmin<br />6 capable for large file import by multiple sessions<br />7 restore can be done by non-webmaster, useful for XOOPS user related date restore.<br />8 timeout issues have been efficiently solved<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Birthday/XOOPS25_mod_birthday_2.30_xoops.zip/download" rel="external" title="">Birthday2.3 Final</a></strong><br />Birthday is a module to keep track of your members' Birthdays.<br />It can be also used to remember fallen soldiers, by showing the date of their passing. You can use a WYSIWYG editor to make it even more attractive<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Boox/XOOPS25_mod_boox_1.71_xoops.zip/download" rel="external" title="">Boox1.71 Final</a></strong><br />Boox (Blocks Out Of Xoops) is a module which is to help you to manage content that Xoops can't access but which is part of your site.<br /><br />Typically, this content is created on the form of blocks which are not parts of a Xoops module and that's also a content which is, in general, placed in the theme. With the module, you can create as many "virtual blocks" as you want, they are saved in files (the module does not use database) and you just need to call them in your theme with one line of code.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Defacer/XOOPS25_mod_defacer_1.11_xoops.zip/download" rel="external" title="">Defacer1.11 Final</a></strong><br />Defacer is a new revolutionary XOOPS module that allows you to change themes, metadata and permissions for any given page on the XOOPS-based Website, thus giving you a level of control and customization not seen before.<br />It also comes with jgrowl redirection system and the ability of using blocks anywhere in your theme and templates<br /><br />With this Xoops module, you can:<br />change themes, metadata and permissions for any given page.<br />enable jgrowl redirection system<br />use blocks anywhere<br /><strong><br /><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/extGallery/XOOPS25_mod_extgallery_1.11_voltan.zip/download" rel="external" title="">extGallery1.11 Final</a></strong><br />eXtGallery is a powerful web gallery module for XOOPS<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/GoogleMaps/XOOPS25_mod_googlemaps_0.9_xoops.zip/download" rel="external" title="">Google Maps0.9 Final</a></strong><br />Google Maps Creates a world map from Google where users can add in markers for locations<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Marquee/XOOPS25_mod_marquee_2.49_xoops.zip/download" rel="external" title="">Marquee2.49 Final</a></strong><br />Marquee is a XOOPS module to create scrolling texts (marquees). You can create an unlimited number of marquees and use them in 4 blocks. Texts can scroll horizontally (from right to left or left to right) and vertically (from top to bottom and bottom to top). You can also set the loop, i.e. how many times should the marquee loop (from 1 to 100 times, and infinity). You can use a WYSIWYG editor to make your marquees even more attractive<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MastopGo2/XOOPS25_mod_mastop_go2_1.02_xoops.zip/download" rel="external" title="">Mastop Go21.02 Final</a></strong><br />Mastop Go2 is a new concept in Spotlights Management for XOOPS sites, following the standards of OO development, facilitating the inclusion of new resources. Even being simple, Mastop Go2 module came to meet the basic needs for any Xoops site: Let the site more beautiful and speed up the publication of any information, may it be written or graphical.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MyComments/XOOPS25_mod_mycomments_1.01_xoops.zip/download" rel="external" title="">MyComments1.01 Final</a></strong><br />With this Xoops module, your users can keep a track of their received and sent comments.<br />The module can :<br />. display received comments by user<br />. display sent comments by user<br />. display the above per module<br />. include comments on your site search<br />. display a block with the last commented items (not last comments)<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MyMenus/XOOPS2.5_mod_mymenus_1.41_xoops.zip/download" rel="external" title="">MyMenus1.41 Final</a></strong><br />MyMenus is menu manager module from Trabis that allows you to display dynamic or static menus in your website.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MySearch/XOOPS25_mod_mysearch_1.21_xoops.zip/download" rel="external" title="">MySearch1.21 Final</a></strong><br />With this module you can learn what people are searching for on your website.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MyTabs/XOOPS25_mod_mytabs_2.21_xoops.zip/download" rel="external" title="">MyTabs2.21 Final</a></strong><br />MyTabs is a simple module to create and manage multiple content blocks and post them in Tabs.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Obituaries/XOOPS25_mod_obituaries_2.31_xoops.zip/download" rel="external" title="">Obituaries2.31 Final</a></strong><br />With this module you can show Members' Obituaries.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/QRCode/XOOPS25_mod_qrcode_1.02_Final_xoops.zip/download" rel="external" title="">Qrcode1.02 Final</a></strong><br />Module to create QRCodes. Currently the QRCode module allows for creations of the following QRCodes:<br />-Visit a website<br />-Call a phonenumber<br />-Send a SMS to a cellphone<br />-Plain text<br />-Send an email<br />-Lookup GPS coordinates<br />-Create a business card<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/SmartFAQ/XOOPS2.5_mod_smartfaq_1.10_xoops.zip/download" rel="external" title="">SmartFAQ1.10 Final</a></strong><br />SmartFAQ, as you would probably have guessed it by the name, is a Frequently Asked Questions system for XOOPS 2.x web sites. Compared to XoopsFaq or WF-FAQ, SmartFAQ offers exciting new functionality that will help communities to quickly and easily build a complete FAQ system for their sites.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Soapbox/XOOPS2.55_mod_soapbox_1.60.Final_mamba.zip/download" rel="external" title="">Soapbox1.6 Final</a></strong><br />This little module has a single purpose: to help you build in your site an editorial column section, where you can manage the columns and articles published in an ordered fashion.<br />It uses Smarty templates, can take comments, it's fully searchable, includes notification options, and lets users rate the articles as well as send private messages to the authors. Also, you can decide which groups of users see what specific columns.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/TDMDownloads/XOOPS2.55_mod_TDMDownloads_1.62_xoops.zip/download" rel="external" title="">TDMDownloads1.62 Final</a></strong><br />Creates a downloads section where users can download/submit/rate various files. It uses XOOPS permission and group management, thus allowing a great flexibility in use.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/wfDownload/xoops25_mod_wfdownloads_3.21Final_xoops.zip/download" rel="external" title="">Wf-Downloads3.21 Final</a></strong><br />WF-Downloads is a download module for XOOPS. You can create a download section with multiple categories and sub-categories. You decide which groups are allowed to upload which type of files separately.<br /><br /><strong><a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/wfLinks/xoops25_mod_wflinks_1.09Final_xoops.zip/download" rel="external" title="">Wf-links1.09 Final</a></strong><br />WF-Links is a module for XOOPS that helps you to create a link section with multiple categories and sub-categories. <br /><br />[EDIT on 12/22/2012] I've updated following modules to Final versions:<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Contact/XOOPS2.5_mod_contact_1.80_voltan.zip/download" rel="external" title="">Contact 1.80 (with DB, from Voltan)</a></strong><br />Module to send a message to the Webmaster. The new thing is that in addition to Email, the messages to Webmaster will be also stored in a DB (thanks to Voltan)<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Tag/XOOPS2.5_mod_tag_2.31_xoops.zip/download" rel="external" title="">Tag 2.31 </a></strong><br />The tag module is designed for site-wide tag management, handling tag input, display and stats for each module that enables tag plugin.<br />This module provides a centralized toolkit including input, display, stats and substantial more comprehensive applications, so that each module does not need to develop its own tag handling scripts.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/Waiting/XOOPS2_mod_waiting_0.96_Final_Mamba.zip/download" rel="external" title="">Waiting 0.96</a></strong><br />This module offers you an extensible waiting contents block into your XOOPS.<br />By installing this module and adding proper plug-ins only, you as webmaster can confirm any approval waitings of any modules at one view.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/xLanguage/XOOPS2.5_mod_xlanguage_3.04_xoops.zip/download" rel="external" title="">xLanguage 3.04</a></strong><br />An eXtensible Multi-language content and character encoding Management plugin, Multilanguage management handles displaying contents in different languages, like English, French and Chinese. If you want to switch between languages, this module is for you.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/xoopsHeadline/XOOPS2.5_mod_xoopsheadline_1.10_zyspec.zip/download" rel="external" title="">XoopsHeadline 1.10</a></strong><br />The XoopsHeadlines module is used to display RSS feeds on your website. It is typically used to aggregate news feeds into a single location on your website. The headlines can be shown in the XoopsHeadlines module or in a block on your site.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/xoopsPoll/XOOPS2.5_mod_xoopspoll_1.33_xoops.zip/download" rel="external" title="">XoopsPoll 1.33</a></strong><br />The XoopsPolls module can be used to display interactive survey forms on your site. Each poll can display a question on which visitors can ?vote?. This can be a valuable way to collect feedback from your community. Polls can be configured to allow single or multiple choices and visitors can view the ?results? to date.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/xoopsTube/XOOPS2.5_mod_xoopstube_1.05_mamba.zip/download" rel="external" title="">XoopsTube 1.05</a></strong><br />With the module XoopsTube you can add and categorize movies from sites like YouTube, DailyMotion, LiveLeak, etc. to your website.<br /><br /><strong>- <a href="http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/xSiteMap/XOOPS2.5_mod_xsitemap_1.52_xoops.zip/download" rel="external" title="">xSiteMap 1.52</a></strong><br />The xSiteMap module automatically creates sitemap of your Website for you and your visitors.<br /><br /><strong>There will be more modules coming soon, as the goal is to finish the Basic Module Pack by end of the year, so we can focus on converting all these modules to XOOPS 2.6.0</strong> <img class="imgsmile" src="http://xoops.org/uploads/smil3dbd4d6422f04.gif" alt="" /><br /><br />All these modules have been tested on PHP 5.4.8, so they should be running just fine on existing XOOPS 2.5.5 and PHP 5.2+ installations. <br /><br /><strong>Our recommendation is:<br /><br />XOOPS 2.5.5<br />PHP 5.3+</strong><br /><br />If you find any bugs, please report them in <a href="http://xoops.org/modules/newbb/viewtopic.php?topic_id=75717" rel="external" title="">this Thread</a>. <br /><br /><span style="color: #FF0000;">We would also appreciate all help with finalizing other modules, and with writing documentation or creating video tutorials, and translations into local languages. </span><br /><br />We would like to thank all users who tested these modules and reported bugs, and all developers who contributed new features and bug fixes! <br /><br />It is this collaboration that makes the XOOPS Community so strong! <br /><br />Viva XOOPS! <img class="imgsmile" src="http://xoops.org/uploads/smil42e7a3d4c7b9f.gif" alt="" />
    ]]> </content:encoded>
            </item>
  <item>
  <title>[Free] Jingle Bell Rock V3 Theme</title>
  <link>http://xoops.org/modules/news/article.php?storyid=6413</link>
      <description>Hello!I am sharing one more theme for XOOPS, Jingle Bell Rock V3!See Online: http://bit.ly/UfuY4xScreens: http://bit.ly/UfuUSlDownload: http://bit.ly/UfuXh8Hope you enjoy, Merry Christmas to all!Viva XOOPS!</description>
        <pubDate>Sun, 23 Dec 2012 20:34:41 +0100</pubDate>
        <guid>http://xoops.org/modules/news/article.php?storyid=6413</guid>
        
      <content:encoded> <![CDATA[
    Hello!<br /><br />I am sharing one more theme for XOOPS, Jingle Bell Rock V3!<br /><div style="text-align: center;"><img src='http://xoopsfire.com/uploads/extgallery/public-photo/medium/home_1_fd513.png' border='0' alt='Original Image' onload="JavaScript:if(this.width>500) this.width=500" /></div><br /><br />See Online: <a href="http://bit.ly/UfuY4x" title="http://bit.ly/UfuY4x" rel="external">http://bit.ly/UfuY4x</a><br /><br />Screens: <a href="http://bit.ly/UfuUSl" title="http://bit.ly/UfuUSl" rel="external">http://bit.ly/UfuUSl</a><br /><br />Download: <a href="http://bit.ly/UfuXh8" title="http://bit.ly/UfuXh8" rel="external">http://bit.ly/UfuXh8</a><br /><br />Hope you enjoy, Merry Christmas to all!<br /><br /><div style="text-align: center;"><span style="font-size: x-large;">Viva XOOPS!</span></div>
    ]]> </content:encoded>
            </item>
</channel>
</rss>