Module for stunning Presentations coming soon to XOOPS

I was reading yesterday an interesting article about integrating Impress.js, the awesome JavaScript library that can create absolutely stunning presentations similar to Prezi, into WordPress (see here).

And I was thinking that it would be cool to have something like this for XOOPS users too. How difficult would it be?

So last night I've started working on making a module that could contain presentations and slides in the database.

Using TDMCreate, it went relatively fast, and I am happy to show you the pre-Alpha version of XOOPS Presenter

Resized Image


As an example, I took the original presentation from Impress.js, and placed it in the database. Each slide is now served by XOOPS individually, and we can set the options (like rotation, scaling, etc.) for each of them.

So pretty soon XOOPS users will be able to take advantage of the amazing capabilities of this cool JavaScript library.

Please check it out, and let me know what you think...

Just click on the "Slides" link and enjoy the presentation.

I hope, we'll have soon some cool presentations about XOOPS itself, especially since there will be quite few new and exciting things coming in the upcoming weeks and months

BTW - this presentation requires modern browsers, like Chrome. IE will probably fail there.

Read more... | 14 comments

xNewsletter 1.1

Resized Image

xNewsletter 1.1 is now available

xNewsletter is a newsletter-module for Xoops. The modul is based on PHPMailer and PHPMailer-BMH.

Changelog:
- Add option to send newsletters in packages by using a cronjob (goffy)
- Rebuilt importtool based on temporary table (goffy)
- Changed table names to new xoops table scheme (table name starts with mod_) (goffy)
- Added importtool for rmbulletin, xoopsuser, csv, weblinks, smartpartner (goffy)
- Fixed images from xoops (goffy)
- Fixed errors in languages (alfred)
- Fixed error none subscriber for send newsletter (goffy)
- Fixed error in blocks (goffy)

Post bugs, questions and suggestions here

Download current version from here

Short description of basic functions:
- Usage of one or more e-mail-accounts
- Admin of one or more newsletter possible
- Subscription procedure optionally use confirmation system (double-opt-in)
- detailed handling of permissions for subscription procedures
- Newsletter are based on templates
- detailed handling of permissions for groups and newsletter (subscribe, write, send)
- Send: send test mail, resend to all subscribers or only to subscrbers, where sending failed
- Bounced mail handler for handling bounced mails in case of invalid e-mail-addresses
- Optionally syncronisation with mailinglists (e.g. majordomo)
- Maintenace function included
- Creating protocol for the important steps

For details please look into help file.


