XOOPS domain www.xoops.org donated to XOOPS Foundation

We are happy to share with you that the founder of XOOPS, Mr. Kazu Ono (aka Onokazu) has donated the XOOPS domain (www.xoops.org) to XOOPS Foundation!

The XOOPS Council appreciates very much his trust in the current team, and we can only reiterate our full committment and dedication to keep the Open Source ideals and spirit alive in XOOPS!

We also would like to thank Mr. Kazu Ono for all his leadership, dedication, and vision for XOOPS over all these years! He is a true giant of programming and we feel honored to be able to carry on the legacy of the original founders of XOOPS!

Viva XOOPS!

Read more... | 1 comment

Excellent Tutorial in Spanish: Adapting HTML and CSS Templates to XOOPS

Tony Rod has published an excellent video tutorial about "Adapting HTML and CSS Templates to XOOPS":





This is what he writes in his blog:

XOOPS has always been known for being a powerful and flexible CMS, however despite this, the creation of my own themes without relying on already available themes for XOOPS was always of interest to me, especially since the available themes were very similar with the same structure.

That's why a few years ago I challenged myself to learn how a template works in XOOPS and what is needed to develop a different theme that suits my needs and above all, has a unique design .

I finally found the answer and that is why now I share what I've learned over the years using XOOPS, and hopefully it will help all those who want a unique and different design without having to worry about whether they are doing it the right or wrong way when adapting the template to XOOPS.

Basically this tutorial is divided into four sections which are:

- Introduction and basics of templates in XOOPS
- Process of adapting a template in HTML to XOOPS
- Multiple templates on our site using Defacer
- Adding blocks manually by ID

The tutorial is designed in such a way that you can follow step by step the whole process from the adaptation of the template to the finished product. To make it easier for you, I am providing the course material so you can do the necessary tests. This material can be found on the download section of downloads or by clicking here.

I hope this tutorial is helpful to start designing your own templates and will inspire those who want to improve the content of their websites.

I will answer all your questions and / or comments in the comments section of this publication.
Read more... | 4 comments

Headline News Publisher

Resized Image


theme.html Code :
<link href="<{xoImgUrl css/mansetx.css}>" type="text/css" rel="stylesheet" />  
<
script type="text/javascript" src="<{xoImgUrl js/mansetx.js}>"></script>
<
script type="text/javascript" src="<{xoImgUrl js/jquery-1.11.1.js}>"></script>


theme.html add :

<{includeq file="$theme_name/slidetpublisher.html"}>



slidetpublisher.html code :

<{php}>
include_once 
XOOPS_ROOT_PATH '/modules/publisher/include/common.php';
$publisher =& PublisherPublisher::getInstance();
$myts =& MyTextSanitizer::getInstance();
$itemsObj $publisher->getHandler('item')->getItems($limit 6$start 0, array(_PUBLISHER_STATUS_PUBLISHED), -1$sort 'datesub'$order='DESC'''true$criteria nulltrue);
$totalItems count($itemsObj);

global 
$items;
$items = array();
if (
$itemsObj) {
        for ( 
$i 0$i $totalItems$i++ ) {

            
$newItems['itemid']       = $itemsObj[$i]->itemid();
            
$newItems['title']        = $itemsObj[$i]->title();
            
$newItems['body']         = $itemsObj[$i]->body();
            
$newItems['votes']        = $itemsObj[$i]->votes();
            
$newItems['image']        = XOOPS_URL '/uploads/blank.gif';
            
$images $itemsObj[$i]->getImages();
            if (
is_object($images['main'])) {
                
$newItems['image'] = XOOPS_URL '/uploads/' $images['main']->getVar('image_name');
            }
        
$items[] = $newItems;
    }
}
<{/
php}>
        <
div id="mansetx">
            <{
php}>
        foreach ( 
$GLOBALS['items'] as $myrow )
        {
        
$GLOBALS['xoopsTpl']->assign('itemid'$myrow['itemid']);
        
$GLOBALS['xoopsTpl']->assign('title'$myrow['title']);
        
$GLOBALS['xoopsTpl']->assign('body'$myrow['body']);
        
$GLOBALS['xoopsTpl']->assign('votes'$myrow['votes']);
        
$GLOBALS['xoopsTpl']->assign('image'$myrow['image']);
<{/
php}>
        <
div id="mansetx-img">
            <
a href="<{$xoops_url}>/modules/publisher/item.php?itemid=<{$itemid}>"><img width="720" height="315" src="<{$image}>"></a>
        </
div>
         <{
php}>
        }
<{/
php}> 
        <
div id="mansetx-selector">
            <
ul>
            </
ul>
        </
div>
</
div>


Demo :

http://estetikameliyatmerkezi.com/xoopson/

Hasta Yatakları
Read more... | 3 comments

Facebook comments added to Publisher module version 1.02

Hi,
I did it, I added the fecebook comment in publisher module version 1.02

