449 Posts
gebeer
10 years ago
Topic

Hello,

Is the fabulous SEBLOD team working on a bootstrapped template?

Since J!3.x depends heavily on the bootstrap framework it would make sense to replace the old seb_blog template with one that uses the bootstrap logic.

Cheers

gerhard

Get a Book for SEBLOD
10 years ago
1
Level 1

Hi gebeer,

We wait the version 3.0 of Bootstrap inside Joomla.

Cheers.

43 Posts
Mime
10 years ago
0
Level 2

Hi,

just wanted to say that this will streamline many peoples workflow a lot. Good decicion indeed!:)

449 Posts
gebeer
10 years ago
0
Level 1

Hello Alex,


good decision.


thank you for letting us know.


I, too, prefer BS 3 with flat design.

251 Posts
Viktor Iwan
10 years ago
0
Level 1

Bootstrap v3 will a it nightmare since they start to change typos... We will see

179 Posts
carin
10 years ago
0
Level 1
Hello! Is there any progress on making the markup Bv3 compatible or should we start individually making our own template overrides?

cheers
449 Posts
gebeer
10 years ago
0
Level 1
@carin

As far as I am aware, Joomla Devs decided to go with Bootstrap 2 vor Joomla 3.x. So I guess it will take long time until Joomla/Seblod is using BS 3 natively.

So you are better off starting your own template overrides.
179 Posts
Codigo Aberto
10 years ago
0
Level 1
Better use uikit since have more future backward compatibility
449 Posts
gebeer
10 years ago
0
Level 1
Since Joomla 3 integrates Bootstrap, using it makes sense if you want to be compatible with Joomla standard template layout features.

Using other frameworks on top of BS usually requires more template modifications.

There are many good frameworks like uikit out there. Which one to use depends on personal choice, I guess.
27 Posts
Vio Cassel
10 years ago
0
Level 1
When the project uses Joomla! 3 + Seblod, then there is no sense what the CSS framework is used. In Seblod ALL customized to suit any needs.
We use UIKit for their projects and are very happy. With UIKit nicer to work and it is more flexible than Bootstrap.
I think the Seblod developers must create templates so that they can be used with any CSS framework, and not to focus on the use of only Bootstrap.
449 Posts
gebeer
10 years ago
0
Level 1
I think the Seblod developers must create templates so that they can be used with any CSS framework, and not to focus on the use of only Bootstrap.
I totally agree!

With latest version of Seblod, we can choose to include the Seblod styles or not. This is a big step forward for developing with our own frameworks.
179 Posts
Codigo Aberto
10 years ago
0
Level 1
The problem is not only the template but the variations, we are make a seb_uikit variation to replace seb_css3 variations.
449 Posts
gebeer
10 years ago
0
Level 1
@Codigo Aberto

your variation sounds very interesting. Would you be willing to share it with the community? That would be awesome.
74 Posts
Jürgen
10 years ago
0
Level 1
Correct me if I am doing wrong, but I guess a lot of HTML-Markup comes out from plugins. In this case you have to rewrite the plugin markup to Bootstrap classes.
For example if you want to rewrite the form-inputs to the Bootstrap Form-Markup-Classes without all the Seblod Divs around you have to change the HTML-Markup where it comes from - and I guess this will be a plugin.
But I am not sure.
449 Posts
gebeer
10 years ago
3
Level 1
@Juergen,
The HTML in Seblod forms is generated from the different Seblod templates.

You can get rid off almost all the Seblod divs. How to do it can be found in this topic.
74 Posts
Jürgen
9 years ago
2
Level 2
hello Gebeer,

sorry for the late response! I dont mean the divs around - I know that they come out from the template and therefore I only use custom templates with Bootstrap 3 classes.
What I mean is the HTML-markup of the field itself.
For example you create a contact form with Seblod and you have a lot of inputs for name, email, subject and so on.
If you output these formfields in your custom form template in the way of $cck->get('myformfield')->form you have only the Seblod classes in it, but not the Bootstrap css-classes.
I use PHP to manipulate the classes according to Bootstrap classes.
This is what I mean. The HTML markup of the field itself and this markup comes out from the field plugin (as far as I know).

Best regards Jürgen
449 Posts
gebeer
9 years ago
1
Level 3
@Juergen

yes, the field markup comes from the field plugin.

You can control it by taking the "_markup.php" file from template seb_one.
Copy it to your_template/fields folder.
Rename it to "markup.php".
Follow the instructions in the file to adjust it for your needs.

And variations might come into play, too.
74 Posts
Jürgen
9 years ago
0
Level 4
Thanks for the hint, I have tried it long ago, but I got always a blank page by using markup.php. Now, a lot of time was elapsed and will try it once more. :-). Maybe it will woke this time.

Best regards Jürgen
251 Posts
Viktor Iwan
10 years ago
0
Level 1
i build my own seblod template with bootstrap 2 (spinx) and 3(col-md) format.. check here http://dxc-server.com/sahamania/index.php , it's using the bootstrap3 format
449 Posts
gebeer
10 years ago
19
Topic
@Viktor
Nice Job!
Do you have any plans on releasing this or is it just for your own use?

Cheers
Gerhard
Get a Book for SEBLOD