View Full Version : cakePHP Penny Auction Script Help
CustomPowerDesigns
02-09-2010, 05:52 AM
I am trying to add a feature to our penny auction script, using cakePHP as the coding backend, that will not allow a user to bid if they have won a certain amount of items per week.
Say I won seven items by thursday, then I would not be able to bid on any items Friday or Saturday. That is what I am trying to add, though I am not sure how.
Any Ideas?
CustomPowerDesigns
02-11-2010, 04:59 PM
Nobody out there know anything that would help me?
djr33
02-11-2010, 05:08 PM
Post a link to some details, such as where you found this script.
Adding that is not technically difficult, but including it within the existing system will be. You might have more luck finding some paid help with this, because working within an existing system is time consuming, more so than most people will do for free. But if you post the code here there might be an easy way someone will see.
CustomPowerDesigns
02-16-2010, 06:39 AM
I have the following code that will only show the user menu upon log in. I would like to know how to set it up to show ONLY on the My Account page. How would I do that?
I am using cakePHP and that is in my default.ctp file that shows on all pages so I need to tell it there on that page.
<?php if($session->check('Auth.User')):?>
<?php echo $this->element('menu_user');?>
<?php endif; ?>
CustomPowerDesigns
02-16-2010, 06:46 AM
Nevermind, I got it, Thank You
Penny Auction
11-03-2010, 10:25 PM
Thanks a lot for sharing. I was also looking for that kind of script before because I need to update my website on penny auction. Do you also have screen shots? Nice blog.
wthoof
11-04-2010, 03:52 PM
Nevermind, I got it, Thank You
Would you mind sharing your solutions to the issue? Thanks! :)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.