German Support for XOOPS with a new page

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
Read more... | 4 comments

Language problem with comments

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 != $xoopsModuleConfig['com_rule'])
{
$ccount $this->comments();
$morelink .= 'href="'.XOOPS_URL.'/modules/news/article.php?storyid='.$this->storyid().'';
$morelink2 '
href="'
.XOOPS_URL.'/modules/news/article.php?storyid='.$this->storyid().'';

if ( 
$ccount == )
{
$morelink .= '">'._NW_COMMENTS.'
';
}
else
{
if ( 
$fullcount )
{
if ( 
$ccount == )
{
$morelink .= '">'._NW_READMORE.' | '.$morelink2.'">'._NW_ONECOMMENT.'';
}
else
{
$morelink .= '">'._NW_READMORE.' | '.$morelink2.'">';
$morelink .= sprintf(_NW_NUMCOMMENTS$ccount);
$morelink .= '';
}
}
else
{
if ( 
$ccount == )
{
$morelink .= '">'._NW_ONECOMMENT.'';
}
else
{
$morelink .= '">';
$morelink .= sprintf(_NW_NUMCOMMENTS$ccount);
$morelink .= '';
}
}
}
}


change to:

if (XOOPS_COMMENT_APPROVENONE != $xoopsModuleConfig['com_rule'])
{
$ccount $this->comments();
$morelink .= 'href="'.XOOPS_URL.'/modules/news/article.php?storyid='.$this->storyid().'';
$morelink2 '
href="'
.XOOPS_URL.'/modules/news/article.php?storyid='.$this->storyid().'';

if ( 
$ccount == )
{
$morelink .= '">'._NW_COMMENTS.'
';
}
else
{
if ( 
$fullcount )
{
if ( 
$ccount == )
{
$morelink .= '">'._NW_READMORE.' | '.$morelink2.'">'._NW_ONECOMMENT.'';
}
else
{
if (( 
$ccount >) && ( $ccount <5))
{
$morelink .= '">';
$morelink .= sprintf(_NW_NUMCOMMENTS2$ccount);
$morelink .= '';
}
else
{
$morelink .= '">';
$morelink .= sprintf(_NW_NUMCOMMENTS5$ccount);
$morelink .= '';
}
}
}
else
{
if ( 
$ccount == ) {
$morelink .= '">'._NW_ONECOMMENT.'';
}
else
{
if (( 
$ccount >) && ( $ccount <5))
{
$morelink .= '">';
$morelink .= sprintf(_NW_NUMCOMMENTS2$ccount);
$morelink .= '';
}
else
{
$morelink .= '">';
$morelink .= sprintf(_NW_NUMCOMMENTS5$ccount);
$morelink .= '';
}
}
}
}
}


Modification work will begin immediately, but if you have enabled the cache, it needs to first be erased, otherwise the change will take effect after the flush.

This hack is tested on Xoops 2.4.1 with News module version 1.63

And as always, finally talk about modifying the system: before any treatment can make backup copies of the original files. You never know what can go wrong where.

And that's all
Read more... | 4 comments

