Jump to content
TrinityCore

KingPin

Administrators
  • Posts

    260
  • Joined

  • Last visited

  • Days Won

    67

Posts posted by KingPin

  1. new host didnt like the immediate need for some ddos protection and immediate bitching emails to them(dunno from whom, but about tc), so we got the boot. moved to another datacenter with an even better network, and a pretty monster machine :)

    • Upvote 1
  2. Also:

    - Search seems to be partially broken, it just find too few things

    - [suggestion] there is the login-with-facebook or twitter (after linkin the forum account with the social one), it would be nice to have log-in-with-gmail too

    Edit: "Moderation Actions" are no longer working for me, I still see the button but when I click an option it opens a blank page and do nothing.

    ​search switched from sphinx to internal, and internal is... sucky to say the least, i need to install and setup sphinx again.

    gmail should be working as a login now. lemme know if it doesnt.

    • Upvote 1
  3. http://community.trinitycore.org/f/files/category/1-database/ (http://www.trinitycore.org/f/files/category/1-database/)

    This page does not exist yet. Page message:

    Sorry, there is a problem

    The page you requested does not exist

    Error code: 1S160/2

    Contact Us

    Edit: Will the databases only be available from https://github.com/TrinityCore/TrinityCore/releases  now that the new forum pages have replaced the old ones?

    ​I purchased and paid for the upgraded download module yesterday but IPB hasnt approved the order yet :( I'm waiting for that.

    • Upvote 1
  4. Hi all, forums have been moved to new ddos protected hosted and also upgraded to IPB 4. the top menu is missing, im working on that. let me know if anything else is broken.

    things i'm working on in rough order of importance:

    • comprehensive menu linking trinitycore assets / locations
    • downloads system
    • user location spacing
    • home page login
    •  quotes in post

    • favicon

    • right sidebar disappeared, it should be re-added imho including downloads and that new top-forum-contributors thing that was there until yesterday

    • top navbar is missing links

    • attachments broken

    • Upvote 2
  5. sql_mode is the setting that determines how strict mysql is with queries. a sample setting for this : 

    sql_mode = NO_ENGINE_SUBSTITUTION,TRADITIONAL
    

    the above will work fine with mysql 5.6 / mariaDB 10 and TC.

    the strictest setting for this : 

    sql_mode = STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY
    

    this will NOT work with TC + mysql 5.6 / MariaDB 10 currently due to what +Machiavelli mentioned above.

     

    Feel free to experiment with the setting to see what works and what doesn't.

  6. Interesting.

     

    The forums seem to be a bit broken compared to a few months ago.

    • The "likes" list doesn't appear in any post, you can't view likes that you've given in "my content" and you can't see who liked your post in "my content" either.
    • I have 5 stars under my name in my profile but it doesn't tell me what they're for and I sure as hell don't have the power of a 5-Star General around here :P
    • Editing posts screws up formatting
    • Sometimes the cursor gets stuck inside the quote box so you have to submit the post then edit it

    I'm using Firefox too which supposedly is the answer to all your problems...

    • yeah that happens
    • Stars = ratings by other board users
    • havent seen it, I use chrome tho
    • same as above

     

    for ref : http://www.trinitycore.org/f/topic/6955-username-feature/

×
×
  • Create New...