• Those wishing to contribute to the game by making suggestions (both small and large) should read the following before doing so.

    Bushtarion largely runs completely automatically, and has been designed intentionally to be as self-maintaining as possible, with mechanics and balance considered at a completed point.

    Please do not spend large amounts of time coming up with complex suggestions in the hope that they will be read and possibly implemented in the future, unless you just enjoy the discussion, theory-craft, and such.

    The most likely changes will be rules-changes, specific number-tweaks to units, techs, and similar sorts of changes, and only if a large community consensus is reached as "proof" that a change would, overall, be an improvement, and are more likely to be done in batches, occassionally, not as a regular thing.

[BUG] - URL parsing

timtadams

Landscape Designer
Joined
Sep 9, 2008
Messages
2,260
Location
Australia
Well, lets get back into it aye? Something small to get things rolling.

if a link is posted with the HTTP protocol using the URL tag the colon is removed.
So if im in FF and copy a link from the address bar i get:
https://www.youtube.com/watch?v=dQw4w9WgXcQ

if i wrap that in URL tags, the link becomes
https//www.youtube.com/watch?v=aP_-P_BS6KY

Which needless to say doesnt work.
This is a big issue in our music thread. The most important thread of all.
 

Azzer

Administrator
Staff member
Administrator
Joined
Dec 13, 2007
Messages
1,215
Stick to non-HTTPS for now. All the old parsing problems from "BBCode" are fixed internally but those fixes will have to wait for an overall update in the future, as a lot of function/code-names are being changed simultaneously (not a major change to be seen from doing that for players, but it updates a lot of the code for newer future-proofing of PHP/SQL and makes the code more readable too), so it wouldn't be possible to simply update the BBCode parser without updating everything else all at once as it currently stands!
 
Top