XDResponsive: Free Responsive template for XOOPS

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.x It 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, Safari This theme is an adaptation of the generator Initializr For can view Here or download Here
Read more... | 4 comments

Using templates pages in modules

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 pages


Creating a Template (gabarits) in 6 steps:

1 - TinyMCE editor activation for modules
2 - Add the template botton
3 - Create template files
4 - Create a definition file for templates
5 - upload files on server
6 - Use



1 - TinyMCE editor activation for modules (See this editor in demo here)
Administration / Preferences / systeme Module Settings / Editor Settings / Editor for all modules: : tinymce
(or choose TinyMCE for default editor for the module that you will use, in module preferences)


2 - Add the template button

Modify the file /class/xoopseditor/tinymce/settings.php:

Line 70, change
"paste,fullscreen,visualchars,nonbreaking,inlinepopups",
by
"paste,fullscreen,visualchars,nonbreaking,inlinepopups,template",

then line 85
"theme_advanced_buttons4" => "xoopsimagemanager,xoopsemotions,xoopsquote,xoopscode,xoopsmlcontent",
by
"theme_advanced_buttons4" => "xoopsimagemanager,xoopsemotions,xoopsquote,xoopscode,xoopsmlcontent,template",
"template_external_list_url" => '/uploads/gabarits/liste-gabarits.js',

(Here it is for indicate that templates are in the directory /uploads/gabarits and definition's file of the template is liste-gabarits.js


3 - Create template files

Theses files must be in html format, but without < html >, < body > or
Here, we create 2 html files:

- fiche-cooking.html,
- fiche-book.html.

Please, make a clean html file, with fixed positions...
For example, for the template 'cooking' :
Title of the cooking :
Ingredients :
Difficulty to make :
...

4 - Create the definition's file of the template

Here, create the file liste-gabarits.js :
// JavaScript Document 

var tinyMCETemplateList = [ 

// Nom, URL, Description 

["Fiche cuisine""/_uploads/gabarits/fiche-cooking.html""Template for the cooking."], 

[
"Fiche Livre""/_uploads/gabarits/fiche-book.html""Template for books."] ];



5 - upload files on server

On /uploads/gabarits, uploads files :

- liste-gabarits.js
- fiche-cooking.html,
- fiche-book.html.
- index.htlm ( same as in another directory)


6 - Use

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)

Thats' all !

It is nice ?

Let me know what you think. I will appreciate your comments !

PS 1 : Big thanks to montuy337513 for the support in the XOOPS France Forum.

PS 2 : it would be nice to have this option available by default in the next XOOPS version, wouldn't it?
Read more... | 3 comments

New XOOPS Google Page: Les amis de Xoops France

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 register

See you soon

Read more... | 1 comment

FBComment 1.0 RC Available

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 blocks are used, and additional page specific data can be easily specified using the built in Open Graph meta data editor.

Download is here: http://geekwright.com/modules/wfdownloads/singlefile.php?lid=5


* Facebook is a registered trademark of Facebook, Inc.
Read more... | 16 comments

XOOPS Featured on SourceForge

This week SourceForge is featuring projects that have won "Project of the Month" during 2012:

https://sourceforge.net/blog/featured-projects-2012123/

Resized Image


As you remember, XOOPS won the Project of the Month for August 2012,, therefore we're automatically featured there as well!

It is definitely a great exposure for XOOPS among all the SourceForge users!
Comments?

News Theme for Publisher Module

Resized Image


Resized Image


The theme for the news Publisher module

Theme Design : http://www.designzzz.com/design-a-minimalist-layout-for-your-personal-site/

Adapted for Xoops: B.Heyula !

Theme Demo :
http://xoopstasarim.com/modul-demo/

Download:
https://sourceforge.net/projects/xoopstr/files/Themes/haber.zip/download

Themes:
http://www.xoops-tr.com/modules/myalbum/

Thanks for the module : Trabis
Thank you for Slider : Mariane
Read more... | 5 comments

Updated Roadmap for XOOP 2.6.0

The Core Team is hard at work on XOOPS 2.6.0, as you can see from their commits to SVN (Remember, you can subscribe to our SVN mailing list to be notified about all SVN submissions.)

Below is the updated Roadmap for XOOPS 2.6.0:

Alpha 2

· Extracting some functionality from Core into separate extensions or modules.

- Comments.
- Notifications.

- Image manager.
- Search.
- qrcode
- logger
- xcaptcha
- xlanguage

· Integration of PDF library.

