Personal Life Consulting in New York by Stefano Spadoni

Resized Image

Personal Life Consulting in New York by Stefano Spadoni

Made with XOOPS!!!

Thanks to xoops.org for all!!!

Sly
Read more... | 5 comments

Scratchy: a very basic theme for Xoops

After thinking to it for a while I decide to release something which in the end is not the normal theme that you can expect.

Scratchy is basically a theme for Xoops 2.0.14 and more (but I guess it has no problem on older versions) without any style or formatting, a raw theme but fully functional and organized.
Practically is the basic structure for a Xoops theme, tableless, CSS based with all the elements, tags and css classes you need for creating a cool theme.
A kind of basic framework, built on Xoops rules, written with clean code and logically organized.

You'll not find any graphic effect, customization or else. Scratchy is an instrument that can be useful mainly for theme developers but also for newbies that want to understand how themes, smarty variables and css are integrated in a theme.

Starting from this structure, building a theme from "scratch" became fast to me.
Hope this will be useful to all Xoops users.

Download and more Infos HERE
Bug/Feedback and a demo (even if the best is in the code behind..)HERE

Enjoy

Ian
Read more... | 12 comments

PM4Lat Project Management For Latin America with Xoops

Pm4Lat Management of Projects with the objective to offer the best one to its navigators to changed of Web (http://www.pm4lat.org) and bet by Xoops as platform bases for all the information and document management, in order to improve the Feedback with the users and public who is interested in subjects of Management of Projects.

Pm4Lat offers:
- Courses and Factories for the examination of certification PMP, CAPM.
- Courses for PMO
- Factories for Portafolios of Projects
- Courses inHouse for companies ccc Tiene its seat in Lima, Peru.
Telephone: 511-2210100
Mail: pm4lat@pm4lat.org
Webmaster: dancifuentes@hotmail.com
Resized Image
Comments?

Hidden Content Hack

Everybody knows 'Hidden Content' in Vbulletin forums. Now we can use it in XOOPS. It is very very easy.

File: class/module.textsanitizer.php
We add only a few lines in our module.textsanitizer.php then we can use Hidden Content in news, newbb, sections etc. modules.

Now you must find these lines in module.textsanitizer.php
function &xoopsCodeDecode(&$text$allowimage 1)
    {
        
$patterns = array();
        
$replacements = array();

and change these lines like this
function &xoopsCodeDecode(&$text$allowimage 1)
    {
        
$patterns = array();
        
$replacements = array();
                
$patterns[] = "/XhiddencontentX(.*)X/hiddencontentX/sU";
        if(
$_SESSION['xoopsUserId']) {
            
$replacements[] = '\1';
        }
        else {
            
$replacements[] = '.XOOPS_URL.'/register.php">.XOOPS_URL.'/hidden.gif" alt="Hidden Content" />';
        }

and alsa I use an image file to explain the situation in my xoops root folder, it is hidden.gif..and looks like this
Resized Image

and now you can use it like this
XhiddencontentX This is hidden contentYou can see this when you register and login X/hiddencontentX

I prefer to use it with XhiddencontentX but you can change it whatever you like

You must wrote the this at the hidden contents beginning
XhiddencontentX

and at the end
X/hiddencontentX

You can use it with images, articles, news. Its biggest advantage is you haven't to hide all article, with this you can hide only a part in it


Bora Canbula ( boracanbula@gmail.com - http://www.xoopshocasi.com )
Read more... | 6 comments

Golden-Road.net -- Went with Xoops and proud of it!

Hello there!

GoldenRoad.net is a fansite where fans of the hit game show The Price Is Right gather to chat about the show and any and everything about it! We've got tons of info on the history of the show, exclusive pictures, forums for our members to discuss stuff about the show, and a chat room where members meet daily to watch and chat about the show! You can even read stories about fellow members who heard their name along with those famous words..."COME ON DOWN! YOU'RE THE NEXT CONTESTANT ON THE PRICE IS RIGHT!"

We converted from PHP Nuke to Xoops starting in January and we introduced the Xoops version of our site in early May, after 3 months of converting the database data and manually restoring our massive Golden Gallery from scratch (because that was one of two things I was unable to convert). We've had great results with the Xoops system and we're proud to be using Xoops!

So, on behalf of the owners of Golden-Road.net, "come on down" and have fun with us at Golden-Road.net!
Comments?

SDoo clan goes Xoops

I'm very proud to announce the new website for the SDoo CounterStrike Source clan.

The SDoo is a international game clan that first saw the light begin 2006. Whilst initially the site was based on E107 cms, we soon came across some limitations. And although the E107 support is great, I just missed my 'own' beloved Xoops. With the help of some key module and former core developers I have managed to create a full featured Clan site build with Xoops.
Read more... | 1542 bytes more | 5 comments

tinyeditor 1.0 RC1 released...

...time for bughunting!

Prologue:
I am really proud (exhausted as well) to announce the release of tinyeditor 1.0 RC1.

Due to a harddisk failure I lost most of my work and due to a lunatic period I had to re-write the module twice, so this is the reason why it took so long.

First of all I want to thank terrion for his generosity who donated me a whole server for testing and developing without asking for anything in return. A true proof of this fabulous community and in special to his person. Thank you - thank you - thank you.

This release comes with a lot of new features and plugins and has not limited functionality as I read somewhere in a documentation! I guess it is now the most sophisticated WYSIWYG-editor you can get for XOOPS at the moment (Strunzer!!).

In between:
What is really new?
1) Uses the latest tinymce-engine
2) 99 % of the module is fully functional with safe_mode = on if...
3) ...you want to use ftp with this module. tinyeditor 1.0 RC1 is the only module I know which makes use of ftp not as a self-purpose (like webftp)
4) Added some funky modules like Youtube to add movies, media for any kind of multimedia and some other nifty tools
5) xrmanager seems to be pretty stable right now. xrmanager is an all-in-one tool for browsing files and editing images
6) templates-plugin added, with which you can edit and upload html- and css-files inside the editor.
7) Upload zipped plugins and language-files within the administration
8) Chmod files and directories inside the administration

