Please visit our demo Link http://www.joomla-faq-demo.jextn.com/ 20 Different Colors/Themes, Joomfish/Multi Langauge, SEO Friendly, Multiple Category. — Supports more than 20 different color themes, can be added to any websites without modifying single line of coding. — Supports Multi Categorie Faq’s , Admin can assign each category for different menu’s — Front End Users can ask new questions , automatically an email will be sent to admin , the admin and reply and publish the question. — It capture the IP Address of the person who asks the question. — It supports multi language ( joomFish Plugin ) — Sh404sef plugin for seo friendly url. — Whole control of all the front end view from the backend — Display, Create date, Hits, User Response — It supports Single line Question . Multi line answers with images. — Contain Category over view page to display all the categories with the images and the shot description. — FAQ List layout to display all the FAQ ‘s present in all the categories. — Supports most of the third party joomla templates. — Very much compatible for Joomla!™ 1.5 version Back End Features in JE FAQ Pro. ———————————– — Add Unlimitted categories from the back end. — Admin side we have seperate controller “Global settings”, here the admin can change the settings for email, front end displays, views & especially themes. — In the view settings, we have lot of options incluing show posted by, show posted date etc.. — Admin can able to see the preview for each themes. — We can enter unlimitted questions and comments. — Adding any number of images inside any number of questions. — You can decide which one should come in 1st and which one comes in 2nd and 3rd from the backend. — Admin can able to see ip address for users, hits ( No. of visitors ) & responses for each and every faq’s — Can Edit the HTML code more user friendly. — Also we can add multimedia contents like youtube videos. — Also you can simply un-publish any FAQ & Categories, if you don’t want to show it to the front end. — Easily adaptable for alignment of text and formatting like alignments, indentation, bullets list.. etc — Font formatting : type, size, color, style, bold, italic.. etc — Also can color it, size it with other formatting list.

Original post:
JEFAQ Pro
This month we proudly present our new template “Noble”. It’s stylish and individual design in combination with our new ZOO blog template make it perfect for your private website or blog. To give our new template a noble touch, we used discreet retro colors, lots of whitespace and played around with the typography. You also have the option to enable some nice Google webfonts! To give you a wide range of different color variations you can choose a color style for the content, different background colors, textures and illustrations. You can combine all these setting which makes up to 480 different template variations. We already arrange 8 nice combinations which are available as presets in the template configuration. Feature list A variety of template color variations Lots of modules with color variations, endless combinations with icons and badges possible Built with the Warp5.5 template framework Utilizes different webfonts Compact size, using minified CSS/JS, gzip and data-URI’s Fully compatible with the latest Mootools Version 1.2 Works with all YOOtools

Go here to see the original:
Noble template
Over the last couple of months we developed the new Warp 5.5 theme framework which is the new foundation of all our YOOtheme templates. In this time we have rewritten the complete Warp theme framework to make it more modular, flexible and also extendible. Currently all Warp 5 templates are updated and six more will follow in the next days so all our templates since 2009 run on the new framework. This means 20 templates will use Warp 5.5! In this article we want to highlight some of the key features of our new Warp 5.5 theme framework. Enjoy! Framework Core Basically Warp 5.5 provides a rich toolset for crafting a modern template. We designed the new framework in a way that every tool or helper as we call them in Warp, is a modular component doing a single task. Like the good’ old unix philosophy: “Write programs that do one thing and do it well.” So we created a bunch of helpers to do just a single task for example like rendering layouts, minification, caching or XML parsing. This makes the framework really flexible as we can use only the helpers we need when creating a template, the framework also ensures that only helpers are loaded which are currently used. Since every helper has a modular design its makes it easy to add new helpers anytime to extend the frameworks functionality. Also we extracted the framework from the template, so now the new Warp framework is placed in a separate directory called “warp” in the templates directory. Applying updates or patches to the framework is easily done now, because all the generic framework source code can be updated independently from the individual template code. CSS/JS/Image Compression With Warp 5.0 we introduced a really great feature to automatically combine, cache and compress stylesheets and javascripts of a template. You can find more information about it in the ” Faster loading with Warp5 ” article. As a result a template will speed up its overall loading time in the browser, because it needs less HTTP requests and also all resources are compressed on-the-fly using the GZIP data stream compression. Warp 5.5 takes this concept even further and now minifies stylesheets and javascripts. This means all unnecessary characters are removed from the stylesheets and javascripts sources. These unnecessary characters usually include white space characters, new line characters and comments which are used to add readability to the code during the development, but are not required for it to execute. The minification is now a part of the caching process and its enabled by default so you need worry about it. Finally the minified stylesheets and javascripts will save some more KB’s of bandwidth to improve the templates loading times. But that’s not all! We like to introduce a brand new compression feature: Data URIs! Since Warp5 we already minimize the image requests by merging image slices into so-called CSS sprites. This means that we put as many image slices as possible into a single image file which significantly reduces the loading time of your website. But of course there are still some neccesary image request left. With Warp 5.5 we use Data URIs to get rid of them. Data URIs allow to include images and other files in-line in HTML and CSS as if they were external resources. This means that all template images which are smaller than 30KB are now embedded into the templates CSS and there no extra HTTP request required to load the images. In most cases only 2 HTPP file requests (CSS + JS) are necessary to load a template. That’s it! Isn’t this awesome? This feature is only available for modern browsers (Firefox, Safari, Chrome, Opera, IE8). But you don’t have to worry about older browsers like IE7. They are still loading the images the normal way. Mootools 1.2 ready The recently released Joomla version 1.5.20 adds support for using Mootools 1.2 as your primary Javascript library. Therefor Joomla now includes a new plugin called “mtupgrade” which will include Mootools version 1.2.4 instead of the old Mootools version 1.1.2. With the new Warp framework 5.5 we included native Mootools 1.2 implementations of all the template Javascripts! Further the framework auto-dectects if your are using the Mootools upgrade plugin or not and will include the compatible scripts to match your Mootools version. Presets We introduce a new preset parameter in the template configuration. With presets you can define and load a specific configuration of the template parameters. Currently the presets only change the “Template Color” parameter but future templates we will use more options than just the “Template Color”. Further you can “Allow dynamic presets”, which means a preset configuration can be loaded adding a HTTP get parameter to your website link like: &preset=blue. And last but not least you can disable dynamic presets so it is not possible to change the preset by adding the &preset parameter to a link. This means it is no longer possible change the color variation of your template if you don’t want to allow it. New Versioning When updating all our templates we also changed the template versioning. The first two numbers are now referring to the Warp framework version and not the Joomla version which the template is created for. So you can immediately check which framework version the template is using. We did this to avoid confusion in the future because the new Warp 5.5 theme framework not depends on the current Joomla version. Future Currently we are very focused on our Warp framework and a lot of development is going on. With Warp 5.5 we updated the whole php code base. Now Warp is a platform independent CMS theme framework. This improvements on the framework level were very important to add more features in the future. This means you can expect more Warp updates soon…
We hope you like the new Warp theme framework as much as we do! Enjoy!
Read the original here:
New Warp 5.5 framework
Today we are very happy to present you the next icon set release for our icon club . The Boxes Icon Set! We put a lot of effort in this release and we are proud that it is the biggest club icon set in our portfolio now! It contains 34 high quality icons in 32-bit transparency PNG file format and in 8 different standard sizes, ranging from 16×16 to 512×512 pixels. This makes 272 extremely detailed icons which are handmade and optimized for each specific size. Of course vector PDF files are available so you can change the colors and customize the icons! Here is an example of the different sizes for the cardboard box icon. The boxes icon set contains all kind of boxes: cardboard boxes, wooden boxes, metal boxes, shoe boxes for the ladies and more. Each has different colors and variations like closed, opened or filled with paper. The different colors makes them perfect for organizing different categories, for example your product-bundles. We also included a nice paper bag in the set. Don’t worry, it’s 100% recyclable! Take a look at all the different boxes: Spice up your websites, catalogs or shops with our new boxes icon set. Our Premium members will also get all the vector PDF files for easy customization and resizing. Have a look at this set and join our icon club today! We would be very happy to get some feedback. Please post a comment with your thoughts about this set and your wishes for future releases.
![]()
Read the original:
Boxes Icon Set
Today we are really exited to announce the BETA release of ZOO 2.1! The release comes with the most anticipated feature for ZOO: Frontend Submission! But it is not just another frontend submission. We really tried to raise the bar and take frontend submission to the next level in design, usability, simplicity and flexibility. In this blog we put together a comprehensive walkthrough of all the new features. This helps you to explore all the new things we implemented in ZOO 2.1. Take some time, get yourself a coffee and enjoy reading
Here we go: Frontend Submission Your brand new frontend submission for ZOO allows you to create submissions for any content type of your ZOO apps. For example authors can submit articles or the latest movie reviews. It can also be used as a form builder for any kind of form, e.g. an application or contact form. Create multiple submission forms for your content types with different fields and layouts for your user groups. Not only submissions by registered users even public submissions are possible. Everything can easily be managed from the submission manager of the ZOO administration. Submission Interface We’ve put a lot of effort into the design of the submission interface to create a great user experience. The forms are well-designed, clearly arranged and simplified for all the different elements of ZOO. For example link, email and video elements now use simple input fields. Fields that currently have the focus are nicely highlighted. Required fields are marked with an asterisk. And help messages appear whenever the submission fails due to requirements not met. Of course users don’t have to enter data twice if a submission fails. They’ll only have to fill out the missing fields that are nicely emphasized. Field Labels We provide an elegant solution for labels in elements with more than one field. The label appears in a light gray inside the field even if the field has focus. It doesn’t disappear until the user actually enters the first letter. These small things help the user to follow through the submission and give an overall better user experience. More Options Some elements like link, email, image and others can have some extra options. If you enable these options a little Show Options button appears in the submission interface. For example the extra options for a link element are a custom text, title, rel tag and whether the link should open in a new window. Upload fields One of our little highlights is the upload field of the image and download elements. The file upload field is by far the worst field to style and it is difficult to get the same look in all browser. So we are proud to present a well-designed upload field which works in every browser. As icing on the cake it only displays the selected file name without the whole path which is normally really annoying. Tooltips You may remember that you can add a description for each element in ZOO when creating a new content type. These descriptions show up as tooltips for each element in the ZOO administration. They can also be enabled for the frontend submission form to give users some help to fill out the form. Form Builder Of course we introduce a new submission layout where you can arrange your content elements via drag ‘n drop from the administration backend. This makes creating your submission form a breeze! Just drag ‘n drop the elements of the submittable type to the layout positions. This key feature makes ZOO very versatile and easy to use. For example you can build an application or contact form with just a few clicks! The layout parameters allow you to define what elements are required when filling out the submission fields. My Submissions Ok, submitting content is the first part but what if you want to review or edit your submitted items in the frontend? Well, here we go
We implemented a “My Submission” Page that lists all items of an author. It got all the basic features like pagination, filtering items by type, editing and creating new items. You can also preview an item before editing without loading any new page. The preview looks exactly the same as the item view. Awesome! Frontend Editing You may ask how ZOO manages the different requirements of a frontend submission. Some people need submissions for registered users, some need public submissions like a simple contact form and others need frontend editing with administration permissions. With ZOO you can do it all! ZOO allows you to create all kinds of submissions for different content types and user groups (public, registered and special) with different template layouts and fields. But a new key feature we like to introduce is the Trusted Mode which you can enable and disable for different submissions. Here is a short overview of the differences if the trusted mode is enabled or not: Trusted Mode Off Trusted Mode On Textarea No editor, just a plain textarea HTML is stripped Word-wraps, links, emails still work WYSIWYG editor from Joomla loaded HTML allowed Lightbox available for adding images My Submissions Page Not allowed to delete items Allowed to delete items Link Element E-Mail Element Video Element Download Element No extra options available All extra options available Image Element Download Element Only upload valid types of files Upload valid types of files + Additional select box to use existing files Related Items Element Related Categories Element Social Bookmarks Element Disqus Element Intense Debate Element Add This Element Element Disabled (Will not show up) Enabled (Forms will show up) Administration Area Not available All options available Published, Searchable, Comments, Frontpage, Categories, Tags Security To make public submissions possible we had to provide some good security settings for the frontend submission. If the Trusted Mode is disabled no HTML editor is available and HTML is stripped from all fields. It is not possible to see any paths for example to the image and file folders. The image selection through the lightbox is disabled as well. Of course the Trusted Mode is always disabled for public submissions. Upload Size For each image and download element you can define a maximum upload size. If the file size is too big the user gets a help message. Restricted File Types Again for each image and download element you can define the valid file types that are allowed to upload. Backend revamped While designing and developing a beautiful frontend submission we came up with the idea to revamp the form fields in the ZOO administration as well. For example the item creation form looked a little messy in ZOO 2.0. So why not kill two birds with one stone? ZOO 2.1 now has the same polished form fields the new frontend submission has. All forms are now clearly arranged and and the user interface is simplified! You will feel much more comfortable while working in the backend. Isn’t this awesome? Submission templates for all apps Last but not least we created new submission layouts for all types of each app. For example the Movie Database app has a nice submission layout as do all the other apps. Each layout fits the design of the specific app. You don’t have to do any extra work to create new layouts… You can start right away! What’s next? The ZOO 2.1 BETA is exclusively available for members only who purchased the ZOO app bundle. As soon as ZOO 2.1 goes STABLE it will be released for the public. Members can go straight to the download section in the member area and take ZOO 2.1 BETA for a test drive! Be aware that it is a BETA version. It is not intended to be used on a production web site just yet.

