viperfunk
Forum Replies Created
-
Forum: Plugins
In reply to: Easy file upload form to specific folder?🙁 I know it’s a small bit of code to write, but surely there’s something…
Forum: Hacks
In reply to: Here's a problemI’m chalking this up to the theme I have in place not allowing FPDF to send teh generated PDF to the browser and force a download
(anyone else who stumbles upon this problem, I am using the “I” option with FPDF; FPDF->Output(“file.pdf”, “I”) successfully, but the “D”option simply isn’t working. My gut tells me the theme is preventing this.
* shrugs *
Forum: Fixing WordPress
In reply to: priorityNice one, going to have to give that a go. Cheers 🙂
Forum: Your WordPress
In reply to: My WordPress siteReally liking the Soundcloud plugin, and Mailchimp integration.
2 great plugins for musician types 🙂
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members 2.3.2 Bug Fix ReleaseNever mind….solved.
I copied the code for the comments page directly from the Quickstart pdf…
<?php if (!is_user_logged_in() && !get_post_custom_values(‘unblock’)) { $post-
>post_password = wpmem_generatePassword(); } ?>
Carriage return and all. :sheep: Works fine now, great plugin thanks.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members 2.3.2 Bug Fix ReleaseWP-Members seems to be affecting our sites menu & layout when viewing a single post. It’s also displaying login/registration forms on pages/posts outside of the members-area page.
Any suggestions on where to begin?Theme is Lumin, WP-Members v. 2.3.2