Can anyone tell me how to display the donate module on front end? is it via shortcode or template files? Cant seem to find out where or how I use this, would appreciate any help.
Yeah, its strange that there aren’t any instructions on its use. It’s done with shortcode, I believe it is [cp_donate].
Ahh, thank you so much for replying.. Unfortunately that is not working for me.. I have put the shortcode on my page (in text mode) like this: [cp_donate] and when I view the page I just see the shortcode. I look and double check that the module is activated and it says it is. Could it be something else or am I missing something else?
Thanks for your help.
Sorry, I was remembering it wrong. It doesn’t use shortcode. It adds a donate link to the points widget. Just took a quick look at the module’s code and I didn’t see that it puts it anywhere else. So I guess you have to use the widget.
Sweet! Thanks man, I did not see the widget but luckily I have an anchor button in my template and just replaced the anchor with this:<a href="void(0);">
now all works perfectly!
oh well it wont post the link but </a href=/"javascript:void(0);"/ onclick=/"cp_module_donate();"/>
just remove the slashes