The Factory - Featured Products
Love Factory - Matchmaking Extension
Joomla Classifieds Extension - Ads Factory
Joomla online Bidding Extension - Auction Factory
Joomla Blogging Extension - Deluxe Blog Factory
Joomla Extension - Hot or Not - deluxe version
The Factory - Featured Products
Inside WordPress templates

For those of you who are developing WordPress templates or you just want to modify existing ones, the following commands sheet should be helpful.

Theme Structure

  • header.php - Header Section
  • index.php - Main Section
  • sidebar.php - Sidebar Section
  • single.php - Post Template
  • page.php - Page Template
  • comments.php - Comment Template
  • search.php - Search Content
  • searchform.php - Search Form Template
  • archive.php - Archive Template
  • functions.php - Special Functions
  • 404.php - Error Page template
  • style.css - Style Sheet

 

 

 

The Loop

<?php if(have_posts());?>
<?php while(have_posts()); the_post();?>
// Custom HTML and PHP Code
<?php else;?>
<?php endif;?>

The Category Based Loop

<?php query_posts('category_name=
Category&showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
// Custom HTML and PHP Code
<?php endwhile;?> 

Theme Definition

/*
Theme Name: Wordpress
Theme URI: http://wordpress.org/
Description: Factory Blog
Version: 2.0
Author: the Factory
Author URI: http://www.thefactory.ro
Tags: wordpress, drupal, joomla, cms
*/

Template Include Tags

< ?php get_header(); ?>
< ?php get_sidebar(); ?>
< ?php get_footer(); ?>
< ?php comments_template(); ?>

WordPress Template Tags

  • <?php the_title() ?> - displays the posts/pages title
  • <?php the_content() ?> - displays the content of the post/page
  • <?php the_excerpt() ?> - displays the excerpt of the current post/page
  • <?php the_time() ?> - displays the time of the current post/page
  • <?php the_date() ?> - displays the date of a post or set of post/page
  • <?php the_permalink() ?> - displays the URL for the permalink
  • <?php the_category() ?> - displays the category of a post
  • <?php the_author(); ?> - displays the author of the post
  • <?php the_ID(); ?> - displays the numeric ID of the current post
  • <?php wp_list_pages(); ?> - displays all the pages
  • <?php wp_tag_cloud(); ?> - displays a tag cloud
  • <?php wp_list_cats(); ?> - displays the categories
  • <?php get_calendar(); ?> - displays the calendar
  • <?php wp_get_archives() ?> - displays a date-based archives list
  • <?php posts_nav_link(); ?> - displays Previous page and Next Page links
  • <?php next_post_link() ?> - displays Newer Posts link
  • <?php previous_post_link() ?> - displays previous link
  • <?php edit_post_link(__('Edit Post')); ?> - displays the edit link
  • <?php the_search_query();?> - value for search form
  • <?php wp_register();?> - displays the register link
  • <?php wp_loginout();?> - displays the log in/out link
  • <?php wp_meta();?> - Meta for administrators
  • <?php timer_stop(1);?> - time to load the page
  • <?php echo c2c_custom('test');?> - displays the custom field1
  • <?php get_links_list(); ?> - display links from Blogroll
  • <?php get_calendar(); ?> - displays the built-in calendar
  • <?php comments_popup_link(); ?> - link of the posts comments

BlogInfo Tags

  • <?php bloginfo('name'); ?> - Title of the blog
  • <?php bloginfo('charset'); ?> - the character set
  • <?php bloginfo('description'); ?> - the description of the blog
  • <?php bloginfo('url'); ?> - the address of the blog
  • <?php bloginfo('rss2_url'); ?> - the RSS URL
  • <?php bloginfo('template_url'); ?> - the URL of the template
  • <?php bloginfo('pingback_url'); ?> - the pingback URL
  • <?php bloginfo('stylesheet_url'); ?> - the URL for the template's CSS file
  • <?php bloginfo('wpurl'); ?> - URL for WordPress installation
  • <?php bloginfo('version'); ?> - Version of the WordPress installation
  • <?php bloginfo('html_type'); ?> - HTML version of the site

BlogInfo Tags

  • is_home() - when the user is on the blog home page
  • is_front_page() - when the user is on the home page
  • is_single() - when the single post displayed
  • is_sticky() - check if a post is sticky
  • is_page() - when a page is displayed
  • is_category() - when a category is displayed

Category based menu navigation

<ul id="menu">
<li <?php if(is_home()) { ?> class="current-cat"< ?php } ?>>
<a href="<?php bloginfo('home'); ?>">Home</a></li>
< ?php wp_list_categories('title_li=&orderby=id'); ?>
</ul>

Pages based menu navigation

<ul id="menu">
<li <?php if(is_home()) { ?> class="current_page_item"< ?php } ?>>
<a href="<?php bloginfo('home'); ?>">home</a></li>
< ?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
 
Love Factory the new Joomla Dating Extension

Love Factory is dating and matching Joomla Extension, with fully editable member pages and configurable fields which can be setted by the administrator.

Native Joomla 1.5.x MVC code; no legacy plugin needed.

100% open source allowing you to perform special tweaks for a better site integrations and according to personalized needs.

Multilanguage support is also offered for the Love Factory Joomla Extension through the language files and Joomfish Integration.

Image

The Main Features of the component are:

  • Member Pages with fully configurable fields!
  • Photo Gallery (users can specify the images order)
  • Comment System (page owner can delete any comment on his page or report them to the admin)
  • Messaging System (users can create, send and receive personal messages)
  • Interaction System (sending kisses between user)
  • Rating System
  • Friends List (including pending requests; user can set the page status visible only for friends)
  • Ignore List (to avoid spamming or any unwanted contact)
  • Advanced Search (to find friends or matches after certain criteria like gender, age, etc., criteria which are fully configurable by the administrator from the existing page fields.
  • Membership Plans with integrated Payment Gateways: Paypal and Moneybookers (support for one till four membership-level, so that users can upgrade their account in order to receive a higher number of allowed photo and friends. For each level, differentiated prices can be set, depending on the time period. The membership plans feature can be enable or disabled by the administrator.)
  • Smarty-based Templating System (can be enabled or disabled by the administrator.)

The Administrator of the system has the following features enabled:

  • Dashboard. The dashboard displays different statistics, user count and levels, latest users, latest payments, latest reports.
  • User List. Configurable member level, ban option and user details including Reports & Payments.
  • Reports List. Administrator can see reports, act (ban, send warning, delete) and set their status.
  • Payments. List of existing payments where the administrator can edit the status in case they require manual approval (for payments with IPN, but as pending, processing, etc.)
  • Page Fields. The administrator can create custom fields, define there type (text area, dropdown, checkbox, radiobox, etc.), set them as required and specify the parameters. Another very important feature is that the administrator can set what custom fields are visible on certain pages. Also to easy the work, a drag&drop method is available here.
  • Pricing. Membership levels (up to four) can be created, where different prices on each level can be set, for certain time periods.

Various settings for the Love Factory extension are also available on the component backend under the Settings Page.

  • General settings (enable/disable user comments, user messages, user rating, user email notifies, number of search results shown per page, allow guests to view user pages, send membership notification, terms and conditions acceptance and Smarty templates usage)
  • Photo settings (set images size for photo maximum width and height, thumbnail maximum width and height)
  • Membership settings (enable each level, set title, set maximum allowed number of photos and friends)
  • Payment Gateways (set current currency, enable/disable each existing payment gateway, Paypal and Moneybookers e-mail address configuration)
  • Notifications (edit email content of warning messages and notifications)
  • Terms&Conditions (edit)

The component comes also with the followings Modules:

  • Latest Member
  • Random Member

Demo: The demo-server for Love Factory is available under http://lovefactory.thefactory.ro - to login for the frontend or backend, just click the login buttons available on the page. Feel free to test as you please; the server resets itself each hour.

 
Freelancing Solution

With the last released versions, the Reverse Auction Factory solution is consolidating one of its main goals, serving as a freelancing platform. Among other new features, the new version comes with a special new template, which can be also seen on the new updated demoserver available under http://reverse-auctions.thefactory.ro/

Image  

Other noticable features are:

  • New feature: Gallery Plugin, Gallery settings in backend.
  • New feature: New Gallery Mootool.
  • New feature: Differentiated Comissions for Powersellers, verified users and regular users.
  • Improved quicker and lighter coding; rbidsVersionCheck replaced with JOOMLA_RV_VERSION.
  • Improved SEF.
  • Fixed several issues including Short Open tags, watch category, tags filter with spaces search when trimmed and display results (twice), search after country and city without CB, quickButton (in J!1.0) finding JOOMLA_RV_VERSION, including file Router.php, CB date format my auctions & my watchlist, installer CB plugin Google map, etc.

Also for the payments towards the site, Multiple Payment Gateways with integrated payment methods like Paypal and Moneybookers are now availble, with the possibility through API documentation for each webmaster to implement new one.

Toghether with the new features, the Reverse Auction Factory Solution stands for a professional e-commerce platform, providing the possibilty for its users to obtain a good price or a good deal and also last but not least o good income for the webmaster, through the available commissioning systems.

Image

Why use Reverse Auctions? Reverse auctions do assure the lowest price for buyers, discouraging imprudent bidding practices (closed auctions conducted by invitation only) and allowing the fairest live and consistent auctioning system through the Open Bidding System. The two round bidding ensures that the winning bidder is qualified and prescreened complying with federal and certain state procurement laws.

Buyers Benefits?

  • Save Money On Every Single Purchase
  • Save Time without Comparing Store Prices
  • Posting an Order for wanted item is free: No Bids, No Fees. Risk Free!
  • Quick Turnover, Get IMMEDIATE Results. Just start asking for what you want to buy.
  • Reverse auctions eliminate the possibility of corruption (in procurement), etc.
Image
 
With the Category option is possible to host on your site different areas of interest, transforming your site in a general point of interest for everybody. The pictures are representing just a normal template, provided for free, but since the product is templetized, with the existing Documentation each webmaster can configure the look of the site to comply to his requirements.
 
Image  
 
Media Mall Factory - Sell Your Media Online.

MediaMall provides is a powerful solution to manage media files online distribution with a built-in Credit System. Using this component the site can easily sell media files online, like for ex. Video Tutorials (including sample files).

Using the MediaMall solution users can post their media files on your site. For each media file a number of Credits can be perceived in order to visualize the file. The poster will earn credits, which can be later converted into a payment by the webmaster. Accepted media file formats are:

  • video files (flw, swf, mov and wmf; avi files are also partially supported, but not all codecs are included.)
  • audio files (mp3)
  • archives (zip, rar, gz, bz2, arj, arc, '7z) - used generally for tutorials; if a user is posting video file with a photoshop tutorial, in the archive he can include the sample files.
Image

In order to purchase the credits easier the system provides a Paypal integration. Clean payments are transformed automatically into credits. If any problems the payments are going into the "Payment/canceled Payments, where the administrator can decide further actions. A further income method, if set, can be the pay for Contact. Here a user will pay with credits in order to send a contact email to the author.

The administrator can create and manage Categories, set credit related settings and manage credits and views. Another important administrator feature is the management of the author payments. The system also includes user notifications on certain actions.

Viewers can use the integrated Rating System to rate and also place comments for any media file. This is allowed for free media files and for commercial media files only after viewing in order to avoid any abuses.

Surely the media files can be also posted for free, allowing the view without any credit purchase. The administrator can configure this allowing the view for guest or logged users.

Among other features, the component benefits also from Joomfish Integration, offering multilingual support.

Demo: The demo-server is available under http://media-mall.thefactory.ro - to login for the frontend or backend, just click the login buttons available on the left side. Feel free to test as you please; the server resets itself each hour.
 
jAnswers revealed - Yahoo Answers Clone Script

jAnswers Factory provides the perfect Question and Answers Solution for the Joomla CMS integrating features from the well known Yahoo Answers system.

Users can ask questions, Community provides answers. Once a question placed, this can be extended (as period) if not answered. A Ranking system for answers is also available. Users can Report offensive text, mark Favorite Questions or use the extended search through the Knowledge base.

You can test this new Extension on our DEMO Server - you can log on the Front end or Admin Back end in order to check all features and settings

jAnswers Factory brings also several charging possibilities, so that the webmaster can transform his site to a profitable business. From this features it worth mentioning the followings:
  • Pay-per-Question
  • Pay for featured Question
  • Pay-per-Contact
  • Support for "beer money" payments
  • Multiple Payment Gateways including Paypal and Moneybookers
  • Native SEF integration (all question links are SEF!)
Image 
Other noticeable features are the extended User profile (avatar, location, yahoo id, paypal email) and Community Builder Integration.

On the back-end side, the solution brings also important features and settings to offer the needed flexibility for the site administrator. Here some of the available features: set avatar size, set time period for questions, block offensive questions/answers, manage abuse reports, manage payments, import/export questions & answers, manage extended profile, user statistics, etc.

The component comes also with a free 5.000 records database to provide a valuable start-up (due to this the downloadkit is approx. 5 MB). Bigger database packages are available upon request for an additional charge. Some of the available modules are: Latest Questions, Popular Questions, Open Questions, Random Questions, Featured Questions, Tag Cloud, etc.

 
Raffle Factory Lottery System - Organize your own tombola.

Raffle Factory comes as a new product to provide more power to our  eCommerce  Extension Suite. 

A raffle is a competition in which people buy numbered tickets. Originating in southern Italy, it is a popular game in numerous countries and is often held to raise funds for a specific event, charity, or occasion.

The raffle involves many people buying tickets for a chance to win a certain prize or prizes. At a set date, the winners are drawn from a bucket containing a copy of every number or a tombola (from Italian: tombola ['to:mbola]). The ticket is then checked against a collection of prizes with numbers attached to them.

A raffle also often involves several different possible prizes that can be won and a ticket will simply be drawn from the group at random for each of the prizes one by one. 

Our Raffle Solution provides allot of the features encountered in the "Auction Factory Suite", but this time specialized in the raffle field, with specific settings like:

Image 
  • Price per ticket.
  • Buyer can purchase several tickets; ticket numbers will be sent to the buyer, for each purchased ticket.
  • Administrator statistics to see the number of purchased tickets per each auction.
  • Payments will be processed with the integrated payment methods, like paypal, moneybookers or with the possibility to integrate new payment gateways using the published API.
  • email notifications for all stages (enable/disable)
  • public statistic to see original total number of available tickets and total number of tickets sold to date.
  • Seller has option to end raffle early before all tickets sold, a winner will be automatically random chosen, notified and displayed in the auction.
  • user can see his purchased tickets (won/selected for top 100/selected for top 10/selected for top 3/lost).

The raffle can end automatically with a predefined work flow as follows, where the winner is announced 4 days later after the end of raffle, then displayed in the details and notified.

  • 1st day (change "top" to "random") 100 participants will be displayed.
  • 2nd day (change "top" to "random") 10 participants (from 1st day's 100) will be displayed.
  • 3rd day (change "top" to "random") 3 participants (from 2nd day's 10) will be displayed.
  • 4th day random 1 participant from 3rd day's 3 will be chosen winner and displayed.

In case of notary usage, instead of the work flow above, a ticket list can be exported  to be used for an outside draw, then the winner ticket number has to be entered in the platform.

You can test all functionalities on our demo sever here

In order to provide maximum flexibility to all the administrators, Raffle Factory also uses a template engine. Detailed informations about how to personalize the Raffle Factory Extension can be found here, in the Template Tutorial

 
HOT or NOT Factory - Rate Pictures

The native MVC Joomla 1.5 component provides an easy voting system, requiring only a single click action for a speedy process. The component can be used to rate different images like landscapes, art, etc. or if the genre mode is enabled, more particular for male and female images. The upload is very easy, allowing also multiple upload. For each picture a sharelink and the number of hits will be visible and if admin enabled the description, comments and tags. To allow the administrator content control on the site, each picture and comment can be reported.

You can log into the demo site and check out frontend and backend Settings

Administrator Settings:

  • Enable/disable voting for guests (unloged users).
  • Enable/disable upload images for guests (unlogged users).
  • Set 1-10 or 1-5 voting scale.
  • Set upload folder, Resize height and width, Thumbnail size, Nr. of uploaded images at once.
  • Enable/disable image description, Description length, Enable/disable require description on upload.
  • Enable/disable tags, Maximum allowed nr. of tags, Enable/disable require tags on upload.
  • Allow comments from: visitors/registred/disabled.
  • Display nr. of images per page, Display last x comments per page (0 for all).
  • Enable/disable genre mode (male, female).
  • Enable/disable email reporting.

The component comes also with the following modules:

  • Menu Module including Top Rated, My Pictures, Upload and advanced Search option.
  • TAG Cloud Module.
  • Random Picture.
  • Last Voted.

Requirements:

  • Joomla 1.5.x
HOT or NOT Factory
 
Briefcase Solution for Joomla 1.5.x

It's been eight months since we introduced the legacy support for the Briefcase component. Today, we are proud to announce the release of a new product, compatible with the Joomla 1.5 native mode. Briefcase Facotry is the Joomla Component which is offers any Joomla Site, a very similar functionality as Yahoo Briefcase, but with a multitude of extended features.

briefcase Factory 1.5.0 released on March 3, 2009.

  • Redeveloped to be a native Joomla 1.5.x component.
  • New feature: File FTP Upload for Administrator.
  • New feature: Set allowed file types.
  • New feature: Search Mambot for Joomla Search.
  • Several improvements including find user when sharing, AJAX on upload files, etc.
 
Import RSS feeds to Joomla Content

The new version of rss Factory PRO brings two new important features. The first major feature is the ability to Import the RSS feeds to the Joomla Content. Here you can set for each existing RSS feed the section and category where it will be imported and also set the author and publishing period. The second major feature is the Archive System. The period of how long the feed contents should be kept is admin configurable. Both new features are extending and maximizing the SEO SEF abilities of a website. Importing the feeds directly to the content will simplify the work of each webmaster, providing always new and updated content on his site. The archive system will provide for regular webpages the possiblity to be found again in a search engine. Regular websites are not so often indexed by the search engines machines and an archive system is providing the necessary requirements, that the indexed pages are still available on your site and any search result will lead to a valid page. We hope that the new version will increase the productivity of the sites and the whole Joomla Community will benefit from it.

Here a list of the features which is also the comparison chart between the Free and the PRO version of RSS Factory:

RSS Factory features FREE
 PRO
   •  Categories & Subcategories (unlimited number of levels) 
Blocked
   •  Category Management 
Blocked
   •  Category Description  
Blocked
   •  Category Pathway  
Blocked
   •  Related Categories
 
Blocked
   •  Import Feeds to Content  Blocked
   •  Archive System
 Blocked
   •  Category Tree within one, two, three or four columns
 
Blocked
   •  SEF (compatible with Artio JoomSEF) 
Blocked
   •  Session based tracking of already readed news (Feeds will appear “unchecked” if they have already been read)BlockedBlocked
   •  easy Language Management Blocked
   •  automatic unpublishing of erroneous feedsBlocked
Blocked
   •  Tiled ViewBlockedBlocked
   •  List View
BlockedBlocked
   •  Tab Titles View
BlockedBlocked
   •  Sliders View Blocked
   •  Draggable divs View
 Blocked
   •  configurable display to show in list of feeds the feed name or the source Blocked
   •  Pagination available for each RSS source
 Blocked
   •  Date Format CustomizationBlocked
Blocked
   •  Dynamic Page Titles (SEO)
 Blocked
   •  MetaTags
 
Blocked
   •  FavIcons for feeds (pulled from the feedsite or custom uploaded)Blocked
Blocked
   •  Supress function for embedded objects and images
 Blocked
   •  Color customization of Overlib OutputBlocked
Blocked
   •  Font Size customization for Overlib OutputBlocked
Blocked
   •  replace ">> >>" with custom words Blocked
   •  Preview of Feeds in Category List Blocked
   •  customized output styles Blocked
   •  several configurable display tweaks
 Blocked
   •  Automatic Refresh of feeds though a pseudo-CRON process and CRON
Blocked
Blocked
   •  Refresh of Feeds using AJAX (backend only)Blocked
Blocked
   •  Search Mambot (allows you to search through feeds along with searching through content)BlockedBlocked
   •  Refferal verification to avoid hotlinking
 Blocked
   •  automatic Install & Uninstall of Module and MambotBlockedBlocked
   •  Ads & Banner management
Blocked
Blocked
   •  Back-up utilityBlocked
Blocked
   •  Back-up utility including component Settings
 Blocked
   •  automatic Version CheckBlockedBlocked
   •  Public Support (available on Forum)
BlockedBlocked
   •  Extended Support (personal guidance available through our Ticket System)
 Blocked

 

Although it's a major version we are offering this version for FREE to all existing license holders*. To receive the new version just follow the new procedures described in the "Customer FAQ". With this again we are offering for FREE a major version of a product, like in the latest cases of Auction Factory, Reverse Auction Factory, Article Factory Manager, etc.*

* Promotional Orders are excluded from this offer.

 
Make more money with ADS Factory

Image

The Factory proudly presents the new - native Joomla 1.5.x MVC code (no legacy plugin needed) - Joomla Extension ADS Factory, specialy designed tool for classifed webads. With this the "make money" slogan started with the Auction Suite can be raised up one more time to "make more money".

Ads Factory has extensive user support offering HTML description for the ads and a user extended profile. The content display is fully configurable through a template, since the component uses a template engine. This make the adjustment to the site template very easy offering full freedom - Tutorial. To this, two listing methods are offered: list and grid view mode including a expiry countdown.

Ads Factory is fully SEF including dynamic page titles! Automatic metadescription and keywords are integrated in the component to comply with the actual standards. Tags on ads and a tag cloud module is also present to provide a huge SEF improvement.

The component offers Categories support including a category module, which can be also used as a filter option. The present Watchlist can be set on existing categories or ads based and includes also email notification. Aside this advanced search and filter options are avaialble for the extension.

For each ad a separate location can be entered using the GoogleMaps system. Also the user has the possiblity to upgrade his ad to a featured ad: gold, silver or bronze. The ads can be also saved for later publishing (publish/unpublish; save ads now publish later) or can be date triggered published. A republishing option is avaialble for expired ads; also on expiry a email notification is sent. If not replublished the ads will go to the existing archive system. Ads can de reported to the admin in case of fraudulent behavior. In case that a user wants to ask an ad publisher a certain question, he can use the integrated user messaging system. Please check the demo-server or the product page for screenshots. Image

A main image and secondary images can be attached to each ad. This will be automatically included in a small image gallery present for each ad. The image gallery is slider based and has also a detailed view option. File attachements can be used also, in order to provide detailed informations. This attachements togheter with the gallery and GoogleMaps are displayed on the detailed view of each ad. GoogleMaps is part of the Community Builder integration and contains the CB "My Ads" and "GoogleMap" tab.

The administrator has extensive control over all ads. He can easily block certain ads with a single click, set up the picture resize values, etc. If desired he can enter multiple currencies and configure all email notifications. Bulk import with images and file attachemnts is possible and also a very easy export to the excel file format.

The webmaster can require (if desired) user payments for:

  • pay per Listing (publishing)
  • pay per Featured (gold, silver, bronze)
  • pay per Contact (publisher details)

Paypal is implemented as payment method along to the multiple payment gateway system.

What do I get buying this product?

  • The fully functional open source (no encrypting) component, meaning that you are able to perform modifications if needed for your site.
  • Modules: Menu Module, Categories Module (including number of ads and filter funtion), Featured Ads, Random Ads, Popular Ads, Most Valuable Ads, Latest Ads and Tag Clouds Module.
  • Community Builder Plugins: My Ads, GoogleMap Tab.
  • Full SEF integration, easy configurable language file, Categories Support and Template Engine!

Requirements:

  • Joomla 1.5.x
  • CRON (a general CRON Tutorial is available in our documentation section).

Demo: The demo-server for Ads Factory is available under http://ads-factory.thefactory.ro - to login for the frontend or backend, just click the login buttons available on the left side. Feel free to test as you please; the server resets itself each hour.

 
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Results 6 - 15 of 78