A movie site updated, new style!
from XOOPS CMS (Content Management System)
(2009/11/27 12:10)
|
Hi everybody! I'm proud to present you my new XOOPS website: American Film Site The site is running on Xoops 2.3.3. List of used modules: article 1.0 sitemap 1.27 groups 1.0 tag 2.3 tellafriend 1.05 webshow 0.71 tad_cbox 1.5 dummy 1.0 Visit: http://www.usadp.cn/ A nd today, I brought my personal website: XOOPS Study Notes It is the same running on Xoops 2.3.3. List of used modules: xlanguage 3.01 sitemap 1.3 tag 2.3 tellafriend 1.05 wfchannel 2.03 wfresource 1.04 wflinks 1.06 liaise 1.27 news 1.63 xoopscare 1.2 I am a novice, learning XOOPS not a long time, but it is like to XOOPS, and I intend to put up my learning experience with friends to share, so, I conceived this little web site, there are two kinds of Chinese and English language . Visit: http://www.xoopsers.cn/
|
One more XOOPS theme in a collection ixt023
from XOOPS CMS (Content Management System)
(2009/11/27 11:40)
|
New ixt02303 theme by IXThemes Characteristics 1. Three columns layout 2. Fixed width 1000px 3. ZIP package size 572.00K 4. XOOPS 2.3.x and XOOPS 2.4.x compatible 5. Zone for scrolled slides (The best result with your pictures ) 6. Extended Footer zone (Depends on your imagination ) 7. JQuery 1.3.2 (for XOOPS 2.3.x) 8. The Themes package in 4 archive formats (ZIP, GZ, BZ2, 7Z) 9. Self-adjusted menubar Links Download | Support | Demo on XOOPS 2.3.3 | Demo on XOOPS 2.4.0 | Demo on XOOPS 2.4.1 | Demo on XOOPS 2.4.2 Best Regards, IXThemes Project
|
G.E.M fans Site with XOOPS 2.3.3
from XOOPS CMS (Content Management System)
(2009/11/25 23:50)
|
Hi Xoops Friends,I present to you the new site of the G.E.M Fans The site is running on Xoops 2.3.3. List of used modules: newbb 3.08 sitemap 1.3 tadgallery 1.3 wfchannel 2.03 tellafriend 1.05 MadLiens 2 umfrage 1 and free themes by IXThemes Thank you XOOPS ! Visit: http://www.g-e-m.cn/
|
New XOOPS Theme in ixt023 collection
from XOOPS CMS (Content Management System)
(2009/11/25 23:30)
|
New ixt02302 theme by IXThemes Characteristics 1. Three columns layout 2. Fixed width 1000px 3. ZIP package size 563.87K 4. XOOPS 2.3.x and XOOPS 2.4.x compatible 5. Scroll zone for YOURS PROMO slides 6. Extended Footer zone for system, modules and customable blocks 7. The safe loader JQuery 1.3.2 through browse.php (in XOOPS 2.4.x) 8. The Themes package in 4 archive formats (ZIP, GZ, BZ2, 7Z) Links Download | Support | Demo on XOOPS 2.3.3 | Demo on XOOPS 2.4.0 | Demo on XOOPS 2.4.1 | Demo on XOOPS 2.4.2 Regards, IXThemes Project
|
FREE XOOPS Theme ixt02301
from XOOPS CMS (Content Management System)
(2009/11/25 5:00)
|
New ixt02301 theme by IXThemes Hi, I'm pleased to announce the new XOOPS theme ixt02301 . Characteristics 1. Three classic columns layout 2. Fixed width 1000px 3. Red color 4. XOOPS 2.3.x and XOOPS 2.4.x compatible 5. Scroll zone for your slides 6. Extended Footer zone for 4 blocks 7. JQuery switch (embedded for 2.3.x or self core for 2.4.x) Links Download | Support | Demo on XOOPS 2.3.3 | Demo on XOOPS 2.4.0 | Demo on XOOPS 2.4.1 | Demo on XOOPS 2.4.2 Best regards, IXThemes Project
|
FREE Xoops Theme Sd-056-Green-Autumn
from XOOPS CMS (Content Management System)
(2009/11/25 5:00)
|
Sinnedesign is happy to present the FREE XOOPS Theme with the name Sd-056-Green-Autumn . Here can you find the XOOPS Theme Demo , here the XOOPS 2.4 Theme Demo and here is the free Download Xoops Theme Sd-056-Green-Autumn . Have Fun with free Theme.
|
Thailand Xoops 2.4.1 www.Zengclub.com
from XOOPS CMS (Content Management System)
(2009/11/25 1:10)
|
Hi everybody! I'm proud to present you my new XOOPS website: www.Zengclub.com (Linux and Windows Italian how-to). - Xoops 2.4.1 - Membership - xForum - Publisher - XOOPS TAG - WF-Downloads - cumulus - My tabs - Zina<--- http://www.zengclub.com/modules/zina beta 1.8 Enjoy it!
|
Trabis updates modules for XOOPS 2.4.x
from XOOPS CMS (Content Management System)
(2009/11/24 7:00)
|
Trabis recently updated some of his modules to take advantage of the new features of XOOPS 2.4.x , like the Preloads. My Inviter 1.0 My Tabs 2.2 My Points 1.0 Defacer 1.0 Final
|
German Support for XOOPS with a new page
from XOOPS CMS (Content Management System)
(2009/11/23 3:40)
|
The German support has been given a new page. XOOPS 2.4.1 was used with some well-known modules. The theme is from our user Bleekk. We would appreciate a visit. The team of myXOOPS http://www.myxoops.org
|
Language problem with comments
from XOOPS CMS (Content Management System)
(2009/11/23 3:30)
|
The Websites are quite often criticized that the authors of programs or other systems do not consider a different language than their own. So different numbers are displayed correctly in the original language, but in other languages they appear strange. For example, if the original module is able to distinguish only one or more comments, it's a problem, as the translation results in:"Pocet komentaru: 3" instead of the correct"3 komentare" (Examples are given for the Czech language). For my server, I adjusted the News module as follows: File language/YOUR_LANGUAGE/main.php : define ( "_NW_NUMCOMMENTS" , "%s komentare" ); change to: define ( "_NW_NUMCOMMENTS2" , "%s komentare" ); // 2 - 4 comments define ( "_NW_NUMCOMMENTS5" , "%s komentaru" ); // more than 4 comments File class/class.newsstory.php : if ( XOOPS_COMMENT_APPROVENONE& ...
|