Haloscope
Forum Replies Created
-
Forum: Plugins
In reply to: WP/AJAX question – How do I access a user’s ID info from outside WP?Well, I found something that helps! A little!
<?php include_once('../../../wp-config.php'); include_once(ABSPATH . 'wp-includes/functions.php'); $info = get_option( 'blogdescription' ); ?>
Inserting this code at the top of a plugin will load up all the WP functions. This will let me access WP options information.
Unfortunately, I can’t get access to other info yet – such as the current user’s ID. I’d appreciate any help on this.
– H
Forum: Plugins
In reply to: AJAX Login Plugin CustomizationTry RegisterPlus.
– H
Forum: Fixing WordPress
In reply to: simple AJAX widgetDo you still need help with this? If so, shoot me an e-mail through my website.
– H
Forum: Plugins
In reply to: [Plugin: Register Plus] Fatal Error, Need HelpThe plugin says it requires WP 2.5 or higher.
Upgrade?
– H
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsSkullbit,
I just wanted to thank you again for your hard work on this incredible and incredibly well supported plugin. Your plugin is essentially the cornerstone of my WP-as-CMS website.
– H
Forum: Plugins
In reply to: Paybox paypal subscription plugin – Have you tried it?There are several alternatives.
WP-ecommerce (unintelligible unless you pay them)
Are-Paypal (I don’t know if its still supported)
EasyPayPal (open source, clean code, but may not work exactly as you need it to)I’m trying to work with EasyPayPal.
– H
Forum: Plugins
In reply to: Paybox paypal subscription plugin – Have you tried it?Greeeeeeeeeeeeeeeat. Thanks for the input. Unfortunately, I’ve heard similar things elsewhere.
– H
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsHey Skullbit,
Ditto on the thanks for the bugfix re: captcha. Until I found your plugin, I was using about five different plugins to do what yours does. I’m really happy with the quality of the plugin as well as how much support you’re providing.
Two more feature requests:
1) Customizeable disclaimers. My website needs a user to agree to a (a) legal disclaimer (b) end user license agreement and (c) privacy policy.
2) Custimizeable registration e-mails. I think it would be nice to send a customizeable e-mail to new users.Thanks,
-H
Forum: Plugins
In reply to: [Plugin: Register Plus] Feature SuggestionsHi Skullbit,
Great plugin! This plugin meets a LOT of my website’s needs. I like the idea of being able to change the logo on the registration page.
Have you considered adding in a way for registered users to pay for monthly subscriptions via PayPal? That would be HUGE.
Thanks again for your hard work,
– H
Forum: Plugins
In reply to: Paypal Pugin to restrict certain pagesHeck, I’m willing to give it a shot! I checked out their site and it seems they should be up in the next day or so.
– H
Forum: Plugins
In reply to: Paypal Pugin to restrict certain pagesDid you ever find what you needed? I need the exact same thing for my blog. :/
Thanks!
– H
Forum: Fixing WordPress
In reply to: Paypal subscription code not working within WPWell, what are you using?
– PDR
Forum: Plugins
In reply to: How do I detect if a user is logged in?That was helpful – it put me on the right track, thank you!
I just started using WP2.5 and found this bit of code to be just what what I needed:
is_user_logged_in() returns true if the current user is logged in, false if they are not. Easy peasy.– H
Forum: Fixing WordPress
In reply to: Subscription Based SiteDid you ever find out how best to implement this?
– H