New version of Xoops Demo

Xoops demo is pleased to introduce the new version of site. This new version is developed with BOOTSTRAP, HTML5 and CSS3.

Resized Image

For info: XOOPS Demo is a site dedicated to XOOPS themes.

You can view or download a multitude of complete themes, attractive based HTML5 and CSS3 to create your website.
Read more... | 4 comments

UHQ_GeoLocate v0.94 Released!

Resized Image

It's been about 2 1/2 years since I've really done much with this module, and since a friend of mine has been prodding me into getting some coding going again, I thought this would be a good module to do a few updates to. What's changed?

Release 0.94 :: June 15, 2013

Feature Adds
Ability to cache IPv6 queries w/ API calls.
MaxMind GeoIP API now supports IPv6 queries.
IPinfoDB v3 API now supports IPv6 queries.

Code Changes
Converted to XOOPS 2.5.5 Admin GUI (Mamba)
Further optimization of the geolocate.class, code collapses.

Notes
Change log also in text format, since it's supported in the Admin GUI.
Development environment is now XOOPS 2.5.6.

Release 0.93 :: June 11, 2013

Feature Adds
Added ability to expire cached entries after an arbitrary number of days.
Added IPInfoDB v3 API support w/ city and country-level lookups (IPv4).
Added FreeGeoIP.net support (IPv4).

Code Changes
Minor code cleanups and optimizations.
Removes distribution sample binary files if the module is already installed.

Fixes
Fixed module upgrade script for v0.91 upgrades.

Notes
The code repository for the module is now hosted on GitHub under uhq_geolocate for anyone who is interested. Additionally, the module strings now note the underscore in the module name.

Downloadable here: http://xoops.underwood-hq.org/modules/wfdownloads/singlefile.php?cid=1&lid=6
Read more... | 1 comment

Highlighting non-empty alphabet listing in XoopsTube

In XoopsTube we have a visual alphabetical listing of videos, so if you would like to see all videos starting with "B" you would click on the image with "B". Unfortunately, this is not the most user-friendly feature, because we don't know if there is anything under "B". So we needed to indicate the existence of videos by a changed background icon, as you can see below: Resized Image The plan was to: 1) build an array of unique alphabet letters that have videos in the database 2) as we render the alphabet icons, check for each letter/digit if it is also in the above array, and if yes, change the icon image to the green one XoopsTube renders the images in the function xoopstube_letters() located in /include/functions.php As first we needed to extract the unique letters from the database and create the array:
$distinctDbLetters_arr = array();
    
$sql 'SELECT DISTINCT (UPPER(LEFT(title, 1))) AS letter FROM ' $xoopsDB->prefix('xoopstube_videos') ;
    if (
$result $xoopsDB->query($sql)) {
        while (
$row $xoopsDB->fetchArray($result)) {
            
$distinctDbLetters_arr[] = $row['letter'];
        }
    }
    unset(
$sql);
As second, we wanted to check for each alphabet letter and digit to see if it is represented in the database:
if (in_array($ltr$distinctDbLetters_arr)) {
            
$letterchoice
                
.= ';
        } else {
            
$letterchoice
                
.= ';
        }
And we had to create a new class in CSS that would pull the new image:
.xoopstube_letters_green {
    
background-imageurl(images/icon/backgnd_green.png);
}
Things to do in the future: - cache the array created in (1), so we don't have to read it every time from the database, and updated it only if a new video is added The main message from this tutorial is to make our modules more user-friendly by visually indicating status of information. As always, if somebody has a better way to achieve it, please share it with us!
Read more... | 9 comments

XOOPS Council adds new members

The XOOPS Community is blessed with many great individuals, who dedicate countless hours to help XOOPS to move forward. We see them on the forums, and we see the results of their hard work in new and/or updated modules, themes, and bug fixes.

The key to XOOPS success is to have a strong team working together.

Today we would like to announce new additions to the XOOPS Council to lead and guide XOOPS forward (you can see their detailed bios below):

International Support Team: Christelle Gaulupeau (Cesag) from France

Modules Team: Jim Garrett (Zyspec) from USA.

Documentation Team: Alain Thivillier (Alain01) from France

Support Team: Ali Nili (Irmtfan) from Iran

Design Team: Angelo Rocha (AngeloRocha) from Brazil

Core Team: Trabis who was leading the development of XOOPS 2.6.0 together with Nicolas, is on leave of absence, but we hope he'll be back soon. In the meantime, the Core Team members will continue with the development as a team.

