XOOPS / XoopsCore

Core Framework for next version of XOOPS CMS: 2.6.0
https://xoops.org
138 stars 81 forks source link

Roadmap: Update to Latest Boostrap #143

Open angelorocha opened 10 years ago

angelorocha commented 10 years ago

Update bootstrap for 3.x version.

geekwright commented 10 years ago

I agree! When can you get started :smile:

Definitely high on the todo list.

angelorocha commented 10 years ago

will begin immediately ;)

geekwright commented 10 years ago

:+1: Fantastic!

angelorocha commented 10 years ago

I'm having trouble with duplicate classes. Eg.: .xo-window-title This class are in: system/themes/default/media/bootstrap/css/xoops.bootstrap.css and media/xoops/css/moduladmin.css

To override the attributes'm having to use "!important" I can remove this class from the second location or is there a more correct way to do this? This is one example, other classes are duplicated on the same paths.

geekwright commented 10 years ago

I am not set on keeping the existing css intact. Most of the choices about what is included, and in what order, is relegated to theme_onload.php. Right now, some of that is done with smarty in xotpl/theme_head.html, but I have been intending to rip out that asset tag, and uncomment the addBaseStylesheetAssets call in theme_onload. The intention there was to give the theme complete control.

From my perspective, If what is any of the existing classes is in the way of making good themes, it needs to be changed. I'll defer to your expertise and judgement on that. Go ahead and remove the classes if you think is best.

angelorocha commented 10 years ago

Ok, thanks!

geekwright commented 9 years ago

I hope @angelorocha and the UI/UX Team are still on this?

kevinpetit commented 8 years ago

@angelorocha @geekwright, any new information about this?

angelorocha commented 8 years ago

Hi @kevinpetit i will start it this weekend

geekwright commented 8 years ago

@angelorocha that sounds great. I did a conversion to 3.3.6, but it is just functional, not pretty ;) It needs the master's touch.

The admin area is kind of a mess, but I only tried to keep it functioning. I wanted to avoid changing it, since Eduardo's work should replace it entirely.

If there is anything I can do to help, just let me know. Thanks!

angelorocha commented 8 years ago

ok @geekwright thanks!

kevinpetit commented 8 years ago

If I can help, let me know too :)

mambax7 commented 6 years ago

I've added Bootstrap 4.0 Beta 2: https://github.com/mambax7/xbootstrap4