Please note that this release is RC1 and not meant for production sites. If you feel uncomfortable using ftp with this module, just leave it, but be aware that some functionality isn't working (the limits of PHP).

Please forgive me if not everything is working as expected, but maintaining 1690 files is a hard job for one person.

I tested this version with many modules (even cbb 3.07) without a flaw, but I will write more docs on how to implement this editor.

For those wanting to write translations - just ask me.

As in the last version (BETA) you will not be forced to download the whole thing (unpacked 15 MB).

On dev.xoops.org you will find all additional plugins which are not in the basic package.

A small readme for installation is enclosed. For more detailed information you MUST download the PDF-file which has now 15 pages of explanation, so forgive me, that I did not want to write over and over again.

Download of the module and the plugins HERE
Download of the documentation HERE

Todo:
a) Adding check-quota for all xrmanager
b) Online help: atm no file there
c) Some CSS-flaws for spellchecker and the colorpicker

Epilogue:
To make the story short. Once the final of tinyeditor 1 is released I will step back from this project and hand it over back to ralf57, who started - I read it a few weeks ago - the work on the next version of tinyeditor.

I DO hope that I will be fast enough to get the work done before the next version is released.

ATB
frankblack
Read more... | 37 comments

Xoops theme testing site with real content

Resized Image

Our theme testing site xoops.parakazanin.com now including 65 themes for test and download and the site is growing every day.
Now the main xoops modules are insatalled in the site and added some test content to the modules. We have installed News, CBB Forum, Web Links, Xoops Poll, Small Ads and Download modules in the system and they make the site better for testing xoops themes.

Here you can see the site and select themes to view them as a real working site with lots of content in it.

Now you can select the theme from the theme select menu and see how it looks like for these installed modules. This gives you better experience about the theme you are viewing. It gives better tips for you to consider how this theme will look like in you xoops site.

Some news theme will be added for you test soon.
Read more... | 3 comments

X-mas Theme

With Christmas just around the corner, why not make your Xoops site a Christmas Xoops site.

Snow falling and plenty of Santa clauses and elves - aint that what christmas is all about .

Demosite (Workplace warning: slight part of content with limited clothing)

Download here (no need to register)

Merry Christmas all Xoopsers
Read more... | 4 comments

DonaBrasil.com completes the rewriting of its URL’s

DonaBrasil.com is a website on Brazil, Brazilian culture and the Brazilian way of life.

DonaBrasil.com has been online for more than a year. Over the last months, its URL’s have been rewritten to look more friendly to humans and search engines. Categories have got URL’s like http://www.donabrasil.com/travel-to-Brazil/ and other pages have URL’s like http://www.donabrasil.com/Brazilian-cuisine/drinks-from-Brazil/guarana.html .

Until recently, it was not easy to rewrite URL’s with XOOPS. A number of modules like SmartSection now offers the opportunity to do it. However, SmartSection’s manual refers to rewriting URL’s for weblogs. We needed more liberty as we wanted the URL’s to reflect the structure of the website’s content.

Fortunately, it appeared to be possible to rewrite URL’s in such a way while using the same module. It requires one rewrite rule per page. Its technique to rewrite URL’s is described here.
Read more... | 3 comments
« 1 ... 271 272 273 (274) 275 276 277 ... 553 »


Login

Who's Online

417 user(s) are online (4 user(s) are browsing XOOPS News)


Members: 0


Guests: 417


more...

Donat-O-Meter

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

Latest GitHub Commits

Archives

News archives