RSS feed

All our modules are Xoops 2.3 compatibles (News, Newbbex, Marquee, Shortcuts, Myiframe, iSearch, Userpage, Boox & XoopsCare)

Resized Image

Hello,

We are happy to announce you that all our modules were tested (and corrected) and are declared compatibles with Xoops 2.3.
All those releases were not created to add new features but to ensure that they are compatibles with Xoops 2.3.
So there's no change in the translations.
Our modules are still compatibles with Xoops 2.0.18 but you can also use them with Xoops 2.3
We encourage you to upgrade every module of your site.
Download the modules you need, uncompress them and copy their files to your website then update them in the Xoops modules manager.

We used this test time to update the other modules we have maintained or modified recently like Mydownloads and Birthday.

Here is the full changelog for each module (each module's name brings you to its full description and his download link)

News version 1.62
- The module is now Xoops 2.3 compatible
- Many corrections in the use of the deprecated TextSanitizer functions
- Modification of tcpdf to be able to see pictures inside PDFs (thanks colossus)
- TCPDF was updated to its version 4.0.017 (don't forget to create a file for your language in /xoops/modules/news/pdf/config/lang)

Newbbex version 1.6
- The module is now Xoops 2.3 compatible
- Many corrections in the use of the deprecated TextSanitizer functions
- Some bugs corrections in the attachments
- I have removed some warnings
- Correction of a typo in the english blocks.php file

Marquee version 2.46
- The module is now Xoops 2.3 compatible

Shortcuts version 1.7
- The module is now Xoops 2.3 compatible
- A warning was removed in the module's index page

MyIframe version 1.6
- The module is now Xoops 2.3 compatible
- Bugs corrections

iSearch version 1.8
- The module is now Xoops 2.3 compatible
- Bugs corrections in class/blacklist.php
- Minor change in the search

UserPage version 1.3
- The module is now Xoops 2.3 compatible
- Minor changes in a page title

Boox version 1.5
- The module is now Xoops 2.3 compatible

XoopsCare version 1.22
- The module is now Xoops 2.3 compatible
- Minor changes in the module's administration
- The module now clean the cache in XOOPS_TRUST_PATH

Mydownloads version 1.6
- The module is now Xoops 2.3 compatible
- Many corrections in the use of the deprecated TextSanitizer functions
- In the form used to submit a new download in the user side, the download url and the file's size were not visible anymore
- Some warnings in the module were removed
- I have made a change in include/search.inc.php because of Php 4
- You will get this warning :
Warning: Class 'XoopsTree' is deprecated, check 'XoopsObjectTree' in tree.php in file /class/xoopstree.php line 45
It will be changed later.

Birthday version 2.2
- The module is now Xoops 2.3 compatible
- Minor change in the module's administration
- The module will not add asterisks to forms under Xoops 2.3
- Correction of a bug in the comments

We remind you that as of yesterday (8/8/2008); Php 4 is DEAD, so all our modules are now only running with Php 5 and we encourage you to upgrade your website if you are still using Php 4.

Best regards,
Instant Zero
Read more... | 10 comments

X-Forum 4.06 (final)

Resized Image
X-Forum is a completely extensible forum module for XOOPS, this is the complete stable release of the first version. It does require Frameworks 1.35 as soon it will include graphs and forum performance analysis.

Designed for XOOPS 2.3 and earlier version, it was written in response to problems with earlier forum titles, that had in some cases installation issues. With a broad range of options. X-Forum is a great solution to your forum requirements, complete with RSS Features and image management.

It will utilise a wide range of options and allow your community to discuss issues, raise topic and solution. Complete with .htaccess example and SEO with a medium URL

Minor Bug Fixes

• Search Replace Error in Xoops Version file fixed.
• XOOPS 2.3 - Form Loader Support Fixed

Tested on

• XOOPS 2.0.x
• XOOPS 2.2.x
• XOOPS 2.3.x

Download:

Resized Image Resized Image

Linkage:

X-Forum Wiki
X-Forum 4.03 (beta)
X-Forum 4.04 (rc)

Demos:

• XOOPS 2.3.0 - http://disc.ess.io/forums/
• XOOPS 2.2.x - http://caribbeanancestry.com/modules/xforum/
• XOOPS 2.0.x - http://www.chronolabs.org/forums/
Read more... | 11 comments

X-Forum 4.04

Resized ImageX-Forum is a completely extensible forum module for XOOPS, this is the complete stable release of the first version which seem to have an emptology problem from an absent area outside xoops. It does require Frameworks 1.35 as soon it will include graphs and forum performance analysis.

Designed for XOOPS 2.3 and earlier version, it was written in response to problems with earlier forum titles, that had in some cases installation issues. With a broad range of options. X-Forum is a great solution to your forum requirements, complete with RSS Features and image management.

It will utilise a wide range of options and allow your community to discuss issues, raise topic and solution. Complete with .htaccess example and SEO with a medium URL.

This is the lite edition of X-Forum, there will one with all those lovely features like topic and forum graphing quiet soon.

Demo: http://www.chronolabs.org.au/forum/

Resized Image Resized Image

If you want to transfer from previous forum titles for xoops, you can use this SQL Injection:

truncate `database`.`prefix_xf_attachments`;
truncate `database`.`prefix_xf_categories`;
truncate `database`.`prefix_xf_digest`;
truncate `database`.`prefix_xf_forums`;
truncate `database`.`prefix_xf_moderates`;
truncate `database`.`prefix_xf_online`;
truncate `database`.`prefix_xf_posts`;
truncate `database`.`prefix_xf_posts_text`;
truncate `database`.`prefix_xf_reads_forum`;
truncate `database`.`prefix_xf_reads_topic`;
truncate `database`.`prefix_xf_report`;
truncate `database`.`prefix_xf_topics`;
truncate `database`.`prefix_xf_votedata`;
insert into `database`.`prefix_xf_archiveselect from `database`.`prefix_bb_archive`;
insert into `database`.`prefix_xf_attachmentsselect from `database`.`prefix_bb_attachments`;
insert into `database`.`prefix_xf_categoriesselect from `database`.`prefix_bb_categories`;
insert into `database`.`prefix_xf_digestselect from `database`.`prefix_bb_digest`;
insert into `database`.`prefix_xf_forumsselect from `database`.`prefix_bb_forums`;
insert into `database`.`prefix_xf_moderatesselect from `database`.`prefix_bb_moderates`;
insert into `database`.`prefix_xf_onlineselect from `database`.`prefix_bb_online`;
insert into `database`.`prefix_xf_postsselect from `database`.`prefix_bb_posts`;
insert into `database`.`prefix_xf_posts_textselect from `database`.`prefix_bb_posts_text`;
insert into `database`.`prefix_xf_reads_forumselect from `database`.`prefix_bb_reads_forum`;
insert into `database`.`prefix_xf_reads_topicselect from `database`.`prefix_bb_reads_topic`;
insert into `database`.`prefix_xf_reportselect from `database`.`prefix_bb_report`;
insert into `database`.`prefix_xf_topicsselect from `database`.`prefix_bb_topics`;
insert into `database`.`prefix_xf_votedataselect from `database`.`prefix_bb_votedata`;


Read more... | 3 comments

Video Tube Prepares For Version 1.7

For beta testing purposes we have decided to make small incremental releases beginning with v1.61 and continuing through v1.69. Each release will contain bug fixes and some of the new features intended for Video Tube v1.7. By trying out these releases you are helping us to ensure the next production release is bug free.

These releases will be available for download at http://www.customvirtualdesigns.com

We are currently at version 1.61 which contains a couple bug fixes plus a really cool new Portable Video Preview feature.

Resized Image

The static video overlay used in the Search feature to preview a video prior to submitting has been replaced by a Portable Video Preview Overlay. You can define the overlay size, it's initial screen location, the window background color, border color and border size. The user can drag and drop the video preview to any desired location. It retains the last screen location and clicking another thumbnail while a preview is already playing simply closes the preview instead of causing errors like the original did.
Read more... | 18 comments

Newbbex 1.5

Resized Image

Instant Zero, your Xoops specialist, is happy to inform you that our Xoops modules called Newbbex was just released in its version 1.5 Newbbex is a simple forum based on Newbb.

In this version, you can now attach files to your posts.

If you want to upgrade your website, copy all the files to your website, update the module in the Xoops modules manager
And launch this script : http://www.example.com/modules/newbbex/admin/upgrade.php

There were some changes in the translations, you can see them in the file called lang.diff

Use our forum to ask question and/or report problems.

Finally, you can download the module here :
http://xoops.instant-zero.com/modules/mydownloads/singlefile.php?cid=4&lid=2

Best regards,
Instant Zero
Read more... | 1 comment

CVD Announces Video Tube v1.6 Release

Video Tube v1.6 has been released and is now available for download. The release has been tested with both XOOPS 2.0.16 and XOOPS 2.2.6. This release introduces categories for video management, play video blocks, enhanced search with two different result display formats and total results with results pagination. The embedded player now offers a colored border option. Several data items acquired from YouTube have been added to the display under the embedded player along with a Display More Info / Display Less Info combination button. A parameter has been added to each YouTube search query so search results no longer contain any videos in which embedding has been disabled by the author. The Video Help page has been updated to reflect the new appearance of the submission page. What's New page has been added that describes the new features found in this release.

This release covers approx 50% of the feature requests we have received. We wish to thank everyone for their feedback and we hope you find the software as enjoyable to use as we did in developing it. We are currently putting together the planned features for release v1.7 and the list can be viewed at http://www.customvirtualdesigns.com
Read more... | 6 comments

Who wants to be a Millionaire?

Resized Image

The popular TV-gameshow, "Who wants to be a Millionaire" iframed and ported to XOOPS.

Install as a normal module.

Comes with a block too...

Demo and Download

Have fun!

Read more... | 11 comments

Dr. Usage - 1.54

Resized Image

This is a simple graphing system for system visits and usage, it will be extended further in the future but I hope you like this simple graph. You will need to add the block to the pages you want it to track the usage on.

With XOOPS Usage Graph you can follow the progress of your Xoops Usage with visits and click with this useful tool. This module requires the XOOPS Framework version of 1.35

This also tracks is integrity which should never drop below 100% unless you have some form of paranormal activities happening within your domain which in this graphs early stages of deployment we even noticed there was in our system.

This will display a graph over selectable range of hours which will show you the user usage of your system.

What's New

Well I have added an option so you can select over a period of weeks you can choose when it drops the records from the history. I have also added Filled Line Graphs and Bar graphs, as well as adding an option to turn off the block usage marking.

Downloads
Downloads: xoops2_drusage_1.54.zip (20Kb)

Technology Future Applications

Well Mamba has asked me to make an industrial strength version of the multixoops which I will be doing in my co-operatives ersity networks site, this will also need to include a complete policy management system which will also use this trawling method to ban people that cause system usage integrity issues.

Quote:

Just have to wait for my new DSL connection. As my 60Gb changed to 15Gb but from before which really isn't enough for programming, which none of my network engineers friends could ever see me signing up to in the first place, but none of the data was erased in this stunt by the management of veritel or bigair & well.. you know sydnet atm.
Read more... | 3 comments

x-Cake 1.2 - Do it fast in CakePHP

Resized Image
Module: x-Cake
Version: 1.2.0.7296 RC2
Adaption By: Simon Roberts
Size: 1104Kb's
License: MIT

x-Cake is the Rapid Development Suite for PHP Applications, it is stable release 1.2 of cakePHP modified to work in the modules section of xoops. You can simply change the dirname and path address and make your own modules with this version of CakePHP for XOOPS.

You can quickly write modules for xoops if you know the Cake Method and structure, or import your existing Cake Framework Application into a more dynamic environment like xoops. For support and information on cakePHP try their website..

Quote:

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.
cakephp.org


Download: xoops2_xcake_1.2.zip (1,104Kbs)
Torrent: xoops2_xcake_1.2.zip (1,104Kbs)
Read more... | 2 comments

RssFit 1.22

Resized Image

With the help of Artésine, the French directory of professionals in the performing arts, Instant Zero, your specialist in Xoops solutions,
we are happy to present you an update of the famous Xoops RSSFit module.

With some configurations of PHP, it was not possible to access the different parts of the module's administration.
This version corrects the problem and you should now be able to access all the parts of the administration.

You can download the module here :
http://xoops.instant-zero.com/modules/mydownloads/singlefile.php?cid=15&lid=37

Best regards,
Instant Zero
Read more... | 13 comments


Login

Who's Online

381 user(s) are online (14 user(s) are browsing XOOPS News)


Members: 0


Guests: 381


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives