IngeT
Forum Replies Created
-
Forum: Plugins
In reply to: [s2member Secure File Browser] Prevent viewing directoriesYes ty, I just figured it out, sorry for posting too fast!
Forum: Plugins
In reply to: [WP Content Copy Protection] Unable to write @ and & marksFunny. I have the problem that ‘i’ and ‘j’ can’t be used in title fields of bbpress forums. It’s definitely this plugin that is the culprit, disabled them all one by one (pro version).
Forum: Reviews
In reply to: [Freelancer] FunctionalitySame here. I see invoice and paypal settings, I can create invoices, but other than that nothing to start with. Am I missing something?
Forum: Reviews
In reply to: [WP Content Copy Protection] Needs to INCLUDE page IDs, not Exclude.I very much agree. I have a forum and a growing wiki on my site, so every time someone makes a new page, I should be including the ID manually? I only need copy protection for a few pages (with online courses on them).
No, but you can’t mean to tell me that that makes a difference?
Forum: Plugins
In reply to: [BuddyPress Courseware] WIll Courseware work under BP 1.7?Oww yes that sucks. I’m building an educational site and thought of courseware because it should integrate nicely with buddypress and bbpress. Alas.
So what now? Will it be updated or do I look further?Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Explorer quirksHi,
now that I only use one field (the email address) the problem is avoided. What happened was that firefox sent all text and input fields neatly to the left, with the word on one line, its field on the next line, then the next word on the next line and so on.
Explorer though showed the first name field right after the Dutch word (‘voornaam’) without sending it to the next line, because the word ‘voornaam’ is too short. I needed the ability to put a break after every word so it would send the input field to the next line.Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Move submit button to right of email formActually, in mailchimp.php, find
.mc_signup_submit {
text-align:center;
}change it to
.mc_signup_submit {
text-align:right;
}