Today we would like to also thank Nicolas Andricq (ForMuss) and Eduardo Cortés (Bitc3r0) who have resigned from the Council due to new jobs and not having enough time. However, BitC3r0 is committed to continue with the further development of RM Common Utilities. Their help and support over years was instrumental in improving XOOPS, and we very much appreciate it!

We are all looking forward to working together to keep moving XOOPS forward!
Read more... | 7765 bytes more | 17 comments

Nominate XOOPS for Critics Choice CMS Awards

The Critics Choice CMS Awards are now accepting nominations for 2013... and XOOPS needs your support!

Nominations are open through August 1, 2013. Actual voting takes place from September 1 - November 1, 2013.

Please consider nominating XOOPS in any (or all) of the following categories:

- Best Open Source CMS
- Best Free CMS
- Best CMS for Small / Medium Sized Businesses:
- Best Enterprise CMS
- Best Website Builder

Last year, XOOPS was the Runner-up for the People's Choice for Best Free CMS, and we lost by only few votes!

So please help us to win this year, and the first step is to make sure that we're nominated!

Please nominate XOOPS today!

Resized Image


For more information, see http://www.cmscritic.com/critics-choice-cms-awards/.
Read more... | 7 comments

Theme Factory 7 - My new theme model to XOOPS

I bring to you another new version of the theme factory, a simple model themes for XOOPS, the package includes three variations of the theme, and thus a greater range of possible layouts.

The package also includes within the plugins folder:
- Nivo Slider for integration
- Skitter Slider for integration
- Menu dropdown for integration
- Lavalamp menu integration
- Megadropdown for integration

Integrate is very simple, just include the .html desired functionality in theme.html and call the .css and and .js respectives.

Demo:
http://demo.xoopsfire.com/index.php?xoops_theme_select=theme-factory

http://demo.xoopsfire.com/index.php?xoops_theme_select=theme-factory-left

http://demo.xoopsfire.com/index.php?xoops_theme_select=theme-factory-b-blocks

Screens:
Resized Image


Resized Image


Resized Image


Download: http://xoopsfire.com/modules/TDMDownloads/singlefile.php?lid=85

Hope you enjoy.
Read more... | 10 comments

Free XOOPS - Theme Sd-094-Blue-Print

Sinnedesign is happy to present the new FREE XOOPS Theme with the name Sd-094-Blue-Print . The Free XOOPS - Theme was made with friendly help from http://www.druckertinte.de .

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-094-Blue-Print

Here is the direct Download - Link (without registration)

Have Fun!
Comments?

News template Bootstrap FREE for Xoops

Xoops Demo is pleased to present to you last Xoops theme based on the Framework BOOTSTRAP

In this template, the structure of the theme was created entirely DIV thus removing all TABLE

Block Main Menu, User menu and connection has been customized with tools BOOTSTRAP

The "closed site" page has been customized

Other options have also been added

Thank you for these ideas to Grodunord

You can see here and download here

Read more... | 10 comments

Xoopspoll v1.40 Beta 1 - Ready for Testing

Xoopspoll 1.40 Beta 1

This is an BETA release, do not use it on a production site!

Xoopspoll is a XOOPS module that allows an administrator to create polls to query site users. This completely refactored revision provides the ability for site administrators to create multiple poll types. This version adds the highly anticipated capability to allow anonymous voters, create blind poll types, create multiple selection polls, and introduces many additional new features.

