Whity Theme

Whity Theme is a 2 column theme for XOOPS 2.0.x series

Resized Image

The package also includes 2templates for the "system" module :

- system_redirect.html
- system_siteclosed.html

File "header.psd" for personalization

Theme can be viewed in action HERE

Theme can be downloaded HERE
Read more... | 7 comments

bdwtheme1

I have released bdwtheme1 for xoopsers to download. This one is my first ever so please be kind with the comments

Resized Image

Click Here To Download
Read more... | 5 comments

XBS ModGen V1 Final released

Ever wanted to write a module for Xoops but don't know where to get started? Are you writing for Xoops and find the initial module setup tasks tedious? This module writes a complete module skeleton for you and enables you to setup the user side and admin side pages and menus, configuration items and underlying data tables. You have to provide the page logic but you are safe in the knowledge that you are writing in a secure framework as used by all XBS modules.

Features:

- Form driven entry of all information required to create module
- Setting up of following module items
- Name, tag and directory information
- Author, language and country information
- Module configuration items
- MySQL table creation
- Admin side and user side menu and pages
- Shell functions for module installation, update and delete
- Shell functions for search, comments and notification
- Framework to include common function in every page
- Structured approach to including language specific and non language specific constant defines in every page
- Shell page for every user and admin menu option
- Shell page for admin help page
- Shell scriopts for block definitions
- Admin menu in XBS module style allowing redirection to config page, home page, support site, documentation page and donations site
- One click module generation

Download from Xoops Dev site or this site when it is available in the module repository.
Support is at Business Systems for Xoops
Read more... | 8 comments

Planet 2.01 is released

"planet" is a comprehensive php version of XML feed planet that handles XML feed fetch, parse, display and achive for XOOPS, or:
"a flexible feed aggregator. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first."

planet 2.* is compatible with XOOPS 2.0* and 2.2*

Download: planet @ dev.xoops.org
Demo: http://xoopsforge.com/modules/planet/
Read more... | 6 comments

GoogleMaps 0.8 for Xoops 2.2x

This version of GoogleMaps module is dedicated to Xoops 2.2x only. That version has been released recently.

Due to the fact that Xoops 2.2x uses a dynamic management for Profile data, some adaptations have been made so that the Profil Centric template is fully operational.

Please read readme file before installation/ upgrade.

Download
Demo

Rem :
- To Xoops 2.x users: you will find the 2.0x version here.
- current dev are dedicated to a better category management ( be able to associate a dedicated marker per category) and to blocks
Read more... | 8 comments

New paid themes at TemasWeb.com

These are the new paid themes at TemasWeb:

Resized Image...Resized Image...Resized Image

Also there is a new adult orientated theme available at our homepage.

Read more... | 1 comment

mor·pho·gen·e·sis, a theme template for theme designers

What is mor·pho·gen·e·sis (for xoops)?

Resized Image
As the name symbolizes it, it is meant to be the body structural part of a default xoops theme template serving as a canvas starting point for theme designers to develop their designs under specific XOOPS standards and W3C compliance.

It is completely based on the default theme of XOOPS 2.3, which is based on Zeta Reticuli by Leo. The process I did was to take the graphical part out and leave just the wire frame keeping the architecture done by Leo.

Leaving the way open for theme designers to start the metamorphosis

------- read more -------

Why is it important?

