Page 5 of 6 FirstFirst ... 3 4 5 6 LastLast
Results 41 to 50 of 58

Dev. Posts

Hybrid View

  1. #1
    Player
    KaldeaSahaline's Avatar
    Join Date
    Apr 2014
    Posts
    439
    Character
    Kaldea Sahaline
    World
    Behemoth
    Main Class
    Gladiator Lv 80
    This brings me joy, but for all the wrong reasons. It's because if someone asked me to make a meme about SE improving something, this is what I would have created. Upgrading the limit to a still irrelevant value, and announce it's live, except it isn't because they didn't actually test it.
    (6)

  2. #2
    Player
    LeoLupinos's Avatar
    Join Date
    Jun 2017
    Location
    Ul'dah
    Posts
    547
    Character
    Leo Lupinos
    World
    Behemoth
    Main Class
    Dark Knight Lv 90
    I have to pay to post in this forum, yet do I have more limits?

    And, if it can be bypassed by edit, whats the meaning of the limit at all?

    Remove it now, please. I'm, and a lot of players, are tired to see players needing do explain "you can bypass the limit editing your post" whenever is needed to post more than 3k.

    I repeat, this limit is worthless.
    (4)
    Last edited by LeoLupinos; 07-06-2018 at 12:50 AM.

  3. #3
    Player
    LastFireAce's Avatar
    Join Date
    Oct 2016
    Location
    New gridania
    Posts
    399
    Character
    Xitra Lunrise
    World
    Diabolos
    Main Class
    Dragoon Lv 90
    XD thank you
    (0)

  4. #4
    Player
    Risvertasashi's Avatar
    Join Date
    Apr 2014
    Posts
    4,706
    Character
    Makani Risvertasashi
    World
    Ultros
    Main Class
    Conjurer Lv 50
    Quote Originally Posted by Ridrina View Post
    Greetings!

    You’ve all been asking and we are happy to share, the character limit for forum posts has been increased to 3000 characters.

    Thank you for your continued support of Final Fantasy XIV, we look forward to hearing more feedback from you!


    Can we get this for replies, too?
    (6)

  5. #5
    Player
    Mysticales's Avatar
    Join Date
    Sep 2016
    Posts
    555
    Character
    Mystaria Ausa
    World
    Hyperion
    Main Class
    White Mage Lv 80
    To those wondering about character limits. One of the reasons forum/server admins set these limits is to prevent database issues.
    SQL Server admins know what I mean. Say on avg. Your threads are 5-10 pages. Then you may have one thread that is 3000 pages+. It causes that part of the table not to be optimized which can in turn slow or bottleneck another area.

    Imagine if we had 20k posts.. times that by so many. It could cause things to choke up if the server isnt tuned right.
    (0)

  6. #6
    Player
    KisaiTenshi's Avatar
    Join Date
    Sep 2013
    Location
    Gridania
    Posts
    2,775
    Character
    Kisa Kisa
    World
    Excalibur
    Main Class
    White Mage Lv 100
    Quote Originally Posted by Mysticales View Post
    To those wondering about character limits. One of the reasons forum/server admins set these limits is to prevent database issues.
    SQL Server admins know what I mean. Say on avg. Your threads are 5-10 pages. Then you may have one thread that is 3000 pages+. It causes that part of the table not to be optimized which can in turn slow or bottleneck another area.

    Imagine if we had 20k posts.. times that by so many. It could cause things to choke up if the server isnt tuned right.
    I remember when a phpBB2 forum I ran hit about page 100 for a thread... anyone with administrative privileges were no longer able to view the forum, because the administrative privilege did something that required looking at every post.

    Most forums today tend to store threads in one table (eg the first post minus the body of the text), and the post body in another table, and the actual process of assembling a thread is something like "get post startat to display limit from post body table, thread table".

    There's also two kinds of text fields, one is char/varchar, which is indexable, and another which is basically "text/blob" which is not indexable. So the search process typically has to create a keyword counter every time a post is created or edited, and it needs to be rebuilt every so often. Take note that if you try to search anything on this forum, it usually won't go back before 2017, because that hits the 20 page search limit. However if you go to google and search the forum, you can find posts all the way back from 2013.

    At any rate, the limit is very specifically a vBulletin thing.
    AdminCP > Settings > Options > Message Posting and Editing Options > Maximum Characters per Post

    The limit really doesn't matter except to curtail spam, and "quote" pyramids. If something else was the issue, it's not Vbulletin, PHP or the underlying SQL server imposing it.
    (1)

  7. #7
    Player
    Sove92's Avatar
    Join Date
    Aug 2013
    Posts
    1,242
    Character
    Soveia Shadowsong
    World
    Odin
    Main Class
    Gunbreaker Lv 100
    Quote Originally Posted by KisaiTenshi View Post
    At any rate, the limit is very specifically a vBulletin thing.
    AdminCP > Settings > Options > Message Posting and Editing Options > Maximum Characters per Post

    The limit really doesn't matter except to curtail spam, and "quote" pyramids. If something else was the issue, it's not Vbulletin, PHP or the underlying SQL server imposing it.
    That is not the limit SE is using for these forums. The built-in limit applies to all posts, on everybody, on all sections and it cannot be bypassed by editing. They are using their own vB hack to do this, so they could impose the limits to certain sections, while keeping sections like bug reports unlimited. Needless to say, it's not coded very well.
    (0)

  8. #8
    Player
    HyoMinPark's Avatar
    Join Date
    Feb 2016
    Location
    Lavender Beds, Ward 13, Plot 41
    Posts
    7,339
    Character
    Hyomin Park
    World
    Cactuar
    Main Class
    Sage Lv 92
    Quote Originally Posted by Ridrina View Post
    Greetings!

    You’ve all been asking and we are happy to share, the character limit for forum posts has been increased to 3000 characters.

    Thank you for your continued support of Final Fantasy XIV, we look forward to hearing more feedback from you!
    Just to update, I am still having to edit posts (both replies and non-replies, with and without quotes, brand new threads and older ones before this update was supposedly implemented) to bypass the 1,000 limit. Is this change literally just limited to the opening post a person writes when creating a new thread? I haven’t made a thread to test it out, but it’s not working with any other type of post.
    (4)
    Sage | Astrologian | Dancer

    마지막 날 널 찾아가면
    마지막 밤 기억하길

    Hyomin Park#0055

  9. #9
    Player
    Alleo's Avatar
    Join Date
    Jul 2015
    Posts
    4,730
    Character
    Light Khah
    World
    Moogle
    Main Class
    Arcanist Lv 91
    Quote Originally Posted by HyoMinPark View Post
    Just to update, I am still having to edit posts (both replies and non-replies, with and without quotes, brand new threads and older ones before this update was supposedly implemented) to bypass the 1,000 limit. Is this change literally just limited to the opening post a person writes when creating a new thread? I haven’t made a thread to test it out, but it’s not working with any other type of post.
    Which would be strange because that should have been part of their statement. But hey it really does not surprise me anymore...
    (0)
    Letter from the Producer LIVE Part IX Q&A Summary (10/30/2013)
    Q: Will there be any maintenance fees or other costs for housing, besides the cost of the land and house?
    A: In older MMOs, such as Ultima Online, there was a house maintenance fee you had to pay weekly, but in FFXIV: ARR we decided against this system. Similarly, these older MMOs also had a system where your house would break down if you didn’t log in after a while in order to have you continue your subscription, but this is a thing of the past and we won't have any system like that.

  10. #10
    Player
    Driskus's Avatar
    Join Date
    Jul 2017
    Posts
    208
    Character
    Driskus Blackstone
    World
    Coeurl
    Main Class
    White Mage Lv 70
    Would be nice if the increase had actually happened, but in typical SE fashion, they fail to test even the smallest things before release. Just got hit with the 1000-character limit posting in General Discussion.
    (5)

Page 5 of 6 FirstFirst ... 3 4 5 6 LastLast