Environmental education for kids (http://pikaiprijatelji.com)

Croatian non profit organization KNEJA (http://kneja.hr) has made an educational environmental web site for kids: http://pikaiprijatelji.com. Site is do-it yourself manual on sustainability in practice. Under the hood is Xoops 2.41 and Mastop Publish which is a most powerful module for Xoops at this moment (for static pages)! Site is completely on Croatian. Thank's to all Xoops developers!
Read more... | 4 comments

www.NonSoloGuide.altervista.org with Xoops 2.4.1

Hi everybody!
I'm proud to present you my new XOOPS website:

http://www.NonSoloGuide.altervista.org/modules/news/index.php

(Linux and Windows Italian how-to).


- Xoops 2.4.1
- News
- Polls

Enjoy it!
Read more... | 2 comments

debaser 3.04 Half Finished released!

After 256 downloads of the Half Baked-release and NO bug reports I am proud to announce the release of debaser 3.04 Half Finished. In my own nomenklatura Half Finished means BETA.

Maybe I said this before, but what is in the package?

1) Add multilingual description with no extra markup (the module xlanguage is needed)
2) Ajax search function which makes suggests for search terms
3) Inner display of players or popups
4) Public and private playlists
5) Re-encoding of MP3 with Lame (have to be installed separately)
6) Batch processing of files
7) Flash uploader with progress bar and timer
8) Adminstration for radio and tv stations
9) Per-user-directories with quota or no quota
10) Code embedding for other websites
11) Support for nearly all players also from websites like YouTube, clipfish etc. Even external players can be added
12) File manager is included
13) Script for detailed (underestimating) information added
14) Upgrade script from debaser 0.92x to debaser 3.04 Half Finished. No upgrade from alpha or pre-alpha! Read carefully the release notes for the upgrader on dev.xoops.org or displayed on the upgrade script page
15) and tons of blocks and other features I forgot to mention

Bad news as well: You have to turn on javascript to make debaser 3.04 Half Finished work properly. I kicked out some WYSIWYG editors, right now only tinyMCE and CKEditor are supported. 3.04 is meant only for XOOPS 2.3 and 2.4, but the module could! work for the 2.0-series.

Get debaser 3.04 Half Finished HERE
Get the upgrader HERE
Get the not-up-to-date-docs HERE
Punish me at the bug tracker HERE
Read more... | 23 comments

XOOPS continues with development of Instant-Zero community modules

As some of you know already, unfortunately, Instant-Zero closed its door as it went out of business. This is definitely a very sad news for all of us.

Their modules have been very popular within the XOOPS community and some of them are also used here on our Website.

Of course, many of you were asking what will happen next.

There were two issues:

1) Where do we get support for current versions?
2) Will these modules work with future versions of XOOPS?

As in the past, we'll continue to support the modules here on our Forums, so there will be no impact on our users.

And to ensure compatibility of Instant-Zero modules with future versions of XOOPS, the developers of XOOPS will continue with maintaining, upgrading, and new development of Instant-Zero modules.

It is important for us that these modules continue to function with each and every new version of XOOPS.

The current versions, which are compatible with XOOPS 2.4.1, can be downloaded from XOOPS SourceForge (see below), and the source code has been placed earlier this week in our SVN.

We are inviting the whole XOOPS community to help us with continues improvement and future development of these modules.

It is the beauty of the Open Source that when one developer leaves to pursue other interests, other developers from the community can continue with the development.

We would like to say "Thank you" to Herve for all his contributions to XOOPS, and wish him all the best in his future endeavors. Hopefully, one day he'll be back with his XOOPS Family!

You can download current versions of the modules (all compatible with XOOPS 2.4.1) from here:


Boox 1.7
* The module requires at least Xoops 2.3.3 (or up)
* Better compatibility with the editors of Xoops 2.4
* French and english translations available in UTF8.


iSearch 1.9
* No changes, the module runs with Xoops 2.4
* French and english translations available in UTF8.


Marquee 2.47
* The module requires at least Xoops 2.3.3 (or up)
* Better compatibility with the editors of Xoops 2.4
* French and english translations available in UTF8.
* Minor changes in the module's code


MyIframes 1.6
* French and english translations available in UTF8.


Newbbex 1.8
* This is the last version of this module, we will not release any new version.
* French and english translations available in UTF8.
* The module requires at least Xoops 2.3.3 (or up)
* Better compatibility with the editors of Xoops 2.4
* The module must be updated and you must go at least one time in its prefernces to select the text editor