Originally posted here:
ZOO 2.1 Frontend Submission
Enjoy Neo, the latest YOOtheme template. Neo comes with three basic themes, each of them has different color variations to choose from. They contain a plain variation, a gradient variation and a retro variation. This makes it suitable for all kinds of websites, from stylish individual blogs or portfolio websites to impressive business sites. Again we implemented some new features in this template. We put in a broad range of module variation, for example the brand new transparent glass style, an additional list-style called “hoverbox” and our “retro” and “gradient” variations make use of the Google webfonts API, which can easily be switched off in the template settings, if needed. We also use the new ZOO template for the blog app ! Feature list A variety of template color variations Built with the Warp5 template framework Multi-column dropdown menu Lots of modules with color variations, endless combinations with icons and badges possible 2-1-3 column ordering for search engine friendliness Compact size, using gzip and image sprites Works with all YOOtools

Excerpt from:
Neo template
Today we released a new minor ZOO version 2.0.3. In addition to the bugfixes we updated our blog app and put an additional template called “Sans” in this app. The new template is based on the default blog template and beside some small improvements it uses a sans-serif typeface for the headlines. We created this template to make our blog app fit a wider range of websites which uses a sans-serif typeface. So with this new template you can easily change the style of your blog, without changing any of the css styles. Read more about the other improvements and update ZOO today . Further Updates and Changes With the new release, we also got rid of a few bugs and introduced some changes. Here is a not complete list of bugfixes and changes to the ZOO 2.0.3 + added new sans template to blog app + added “above title” media alignment option to the default template of the blog app + added k2 version 2.3 import support + added requirements check button to administration ^ general performance upgrade # all template positions are now being saved on type slug rename and copy # fixed bug where an items tag would show, even though the publishing date was in the future # fixed bug where .flv movies would only play if set to autoplay # fixed some HTML markup validation errors # replaced deprecated ereg function from googlemaps helper # fixed bug with tags view and pagination # fixed bug where Joomlas email cloaking plugin would introduce a leading space to the email address # fixed bug with chinese characters in slug # removed unused helpers/menu.php file (caused problems with Advanced Module Manager) ^ changed “READ MORE” to “READ_MORE” in all language files – removed needless $params in teaser layout (only documentation app) ^ changed how layouts are called in the item template ^ removed article separator if article is last in all templates of the blog app (CSS) ^ changed padding for last elements in text areas (CSS) ^ moved comment rendering from layouts to item view (all apps) Download ZOO and the new template today.
Here is the original post:
New ZOO template released
Project: Joomla! SubProject: All Severity: Medium Versions: 1.5.18 and all previous 1.5 releases Exploit type: XSS Injection Reported Date: 2010-June-1 Fixed Date: 2010-July-15 Description Back-end user can inject Javascript in various administrator screens. Affected Installs All 1.5.x installs prior to and including 1.5.18 are affected. Solution Upgrade to the latest Joomla! version (1.5.18 or later) Reported by oCERT. Contact The JSST at the Joomla! Security Center .
Read the original:
[20100704] – Core – XSS Vulnerabillitis in Back End
Project: Joomla! SubProject: All Severity: Medium Versions: 1.5.18 and all previous 1.5 releases Exploit type: XSS Injection Reported Date: 2010-June-8 Fixed Date: 2010-July-15 Description Back-end user can inject Javascript in various administrator screens. Affected Installs All 1.5.x installs prior to and including 1.5.18 are affected. Solution Upgrade to the latest Joomla! version (1.5.18 or later) Reported by José Antonio Vázquez González Contact The JSST at the Joomla! Security Center .
Project: Joomla! SubProject: All Severity: Medium Versions: 1.5.18 and all previous 1.5 releases Exploit type: XSS Injection Reported Date: 2010-June-8 Fixed Date: 2010-July-15 Description Back-end user can inject Javascript in various administrator screens. Affected Installs All 1.5.x installs prior to and including 1.5.18 are affected. Solution Upgrade to the latest Joomla! version (1.5.18 or later) Reported by José Antonio Vázquez González Contact The JSST at the Joomla! Security Center .
More here:
[20100702] – Core – XSS Vulnerabillitis in Back End