PDA

View Full Version : What happens when you hit the limit on featured links?


renfrompenn
03-30-2006, 11:11 PM
I was wondering about the featured links. I have them set to display five per cat. Suppose a web site submits their link, but they would be the sixth featured link in that cat. Does the system alert them that they can't purchase a featured link since the limit of five exists or will the payment go through forcing me to either refund or up the number of featured links?

anon
03-31-2006, 02:24 AM
im figuring a little check like

psuedo code:

on the submit.php

selecting the count of features where id is 12345
assign(variable, whatever.tpl)


sumbit.tpl

if $variable gt CONSTVALUESETINADMINPANEL
dont show the option
else
show the option
end if

vegabond
03-31-2006, 11:55 AM
:roll: :shock: :?:

anon
03-31-2006, 03:47 PM
:lol:

put in short, it's an easy fix that can be added. ;)