you4eea
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Send Test Email?I went with the DB route.. works perfectly, thanks.
Forum: Plugins
In reply to: [Registration Options for BuddyPress] User Profile Fields ShortcodeWOW… YOU ROCK!
Exactly what I needed..Got it..
Threw into my functions.php file in child-theme and BAMM!Worked perfectly..
Thanks!
- This reply was modified 4 years, 5 months ago by you4eea.
Forum: Plugins
In reply to: [WP Show Posts] sort by month and year?Hey EJ,
Yes sir, your example is correct.
Being able to do that for any category would be great.Thanks
Outside of that.. this is the perfect tool…
I wish I would have found it years ago..- This reply was modified 5 years, 1 month ago by you4eea.
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Admin Email NotificationsI tried the snippet above, (see below) no joy… Am I missing something?
I have a site with 5 admins and only want one admin to get the notice of new signup.
Here is the snippet I’m using in my function.php file…/*** NTP *** * Send new signups notice to just one Admin */ function ntp_bpro_single_admin_notice( $default_admins ) { // BuddyPress Registration Options will be expecting an array. $new_admins = array(); // This will send to ALL admin. return an array with one item, the admin_email setting. // $new_admins[] = get_option( 'admin_email' ); // this will send to just one admin $new_admins[] = '[email protected]'; return $new_admins; } add_filter( 'bprwg_bp_notification_users', 'ntp_bpro_single_admin_notice' ); }I am getting the following error
“There has been a critical error on your website.”
Debug shows the following:
“Parse error: syntax error, unexpected ‘$new_admins’ (T_VARIABLE)”Thanks
I do have the pro version, thanks.. I’ll check it out and updated if issues.
Forum: Plugins
In reply to: [IMPress Listings] Listing by price rangePump…. I would love a solution for this..
I have found the following for using shortcodes
[listings taxonomy=”status” term=”active” limit=”10″ columns=”3″]
But unable to find any addition documentation to add sorting by price…Anyone know how to do this?
Forum: Plugins
In reply to: Contact Form 7 Checkbox tabindex out of order@mertzsor or anyone else, if you run into this problem, try using different tabindex number starting number.
For example, you may be tempted to start your first text field with a “0” or “1” then start counting up, Try starting with a high number, e.g. “5” then keep counting up from there..
Hope that helps.
- This reply was modified 9 years, 1 month ago by you4eea.
Dido!
I am having the same issue getting my money back.
Did you file a complaint with PayPal?
If not, please do so, and give them the URL to this thread in your comment.Thanks
Hey Sagar, I want my money!
I have tried contacting you several times, and No Money!
I have filed a complaint with PayPal. – No Money!
I have been very patient with you, Over 15 days since my request for a refund and I still have not gotten my money back.
I want my money back ASAP!
Dido!
I am having the same issue getting my money back.
Did you file a complaint with PayPal?
If not, please do so, and give them the URL to this thread in your comment.Thanks
Thanks Chris, I have upgraded and ran into some problems. I posted a bug report.
You4eea
I just installed the Voucher plugin on a fresh install of WordPress 3.0.2 (this is my first time using this plugin) and it will not activate.
1) I installed it using the Add New Plugin > Search “Voucher” > Install Now.
2) After installing, I click the Active link and I got a message at the top of the page “Plugin Activated”. Although it was not activated, it was still listed under “Inactive” plugins.
3) No listing of plugin on the left side of the admin page.Any ideas anyone?
Thanks
You4eea