Forum Replies Created

Viewing 10 Topics - 1 through 10 (of 10 total)
Author Posts
April 21, 2014 at 10:52 pm in reply to: Jetpack Publicize 19192
tobyleftly tobyleftly

Hi Oritro

I know how to remove functionality from Jetpack – but I’m able to disable sharing to Facebook by default from the regular posts admin area, but WPUF posts are published with no way to disable.

Thanks,

Toby

December 29, 2013 at 12:24 am in reply to: Subscribers 14002
tobyleftly tobyleftly

Is there no answer to this?

I was hoping for some guidance before I start trying to find a plugin that will prevent subscribers from registering while allowing WPUF to create registrations..

Thanks.

December 21, 2013 at 3:25 am in reply to: Subscribers 13848
tobyleftly tobyleftly

Hi there

No – I have a registration form, created in WPUF. But spammers are creating accounts via this address:

http://example.com/wp-login.php?action=register

Normally I would resolve this by unchecking the option to allow anyone to register, but if I do that then WPUF won’t work.

Thanks.

December 18, 2013 at 9:11 pm in reply to: Subscribers 13783
tobyleftly tobyleftly

Sorry, I should have been more clear. I can see there is an option to add a captcha to WPUF forms (which is awesome). But my problem is that spammers are subscribing via this address:

http://example.com/wp-login.php?action=register

I can’t add another plugin because any plugin that prevents registration at this URL also seems to mess with registration at my desired registration forms.

Is there a standard method to keep registration at my desired registration form but prevent registration at any other URL?

Thanks.

May 30, 2013 at 6:56 pm in reply to: Manual user creation 4370
tobyleftly tobyleftly

Hi, thanks for the response Tareq.. so the validity only refers to the date the WordPress account was created – NOT the date payment was provided?

Thanks.

May 27, 2013 at 2:49 pm in reply to: Subscriptions Error Message 4244
tobyleftly tobyleftly

Sorry, I should have said.. I have an if-loop on this page which echoes either subscription info or the subscription packs depending upon whether the user has paid already:

<?php
if ( is_user_logged_in() && WPUF_Subscription::has_user_error() ) { ?>
<p>You do not have a valid ACWR subscription, please select a package below:</p>
<div class="sub-choice-box">
	<?php echo do_shortcode('[wpuf_sub_pack]') ?>
</div>
<?php } else { ?>
<p>Your subscription as an ACWR member is currently active:</p>
<?php echo do_shortcode('[wpuf_sub_info]') ?>
<?php } ?>

This was working previously.

Thanks.

May 14, 2013 at 3:39 pm in reply to: Manually creating users 3611
tobyleftly tobyleftly

Bump.. I’ll rephrase the question:

I can manually create users who are not able to use PayPal, but then they exist outside the subscription system – ideally, once these users are created I’d like them to be 100% equal to users who subscribe using PayPal.

Thanks!

April 18, 2013 at 3:10 pm in reply to: If user has paid, then.. 2476
tobyleftly tobyleftly

perfect.. works like a charm!

April 18, 2013 at 3:00 pm in reply to: If user has paid, then.. 2471
tobyleftly tobyleftly

Hey.. many thanks for the prompt response – this seems to throw a PHP error for the first ‘ { ‘ on the first line.. do I need that first ‘if’ statement? It looks like it’s just checking for the plugin..

Thanks again.

April 15, 2013 at 8:04 pm in reply to: Activation 2258
tobyleftly tobyleftly

The plugin seemed to stop working when I moved the site to a different server – but you’re saying that I should not attempt to re-activate and it will work as expected? Will I be able to activate once I move the site to the final live server?

Thanks.

Viewing 10 Topics - 1 through 10 (of 10 total)