Recent content by rour

  1. R

    External Accounts Extended

    dump $token=array ( 'error' => 'invalid_grant', 'error_description' => 'redirect_uri is invalid, please pass same redirect_uri, you used in authorize method.', ) Fix the bug! The code need refactoring for more informative error messages
  2. R

    External Accounts Extended

    1. What`s the problem? 2. Where i can find translations?
  3. R

    Server issue File uploading & open_basedir

    a bug there. Problem was resolved after editing open_basedir.
  4. R

    Server issue File uploading & open_basedir

    Please use is_uploaded_file, move_uploaded_file functions for correctly working with open_basedir restrictions
  5. R

    Better Analytics

    No. I don`t want it.
  6. R

    Better Analytics

    I have not Facebook account. How download the plugin?
  7. R

    XF 1.2 Link to a member with just their username?

    Use stringId instead intId in _Route_Prefix_
  8. R

    Update instead of insert - DataWriter

    if ...->getMarkerByMemberID($userid) returns null, then you will take error (XenForo_DataWriter->_haveErrorsPreventSave()) instend of insert the new data
  9. R

    [bd] Tag Me for XenForo 1.3

    yep, i find that add-on. Thanks!
  10. R

    Hi, Did you abandon the bdTagMe? It have the bug...

    Hi, Did you abandon the bdTagMe? It have the bug http://www.xf-russia.ru/forum/threads/bd-tag-me.1521/page-5#post-63357
  11. R

    [bd] Tag Me for XenForo 1.3

    it must be like $newMessage = ''; $taggingModel = $this->getModelFromCache('XenForo_Model_UserTagging'); $_taggedUsers = $taggingModel->getTaggedUsersInMessage($post['message'], $newMessage, ''); $options = array(bdTagMe_Engine::OPTION_MAX_TAGGED_USERS =>...
  12. R

    [bd] Tag Me for XenForo 1.3

    2.0.1 + xf 1.2.2 is not working $engine->notifyTaggedUsers3('post', $post['post_id'], $post['user_id'], $post['username'], 'tag', $this->_taggedUsers, $notifiedUserIds['alerted'], $notifiedUserIds['emailed'], $forumWatchModel, $options); i guess bug here - $this->_taggedUsers is null...
  13. R

    You need a PayPal account

    "You do not need a PayPal account." Delete it or add information about wire transfer
  14. R

    You need a PayPal account

    But, the page https://xenforo.com/purchase/checkout must be changed.
Top Bottom