I am assuming you're running WordPress 3.6? If so, the comments link is a known issue and it'll be fixed soon.
As for the wordpress articles, I am currently unsure but it may come as a feature in the near future.
Yep, I'm running 3.6
I am assuming you're running WordPress 3.6? If so, the comments link is a known issue and it'll be fixed soon.
As for the wordpress articles, I am currently unsure but it may come as a feature in the near future.
Just updated to 3.7 on our test site - ALL works fine for those that wish to update, except for the bug with the Login from Comments loading homepage and not the login - @faeronsayn when can we expect an update on this, as our site is due to go LIVE in the next week or so.
Thanks,
A quick fix has been implemented for the comment link redirection to login. If someone who has bought the plugin would like to test this out please let me know through a conversation message.
I'll test it![]()
I've sent you an email.
Bug fix: The comment link "logged in" on WordPress now correctly redirects to the login page on xenForo. Once logged in, it should redirect you to the page where you clicked the link.
Since a few people have refunded their purchases, and I couldn't keep track of it through the mailing list, if you'd like to receive this update please start a conversation with me with your paypal email address and transaction ID, sorry for the inconvenience.
Where to download the latest version?
SendPlease send me a PM with your paypal email and the paypal transaction ID so I can send you the latest version.
Yes need itI installed the plugin and had few time issues, mostly on my part. I have to admit their support is quick and friendly.
The one thing I did find what that the current Wordpress recent posts widget posted here on XF does not work with this plugin. Would it be possible to include a working one in your future update? Most of us would love to get that on our main WP page.
public static function get($index)
{
/** @var $instance XenForo_Application */
$instance = self::getInstance();
if (!$instance->offsetExists($index))
{
if ($instance->lazyLoad($index, $return))
{
return $return;
}
else
{
throw new Zend_Exception("No entry is registered for key '$index'");
}
}
return $instance->offsetGet($index);
}
if ($instance->lazyLoad($index, $return))
I've created an account on the site for support, but I guess I need to wait for access to support boards
I've got this issue when I activate the plugin:
PHP Fatal error: Call to undefined method Zend_Registry::lazyLoad() in /home/25mm/xenforo_html/library/XenForo/Application.php on line 952
PHP:public static function get($index) { /** @var $instance XenForo_Application */ $instance = self::getInstance(); if (!$instance->offsetExists($index)) { if ($instance->lazyLoad($index, $return)) { return $return; } else { throw new Zend_Exception("No entry is registered for key '$index'"); } } return $instance->offsetGet($index); }
Line 952 being:PHP:if ($instance->lazyLoad($index, $return))
Wordpress 3.7.1
Xenofor 1.2.3
Yes I amI had this issue on 1.2 and 1.2.1 after updating XenForo to 1.2.3 but that's not to say another plugin might be causing the issue.
Ok Great, thanks!Have you tried disabling the plugin and seeing if this issue still persists? It could very much be an issue with other plugins or xenForo itself. It might not be entirely related to the plugin. Doing a simple search on google I came upon this thread: http://xenforo.com/community/threads/php-problems.34622/
Edit: You've been added to the group on the support forums.
We use essential cookies to make this site work, and optional cookies to enhance your experience.