trizzant
Forum Replies Created
-
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Minimum DonationsPaid a dev on Freelancer to do it. Here you go.
Changes should be in donate-plus.php <–
<span id=”errd”></span>
^ That next to the amount input field tag
————<script type=’text/javascript’>
jQuery(‘#donateplusform’).submit(function() {if (jQuery(‘#amount’).val() >= “.$dplus[‘default_value’].”)
{
return true;
}
jQuery(‘#errd’).css(‘color’, ‘red’);
jQuery(‘#errd’).text(‘Error: $”.$dplus[‘default_value’].” Minimum ‘).show();return false;
});
</script>^ That just below the donation form…
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Unable to separate topics on pageThank you, that worked!! I know it seems simple but I just couldn’t figure out what to replace and with what. Maybe you could add the to the instructions to help out other n00bs like me?
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Unable to separate topics on pageYes, I have the last two options checked. I guess my question is how do I type out [faq faq_topic=”topic-slug”] what do I replace and with what? Thanks.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Unable to separate topics on pageThank you for the response. The topics have faq’s associated with them and I am typing in the slug all lowercase as it is listed in the plugin. Not sure If I am typing anything in properly though. The site is nook2android.com thanks for your product and your help.