- use html2pdf in extension "pdf" (http://html2pdf.fr/en/default)

· Content module.

- In order to easily add content "out of the box" .

· Menu Module.

- This system allow to create all kind of menus.


Everything in green is done.

Alpha 3

· Adding a theme manager in the system module.

- This section allows you to manage themes like modules so you can install, uninstall, or disable a theme.
- 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.

· Integration of rewrite mode in XOOPS.

· Modification of blocks positions.

· Adding several features requested.

- 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

Beta

· Bugs fixed.

RC

· Correction of the latest bugs.

Estimated Dates (Subject to change!)

Version Alpha 2: 15 January 2013

Version Alpha 3: 15 April 2013

Versions Beta ( 1, …): From April to Mai 2013

Versions RC ( 1, …): From Mai to Jun 2013

Final Version: August 2013


Your Core Development Team

Nicolas, Trabis, DuGris and Mage
Read more... | 11 comments

Xoops site about the legendary Commodore 64

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'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:

TDMDownloads
XDonations
Xoopspoll
Membership
CBB/NewBB
News
Smartfaq

The site was started just two weeks ago. So there is not much activity yet.

Link: http://www.recordedc64games.org
Read more... | 1 comment

Basic Module Pack for XOOPS 2.5.5 (recently updated Final releases)

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 "look and feel", thus lowering the learning curve.

Together with modules already released earlier, here is the updated current Basic Module Pack:

Avaman 0.22 Final
Avaman Module manages Avatars and Smilies for the user

Backup 3.3 Final
A module to allow you to easily backup and/or restore your MySQL database.

Features:
=============
1 backup XOOPS data and store in three ways: on the server, download immediately(admin only) or sent by email(URL or attachments)
2 tables can be select to be exported separately. useful for large tables
3 file number stored on local server can be configured
4 backup can be made by admin or via cronjob
5 restore XOOPS data from db files exported the module or by any db management script like phpmyadmin
6 capable for large file import by multiple sessions
7 restore can be done by non-webmaster, useful for XOOPS user related date restore.
8 timeout issues have been efficiently solved

Birthday 2.3 Final
Birthday is a module to keep track of your members' Birthdays.
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

Boox 1.71 Final
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.

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.

Defacer 1.11 Final
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.
It also comes with jgrowl redirection system and the ability of using blocks anywhere in your theme and templates

With this Xoops module, you can:
change themes, metadata and permissions for any given page.
enable jgrowl redirection system
use blocks anywhere

extGallery 1.11 Final

eXtGallery is a powerful web gallery module for XOOPS

Google Maps 0.9 Final
Google Maps Creates a world map from Google where users can add in markers for locations

Marquee 2.49 Final
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

Mastop Go2 1.02 Final
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.

MyComments 1.01 Final
With this Xoops module, your users can keep a track of their received and sent comments.
The module can :
. display received comments by user
. display sent comments by user
. display the above per module
. include comments on your site search
. display a block with the last commented items (not last comments)

MyMenus 1.41 Final
MyMenus is menu manager module from Trabis that allows you to display dynamic or static menus in your website.

MySearch 1.21 Final
With this module you can learn what people are searching for on your website.

MyTabs 2.21 Final
MyTabs is a simple module to create and manage multiple content blocks and post them in Tabs.

Obituaries 2.31 Final
With this module you can show Members' Obituaries.

Qrcode 1.02 Final
Module to create QRCodes. Currently the QRCode module allows for creations of the following QRCodes:
-Visit a website
-Call a phonenumber
-Send a SMS to a cellphone
-Plain text
-Send an email
-Lookup GPS coordinates
-Create a business card

SmartFAQ 1.10 Final
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.

Soapbox 1.6 Final
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.
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.

TDMDownloads 1.62 Final
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.

Wf-Downloads 3.21 Final
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.

Wf-links 1.09 Final
WF-Links is a module for XOOPS that helps you to create a link section with multiple categories and sub-categories.

[EDIT on 12/22/2012] I've updated following modules to Final versions:

Contact 1.80 (with DB, from Voltan)
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)

Tag 2.31
The tag module is designed for site-wide tag management, handling tag input, display and stats for each module that enables tag plugin.
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.

- Waiting 0.96
This module offers you an extensible waiting contents block into your XOOPS.
By installing this module and adding proper plug-ins only, you as webmaster can confirm any approval waitings of any modules at one view.

xLanguage 3.04
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.

- XoopsHeadline 1.10
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.

XoopsPoll 1.33
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.

XoopsTube 1.051
With the module XoopsTube you can add and categorize movies from sites like YouTube, DailyMotion, LiveLeak, etc. to your website.

xSiteMap 1.52
The xSiteMap module automatically creates sitemap of your Website for you and your visitors.

xForms 1.21 Final
xForms is a module for XOOPS offers widely customizable contact forms. xForms generates different kind of form elements e.g. text areas, check boxes for webmasters to create their "Contact Us" forms by desire. Submitted information can be sent by email or through the private message system of XOOPS, and received by selected user group.

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

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.

Our recommendation is:

XOOPS 2.5.5
PHP 5.3+


If you find any bugs, please report them in this Thread.

We would also appreciate all help with finalizing other modules, and with writing documentation or creating video tutorials, and translations into local languages.

We would like to thank all users who tested these modules and reported bugs, and all developers who contributed new features and bug fixes!

It is this collaboration that makes the XOOPS Community so strong!

Viva XOOPS!
Read more... | 25 comments

[Free] Jingle Bell Rock V3 Theme

Hello!

I am sharing one more theme for XOOPS, Jingle Bell Rock V3!
Resized Image


See Online: http://bit.ly/UfuY4x

Screens: http://bit.ly/UfuUSl

Download: http://bit.ly/UfuXh8

Hope you enjoy, Merry Christmas to all!

[size=x-large]Viva XOOPS![/size]
Read more... | 6 comments
« 1 ... 19 20 21 (22) 23 24 25 ... 553 »


Login

Who's Online

431 user(s) are online (4 user(s) are browsing XOOPS News)


Members: 0


Guests: 431


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits

Archives

News archives