Recent content by EsKuel

  1. EsKuel

    Add Username Style to Last Post

    Yes, I hope XenForo will add the rich username feature everywhere as easy as add rich="true", but I think they are working on more important features :) I can also add compatibility for other modules if anyone is interested.
  2. EsKuel

    Add Username Style to Last Post

    Sorry for my long absence ! So I repacked my addon with Luke Foreman's fix, thanks Luke :) If you have any update suggestion for my addon, let me know.
  3. EsKuel

    Add Username Style to Last Post

    EsKuel updated Add Username Style to Last Post with a new update entry: Update for Xenforo 1.2 Read the rest of this update entry...
  4. EsKuel

    Add Username Style to Last Post

    I can't reproduce this error, can you tell me your ****** configuration ? I did that : Install ******, display to member and admin (to see it) and add latest thread to section #2 Install my addon No error on homepage
  5. EsKuel

    Add Username Style to Last Post

    Well, could you be more precise on this error ?
  6. EsKuel

    Add Username Style to Last Post

    If you talk about your forum (8thos.com), I think there is no last poster with CSS color and that's why you don't see any color. You can test it, tell a member which have a css color to post on a forum :)
  7. EsKuel

    Add Username Style to Last Post

    Well sorry, it was a big mistake I made... It's fixed and I apologize to everyone :) In fact, the first version will maybe not work with certain other addons, it's now fully working with addons which edit the Model Thread or Node :)
  8. EsKuel

    Add Username Style to Last Post

    EsKuel updated Add Username Style to Last Post with a new update entry: Fix a problem Read the rest of this update entry...
  9. EsKuel

    Add Username Style to Last Post

    Thanks bubbl3 for your help ! I don't succeed to reproduce the bug, can you write a task to reproduce the bug please ? What I did : Install the addon Disable 1 forum to show in What's New Post 2 new topics, one in the disabled forum and the other in a normal forum And I didn't have any...
  10. EsKuel

    Add Username Style to Last Post

    It's working for me on XenForo 1.1.3, can you send me your addons list to see if there is a conflict? ? Thanks, that's a little feature but I think it's necessary :D
  11. EsKuel

    Display Username CSS on Node List

    I made an addon to do this, so if you still interest, you can download it here : http://xenforo.com/community/resources/add-username-style-to-last-post.1031/ Also if you can tell me if everything works fine with my addon, it'll be great, thanks :)
  12. EsKuel

    Add Username Style to Last Post

    EsKuel submitted a new resource: Add Username Style to Last Post (version 1.0) - Add rich username (CSS) to last post section in forum index and thread list Read more about this resource...
  13. EsKuel

    How to overwrite an NodeHandler

    Thanks for taking time to help me. I know that overwrite the NodeHandler is not a good solution but I don't find any other solution. In fact I just want to add the display_style_group_id to the $forum.lastPost variable on the index board, so I extended the Forum Model and it's working well...
  14. EsKuel

    How to overwrite an NodeHandler

    Hello everyone ! I'm trying to do a little addon that need to extend XenForo_NodeHandler_Abstract which is not possible. I heard that we can overwrite an Handler but I didn't found any documentation or explanation about it. Can somebody explain how to overwrite this or send me a piece of...
  15. EsKuel

    Username Styling in Last Message area - get data needed via addon?

    Well, all is working now as you can see here -http://forum.kaldun.fr I don't edit XenForo_NodeHandler_Category but XenForo_NodeHandler_Abstract, the problem is I really don't know how to overwrite it, actually I edit directly the Xenforo file (that's baaad). So I'll read the forum to find a way :)
Back
Top Bottom