Recent content by Rjs37

  1. R

    External Ajax Call - Security Error (for alerts and inbox)

    Thanks! I didn't know I could actually do that. I'm used to debugging html and css with firebug but never for js :D. I've finally found what the issue was. I was heading in the right direction when I included that page container js template however there was a js error prventing it from...
  2. R

    External Ajax Call - Security Error (for alerts and inbox)

    Thank you for pointing that out Clickfinity. I've managed to solve my image url problem by using a couple of string replaces. Not a neat solution but it works. However this ajax issue still has me stumped. I'm far from a javascript developer so I'm having to feel may way through this issue...
  3. R

    External Ajax Call - Security Error (for alerts and inbox)

    Concerning problem 1 I've come close to a solution but not quite managed to get the right combination. {xen:link canonical:{xen:property imagePath}/xenforo/xenfocus/user_profile.png} and {xen:link canonical:@imagePath/xenforo/xenfocus/user_profile.png} both cause an error when trying to save...
  4. R

    External Ajax Call - Security Error (for alerts and inbox)

    Okay I got the links sorted by using canonical: instead of full: Didn't need to use Xenforo_Link after all. However I still have two issues: 1) I can't seem to use canonical in the image paths. It has @imagePath/xenforo/xenfocus/user_profile.png as the src. Any suggestions on what I can do...
  5. R

    External Ajax Call - Security Error (for alerts and inbox)

    Cheers I'll give that a try tomorrow evening :). Thanks for pointing me in the right direction. Will be interesting to see if the ajax calls will work once it has the correct urls lol. Yeah I have access to the autoloader. The site is actually using someone else's integration code (a wordpress...
  6. R

    External Ajax Call - Security Error (for alerts and inbox)

    An absolute url would be exactly what I need. However as I think James was alluding to it's basing it off the current url so it's linking to http://website.com/account/preferences when I'm on the website. And http://website.com/forum/account/preferences when I'm on the forum. However I need the...
  7. R

    External Ajax Call - Security Error (for alerts and inbox)

    I apologise for the bump but it is for a good reason (I have a different question). I've decided to attempt doing this by registering the template. (the alternative option I gave in my post above) It seems to have worked except the urls are incorrect (relative to the forum's location and not...
  8. R

    External Ajax Call - Security Error (for alerts and inbox)

    Apologies in advance for the detailed post. I'm currently doing a small bit of integration work for someone and one of their requests was to get the xenforo navigation bar (Profile, Inbox, Alerts and Logout) on their website (wordpress). They are using the Xenforo Integration WP plugin to...
  9. R

    User Class

    If you mean from the Login function then no. If I did I know the userid would be correct. The call to validateAuthentication (which validates the login details) works great. That's not the issue. However something seems to be wrong with how I'm saving the admin session in that login function...
  10. R

    User Class

    Expanding on my post from several months ago I'm wondering if anyone has taken it a step further in terms of doing control panel (admincp) logins? I've got a control panel of my own for controlling the various aspects of the site, I was hoping to use Xenforo's Admin Session to control their...
  11. R

    Anyone using VIVVO with Xenforo?

    Looks very interesting! Has quite a few things that I'd want for the site I'm working on now but with that it'd end up being 3 systems and not just 2 (xenforo & vivvo). That's because the main focus of the site wouldn't be the cms and I'm coding that with another framework (cakephp). I think I...
  12. R

    Website Integration Class?

    Whilst I do think it would be beneficial for them to provide some examples/tutorials of how to do that I think it's just as important to do the same for external integration (integrating with a website in it's own right).
  13. R

    Website Integration Class?

    I do think that currently there is a lack of documentation/support in the website integration side of things (xenforo development in general tbh). Certainly with what I would call proper website integration (integrating the forums with a website in it's own right rather than just tacking some...
  14. R

    login, logout and user update password ?

    You liked a post of mine where I posted my own experiences with doing those first two things already: http://xenforo.com/community/threads/user-class.16846/page-2#post-222724 Unless you mean from with xenforo itself? The way I've done it is external to Xenforo. Though I am having one problem...
  15. R

    Attempting to start a session outside xenforo, seems to not be creating a valid cookie

    That's the way I handled by Vbulletin integration but I wanted to take it a step further this time: http://xenforo.com/community/threads/user-class.16846/page-2#post-222724 I use xenforo's own functions with my cakephp application to process the login. A few posts in that thread might be of...
Top Bottom