RSS feed

Xoops Html Classes v1.1

In the previous version, I included only three classes in the package, it will include 19 excluding of course the form tag we already use with classes xoopsform. It can then use these classes directly in xoops since I added the needed files from libraries that attract the same classes in the core.

xoopshtmlloader.php
xoopsload.php

It 's always recommended to test in locally, using a virtual server like WampServer, in tutorials, in the same section explains how to integrate them in our files for xoops.

In the class/xoopshtml folder, are included these class files:

xoopshtmlanchor.php
xoopshtmlanchoredlistitem.php
xoopshtmlblock.php
xoopshtmlbookmark.php
xoopshtmlcomment.php
xoopshtmlelement.php
xoopshtmlheader.php
xoopshtmlimage.php
xoopshtmlimageanchor.php
xoopshtmllist.php
xoopshtmllistitem.php
xoopshtmlpage.php
xoopshtmlparagraph.php
xoopshtmlspan.php
xoopshtmltable.php
xoopshtmltablecaption.php
xoopshtmltablecell.php
xoopshtmltableheadercell.php
xoopshtmltablerow.php

It is considering whether it was necessary to include other classes, as more and more, than mentioned above, the html tags.

Download

Thread

Soon it will be appropriate explication for this created a tutorial in the tutorial section of my site

Timgno - TXMod Xoops Team
Read more... | 5 comments

Homepage of your site v1.2

Homepage of your site v1.2

A new test for creating a personalized homepage directly from the System Administration. This new version allows you to store images and text in the database for display on the homepage. Ability to enable and disable options for editors such as HTML, smiley, xcodes, images, break, and various editors to manage content in different parts of the homepage.

Create a table so the homepage, find the sql file attached to the zip package, make a backup of the affected files and then overwrite them.

Download the package from here

View this forum
Read more... | 1 comment

ADODB 0.24 - Advanced Database Perfomance

Resized Image
ADODB 0.24 - Advanced Database Performance Enhancement

ADODB is a PHP library available from sourceforge, this is not to be confused for the PHP Extension ADODB they are too seperate things. There is of course a major bottle neck in the current database library where this patch will improve performace upto 1000% with XOOPS 2.3, XOOPS 2.4 & XOOPS 2.5.

It has been awhile coming and we will have some benchmarking for you in the next day or two we are currently running the tests on our Blade Server with 16Gbs of Memory which has minimal load to get an accurate respository of exactly how ADO Db performs in the XOOPS Classes.

To install this simply download the files and replace them in the directory tree class folder.

Download: xoops2.5_adodb_0.24.zip
Sourceforge: xoops2.5_adodb_0.24.zip
Demo:http://xoops.demo.chronolabs.coop
Read more... | 7646 bytes more | 12 comments

Xoops Global RSS Hack/Solution

This is a modified version of backend.php, that offers one way of gathering rss feeds from every module that you'd like and displaying them.
Resized Image


All you have to do is replace the backend.php file with the one in the download package.

Add a file in the modules folder /incude/rss.inc.php

The function name must be modulename_rss()

There is an example of the calendar module and smartsection in the package as well.

It actually works like the search functionality works in xoops but you dont have to change or declare anything on xoops_version.php of each file.

I did that cause i didnt want to change any module core files for it to work.

I have also updated the system_rss.html template (you dont need to (for it to work) but it is included in case you prefer the new one)

If anyone else implements this please share the files for other modules too and send them to me so i can include them in the package.

Download from here
Read more... | 9 comments

Adding Facebook's Comments Box to XOOPS News Module

Bigwolf asked recently about where to add Facebook's Comment Box code in the News module. Here is a quick tutorial how to hack the News module to make it happen: 1) You need to create a Facebook Application for your XOOPS site, and fill out all the fields there: Resized Image Make sure that your URL ends with "/" 2) Once you properly fill out the form, and click on the "Create App" button, Facebook wants to make sure that you're a real person or a very smart bot: Resized Image 3) Once you pass the security check, you'll see your Settings Page with your Application ID and Application Secret: Resized Image 4) Now go to the Facebook Social Comments Website. Fill out the form with your data: your Website URL, number of default comments to be shown, and how wide should be the comment box, which will depend on your theme that you're using: Resized Image (Please note: you can change the settings later in your code) 5) Click on the "Get Code" button, and get your code: Resized Image //begin of correction 6) Go to the file news_article.html located in the /templates directory in your News module, and place your code close to the end of the file, right before:
<div class="pad2 marg2">
and replace the "mysite.com" URL with Smarty:
<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>
Resized Image This will give you a backlink to the current article //end of correction 7) Save it, make sure that in your Admin Preferences (General Settings) the "Check templates for modifications ?" is set to "Yes", and check out your News - you should see a Facebook Comments Box under your article: Resized Image That should do it. Have fun Xoopsing ------------------------------------------ [EDIT] Aberdeenman posted another interesting hack dealing with Social Media:https://xoops.org/modules/news/article.php?storyid=6236
Read more... | 19 comments

Core Maintenance Buttons: SelectBox All None

After several times I've backed up, maintenance of cash or one of the tables, I realized that it took so long to select all the options one by one. I said to myself: "Why not create two buttons for selecting and deselecting the total options?", In this VIDEO providing perfect functionality.

TUTORIAL

TXMod Xoops
Read more... | 1 comment

Share and Bookmark your News in Facebook

Hi, this is my little contribution in order to share or Bookmark your News in facebook.
1. You need the module news version 1.63
2. Add the 3 files below on the news module
/images/facebook.gif
/lenguage/english/main.php
/lenguage/spanish/main.php
/templates/news_article.html

3. Download the 3 files from my site here
Download from here

4. I tested the bookmark icon in Spanish and English, and it working ok

5. You can see the lither facebook icon in English
see facebook icon click here

6. You can see the lither facebook icon here in Spanish
See the facebook icon in Spanish here

Regards,
David Yanez
Read more... | 3 comments

CKEditor 3.5.1 - Now Supporting JQuery!!

CKEditor 3.5.1
Supports JQuery & Ajax

This is CKEditor for XOOPS 2.5 & and upgrade for 2.4, in the orginal release the jquery adapter was never implemented which meant it was not possible to use JSON or AJAX to retrieve or set the value of the editor with Javascript.

This is CKEditor 3.5.1 with JQuery Support, You can read here for more information on this.

Simply replace the files in your existing 2.4 series or upload to XOOPS 2.5 and you should have CKEditor 3.5.1 running all fine.

This was developed for formuss who could never find a way of using JQuery with the editor, I would like to congradulate him on his new bubba!!

Download: here - 743Kbs
Read more... | 5 comments

Ajax File Uploading 1.01 - Form Object

Ajax File Uploading 1.01
Form Object for XOOPS 2.4 & XOOPS 2.5

This is a replace for the XoopsFile object that allows for files to be uploaded without refreshing the page. That means you can recieve a file before the form is submitted.

This is good for any preview environment that offers a wide range of options for the environment where you are recieving the file.

If a file is successfully uploaded the form object returns a path and filename for the file.

This was made from this example:http://www.phpletter.com/Our-Projects/AjaxFileUpload/

Download: xoops2.5_ajaxfileupload_1.01.zip - 17.7Kb
Read more... | 2 comments

News Headlines Hack

Resized Image


For news headlines hack...

Add the php code to mark it as private as a block

Code:
http://www.xoops-tr.com/depo/kode.rar

image for the path

modules/news/images/pointer.gif

Demo:
http://www.uzmanplus.com/

Team Xoops-Tr

http://www.xoops-tr.com

Read more... | 5 comments


Login

Who's Online

182 user(s) are online (9 user(s) are browsing XOOPS News)


Members: 0


Guests: 182


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