Lawsuit 1.50

Resized Image
Lawsuit 1.50
Contact Forms with Verbose Checking

Lawsuit is an module for XOOPS that allows for categories and pages to be create with associated forms. The forms are completely customisable and offer a method of display data in pertinence to any legal issue and collect data for an inquiry or application to a law firm, lawyer or solicitors service so they can ask unique question to do with the case.

You can have as many forms and pages as well as categories as the database supports. Each page can have a customised form associated with it where you can retrieve related information to do with the presentation of the case or issue you are seeking clients on for legal representation.

There are other application for this module which can be easily cloned or change to suit other forms of paginated liaise within your xoops site.

This is the first open release so please test and report any errors you are having.

In this version the XOOPS Captcha form element has been added to all form for spam prevention as well as a few reported minor bugs fixed with categories. There is also a system of validation points you can have where people have to validate via RegEx; a String Match or a Count higher than 0 on an SQL Statement including count(*) for the first field in select.

Changes
  • SEO Clean URL
  • Single Page Loading Fault


Download: xoops2.5_lawsuit_1.50.zip (123 Kb)

Demo: http://xoops.demo.chronolabs.coop
Comments?

Profile 1.65 - Verbose Validation Edition (Final)

Profile 1.65
Verbose Validation Edition
Sponsored by Child Share and AFS Espania

Profile 1.65 is a version of Profile module for XOOPS that allows for a verbose registration to be done and comments on User profiles.

This has a field for validation that allows for Text Match, RegEx or SQL Validation to be used to prevent people registering with your website without having validation data of sometype such as an existing email address or an invite code or some regular expression statement.

Featuring still Multiple Fields, 2 Types of validation - one which uses JSON; the other that uses the Field $_POST validation method.

Simply upgrade your existing XOOPS 2.4 or 2.5 to XOOPS Profile 1.65 to experience the difference. We can really recommend XinCodes 1.02 for a user based invitation to be done.

I have amended the changelog and added the full featured system for verbose validation of a registration form. And you can have multiple stages of validation, on per step. This means our clients will have the option to have a closed system either through email or other system of referrer.

This is now bug free and fully featured in the 1.6x series of profile minor version number. It is ready to be distributed with XOOPS 2.5.1 and any future versions of 2.4.6

In this version you will have to select the rules you want to be used on a validation field unlike the earlier version which ran all matches, this is so you can have multiple stages of registration validation.

There are 3 types of validation these are explained below and will need to be formulated into a technical brief:

Validation types
RegEx

Any preg_match clause for regex will validate the field if this is specified as on of the fields validations.

Match Text

Any binary match of the string specified here will validate

SQL Record Count

A Select statement that returns a record count only, if the count is over one then it validates. There is some scripting with the sql for example [value] will insert the text field value of the validation field, and/or you can include other fields in the form for example the one for username would be [uname] and you can have multiple of options like [uname|password] which would insert the first occurring field with value of either username or password.

An example SQL script is this one for check if the client knows an existing email address:

SELECT COUNT(*) FROM `prefix_userswhere `emailLIKE '[value]' AND `level` > 0


Just say for example you have a list of usernames in the table `prefix_badusernames` and you wanted to check email and username you could on step one of registration do the following:

SELECT COUNT(*) FROM `prefix_usersa,  ` prefix_badusernames bwhere `a`.`emailLIKE '[value]' AND '[uname]' NOT LIKE `b`.`uname`


Download: xoops2.5_profile_1.65.zip - 113 Kb

Demo: Pre installed at http://xoops.demo.chronolabs.coop or try http://www.xortify.com/register.php and put in my email address for validation. Notice how it unlocks the form wherever it is.
Read more... | 16 comments

X-Forum 5.70

Resized Image
X-Forum 5.70
Multifielded Forum with Extras, Multisite & Multilingual

X-Forum is a completely extensible forum module for XOOPS, this is the complete stable release of the first version of 5 series, it includes multiple fields specifiable per post on individualized forums much like profile module. It does require Frameworks 1.60 or later. (framework available from http://www.chronolabs.coop/binaries/)

Designed for XOOPS 2.4 and later 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.

It has the ability to aggregate categories and forums to languages as well as domains with multisite 1.40 or X-Language. This means you can have forms and forum which only display on particular domains or under certain languages.

With X-Forum you can have all the convenience of the modular newbb path without the result. Based on CBB with a sound environment that even your grandma can use, I know mine does this is solid stuff coming directly to you under GNU Licenses.

Complete with Easy Path SEO Guide and help in the preference, you can even with some simple SQL Injections transfer your old CBB 2.x or 3.x over to X-Forum with ease. NOTICE!!! The .htaccess has changed since version 4.70!! - this is included in the /docs path of the archive.

In later version we will be updating more the the templates to give it a nice evenly rounded abstraction without that old box XOOPS look from just static templates for you to build from.

Refactory Done:
  • No More Art Object - XOOPS 3.0 Compatible *
  • TCPDF - Used for PDF Generation
  • Multisite Support
  • X-Language/Multilingual Mode


Bugs Fixed:
  • WSOD for Block Last topic
  • Extra Fields Missing From Compact Display
  • Old Social Network Adds Removed
  • PDF Output now available


Download Now: xoops2.5_xforum_5.70.zip (13.3 MB)

.htaccess
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d

RewriteRule 
^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*)                                                     modules/xforum/images/$4/$5/$6/$7
RewriteRule 
^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*)                                                             modules/xforum/images/$4/$5/$
RewriteRule 
^forums/(.*?)/(.*?)/(.*?)/images/(.*?)/(.*)                                                                 modules/xforum/images/$4/$
RewriteRule 
^forums/(.*?)/(.*?)/(.*?)/images/(.*)                                                                         modules/xforum/images/$
RewriteRule 
^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*)                                                             modules/xforum/images/$3/$4/$5/$
RewriteRule 
^forums/(.*?)/(.*?)/images/(.*?)/(.*?)/(.*)                                                                 modules/xforum/images/$3/$4/$
RewriteRule 
^forums/(.*?)/(.*?)/images/(.*?)/(.*)                                                                         modules/xforum/images/$3/$
RewriteRule 
^forums/(.*?)/(.*?)/images/(.*)                                                                             modules/xforum/images/$
RewriteRule 
^forums/(.*?)/images/(.*?)/(.*?)/(.*?)/(.*)                                                                 modules/xforum/images/$2/$3/$4/$
RewriteRule 
^forums/(.*?)/images/(.*?)/(.*?)/(.*)                                                                         modules/xforum/images/$2/$3/$
RewriteRule 
^forums/(.*?)/images/(.*?)/(.*)                                                                             modules/xforum/images/$2/$3
RewriteRule 
^forums/(.*?)/images/(.*)                                                                                     modules/xforum/images/$
RewriteRule 
^forums/images/(.*?)/(.*?)/(.*?)/(.*)                                                                         modules/xforum/images/$1/$2/$3/$
RewriteRule 
^forums/images/(.*?)/(.*?)/(.*)                                                                             modules/xforum/images/$1/$2/$
RewriteRule 
^forums/images/(.*?)/(.*)                                                                                     modules/xforum/images/$1/$2
RewriteRule 
^forums/images/(.*)                                                                                         modules/xforum/images/$

RewriteRule 
^forums/(.*?)/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html                                 modules/xforum/viewtopic.php?forum=$4&topic_id=$5&post_id=$6&start=$7&since=$8&order=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?),([0-9]+),([0-9]+).html                            modules/xforum/viewforum.php?forum=$3&since=$4&start=$5&sortorder=$6&sortname=$7&mode=$8&type=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/reply,([0-9]+),([0-9]+),([0-9]+).html                                                     modules/xforum/reply.php?forum=$3&topic_id=$4&post_id=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/poll,([a-zA-Z0-9]+),([0-9]+),([0-9]+).html                                                 modules/xforum/poll.php?op=$3&topic_id=$4&poll_id=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/edit,([0-9]+),([0-9]+).html                                                             modules/xforum/edit.php?forum=$3&post_id=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+).html                                                                     modules/xforum/archive.php?forum=$[L,NC,QSA]
RewriteRule ^forums/(.*?)/(.*?)/archive,([0-9]+),([0-9]+).html                                                             modules/xforum/archive.php?forum=$3&topic_id=$[L,NC,QSA]
RewriteRule ^forums/rss,([0-9]+),(.*?).rss                                                                                 modules/xforum/rss.php?c=$1&f=$[L,NC,QSA]
RewriteRule ^forums/viewall,([0-9]+),([0-9]+),([0-9]+),([0-9]+),(.*?),(.*?).html                                        modules/xforum/viewall&type=$1&mode=$2&start=$3&since=$4&sortname=$5&sortorder=$[L,NC,QSA]
RewriteRule ^forums/cat,([0-9]+).html                                                                                     modules/xforum/index.php?cat=$[L,NC,QSA]
RewriteRule ^forums/                                                                                                     modules/xforum/index.php [L,NC,QSA]


Upgrade Notice: It is important you upgrade from 5.6x
Read more... | 7 comments

Happy New Year : Xoops Themes By Agadirna


Resized Image


Theme Naime: Happy New Year

Designed by: Agadirna

Category: 3 Column Themes

Two versions: Arabic and English

Demo : Click Here

Download :Click Here

Read more... | 5 comments

Happy New Year to all XOOPSers around the world!

Wishing all XOOPSers from around the world Happy New Year and all the very best in 2011!

Resized Image

Don't forget - in 2011 we're celebrating 10th Anniversary of XOOPS!

Viva XOOPS!

Read more... | 8 comments

DH-INFO 2.3 released

It's time.
Long time nothing was done, some problems with the newer versions of XOOPS came
but now it has finally come.

DH-INFO 2.3 is here!

What's new:
- PHP code can run in selected sites
- Admin link in the free block is present
- PHP5 fitness
- Suitability for Xoops 2.5

Download
Forum
Report an error
(Above links to you only for registered users!)
Read more... | 1 comment

WOX (World of XOOPS) Newsletter # 39 (December 2010)

WOX - World Of Xoops

Wishing you Happy Holidays and Happy New Year!

Welcome to the December 2010 issue of WOX (World of XOOPS) Newsletter  - (see here previous versions

It looks like the Holidays are slowing everything down as people are busy shopping, but we still got a fair share of new themes and modules, and we thank all the contributors. There are also some new cool sites created using XOOPS!

From the big news, we would like to congratulate Nicolas (ForMuss) the arrival of his little son! Congratulations to you and your family. I hope, you'll email us soon the promised pictures!

As always, as the first thing in each newsletter we wanted to express our gratitude to all of you who have donated money to XOOPS Foundation! We truly appreciate your trust and support!  This month Ian Underwood remains the biggest supporter and donor - thank you Ian! If anybody else would like to donate - please don't be shy!

Highlights of the last month:

  • XOOPS Innovation Award - for people who create something very unique and innovative for XOOPS. This time the award goes to to Ian Underwood (iunderwood) from USA, for his innovative UHQ-GeoLocate and UHQ-IceAuth modules  
     
  • XOOPSer of the Month Awardis given to XOOPS members who show extraordinary dedication to XOOPS, and go the extra mile for XOOPS. This month, it goes to Hossien Azizabadi (Voltan) from Iran,for teaming up with Davide Rossi and helping on xNews and extGallery modules, and his continues support on Admin GUI on XOOPS 2.5.x and now on X3.  It's great to see developers teaming up and working together on modules!

Summary

Read more... | 41001 bytes more | 21 comments

Free XOOPS Sd-075-Christmas-Theme

I'm happy to present the new FREE XOOPS Theme with the name Sd-075-Christmas-Theme.

Resized Image


Here can you find the - XOOPS 2.4 Theme Demo - XOOPS 2.5 Theme Demo.

And here is the FREE - Download Xoops Theme Sd-075-Christmas-Theme.

Have Fun with the Christmas-Theme and Merry Christmas to all XOOPS Users.
Read more... | 4 comments

Tabphex XOOPS theme (commercial)

APH017 CMS Theme APH017 Theme is a 2 columns fixed width theme for XOOPS. It features 6 different color variations all in one theme, and a 7 item horizontal menu. Its slick and simple design makes it fit an array of web sites from blogs to article orientated web sites, from corporate portals to community ones. The package also contains few system templates and few modules templates for a better integration in theme's design Some of the templates included are: "news_article.html" "news_index.html" "smartobject_rating_form.html" "system_block_login.html" "system_userinfo.html" and few more The templates included haven't suffered too many modifications and only few key elements where edited to make their integration in the theme flawless Theme can be viewed live HERE Theme can purchased HERE And of course, subcribers to any of THESE membership plans, can download it HERE Merry Christmas and Happy New Year!
Read more... | 4 comments

Darkwave Theme

New series of themes for a project in which included some new features such as the use of javascript to round the corners and some effects to the menu with css.

Resized Image

Includes:
- Thickbox
- Javascript menu navigation
- Javascript round corners of images
- Effect submenu css - Transparent

timgno

[Edit]:
Demo: Darkwave
Download: Darkwave
Read more... | 7 comments
« 1 ... 70 71 72 (73) 74 75 76 ... 553 »


Login

Who's Online

230 user(s) are online (3 user(s) are browsing XOOPS News)


Members: 0


Guests: 230


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