First because it is done looking forward to keep themes compatible with the new coming XOOPS versions and it fully supports the use of XOOPS most recent features which are (taken from the release notes of XOOPS 2.0.14, http://devteam.xoops.org/releases/xoops-2.0.14.html ):

Quote:

New blocks positions

Support for the new blocks positions must be added to themes: if you place blocks in the bottom and do not see them, this may be because your theme is too old. Most of the times, such support can be added easily by copying the theme.html portion that inserts the center top blocks just after the <{$xoops_contents}> division, and changing the variables so the duplicated code inserts the bottom blocks (see the default theme for an example).

Other things IMPORTANT to take notice of, starting from XOOPS version 2.0.14, which will let theme designers make the most out of their design (module developers should also have the new classification in mind):

Quote:

Templates overriding

Designers can add custom templates to their themes, and those will be used instead of the default ones. To exploit this feature, templates have to be created in subfolders of the themes duplicating the default folders structure and removing the "templates" part:

* To overload system_userinfo.html template located in modules/system/templates/system_userinfo.html you have to create your custom version in <yourthemefolder>/modules/system/system_userinfo.html
* To overload system_block_login.html template located in modules/system/templates/blocks/system_block_login.html you have to create your custom version in <yourthemefolder>/modules/system/blocks/system_block_login.html

Output resources overriding for developers

To allow theme designers to customize images or stylesheets, you have to use the new theme class and xoImgUrl templates plug-in.

* Scripts and stylesheets can be declared to XOOPS using the theme class addScript and addStylesheet methods. The theme instance is available after the inclusion of header.php by using the $xoTheme global variable, and in a template variable of the same name:
<{$xoTheme->addStylesheet('modules/newbb/style.css')}>
* Images and medias URLs have to be generated by using the xoImgUrl plug-in in your templates:
<img src="<{xoImgUrl modules/newbb/images/reply.png}>" alt="reply" />

Output resources overriding for designers

Designers can also provide custom versions of most output-related resources using a mechanism similar to the one available to templates, for modules that support this.

* To create a custom stylesheet that will replace modules/newbb/style.css, create your customized file in <yourthemefolder>/modules/newbb/style.css
* To create a custom image that will replace modules/newbb/images/reply.png, create your customized file in <yourthemefolder>/modules/newbb/images/reply.png

Also there is an additional display option of the columns using the lcr/lrc/clr feature which can be configured in the head section of the theme.html using the combination of your choice. This will permit you to have the blocks display in 3 columns and not the traditional 2 columns.

Second, because the objective is to keep the themes under W3C standards as most possible.

Third, to create a quality standard in XOOPS themes, providing theme designers the necessary tools to start off a theme according to the direction XOOPS is taking. We always must look forward to be better.

The change may seem much compared to the old default theme, but looking closely at it, it is more logical than complicated with a very notable perfectioning of the code of the work done by Leo. For example, those of us who have been here several yrs and had the opportunity to experience using themes for XOOPS version 1.3 (not a very nice experience I must say), it was really great when XOOPS 2 themes came out. Starting from now a new XOOPS theme version should be created and that is what I am looking after in the establishment of mor·pho·gen·e·sis

Status of mor·pho·gen·e·sis: Alpha

[TODO]: - Consider taking away the table it has - Test - Do any fixes needed

This is a project for all of us, to undergo a process where changes are constant. You are all welcome and encouraged to make part of it.

View demo here

Thank you.
Snowinmyhands
http://www.xoopsdesign.com
Read more... | 18 comments

What can DesignContest.net do for you?

You might have noticed that a few months ago XOOPS went through some rebranding - it has changed it's logo and overall style. The logo was the result of a contest hosted on DesignContest.net. An identity needed to be developed to convey the large XOOPS end-user community, development community, as well as the object-oriented CMS itself. A contest on DC gave Xoops the choice of many diverse and creative logos from over 20 professional designers.

DesignContest.net(DC) is at the forefront of a revolutionary outlook for online design business. Considerably in the flow of Web 2.0, DC depends on collaboration between clients (Contest Holders or CHs), designers, and a quick-to-respond administrative team. Projects typically include logo and identity design, web design, print design, and more. However right now the community of DC is looking into the possiblity of extending its services to skin design for XOOPS CMS. In cooperation with XOOPS administration DC is planning to provide the designers with the detailed materials on general functionality of XOOPS and its skinning.

So, why go with DC as opposed to a marketing or design firm? There are over 5,000 registered members with DC who are located across the globe. However, only about 2% (affectionately called the "Design Team"), are privileged to work on paid projects. The Design Team is an international network of budding freelancers, design students, and professionals. As the core of the community, the Design Team must meet requirements set by the administration. A review board pours over Design Team Applications looking for exceptional design skills, understanding of the community, and an ability to work in a team environment. Only upon approval can Design Team applicants begin interacting with clients.

Contests are easy to set-up and manage. A CH pitches a project idea to the administration. After review and deposit of prize funds, the contest begins and designers start submitting entries. During the course of the contest, the CH is able to make comments on entries and typically posts suggestions or requests. A few days proceeding the contest deadline, the CH can choose a winner. The winning designer delivers source files to the CH and, after the client has agreed that the files are satisfactory, the winning designer receives prize funds. Typically, contests last for 2-3 weeks with an average of 12 entries.

Find yourself asking, "It is a real Design Team creating real solutions for real clients. The investment must be high, right?" Wrong - prizes range from $300 to $500. A Marketing or Design Firm may only start at $500, depending on the project. DC, however, mostly targets budding freelance designers, who need exposure and portfolio experience to help propel them into the industry. Aside from freelancers, the Design Team includes designers from countries with a low cost of living, and established/professional designers who simply enjoy the spirit of competition.

DesignContest.net is home to a win-win opportunity for both designers and design-seekers alike. With its talented international community, DC is able to offer high quality services for extremely competitive pricing. Choosing DesignContest.net to create your solution means opening the door to an abundance of collaborative talent.
Read more... | 5 comments

mytipps.de

mytipps.de.de is an free web catalog with 670 categories.
based on xoops 2.2.4 with seo and fullcache hack.
many thanks to xoopsdesign.com for this nice theme.

Empfehlungen

regards
sven webmaster of mytipps.de
Read more... | 2 comments

3 new themes from bassmanthemes.com

We have 3 new themes available for download -

Black Maiden Of Death - ported from a Misty Ice Designs layout.
Resized Image
Pink Bubblegum - ported from a Misty Ice Designs layout.
Resized Image
Amaranth - ported from a Midnite Anime layout.
Resized Image
All 3 have the left and right columns on one side.

View and download from Bassman Themes

Enjoy!
Read more... | 7 comments
« 1 ... 283 284 285 (286) 287 288 289 ... 553 »


Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Archives

News archives