• eCommerce
  • Social and Community Suite
  • Content Management
  • RSS Extensions
  • VirtueMart Extensions
Follow us on Twitter   Join The Factory on the New Digg  
(0) | Login | Register | Lost Password?
Username: Password:  
Home
Our Products
Joomla 1.7.x  (23) & J!1.6.x
Joomla 1.5.x (28)
Joomla 1.0.x (17)
Factory Club Extensions (7)
Drupal, Elxis, MODx (6)
Windows Gadgets for J! (11)
Free Templates (4)
All Products (92)
Documentation
Tweets
Forum
Contact Us
Terms & Conditions
How to Buy Guide
Customers FAQ's
Updates & Upgrades
About Us
The Factory Demo Server for Joomla Extensions
Money Back Guarantee
Payment Methods for Joomla Extensions
Follow us on Facebook

Latest Tweets

  • Join us at the Joomladay UK!
  • The Factory Extensions Joomla Compatibility Chart
  • Love Factory 2.4 for Joomla 1.7
  • Love Factory - Memberships [VIDEO]
  • Love Factory - Custom Fields Integration [VIDEO]
  • Love Factory - Google Maps Integration [VIDEO]
  • Love Factory - Administrator Guide [VIDEO]
  • Love Factory - Memberships
  • Collection Factory for Joomla 1.6 with CB support
  • Reverse Auction Factory 1.5.9
 
   Home   Help Search Login Register  
The Factory > Forum > eCommerce Factory Suite for Joomla CMS. > Raffle Factory > Raffle Factory 1.1.0
Pages: [1]
« previous next »
  Print  
Author Topic: Raffle Factory 1.1.0  (Read 1586 times)
Erik
Administrator
Hero Member
*****
Posts: 3121



View Profile
Raffle Factory 1.1.0
« on: August 21, 2009, 02:08:16 pm »

Raffle Factory 1.1.0 released on August 21, 2009.

    * New Feature: Custom Fields for sections: Raffle, User Profile (if not using CB).
    * Fixed several issues including ACL task maping (buytickets added to all), several notices on install, etc.

Existing License Holders may receive this version for free although it's a major release. More information how to obtain the new kit under the customer Faq: http://www.thefactory.ro/articles/articles/explanatory....html
Update script not yet available. Do not overwrite the files since they are also database changes!
Logged
analustia
Newbie
*
Posts: 2


View Profile
Re: Raffle Factory 1.1.0
« Reply #1 on: September 05, 2009, 02:01:08 am »

Dear Friends:

Nice programm. But we have problems.

1. Receiving the email message "New bid on your Auction..."
    the posted link does not worh (The requested URL was not found on this   
    server).

2. Choosing a winner we cant find any message about the winning ticket, the
    question is where we get the winner info from?

3. We translated the system into German and Spanish but does not load
    the language files f.i. german.php.

We urgently need your reply!

Thanks and all the best
Uwe
info@vipdrinks.us
Logged
Erik
Administrator
Hero Member
*****
Posts: 3121



View Profile
Re: Raffle Factory 1.1.0
« Reply #2 on: September 07, 2009, 01:10:04 pm »

we did today some modification in todays remake:


added language definitions:
define('bid_mail_bid_winner_stage_final','Raffle - Winner selected');
define('bid_help_mail_winner_stage_final','Raffle - Winner selected');
define('bid_mail_bid_must_refund','Raffle - Must refund');
define('bid_help_mail_bid_must_refund','Raffle - Must refund');

Winning stage Mail: in raffle.sql
bid _winner_stage_final

to:

bid_winner_stage_final

database change in table: #__bid_mails


Winning stage Mail: models/plug_raffle.php
method chooseWinner
$us = array();
foreach ($users as $k=>$u){
$us[] = $u->user_id;
}
$usx = "(".implode(",",$us).")";
$query = "select u.* from #__users u
where u.id in ($usx)";
$database->setQuery($query);

to:

$us = array();
$us[] = $row->userid;
foreach ($users as $k=>$u){
$us[] = $u->user_id;
}
$usx = "(".implode(",",$us).")";
$query = "select u.* from #__users u
where u.id in $usx";
$database->setQuery($query);

Compatibilty with Joomla 1.5.x issue
bids.function.php
add at the beginning in function: loadLanguageFile()

if(JOOMLA_VERSION==5){
$lang =& JFactory::getLanguage();
}else{
global $mosConfig_lang;
$lang->_lang = $mosConfig_lang;
Logged
Pages: [1]
  Print  
« previous next »
 
Jump to:  

Loading...
Joomla Extension - RSS Factory Manager  Joomla Extension - EBook Factory  Joomla Extension - Briefcase Factory  Joomla Extension - Auctions Factory  Joomla Module - RSS Contextual  Joomla Module - Exchange Factory (Europe / EURO)  Joomla Module - Exchange Factory (Romania/ RON)  Joomla Custom Extensions Development   Free Joomla Extensions  Joomla Extension - RSS Factory Pro (Enhanced Version)  Joomla Virtuemart Payment Plugin - Gecad (EPayment.ro)  Joomla Module - Mosimage / Image Module  Joomla Extension - Reverse Auction Factory (Lowest Bidder Auctions)  Joomla Extension - Article Factory Manager  Joomla Module - Lavalamp Menu  Joomla Module - RSS Image Extractor  Joomla Module - Exchange Factory (Europe / EURO) for Joomla 1.0.15  Joomla Module - Exchange Factory (Romania / RON) for Joomla 1.0.15  Joomla Module - Top Movies (IMDB)   Joomla Module - EBay Latest Auctions  Auction Factory Standalone PHP script