Xonotic Forums
Forum Upgrades - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Community (https://forums.xonotic.org/forumdisplay.php?fid=6)
+--- Forum: Xonotic - News (https://forums.xonotic.org/forumdisplay.php?fid=2)
+--- Thread: Forum Upgrades (/showthread.php?tid=7229)

Pages: 1 2 3 4


RE: Forum Upgrade - -z- - 07-12-2017

(07-11-2017, 05:59 PM)nilyt Wrote: The <nav.menu> pushes the table offscreen.
In my reality the table needs a float:left or position:absolute (relative to the parent <div.topbar>).
Or <nav.menu>  needs to stop being a float:left.
[Image: X0AL1YE.png]
Thanks for the info, I've applied this change, let me know if it resolves the issue:

.topbar table {
  float: left;
}

Quote:Coding table-based layouts in ..2017. Webdesigner? You're fired. =p
Some people have invested time in dropping table layouts in a forum system, but the effort isn't always worth it.  There are some downsides to the theme, but it solves a lot of "issues" without diverging too much from the vendor.  Themes in MyBB are currently comprised of templates, and styles the former being HTML/JS, the latter being CSS.  Due to the way MyBB caches themes, these are stored in the database.  MyBB provides a GUI for solving differences when patches come downstream from the vendor that include themes/template changes, but it's tedious at best.  That makes the process a bit more involved when applying upgrades.

MyBB's planned migration path is a switch to the Laravel PHP Framework, which includes a new approach to the front-end, you can see more in their roadmap here: https://github.com/mybb/mybb2/issues

If you're interested in playing more with mybb in its current state in a sandboxed environment, including this theme, you can check out this project https://gitlab.com/xonotic/xonotic-mybb

When the solution is confirmed on your end, this is where the commited changes will go.


RE: Forum Upgrade - nilyt - 07-18-2017

Looking good now, the fix is working for me.
Thanks for the work, -z-


RE: Forum Upgrade - -z- - 07-18-2017

(07-18-2017, 05:15 PM)nilyt Wrote: Looking good now, the fix is working for me.
Thanks for the work, -z-

Thank you for confirming, I appreciate the detailed report.


RE: Forum Upgrades - -z- - 01-31-2018

Hey guys, quick update.

Fixed two bugs today, thank you @EACFreddy and @marataziat, for the deployable solutions.

In addition, the latest security patches have been applied to our forum system.  Please report [new] bugs here, or on IRC if you encounter any.

Thanks!

edit: @julius, thanks for the login modal bug report, resolved.


RE: Forum Upgrades - -z- - 02-03-2018

Added a responsive theme to the forums, select "NetPen" in the theme chooser in the footer, or in your profile.