News 1.64
* The module requires at least Xoops 2.3.3 (or up)
* French and english translations available in UTF8.
* Better compatibility with the editors of Xoops 2.4
* Addition of a picture per article (with resizing)
* Addition of an introduction text to display before the submission's form
* Addition of preferences to select the size to give to picture attached to each article
* Addition of a "picture" field to the news table
* Modification of news_item.html for the article's picture
* Bug's correction for the TAG module
* Addition of news translations :
- main.php
_NW_SELECT_IMAGE
_NW_CURENT_PICTURE
- modinfo.php
_MI_NEWS_INTRO_TEXT
_MI_NEWS_IMAGE_MAX_WIDTH
_MI_NEWS_IMAGE_MAX_HEIGHT


Shortcuts 1.8
* Bugs corrections in the index and add.php pages
* French and english translations available in UTF8.


UserPage 1.5
* The module requires at least Xoops 2.3.3 (or up)
* French and english translations available in UTF8.
* Better compatibility with the editors of Xoops 2.4

XoopsCare 1.4
* Better compatibility with the editors of Xoops 2.4
* French and english translations available in UTF8.

Oledrion 2.31
Read more... | 33 comments

Free XOOPS Theme Sd-054-Green-Dreams

I'm happy to present the FREE XOOPS Theme with the name Sd-054-Green-Dreams.

Resized Image


Here can you find the XOOPS Theme Demo, here the XOOPS 2.4 Theme Demo and here is the free Download Xoops Theme Sd-054-Green-Dreams.

Happy XOOPsing.
Read more... | 1 comment

xoBile (XOOPS Mobile) [v1.0 RTU]

This module allows you to show your XOOPS website on a mobile phone. (If there are plugins available for the modules you use)

Name: xoBile
Version: 1.0 [RTU] (RTU? click [HERE] for more info)
Release: 18/11/2009

New in this version:
1. Only the About, d3forum, index, news and TDMDownloads plugins are included whitin the module package.
2. All plugins are updated to use XOOPS functions where possible.
3. Plugins can now be managed and arranged through the administration section of xoBile.

Requirements:
- XOOPS 2.4* (The module could also work** on XOOPS 2.3*, but it is not tested)
- PHP 5 * (The module could also work on PHP 4.3*, but it is not tested)

Installation:
- You can simply install this module as a standard XOOPS module.

Upgrade:
1. Uninstall the old fresh from the module through XOOPS Administration;
2. Remove the old version of the module of the server (eg via FTP);
3. Upload the latest version of the module;
4. Install the new version of the module through XOOPS administration.

Questions:
- If you have questions, comments or requests you can place them on the forums on my website. (You can post in English, although the forum is Dutch)

DEMO HERE (Dutch)
DOWNLOAD HERE

* NOTE: This module is "Ready To Use" but this does not mean that it can't contain bugs.
** NOTE: The automatic forwarding of mobile phones does NOT work on XOOPS 2.3 *!
Read more... | 30 comments

XOOPS eNewsletter (beta)

eNewsletter is based on the popular evennews module. The main difference is the ability to subscribe to more than one newsletter.

Features include:

* Import existing xoops user accounts to one or more newsletters
* Add/update Newsletters
* Newsletter archives

Download here
Read more... | 14 comments

XOOPS Website is going live with XOOPS 2.4.2

As they say, you should eat yourself what you cook, therefore we are pleased to let you know that we've updated the XOOPS Website to XOOPS 2.4.2, which is now in the SVN, and will be released in the next few days!!!

Resized Image

This will allow you now to delete multiple Private Messages at once.

And since we were updating the system, we also installed reCaptcha for registration.

FYI - the update was relatively painless, all the modules work fine, and we didn't lose any blocks. We've upgraded from XOOPS 2.3.3

If you discover any problems or anomalies, please let us know.

The XOOPS Team
Read more... | 8 comments
« 1 ... 126 127 128 (129) 130 131 132 ... 553 »


Login

Who's Online

332 user(s) are online (24 user(s) are browsing XOOPS News)


Members: 0


Guests: 332


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives