XOOPS powers the Website of 2010 SHPE National Conference

The Society of Hispanic Professional Engineers (SHPE) is the Source for Quality Hispanic Engineers and Technical Talent.

It was founded in Los Angeles, California, in 1974 by a group of engineers employed by the city of Los Angeles. Their objective was to form a national organization of professional engineers to serve as role models in the Hispanic community.

Each year the organization hosts a "National Conference", its major event and the largest technical and career conference for Hispanics in the country, which attracts over 5,000 engineering professionals, students and corporate representatives. The conference is an opportunity for engineering companies and corporations to recruit top talent from SHPE membership. It also provides educational, technical and career opportunities for professional and student engineers.

This year, the 2010 SHPE Conference will take place in Cincinnati, OH October 27 to October 31, 2010.

And for the first time, their conference Website (http://conference.shpe.org/) will be powered by XOOPS.

Resized Image

This is an important win for XOOPS, as this Website will be visited by thousands of professionals from major corporations and universities, who could become XOOPS users and developers.

It is also a sign of confidence in XOOPS by one of the top organizations for professional engineers in the USA.

Hopefully, there will be more and more high visibility Websites that are "powered by XOOPS" !

Viva XOOPS!
Read more... | 5 comments

XDbasket (free theme)

I'm happy to present you a new free theme for xoops

Based on a wordpress theme

Ported to xoops with blank theme

Resized Image


You can see demo here

You can download here
Read more... | 2 comments

Add "Yahoo Video" in module MyTube

Changes to achieve :

/***** language/yourlanguage/main.php *****/
add line 211
define'_MD_XTUBE_YAHOO''Yahoo' );


and add line 61
<strong>Yahoo:</strong>flashVars="id=<font
color=#FF0000>mycodetoput</font>"
(voir le code embed)</small>
after
<strong>Viddler:</stronghttp://www.viddler.com/player/<font
color=#FF0000>d32d2b94</font>/ (see embed code)</small><br />


/***** language/yourlanguage/admin.php *****/ add line 506
define'_AM_XTUBE_YAHOO''Yahoo' );


add line 255
<strong>Yahoo:</strong>flashVars="id=<font
color=#FF0000>mycodetoput</font>"
(see embed code)</small>


after
<strong>Viddler:</stronghttp://www.viddler.com/player/<font
color=#FF0000>d32d2b94</font>/ (see embed code)<br />


/***** admin/index.php *****/
change and add line 125
109 => _AM_XTUBE_MEGAVIDEO,
110 => _AM_XTUBE_YAHOO


/***** include/video.php *****/
add under line 67
case 110:
          
$returnsource _AM_XTUBE_YAHOO;
          break;


add under line 126
case 110:


add under line 179
case 110:


add under line 314
// yahoo
             
case 110:
            
$showvideo '<object width="512" height="322"><param name="movie" 
value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" 
/><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" 
value="#000000" /><param name="flashVars" value="' 
$vidid '" 
/><embed
src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" 
type="application/x-shockwave-flash" width="512" height="322" 
allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" 
flashVars="id=' 
$vidid '" ></embed></object>';
            break;




See videos (in french - sorry ) on Xoofoo - TV Channel
Read more... | 6 comments

XDMarioland (free theme)

I'm happy to present you a new free themes for xoops

Based on a wordpress theme

Ported to xoops with blank theme

Resized Image


You can see demo here

You can download here
Read more... | 6 comments

streamtools.net Premium Mediatheme (paid theme)

Resized Image


We are proud to publish our first premium theme for xoops.
Features: Modal Box Login
Custom Center Bottom Blocks
Site Closed and Site redirect Templates, and other templates modifications.
Jquery vertical & Horizontal menus
Custom user Tool Bar
Cross browser support IE7, IE8, Firefox, Opera, Safari, Chrome.
Include Logo PSD font

You can test the theme here : http://mediatheme.streamtools.net

User: demo
Password: demoxoops

Screenshots and more info:

http://streamtools.net/2010/06/25/mediatheme-premium-xoops-theme/

Tested with Xoops 2.4 and 2.5

Include One year of support and upgrades, if you want custom themes please contact us to info@streamtools.net

Regards

SubZero
Read more... | 9 comments

Acronym - new XoopsCode

Do you want to have new XoopsCode? My Little hack add new XoopsCode like HTML < acronym > tag. Add new functionality is easy

First we need to create a directory in CLASS/TEXTSANITIZER new folder and call it "acr". In it are two files:

The first is "index.html" which serves as a basic protection against such intrusions. You can find it in virtually all other directories and it is sufficient merely to copy the new directory.

The second is called "acr.php" and have this content:

<?php
/*
 You may not change or alter any portion of this comment or credits
 of supporting developers from this source code or any supporting source code
 which is considered copyrighted (c) material of the original comment or credit authors.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

/**
 * TextSanitizer extension
 *
 * @copyright       The XOOPS Project http://sourceforge.net/projects/xoops/
 * @license         http://www.fsf.org/copyleft/gpl.html GNU public license
 * @package         class
 * @subpackage      textsanitizer
 * @since           2.3.0
 * @author          Wishcraft <simon@xoops.org>
 * @version         $Id: li.php 3575 2009-09-05 19:35:11Z trabis $
 */
defined('XOOPS_ROOT_PATH') or die('Restricted access');

class 
MytsAcr extends MyTextSanitizerExtension
{
    function 
load(&$ts)
    {

        
$ts->patterns[] = "/[acr](.*)[/acr]/sU";
        
$ts->replacements[] = '<acronym title="Unknown acronym">\1</acronym>';
    
        
$ts->patterns[] = "/[acr=(.*)](.*)[/acr]/sU";
        
$ts->replacements[] = '<acronym title="\1">\2</acronym>';
        return 
true;
    }
}

?>


In it, he set his own recognition of the new Xoopscode and its treatment, or switch to HTML tags. You may notice that contains two options:

[acr]Xoops[/acr]


This code creates the text, which completes the acronym, but is not assigned any meaning, because it also writes the label.

[acr=eXtensible Object Oriented Portal System]Xoops[/acr]


This code creates a shortcut again in the sense of HTML, but given the importance of this symbol and therefore it forward.

Everything worked so well, you need to edit another file, and that is the file "config.php" which is located in the directory CLASS/TEXTSANITIZER.

You need to find this part:

return $config = array(
    
"extensions" => array(
        
"iframe" => 0,
        
"image" => 1,
        
"flash" => 1,
        
"youtube" => 1,
        
"mp3" => 0,
        
"wmp" => 0,
        
// If other module is used, please modify the following detection and 'link' in /wiki/config.php
        
"wiki" => is_dir(XOOPS_ROOT_PATH '/modules/mediawiki/'),
        
"mms" => 0,
        
"rtsp" => 0,
        
"ul" => 1,
        
"li" => 1),


and add only one line:

return $config = array(
    
"extensions" => array(
        
"iframe" => 0,
        
"image" => 1,
        
"flash" => 1,
        
"youtube" => 1,
        
"mp3" => 0,
        
"wmp" => 0,
        
// If other module is used, please modify the following detection and 'link' in /wiki/config.php
        
"wiki" => is_dir(XOOPS_ROOT_PATH '/modules/mediawiki/'),
        
"mms" => 0,
        
"rtsp" => 0,
        
"ul" => 1,
        
"li" => 1,
        
"acr" => 1),


That´s all, happy Xoopsing

Demo: see my web page: www.zirafoviny.cz
Read more... | 1 comment

Little hack of Runeher's "Lorem Ipsum Generator"

Hi, "Lorem Ipsum Generator" from Runeher is useful module for all web designers. But now more useful

I translate module to Czech language (module don't use language files) and added "nicer style" to option menu.

Why hack? Because this module don't use Language files but all text are "hard" in source code.

In to the Czech version I added Czech version of Lorem Ipsum, with diacritic and Czech like words. On English version are only original languages, but English speaking people don't need Czech like texts

Download Czech version

Download English version

Happy Xoopsing
Read more... | 1 comment

New Design of XOOPS Turkey

XOOPS Turkey Website has bee updated with a new attractive design:

Resized Image

Congratulations!

Viva XOOPS!
Read more... | 6 comments

WOX (World of XOOPS) Newsletter # 33 (June 2010)

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

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! 

May was definitely the months of themes!!! We've received tons of them, and many of them are very cool and innovative!!! And we also have our first ever XOOPS Radio Commercial

Highlights of the last month:

Summary

Read more... | 49336 bytes more | 11 comments

Inspire 3 Reborn with CSS3

It has been a long time since I released Inspire 6. After a long rest, I decided to continue the Inspire series. The next theme is still quite far away, so I decide to rewrite Inspire 3, one of my most popular themes with CSS3. The new theme looks pretty much the same as the original theme, But it is completely rewritten. Here are the features:

1. Completely rewritten with CSS3. Compatible with Firefox 3.6 and Webkit-based browsers(Chrome, Safari).
2. Only 1 images (Redirect Indicator) is used. The theme is only 37kb zipped.
3. A new user panel instead of the old user menu.
4. The style of tab is modified as many people report to me that the original design is a little “unsuited”.
5. Add more drop shadow effect with the support of CSS3

Resized Image

Download: http://insraq.com/en/download
Demo: http://insraq.com/client/demo/index.php?xoops_theme_select=inspire3_css3
Read more... | 7 comments
« 1 ... 96 97 98 (99) 100 101 102 ... 553 »


Login

Who's Online

152 user(s) are online (7 user(s) are browsing XOOPS News)


Members: 0


Guests: 152


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives