RSS Browser 2.7

The H Security

IT security news and features
SecurityFocus

SecurityFocus News

SecurityFocus is the most comprehensive and trusted source of security information on the Internet. We are a vendor-neutral site that provides objective, timely and comprehensive security information to all members of the security community, from end users, security hobbyists and network administrators to security consultants, IT Managers, CIOs and CSOs.

Newsletter

Login Form



Donate

 

Es kostet Zeit, Geld und Know-how, diese Plugins zu entwickeln und kostenlos zur Verfügung zu stellen. Wenn Sie meine Arbeit nützlich finden, ziehen Sie bitte in Betracht, mich mit einer kleinen Spende zu unterstützen.

It takes time, money and know-how to develop and offer this stuff for free. If you find my work useful, consider please to support it with a small donation.

Home Support Thickbox Demo
Thickbox/RSS Browser Demo and Thickbox-Syntax PDF Drucken E-Mail
Some examples for using Thickbox for Joomla and complete syntax snippets.
If you look for RSS Browser installation instructions, watch the RSS Browser video tutorial. It works! See demo on this page (left column). Check with different browsers.

Iframed Content

Syntax:

{tiframe linktext:="Iframed Content" width:="850" height:="650" url:="http://www.google.de"}

Just add a "thumb"-path to link from image:

Have a nice day

Syntax:

{tiframe linktext:="Have a nice day" width:="850" height:="600" url:="http://www.banksy.co.uk/outdoors/index.html" thumb:="/images/bank_det2.jpg"}

Just add a "gal"-name to create a link gallery (fka 'web tours') :


Go Linux 1   Go Linux 2  Go Linux 3  

Syntax:

{tiframe linktext:="Go Linux 1" width:="850" height:="600" url:="http://www2.mandriva.com/linux/one/" gal:="link"}
{tiframe linktext:="Go Linux 2" width:="850" height:="600" url:="http://www.ubuntu.com/" gal:="link"}
{tiframe linktext:="Go Linux 3" width:="850" height:="600" url:="http://www.de.debian.org/" gal:="link"} 

Since v.1.2 you can do this with thumbnails as well :


Go Linux 1   Go Linux 2  Go Linux 3  

Syntax:

{tiframe thumb:="/images/tux2_klein.jpg" linktext:="Go Linux 1" width:="850" height:="600" url:="http://www2.mandriva.com/linux/one/" gal:="link"}   {tiframe thumb:="/images/tux2_klein.jpg" linktext:="Go Linux 2" width:="850" height:="600" url:="http://www.ubuntu.com/" gal:="link"}  {tiframe thumb:="/images/tux2_klein.jpg" linktext:="Go Linux 3" width:="850" height:="600" url:="http://www.de.debian.org/" gal:="link"}  

Inline Content

First create a div with a unique ID and some important content like this:

You should read this text again in a single box.

Syntax:

<div id="test"><p>You should read this text again in a single box.<p></div>
{tinline linktext:="Inline Content" width:="450" height:="300" inlineId:="test" }

Single image

schöne Blume

Syntax:

{timg title:="schöne Blume" thumb:="/images/plant4_t.jpg" img:="/images/plant4.jpg"}

Image Gallery

schöne Blume schöne Blume schöne Blume schöne Blume

Syntax:

{timg title:="schöne Blume" thumb:="/images/plant1_t.jpg" img:="/images/plant1.jpg" gal:="gallery-plants"}
{timg title:="schöne Blume" thumb:="/images/plant2_t.jpg" img:="/images/plant2.jpg" gal:="gallery-plants"}
{timg title:="schöne Blume" thumb:="/images/plant3_t.jpg" img:="/images/plant3.jpg" gal:="gallery-plants"}
{timg title:="schöne Blume" thumb:="/images/plant4_t.jpg" img:="/images/plant4.jpg" gal:="gallery-plants"}

new in v.2.0:

Image Gallery from Image-Folder with Thumbnail Creation

Produces a gallery from every image (gif/jpg/png) in the specified subfolder of Joomla's image-dir. Thumbnails will be generated in /tmp. Single parameter required is "title".

myGallery myGallery myGallery myGallery

Syntax:

{gallery title:="myGallery"}stories/gallery-folder{/gallery}

Invisible Inline Content (requires v0.7 or higher)


My invisible Inline Content Box
{thickbox linktext:="Invisible Inline Content" width:="650" height:="450" }
... some content ...
{/thickbox}

With v.1.2 you may link to invisible contents from image link as well


My invisible Inline Content Box
{thickbox thumb:="/images/preview_f2.png" linktext:="My invisible Inline Content Box" width:="350" height:="250" }
... some content .... {/thickbox}
 

© 2012 by lbm-services.de - All rights reserved.

Valid XHTML 1.0 Transitional