XOOPS selected to power TQM department in the Saudi Ministry of Education

We are looking for a powerful, secure, easy CMS and fully arabized “ that was the request of the TQM (Total Quality Management) department in the Saudi Ministry of Education – Jeddah branch, two months ago.

Many competing CMS solutions has been proposed by many known companies and developers, but never satisfied the team’s need. I suggest them to use XOOPS, and I provided them with some samples of many websites powered by XOOPS with a test link to check the administration area.

We like the simplicity of XOOPS, and we feel that it’s the best solution for our website, it provides the best combination of feature, security and simplicity, Go ahead dear Mariane and adopt XOOPS for our new project”.

That was their reply! And surely it was expected! XOOPS is the best.

Resized Image



The website is running on XOOPS 2.5.5 Arabic version using the following modules:
- Publisher (cloned many times for multiple usages)
- My album
- Poll
- Contact 1.8
- Xforms
- Ourpartners
- TDMDonloads
- Simple counter

The theme is based on default theme, and all pictures are bought from dreamstime.com

I am very proud that XOOPS has been selected this time by the Saudi government!

Viva XOOPS!
Read more... | 3 comments

gwreports v1.1 RC available

A release candidate of version 1.1 of gwreports, geekwright Reports, a MySQL reporting tools for XOOPS, is available for testing. You can download it here:
https://sourceforge.net/projects/gwreports/files/gwreports_v1_1/

This is a RELEASE CANDIDATE for testing, not general production use.

In addition to bug fixes, version 1.1 adds the following features:

A new auto-complete parameter type that allows you to specify a simple query that returns possible values for a parameter. When the report user enters a partial value for the parameter, the system will respond with a selection list of possible matches using jQuery UI autocomplete. (prototyped by KS Tan)

Report sections can now include a data tools option which adds the jQuery UI dataTables plugin to the report display. This enables column sorting, value filtering and pagination. (prototyped by KS Tan)

French language support. (supplied by Philippe Masson)

And last but not least, XOOPS 2.5+ Blue Move and ModuleAdmin compatibility.

A demo report featuring the new auto-complete and data tools features can be found here:
http://geekwright.com/modules/gwreports/report_view.php?rid=2


As always, any and all feedback is greatly appreciated.
Read more... | 1 comment

New installers for XOOPS on BitNami

We are very happy that BitNami has just released BitNami Stack for XOOPS http://bitnami.com/stack/xoops.

Resized Image


It is an easy one-click installer for Windows, OS X and Linux. They are self-contained and independent so you can install it without modify your system.

You can also download a Virtual Appliance ready-to-run or you can deploy it for free in the Amazon or Azure Cloud.

They ship XOOPS v2.5.5 and dependencies: Apache 2.4.4, PHP 5.4.13 and MySQL 5.5.29.

The main benefit for XOOPS of being in BitNami distribution will be an increased number of choices for users to install XOOPS, and making it easier for them to install XOOPS with one click on various platforms.

It is great that after being included just last month in SourceForge's Directory for "Enterprise-Ready Open Source Projects", now we are also included in BitNami distribution.

We very much appreciate the hard work by the BitNami team and their support.

Please provide feedback in this thread.
Read more... | 1 comment

Userlog 1.01 RC1 released (Stable candidate version)

After introducing userlog 1.0 ALPHA as a new logger for xoops and doing many tests, adding features, bug fixing, enhancing performance with the help of many xoops members, ... It is the time to present the new version of userlog ( userlog version 1.01 RC1) to Xoops Community which is fully tested in real environments.

Special thanks:
mamba (for his vast help in all aspects), zyspec (who show me good code), tatane, Cesag (translation and guidance)

Description:
Quote:

Userlog is a node logger which can log your user/visitor activities in your site from a preferred node.
This is a very useful tool for webmasters in busy sites. For example, you can log your other Admins navigation.

read more here:
http://svn.code.sf.net/p/xoops/svn/XoopsModules/userlog/trunk/userlog/docs/readme.txt

Features:
- Log user activities and navigations.
- Can log users by getting user ID, user group or visitor IP.
- Logs can be stored in file, database or both.
- Any below user information and/or page data can be selected to be logged.
Quote:

User ID,Username,Is Admin?(y/n),Groups,User Last Visit,User IP,User agent,URL (Request URI),Script name,Referer URI,Page title,Is Page admin?(y/n),Module dirname,Module name,Item name,Item ID,Request method (GET, POST, ...),$_GET,$_POST,$_REQUEST,$_FILES,$_ENV,$_SESSION,$_COOKIE,Headers list,Logger

- Any active module in your installation can be selected and userlog will log users activities only in those modules.
- You can navigate/delete/purge/export to CSV user logs in admin/logs.
- You can render logs from database or file source engine in admin/logs.php.
- To search for logs based on a criteria you have an advance form in admin/logs.php
- You can see/delete/rename/copy/merge/compress(zip)/export to CSV log files in admin/file.php.
- You can see total module views, total user views, total group views in admin/stats.php
- you have an advance form to see any item views using some criteria like what is the module/link/log time/viewer uid/viewer group id of the item in admin/stats.php
- by activating the views block you can set a most viewed items in a module or in the whole website in a specific period of time. e.g.: today most viewed (hot) news
- You can set the module as Active or Idle in preferences.
- If you need to store logs in a file, you can set the working path, working file size, working file name, ... in preferences.
- If you need to store logs in database, you can set the maximum logs thresholds (maximum number of logs and maximum time that logs are stored in the database) in preferences.
- Can be used as a backup/restore tool.
- Used JSON format to store arrays to database for better performance (instead of xoops core serialize).