1. I Work with publisher version 1.02
2. and the theme xbootstrap version 1.02
3. I have to prepare a winzip if you want

If you want to see how it looks, takes a look here
CLICK HERE

Regards
DAVID

Resized Image
Read more... | 2 comments

Theme Sd-099-Theme-Surprice - for free

Sinnedesign is happy to present the new FREE XOOPS Theme with the name Free Design Sd-099-Theme-Surprice. The Free XOOPS - Theme was made with friendly help from Easyname .

Resized Image


Here can you find the XOOPS 2.5 Theme Demo.

Xoops 2.5 Demo

FREE - Download Xoops Theme Sd-099-Theme-Surprice

Here is the direct Download - Link (without registration)

Nice Weekend and happy XOOPsing!
Comments?

XOOPS is Project of the Week on SourceForge

We are happy to inform you that XOOPS Project is featured as Project of the Week and is listed on the front page of SourceForge Website.

This means that XOOPS Project may be included in this month's Community Project of the Month vote, depending on the number of downloads it gets. So if you haven't download XOOPS yet, please do so ASAP

And, here is the link to the blog post notifying the community of our accomplishment:

http://sourceforge.net/blog/projects-of-the-week-august-11-2014

Viva XOOPS!

Read more... | 1 comment

XOOPS ModuleInstaller 1.02 Beta 1 available for Testing (XOOPS 2.5.7 only)

If you are a XOOPS user and want to install several modules for testing, currently you need to install them one by one, which sometimes is quite frustrating, if there are many of them.

The same is for updating or uninstalling.

So we thought that we'll provide some help to you

Resized Image


The latest version of Module Installer will help you to:

- install modules in bulk
- update modules in bulk
- uninstall modules in bulk

Please check out this video to see how easy it is now for XOOPS users:

https://www.youtube.com/watch?v=d7zW5oaQGbA





NOTE:

a) This modules is only for XOOPS 2.5.7

b) You will need to patch the Core by copying two files from the /extras folder to /modules/system/admin/modulesadmin

Therefore, this Beta version is only for developers and "power-users", who feel comfortable with testing Beta versions of software.



Download: XOOPS File Repository on SourceForge


Please provide feedback and report any issues in this Forum
Read more... | 5 comments

XOOPS 2.5.7 Final Released

The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.7 Final. This release is focused on making XOOPS 2.5.7 fully compatible with PHP 5.5.x, on security enhancements, bug fixing, and on updating external libraries to their latest versions: - jQuery to 1.11.0 - jQuery UI 1.10.4 - jQuery Lightbox to 1.2.3 - jQuery Form to 3.50.0 - jQuery Tablesorter to 2.15.11 - jGrowl to 1.2.14 - TinyMCE to 3.5.11 Angelo Rocha also has provided this new cool theme: the xBootstrap theme, based on Bootstrap Resized Image Since this version includes security fixes, it is highly recommended to update to this version ASAP! See the Changelog for more details. IMPORTANT NOTE: ----------------------------------- Due to changes related to security, it might happen that in one or two modules saving of the Permissions in Admin might not work. We are finalizing the Basic Module Pack, where all modules have been tested on XOOPS 2.5.6. Please check the News on XOOPS Website for a special announcement about the updated modules, or ask on the XOOPS Forums. Or you can read more detailed information about how to fix it yourself in /docs folder in the file: "fixing_permissions.txt" Please post and discuss all issues related to this release in this Forum thread We also need help with Translations using Transifex System requirements ----------------------------------- Minimum PHP Version: 5.3.7 Please note: the fact that the XOOPS Core runs correctly on PHP 5.5.x, doesn't mean that all your modules will run correctly, therefore you'll need to test them first. The recently released modules that qualify for our Basic Module Pack, are all tested on PHP 5.5.x, and they should run just fine. We're also in process of updating the Basic Module Pack specifically for XOOPS 2.5.7 If you encounter any issues, please let us know in our Support Forums, in this specific thread dedicated to XOOPS 2.5.7 Viva XOOPS! Downloading XOOPS ----------------------------------- You can get this release package from the Sourceforge repository. There are .zip and .gz archives provided.
Read more... | 18523 bytes more | 19 comments

GroupeFPN: New website for students in Morocco created with XOOPS

I'm pleased to present the new website created for Moroccan students: GroupeFPN

Resized Image


modules used :

news
Mastop Go2
newbb
adslight
xoopspoll

theme used :

NadorCom

Thanks XOOPS! It's the best tool to create a Website!!!
Read more... | 1 comment

Fantasy-Fans.ir Powered by XOOPS

Hello World , New Persian Fantasy and sci-fi Books & Movies Fans Site Created by XOOPS

Resized Image


xoops 2.5.6 Persian

news 1.63
extgallery
contact
tag

http://www.Fantasy-Fans.ir

Thank you XOOPS
Read more... | 1 comment
« 1 ... 7 8 9 (10) 11 12 13 ... 553 »


Login

Who's Online

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


Members: 0


Guests: 173


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives