Dutch language package for XOOPS 2.3*

I now its not really an hack but,
here are the dutch language files for XOOPS 2.3*

You can download it HERE
Read more... | 5 comments

MYQUIZ 3.0 in development

Resized Image
hi,
I modified end added usefull features to myquiz module.
It will be available in near feature.

ADDED FEATURES

* Getting questions from csv and txt files => so you can easily add more questions

* Time limit for each quiz => You can set a time limit for quizes

* Random question block => that will show one random question from your question database end this one question will be solvable in block

* More effective result page

* More usefull admin page

EDITED PROBLEMS

* Theme problems solved

* Adding image end size problems solved

* Admin page bugs solved

* Language problems solved

* Block bugs solved

* ...and more

:.::.:.:.:.:.:.:.:.:

And if you have any suggestions for this quiz module ,pls write here before I publish it.

..
Read more... | 15 comments

WOX (World of XOOPS) Newsletter coming soon

For those of you who missed WOX (World of XOOPS) Newsletter, we just wanted to let you know that the new isue is coming soon.

If you have any interesting news to share with the XOOPS worldwide community, please contact me.
Read more... | 6 comments

XOOPS gets 5 Stars from Germany's CHIP

Resized Image

We've learned recently that CHIP, the leading computer magazine in Germany, has placed XOOPS on its Download list, and gave it 5/5 stars.

In the summary they wrote: If you would like to develop a larger Web-project, you won't be able to do it without a CMS software. With XOOPS you have a powerful tool to achieve it.

We are definitely very proud of this positive feedback about XOOPS from CHIP. It is exciting for us to see that leading computers magazines are finally taking notice of XOOPS. With our new "Communication Team" taking shape, we hope to have more of these positive news in the future.

For more info visit CHIP Website
Read more... | 15 comments

XOOPS Receives Award in Brazil

Resized Image

Not many people know that in December 2007 XOOPS received the 2007 INFO Award in the CMS category.

Congratulations to all XOOPS developers in Brazil!!!!

Quote:
SÃO PAULO - In the area of corporate software, three products are highlighted in the INFO 2007 Awards: Netweaver by SAP; Delphi for PHP by Borland, and XOOPS by the XOOPS [community].
An application for business intelligence and application server, Netweaver won 46% of the votes of readers of the INFO Business Intelligence category. According to Gartner, SAP, the developer of Netweaver, is a world leader in CRM (25.7% of the market), ERP (27% of the market) and in supply chain, with 19.7% of the market.

The integrated development environment for PHP Delphi by Borland, is another product winner. With 53% of the readers voting for it in the Development category. The software is the combination of two names that strong existed in the market. It combines the working methods of Delphi, one of tools favorite of programmers, with PHP, the leading language for developing dynamic websites.

Delphi for PHP provides for the creation of applications for the web with features and functions similar to what it does on the desktop. Jose Rubens Tocci, president of Borland for Latin America, states when Delphi for PHP was launched this year it won instant success in Brasil and its acceptance surprised even the team's local subsidiary.

Among the dozens of CMS (content management systems) available on the market, one of the highlights is the XOOPS, an open source program produced by the XOOPS [community]. The readers of INFO recognized this, devoting 37% of the votes to the product in the CMS category.
According to Gilberto Galdino of XOOPS Brasil, one of the groups of developing the tool in Brazil, the XOOPS community in Brasil is the second largest world (behind only the French) and has made major contribution in product development.
Read more... | 1 comment

Two new cool Websites from Brazil

The Web design team Bertholdo Consultoria from Brasil developed two beautiful Websites using XOOPS. Both of them are very creative and show that with the right mixture of talent and creativity, sky is the limit for XOOPS Developers.
To be honest, I would never know that they are made in XOOPS, because they look so un-XOOPS

But exactly because of that, they are a true inspiration for XOOPS developers to test the limits in their designs and creativity, and go beyond the typical boxy look and feel.

Congratulations to the designers!!! It is people like them who are showing the true power of XOOPS and its limitless capabilities!

And now the Websites:

http://www.escolacantoverde.com.br/

Resized Image

http://www.editoradimensao.com.br/

Resized Image
Read more... | 5 comments

xcgal: "Upload more pictures" and "keywords"

Xcgal users will be familiar with the "Upload more pictures" function which allows up to four pictures to be uploaded in one go and will know about xcgal's "click on a keyword" search function which locates all pictures having the chosen keyword. Keywords are therefore a really important tool for xcgal users.

Unfortunately, users will also know that keywords cannot be entered for pictures uploaded using the "Upload more pictures" function - they can only be added by editing the picture later.

...... until now

I've amended two xcgal files (db_input.php and xcgal_uploadmore.html) to allow keywords to be entered using the "Upload more pictures" function and the time of upload.

I've packed the amended files and their (renamed originals - it will be obvious!!) into this zip file.

Hope it is useful.
Read more... | 8 comments

Text wrap Xcgal template

I always have problem with the text in the description area of xcgal module, if you write a long description and do not take care of the breal lines your ouput text will result in a long text line, so I modify the template xcgal_display.html and around the line #29 look for a code like this:
<td align="center" class="odd" height="100" style="white-space: nowrap; padding: 0px;">
and proceed to change to this one:
<td align="center" class="odd" height="100" style="white-space: wrap; padding: 0px;">
As you see we change the nowrap for wrap, that makes the trick at least in my case, hope it will solve the problem for another xooper

Regards
Comments?

XOOPS 2.3.0 Alpha 2 Release

The XOOPS Development Team is pleased to announce the release of XOOPS 2.3.0 Alpha 2.

The objective of XOOPS 2.3 releases is to merge the two existent branches of 2.0 and 2.2 and to build a bridge towards our next generation of XOOPS: the Version 3.0.

With XOOPS 2.3 release, users will be able to learn some of new features that will be available in XOOPS 3.0, while developers can understand better the direction of XOOPS development, and designers can learn what features will be supported in the future.

Both backward and forward compatibility will be guaranteed as much as possible. Modules written for 2.0.* and 2.2.* will work with 2.3; applications developed for 2.3 will be compatible with Version 3.0 automatically.

Developers are encouraged to write their new application modules on XOOPS 2.3 so they can incorporate some of the new features and ensure easy migration to Version 3.0.
Read more... | 9491 bytes more | 38 comments

XOOPS goes PHP5

XOOPS 3.0 to support exclusively PHP5+ This is to announce that starting with Version 3.0, we'll be supporting exclusively PHP 5.2 and up. The XOOPS 2.3 (check out the Alpha 2 Release) will be our last release series supporting PHP4. There are several reasons for doing this: 1) we have limited resources, so it's hard to keep maintaining two different platforms.
Read more... | 3291 bytes more | 9 comments
« 1 ... 212 213 214 (215) 216 217 218 ... 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