XR-vibrant free theme for xoops

hi Xoopsers

XR-vibrant it is a HTML/CSS template

I have converted it to the XOOPS Theme

Resized Image


Information:

Design: templatemo

Number of columns: 2 column

Version: 1.0

demo: Not available

download : mediafire

Goodbye...
Read more... | 3 comments

NewBB 4.3: New Harry Potter icons for Witches & Wizards

One of the designers of my website create a new imageset for newbb 4.3
It uses the harry potter font for english language and also a user-defined font for persian ones.

Resized ImageResized ImageResized ImageResized ImageResized ImageResized ImageResized Image
Resized ImageResized ImageResized ImageResized Image

Please download here:
newbb 4.3 imageset for wizards
To implement you dont need to touch newbb module.
Just copy them to your default theme to make it apply in your all themes OR copy to your specific desired theme.

for more information please read here:
customization of newbb imageset
Read more... | 3 comments

[Free] xMoto Theme for XOOPS!

Hello!
I bring one more theme for XOOPS, the xMoto theme. Tested in most modern browsers, slider, menu dropdown and social networks.

Screen:
Resized Image


More Screens: http://bit.ly/SI9GKN

Online: http://bit.ly/SI9Z8r

Download: http://bit.ly/SIa38f

I hope you enjoy.
Read more... | 10 comments

Free Sd-092-DSL-Blue Theme

Sinnedesign is happy to present the new FREE XOOPS Theme with the name Sd-092-DSL-Blue. The Free XOOPS - Theme was made with friendly help from http://www.e-shop-online.de .

Resized Image


Here can you find the XOOPS 2.4 Theme Demo - XOOPS 2.5 Theme Demo.

And here is the FREE - Download Xoops Theme Sd-092-DSL-Blue

Here is the direct Download - Link (without registration)

Have Fun!
Read more... | 2 comments

[Free and Commercial] Two new themes for XOOPS!

Hello! I bring two new themes for XOOPS, xWhite (commercial theme) and xEasy (free theme).

• xEasy:

- See Online: http://bit.ly/M1g0JO

- Download: http://bit.ly/M1fZFC

- Screen:
Resized Image


- More Screens: http://bit.ly/M1fT0V

• xWhite

- See Online: http://bit.ly/M1gEHo

- Screen:
Resized Image


- More Screens: http://bit.ly/M1guQi

- Purchase:
Contact me or send me a PM.

Hope you enjoy.
Read more... | 6 comments

Toyota Owners Manuals

Toyota owners manuals website is for all Toyota lovers. It's planned to gather news about Toyota and instructions with manuals for Toyota vehicles (all models, from Corolla to Yaris).

It's based on Xoops 2.5.5 and Publisher.

We collect data from other sources, nothing is hosted on our server (except news and photos).

The theme is based on Angelo Rocha theme, but modified.

Resized Image


Links:
Toyota owners manuals - website is part of Car owners manuals group.

Are there any Toyota and Xoops lovers here?
Read more... | 3 comments

Brain-Storm Theme

Resized Image


Puplisher theme for the module...

Only has the middle block !!!

Design: http://chocotemplates.com/demo/?template=brain-storm

Adapted for Xoops: B.Heyula !

Xoops Turkey Team...

Demo: http://xoopstasarim.com/tema/

Download: https://sourceforge.net/projects/xoopstr/files/Themes/
Read more... | 13 comments

A wine Shop

Resized Image


I 'm sure you are a lot of reader who likes a good wine (specially French Wine)
!

So Please visit this french web site : http://cavedelacite.fr/

[img]http://www.robothumb.com/snapshots/240x180/95/bf/80c7e93d72f5c910762b36d7e68f451b3811.png?width=240&height=180&url=cavedelacite.fr[/img]

This Web Site used only some modules like :
- XNews
- MyTabs (Wonderful module, no limit)
- Xform

