Example #1
0
 function JB_get_special_offer_msg()
 {
     global $label;
     if ((JB_POSTING_FEE_ENABLED == 'YES' || JB_PREMIUM_POSTING_FEE_ENABLED == 'YES') && JB_SUBSCRIPTION_FEE_ENABLED == 'YES' && (JB_free_posting_subscription_exists('S') || JB_free_posting_subscription_exists('P')) && !jb_get_active_subscription_invoice($_SESSION['JB_ID'])) {
         $str = $label['subscribe_bonus_info'];
         return $str;
     }
 }
Example #2
0
		   &nbsp;&nbsp;&nbsp;Quota: <input type="text" name="posts_quota" value="<?php 
    echo $invoice_row['posts_quota'];
    ?>
" size="2"> <small>(N = unlimited)</small><br>
		   <?php 
}
?>

		   <input type="checkbox" name="can_post_premium" value="Y" <?php 
if ($invoice_row['can_post_premium'] == 'Y') {
    echo 'checked';
}
?>
> Can Premium Post (free)<br>
		   <?php 
if (JB_free_posting_subscription_exists('S')) {
    ?>
		   &nbsp;&nbsp;&nbsp;Quota: <input type="text" name="p_posts_quota" value="<?php 
    echo $invoice_row['p_posts_quota'];
    ?>
" size="2"> <small>(N = unlimited)</small><br>
		    <?php 
}
?>
		   </td>
		 </tr>
		 <tr>
		   <td class="dynamic_form_field"><?php 
echo $label['subscription_invoice_quantity'];
?>
</td>