Minimum System Requirements:
  • XOOPS 2.5.5

  • MySQL 5.07

  • PHP 5.3

  • Optional: Newbb 4.31 (irmtfan), or Newbb 4.00 (trunk)



  • Xoopspoll Features:
  • Create unlimited polls

  • XOOPS 2.5.x Administration GUI

  • Log all voters/votes

  • Integrated with forum (newbb) - irmtfan v4.31 branch

  • Limit votes by user

  • Notify poll creator when poll finishes

  • Multi-language support - no hard coded language strings

  • Set poll end time/date

  • Ability to restart an expired poll

  • Set poll weight (order) to change order of display in module



  • NEW Features in this version:
  • NEW - Now supports four (4) poll types:
    - Results always visible
    - Only show results after voted
    - Only show results after poll ends
    - Never show users the results

  • NEW - XOOPS search for question and answer fields

  • NEW - Block to select and display a specific poll

  • NEW - Black color graphic for answers

  • NEW - Allow adding more than 10 answers per poll

  • NEW - Ability to set poll start date to schedule future poll

  • NEW - Ability to import polls from XOOPS umfrage module

  • NEW - Support for SmartClone module (see extras folder)

  • NEW - Userlog plugin for index.php and pollresults.php

  • NEW - Ability to hide polls created with forum (newbb) from frontside of polls module

  • NEW - Persian translation (irmtfan)

  • NEW - Module preference (config) to show/hide vote/voter count

  • NEW - Ability to mail notification to poll voter (XOOPS users only)

  • NEW - Ability to set maximum number of answers allowed for multi-select poll

  • NEW - Ability for admin to clone a poll

  • NEW - Summary of results on admin log display

  • NEW - Ability for admin to PM voter in poll administration

  • NEW - XOOPS API using handlers for poll, option and log objects/classes


  • Corrections in this version:
  • Fixed sorting bug when displaying log in admin

  • Fixed bug where users could vote on expired polls

  • Fixed bug where 'anonymous' table column wasn't created on module update


  • Improvements in this version:
  • Added 'min_db' to moduleconfig array

  • Updated plugin for XOOPS marquee module (see extras folder)

  • Added ability to select XoopsEditors to enable HTML in poll descriptions

  • Added obscured graphic to hide votes/voters for polls that don't have visible results

  • Changed loading method for poll & option classes

  • Changed admin form display to use methods in classes

  • Changed admin to use XoopsPageNav instead of custom code

  • Changed module defines to use more standard naming nomenclature

  • Changed date selection in admin to use jquery calendar

  • Changed determination of when to send result email (use XOOPS preload)

  • Changed minimum system requirements to XOOPS 2.5.5, PHP 5.3

  • Changed name of ./admin/xoopspoll.php to ./admin/main.php

  • Changed poll description from varchar to tinytext to allow longer descriptions

  • Changed some database keys to improve indexing performance

  • Improved integration with forum (newbb) module

  • Improved HTML rendering

  • General code cleanup

  • Security in forms - many forms now use XoopsSecurity tokens


  • Why is this an BETA Release?
  • This module needs additional testing - Please consider helping!

  • The documentation isn't complete

  • The language translation files have the new defines included however they are in ENGLISH. Please consider helping translate

  • The patch for the v4.31 irmtfan version of newbb has been tested. A patch for the 'official' 4.00 version needs to be more thoroughly tested

  • Did we mention this module needs additional testing?


  • Important Notices:
    Please read the /docs/install.txt file for installation and configuration information.

    Installing Extra(s):
    The files to use as plugins and/or patches for existing modules are located in the ./xoopspoll/extras folder. Please read the readme.txt files located in their respective folders for more information. This folder should only be copied to your XOOPS installation if you want to integrate it with one of the modules listed below. This folder's contents are not required if you do not need the integration provided with the Marquee, SmartClone or Newbb modules.

  • Marquee Module Plugin

  • - Copy the xoopspoll.php file(s) located in the ./xoopspoll/extras/marquee/plugins folder into the ./marquee/plugins folder. This plugin will use the new class/methods to access the Xoopspoll module.

  • SmartClone Module Plugin

  • - Copy the xoopspoll.php file(s) located in the ./xoopspoll/extras/smartclone/plugins folder into the ./smartclone/plugins folder. This plugin will use the new class/methods to access the Xoopspoll module.

  • Newbb Module Patch

  • - Copy all of the files located in the ./xoopspoll/extras/newbb/irmtfan folder into the ./newbb folder to overwrite the existing files. This patch replaces several files and will now allow newbb to use the new class/methods to access the Xoopspoll module.

    NOTE: The ./xoopspoll/extras/newbb/trunk_4_00 files have NOT been tested in this BETA release - ONLY USE THESE FILES ON YOUR NEWBB INSTALLATION IF YOU CAN HELP DEBUG THE FILES!

    Backup your existing site before installing/upgrading any XOOPS module.

    Download: Xoopspoll Module

    Bugs/Feedback: Please post in this thread on our Forums
    Read more... | 2 comments
    « 1 ... 13 14 15 (16) 17 18 19 ... 553 »


    Login

    Who's Online

    919 user(s) are online (8 user(s) are browsing XOOPS News)


    Members: 0


    Guests: 919


    more...

    Donat-O-Meter

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

    Latest GitHub Commits

    Archives

    News archives