For the theme, i choosed a pretty website for XOOPS Theme : (http://ixthemes.com)
and worked on this theme : ixt00205 Rel.#3.0

The shop is nice and the boss gives always good adverties to help you to choose some good wines for your lunch.
Comments?

Roadmap for XOOPS 2.6

This is a proposed Roadmap for XOOPS 2.6.0. Please read it, and provide us with feedback and suggestions.

Resized Image

The development of XOOPS 2.6 will take place in three stages. These three stages are characterized every time by the release of an alpha version. So we will have three alpha versions. These versions allow module developers have enough time to change their modules and make them compatible and fully functional with XOOPS 2.6.

Alpha 1

· Update the XOOPS Core and all classes to PHP5 (public, protected, static) and E_STRICT.

- This is the main goal of this version. Of course, some modules may have some difficulty in the beginning, but E_STRICT will help developers to minimize errors and significantly improve the quality of XOOPS.

· Create a central class "xoops", this class will help developers and will give a direct access to XOOPS API

- This class will help to simplify the development of XOOPS.

· Delete unused files in XOOPS.(cache and template_c).

· Remove the extra themes and have a single theme for the administration and user interface.

- Provide a "theme model" as a reference for all themes.

· Remove / clean up old source code.

- remove legacy code of older versions (eg. XOOPS 1.0 with the use of PHP in the themes).
- remove all HTML code found in the PHP files.

· Automatic loading of all XOOPS classes

· Do not use global variables, these variables can be used from XOOPS class (e.g. $xoopsModule -> $xoops->module).

· Create a folder for all multimedia public frameworks (jQuery, CSS, JS, images, ...).

· Create Module Class Admin to give the same admin interface for all modules, this class already exists in such frameworks, but now it is included in the core and uses HTML templates.

· moving of some libraries, such as Smarty, to the xoops_lib folder.

· Refactoring the system module.

· Extract some parts of the system module in order to recreate them as a separate module create as a module (eg. Banners).

· Adding a new feature: System Extensions.

- Now some modules in the admin will be called Extensions (eg. Protector). Some features of the current System module are removed and recreated as Extensions. Added to XOOPS (eg. Avatars, Smiles, User ranks, ...).
- All these Extensions are runing as modules, but they cannot be renamed, and they will be shown in a separate menu module

· Integration of CSS Frameworks Bootstrap from Twitter.

· Removal of all queries for the block templates and modules.

- Now, XOOPS reads directly the templates for each part.

· Reduction of queries in all pages.

· New theme in the Admin interface.

Resized Image

· New theme in the User interface.

Resized Image

· New contact form.

- Use of templates.
- Forms Validation with HTML5 attributes.
- CSS3 and HTML5 compatibility.

Alpha 2

· 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.

· Add of new plugins.

- Comments.
- Notifications.
- Image manager.
- Search.

· Integration of PDF library.

· Content module.

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

· Menu Module.

- This system allow to create all kind of menus.

Alpha 3

· Integration of rewrite mode in XOOPS.

· New connectors to access the data bases.

· Modification of blocks positions.

Beta

· Adding other features..
· Bugs fixed

RC

· Correction of the latest bugs.

Estimated Dates (Subject to change!)

Version Alpha 1: July 2012

Version Alpha 2: September 2012

Version Alpha 3: October 2012

Versions Beta ( 1, …): From November to December 2012

Versions RC ( 1, …): From January to February 2013

Final Version: March 2013


This timeline seems to be long, but it is based on current available resources. If more people will get engaged in Core development, testing, and bug fixing, we'll be able to release it earlier. So it is really up to the community to speed up the process by getting involved and providing help.

XOOPS 2.6 brings many new features and several important changes in the XOOPS Core. These changes were required to keep XOOPS as a world-class CMS. The Blue Move modules might need some small modifications, but they should be pretty straight forward, and appropriate tutorials will be provided. Older modules will need to be updated to Blue Move first.

The period from July 2012 to December 2012 is necessary to make modules developer more familiar with the kernel changes, and to update their modules.

If you are interested to join the team, don't hesitate to let us know, every help is most welcome. The more help we get, the faster we'll arrive at the XOOPS 2.6.0 Final release!

Your Core Development Team

Grégory Mage (Mage) and Nicolas Andricq (MusS)
Read more... | 21 comments

Tutorial: A nice Chat for XOOPS - 123flashchat

I will show you in this tutorial how to install a Chat for XOOPS.

Oh, I hear you here saying : "Oh no, yet another poorly designed and not user friendly chat !"

False!!! Here you can see the beautiful and friendly users interface:

123flashchat

Read more... | 7762 bytes more | 2 comments
« 1 ... 24 25 26 (27) 28 29 30 ... 553 »


Login

Who's Online

461 user(s) are online (3 user(s) are browsing XOOPS News)


Members: 0


Guests: 461


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