iceraven721
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant find dynamic robots.txtSomething in there did it. Thanks for your help
Forum: Fixing WordPress
In reply to: Cant find dynamic robots.txtAh whoops. Here: http://pastebin.com/rSYcynnK
Thanks
Forum: Fixing WordPress
In reply to: Cant find dynamic robots.txtThat box is unchecked and I did a test file and it worked ok.
Here is the htaccess file
Thanks!
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Fixing WordPress
In reply to: Cant find dynamic robots.txtHey Sal,
That was just an example. The actual link is http://stj23.com/robots.txt. The disallow shows up in there but if I follow the cPanel path of http://208.167.238.68/~valorblo/stj23.com/robots.txt it shows the correct file.Forum: Fixing WordPress
In reply to: Cant find dynamic robots.txtThanks Ivan for the response. It’s only a single WordPress instance that is installed under an addon domain in cpanel which was the reason for the links. The search engine visibility option is unchecked to allow search engines in the reading section.
Thoughts?
Thanks for your help
Forum: Plugins
In reply to: [Event Registration] Double PayPal payments postedNevermind. Found the solution after doing some digging. Moral of the story, look harder. Thanks!
http://ww.wp.xz.cn/support/topic/things-occurs-twice?replies=4
Forum: Plugins
In reply to: [Event Registration] Double PayPal payments postedSorry for the string of posts. There is no way to edit previous ones. In debug mode I’ve come across the following: NOTICE: wp-content/plugins/event-registration/EVNTREG.php:265 – Undefined variable: evr_ver
Not likely to have any impact as to why it is running things twice, but just some informaiton. In addition I’m running WP 3.9.2 and EVTRG 6.01.07.
Any help is appreciated. It’s a pain to go in and delete one of the double payment posts for every registration.
Forum: Plugins
In reply to: [Event Registration] Double PayPal payments postedThis also happened on another event in the plugin too. It is a hassle to have to go in and delete one of the payments so that it looks right.
Forum: Plugins
In reply to: [Event Registration] Double PayPal payments postedIve also noticed that the plugin is sending two emails for registration confirmation as well.
Forum: Fixing WordPress
In reply to: Modifying Admin User Email NotificationFigured it out. Needed a global $current_user; at the top, and a reference to $current_user->user_login.
Cheers
Forum: Fixing WordPress
In reply to: Modifying Admin User Email NotificationSo I found the function which sends the email. I tried $current_user but that does not work. Any ideas?
$message .= sprintf(__('Created By: %s'), $current_user) . "\r\n";