If you like this module, you can make a small donation for the child climbing group of Naturfreunde Hochburg-Ach (http://naturfreunde-hochburg-ach.at).
Read more... | 7 comments

WeBlog 1.47 Beta 1 available for testing on XOOPS 2.5.6

Resized Image

WeBlog is a module to provide a personal Blogging/Journal system for XOOPS Users.

Originally developed by: Hiro SAKAI, ITOH Takashi, Rene Sato

New is this version:

- converted to XOOPS 2.5.6 Admin GUI
- added dynamic WYSIWYG editor selection in Preferences
- added directory checker

Download: in the XOOPS SVN, click on the "Download Snapshot" link.

Please report bugs and any issues in this thread! Thanks for testing!

Also, the module is right now kind of plain looking, so we are looking for designers who would spice it up with some cool templates and make it look very cool!
Read more... | 5 comments

Xoops Food Theme

We've created this new Food Theme when we've working on site dedicated to food using the Publisher module. Very soon we'll have new themes compatible with News and Adsense.

Team http://www.Xoops-Tr.com

Sample Images of the theme:

Resized Image


Resized Image


Theme Demo :
http://demosu.net/yemek/

Download:
http://www.programgezgini.com/modules/TDMDownloads/singlefile.php?lid=1504

Themes:
http://www.xoops-tr.com/modules/myalbum/

New Themes Coming Soon, Future Work In Progress ....
Read more... | 9 comments

Portfolio 1.31 Final released for XOOPS 2.5.6

Resized Image

Portfolio module is a module originally developed by BitC3R0, that can be used for publication of your professional portfolio. The module let you create categories and works, in this way the visitors to your web site will know in detail the projects that you have worked on, and the work you've created.

You can add descriptions, information about clients, references and multiple images for every work you create. The users will learn your work portfolio in an easy and attractive way.

it has now been updated to XOOPS 2.5.6 Admin GUI, and tested on XOOPS 2.5.6 and PHP 5.5.1

Download: XOOPS File Repository

Requirements: XOOPS 2.5.6
Comments?

Shoutbox 5.01 Final released for XOOPS 2.5.6

Resized Image

Shoutbox module is a XOOPS module that provides an interactive block and pop-up window for visitors to post and view messages, similar to a chat system.

Originally developed by Tank, and upgraded to Blue Move by Trabis, it has now been updated to XOOPS 2.5.6 Admin GUI, and tested on XOOPS 2.5.6 and PHP 5.5.1

For users of versions 4.x and lower: Classes were added and a lot of the code was rewritten. Database has changed so please do not upload this package over the old Shoutbox module
- Unistall shoutbox
- Delete all files
- Upload new files
- Install Shoutbox

Download: XOOPS File Repository

Requirements: XOOPS 2.5.6
Comments?

New website Montecarlo-records.com

Hello everyone,

I am proud to present you a new website: Montecarlo-records.com

Resized Image


This site is a music label.

It was built with XOOPS 2.5.6 and modules are :

- News
- Publisher
- XoopsTube
- Xsitemap
- Xforms

A big thanks to Tatane for creation of the graphic theme based on BootStrap with a psd file.

In the near future it will be added the ability to listen and download the music of artists.
Read more... | 2 comments

MySQLi Connectors for Xoops 2.5.6 and 2.6

MySQLi connectors are now available for 2.5.6 and 2.6. These connectors should be considered as Beta and should not be used on a production server at this time.

These have been designed as a drop in addition to the current MySQL connector.

The current MySQL connector used by Xoops allows Xoops to talk to the MySQL database. This older connector has been around since MySQL version 3 and not only does not support new features of MySQL 4 and 5 but is now officially Depreciated in the latest release of PHP. For now this doesn't mean much to most but means that the current MySQL connector will no longer work in the future.

MySQLi was released to take advantage of the features in the newest versions of MySQL and as such is the direct replacement for the older MySQL connector. I used a script that converts old MySQL code to MySQLi compatible code as my base and went from there. Although I still have some questions for a core developer about some of the code the script created it does run without any known errors.

The use of these connectors is very simple. You download the version of mysqlidatabase.php that you need and copy it to your class/database folder. You then modify the database type in your secure.php file from MySQL to MySQLi and you are on your way.

Both of these connectors can be found in the SVN.

Connector for 2.5.6 MySQLi and for 2.6 MySQLi.

Please direct bug reports to the following thread:
https://xoops.org/modules/newbb/viewtopic.php?post_id=354793
Read more... | 5 comments

Panel Kapılar

Corporate Door Company

Resized Image


Modules are used for :

+ News
+ Publisher
+ Amcontact
+ extgallery
+ Xoops Seo Xorewrite
+ Xoops Version 2.5.5

Powered by Xoops !

Site Address : panel kapı
Read more... | 1 comment

[Free] Serenity Orange Theme for XOOPS!

Serenity Orange is a XOOPS theme written in HTML5 and CSS3, and uses the Bootstrap CSS framework, and was developed using the new xTheme Factory, which will be released soon.

Resized Image


The theme is fully responsive even your 3D slide.

Serenity Orange was developed considering web accessibility, an exclusive bar at the top for this, where the user can browse through the content of your quick links, increase and decrease the main text as well as enable mode contrast to who has difficulty reading.

The theme has navigation shortcuts using the accesskey attribute of HTML, see below:

SHIFT + ALT + 0 = Show / Hide the bar Accessibility

SHIFT + ALT + 1 = Skip to the horizontal menu

SHIFT + ALT + 2 = Skip to the main content

SHIFT + ALT + 3 = Skips to social networks

SHIFT + ALT + 4 = Increase font size

SHIFT + ALT + 5 = Decrease font size

SHIFT + ALT + 6 = Place the source in its default size

SHIFT + ALT + 7 = Turns the contrast

This navigation bar is an initial idea, soon more shortcuts will be added for facilitating the navigation of people who have some deficiency.

You can see the theme online at the following address:
http://demo.xoopsfire.com

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

Screens:
http://xoopsfire.com/modules/extgallery/public-album.php?id=42

Enjoy.
Read more... | 15 comments
« 1 ... 11 12 13 (14) 15 16 17 ... 553 »


Login

Who's Online

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


Members: 0


Guests: 916


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