Requirements:
=========================
XOOPS 2.5.5 PHP 5.3 MySQL 5.0

Install:
=========================
1- upload the userlog to /modules/userlog (upload the compressed file and decompressed via Cpanel is the best way to insure all files are correctly uploaded)
2- go to your admin -> system -> modules -> install
3- change the default settings to your desired in the module preferences.

Important notice: There is a new "ADDITIONAL permission in file for webmasters" addon introduced in userlog module.
if you want other webmasters dont have access to userlog module this addon is for you.
for more information go to userlog/admin/addon/perm.php
If you dont need this addon you just need to remove addon/perm.php

Install Warning:
This is a stable candidate version which means this version is fully tested in real environments. but anyway please install it in production websites with your own risk.
this module is not for newbies. you can easily down/damage your website by setting bad configurations.

Discussion:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=75865
report bugs and request features.

svn:
1.01 release (freeze version):
http://svn.code.sf.net/p/xoops/svn/XoopsModules/userlog/releases/1.01
trunk (most recent revision):
http://svn.code.sf.net/p/xoops/svn/XoopsModules/userlog/trunk/

Download:
http://www.xoops.ir/modules/newbb/viewtopic.php?post_id=19676
will be added to sourceforge.
Read more... | 5 comments

Online Games Promotion Site

Read more... | 2 comments

SourceForge adds XOOPS to its directory of "Enterprise-Ready Open Source Projects"

SourceForge has recently announced creation of a directory for "Enterprise-Ready Open Source Projects", or "Enterprise Directory". These are the projects that are geared specifically for use within a company. This might include areas such as project management, office suites, or customer relationship management (CRM) software, and of course CMS.

The SourceForge Enterprise Directory is the authoritative destination for researching and downloading Enterprise-Ready projects. It allows for rich community interaction on Open Source titles through the new reviews and ratings system, and enables direct reach to the developers of these titles.

We are very proud to announce that XOOPS has been added to this directory!

This is a clear testimony to the quality of XOOPS and the hard work of the XOOPS community!

The inclusion in the Enterprise Directory is reflected now in the new look of XOOPS on SourceForge, which will appear only on select Enterprise-Ready projects:

Resized Image


Viva XOOPS!
Read more... | 3 comments

Xoops France: Mobile Version

It is with pride that the team Xoops France is pleased to present the new version of your support national francophone mobile version. Now thanks to this application you can watch on your mobile phone or tablet every news forum, news, and stay in touch constantly with your favorite CMS Frxoops mobile In this mobile version, simplicity and ergonomics were the main objectives to navigate easily through the site.Vous therefore have access to the most essential items such as news, discussion forum, the latest sites Xoopsés the FAQ and that also the contact form. The latest articles related to social networks were also included to allow you to watch live activities performed. Tablette version : Resized Image
Read more... | 13 comments

XOOPS 2.5.6 RC 1 Released for Testing on PHP 5.4

After close to 45,000 downloads of XOOPS 2.5.5, we're getting closer to release of our next version: XOOPS 2.5.6

As more and more hosts are switching to PHP 5.4.x, some of our users are having issues with XOOPS 2.5.5, since it was not certified for PHP 5.4.x

Therefore we will be releasing XOOPS 2.5.6, that will run without any problems on PHP 5.4.x

Please note: the fact that the XOOPS Core runs correctly on PHP 5.4.x, doesn't mean that all your modules will run correctly, therefore you'll need to test them.

However, the recently released modules that qualify for our Basic Module Pack, are all tested on PHP 5.4.13, and they should run just fine.

There will be more modules coming soon (see this list)

For all others, please let us know about any issues you might have.

Download: SourceForge File Repository.

Please remember: This is RC Release version for features testing only!!!!

DO NOT install it on a production site and DO NOT upgrade any production site with it!!!

Please post and discuss all issues related to this release in this thread


XOOPS Development Team
March 27th, 2013
Read more... | 2917 bytes more | 9 comments

Complexedusahel.org: a website powered by XOOPS

Resized Image


http://www.complexedusahel.org is a website for Algerian Hotel: Complexe du Sahel.

The website is based on xoops 2.4.3. French edition .

To showcase the hotel services I've used these modules:

- news 1.66
- Contact 1.6
- extgallery 1.07

The Website has been created in 2010, and the domain name has been changed recently into http://www.complexedusahel.org

View: here
Comments?

Classifieds 2.53 RC1 Released 3/27/13

Resized ImageI have just released Classifieds 2.53 RC1.
There are no new features except the admin has changed a bit.
It now uses the new module admin style. I also changed the way categories are listed in the admin. I did it the way Mamba did in my Jobs module. I want to thank Mamba for his work.

You can get the module HERE.

Please report any problems here.

Tested on:
Xoops - 2.5.5
PHP - 5.3.23
MYSQL - 5.1.68-cll
Everything works fine for me.

Thank You,
Read more... | 2 comments
« 1 ... 15 16 17 (18) 19 20 21 ... 553 »


Login

Who's Online

267 user(s) are online (2 user(s) are browsing XOOPS News)


Members: 0


Guests: 267


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives