Recent content by Mrdiamond123

  1. M

    Advanced mysql

    No one can help :s?
  2. M

    Advanced mysql

    function LinkToForumAccount($strUsername, $strPassword) { $strPassword = sha1(strtolower($strUsername) . $strPassword); $retQuery = MySQLQuery(vsprintf("SELECT user_id FROM xf_user WHERE username = '%s' AND PASSWORD = '%s'", array(MySQLEscape($strUsername)...
  3. M

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    Yes i did could u add me on steam, skype? I'm yitsuboy on skype Got it fixed after 3-4 times reinstalling :p, there was a error spamming i think a conflict with another file!
  4. M

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    My shoutbox doesnt work :/ i uploaded it and did everystep but the block is not showing, neither is the tab :c
  5. M

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    Oh damn, i didnt saw it was for xenforo 1.24 :/ I bought it and now its not displaying for me (this is the only thing that displays)
  6. M

    XF 1.2 Adding post,likes and points inside forum thread

    And how exactly would i implement it in xenforo i can just make some new css elements but how can i load it inside? Got it its pretty easy :o
  7. M

    XF 1.2 Adding post,likes and points inside forum thread

    http://forum.ragezone.com/members/2000046375.html this is a example
  8. M

    XF 1.2 Adding post,likes and points inside forum thread

    Do you know any place where u can find fonts like this?
  9. M

    XF 1.2 Adding post,likes and points inside forum thread

    Nice yea that seems logic :D Btw do u know if u can have animated font for usergroups? I have to find some animated font but i just wanna be sure its possible
  10. M

    XF 1.2 Adding post,likes and points inside forum thread

    yes, i found it out :D http://prntscr.com/2ziesp so sexy Thanks for all the information!
  11. M

    XF 1.2 Adding post,likes and points inside forum thread

    I think i have to make a new class like this .userBanner.bannerBlack { color: white; background-color: #000000; border-color: #454545; } .userBanner.bannerBlack.wrapped span { background-color: #454545; }
  12. M

    XF 1.2 Adding post,likes and points inside forum thread

    Whats about other colors then the standard ones from ribbons?
  13. M

    XF 1.2 Adding post,likes and points inside forum thread

    I think i found it :D userbanner.css -> .userBanner { margin-top:5px; } I'm pretty new to xenforo but i know alot about html,php http://prntscr.com/2zicfe
  14. M

    XF 1.2 Adding post,likes and points inside forum thread

    One more question is there a way to add a margin to my user ribbon? http://prntscr.com/2ziau3 its way to close to my name
Top Bottom