Recent content by woodenlegacy

  1. W

    XF 2.2 How to properly update User structure?

    Hey there, I have been searching for awhile perhaps too long with the lack of sleep. However I was hoping someone could atleast point me in the right direction. I am encountering an issue when attempting to extend the User entity with a new relationship and column. The relationship and column...
  2. W

    Trailing Slash?

    Does the way I have it in my route look correct ? I apologize for my lack of understanding, http://localhost/forums/stats/user/ works and http://localhost/forums/stats/user doesn't, Im trying to force a trailing slash onto it, just cant seem to get it to work, again sorry for my lack of...
  3. W

    Trailing Slash?

    Thanks for the quick reply man! Ive tried using the code like this, and cant seem to get it to work, what does the "2" in "$routePath, 2" represent? $parts = explode('/', $routePath, 2); if (isset($parts[0])) { if ($parts[0] == 'stats') {...
  4. W

    Trailing Slash?

    Hey everyone, so im making a page that loads in stats for users, and everything works until you look something up without a /. For example, http://localhost/forums/stats/user <-- Doesn't work http://localhost/forums/stats/user/ <-- Works So how would I go about adding a trailing slash for links...
  5. W

    Navbar has Zero's next to text

    Alright, will do thanks
  6. W

    Navbar has Zero's next to text

    On to next issue ;) The notification that you have an alert or message wont show up unless you hover over it, Anyway for me to fix that ? :o
  7. W

    Navbar has Zero's next to text

    Ahh i see, Ill try that :p Reason for me modifying is that I thought it would be cool to have something different, Also wanted to have their avatar next to their name :D Im hitting bumps in the road here and there but someday I shall achieve it ! Edit: What you suggested seemed to work but the...
  8. W

    Navbar has Zero's next to text

    Uhhh oh :p How should I go about fixing this? http://woodenlegacy.org/forums/index.php If you change the style to Wooden Legacy
  9. W

    Navbar has Zero's next to text

    Hey everyone, Ive been trying to get my navbar working and ive nearly got it all together, Im just wondering is there any way for me to not have those 0's next to 'Ben' 'Inbox' 'Alert's, They seem to be automated in with the line of code below: http://pastebin.com/SHDG5eu0 If anyone could help...
  10. W

    Minecraft Avatar [Paid] [Deleted]

    Weird im afraid i haven't received it yet still..
  11. W

    Minecraft Avatar [Paid] [Deleted]

    How long does it usually take to receive the addon?
  12. W

    XF 1.3 Fatal error.. Xenforo Session

    Okay it would appear it wasn't in there, wtf filezilla. I had to use hosting FTP aswell, very strange i'm going to test now and see if it worked EDIT : God bless you man, thank you very much for you help that did the trick!
  13. W

    XF 1.3 Fatal error.. Xenforo Session

    Yup, I went in and looked at the line its messing up on, /** * Setup the session. * * @param string $action */ protected function _setupSession($action) { if (XenForo_Application::isRegistered('session')) { return; }...
  14. W

    XF 1.3 Fatal error.. Xenforo Session

    Ive done that 3 seperate times, Once with latest version and twice with 1.2.1, Weirdly enough when I uploaded it to my other site to test it, it worked, but wont work on my main site, which are both on the same hosting plan and company
Top Bottom