Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Insert some Buttons in Bootstrap Theme
Dr_Sommer
✭✭
(V2.2b1)
Hi Gals n Guys...
So it seems that Bootstrap needs a whole other approach for inserting elements into it...
In my old Baseline+ theme I had integrated some Buttons... but how do I do it in Bootstrap?
Here is how it should look like:
Is there an easy way to do it??
Or do I realy need to study http://getbootstrap.com ??
Thanx...
0
Comments
Adding the CSS class
Button
to an element should make it look like a standard button.My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
hmm.. thx, Bleistivt... so I do have to put my head a little bit in the bootstrap docu... it's ok... it will hurt just a little bit and then I'll be smarter... hopefully...
@Dr_Sommer Yes, it will probably helpful, but is definitely bot required, as the Bootstrap theme maps most of Vanillas class names to the Bootstrap classes. So you can just use Vanillas class names (Button is one of them).
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Okeee... how stupid of meee....
You're as allways right, Bleistivt... so I just copied my existing solution from the old Theme and.... it works perfectly...
For noobs like me, here's how you do it (and please correct me, if this is bogus... ):
In the bootstrap Theme Folder go into the "views" Folder. You have to create another folder named "discussion"
There you'll copy the "index.php" file found in "yourForum/applications/vanilla/views/discussion/"
in the copied index.php file you can make your changes, for example integrate links, buttons etc.
Thats it...