Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Layout Structure
I was looking to take specific parts of the Vanilla layout structure and place them into individual parts of my layout. Since the Vanilla layout is very fluid placing vanilla inside the body of my layout looks fine, but what I would like to do is place particular parts of the layout and place them in my current CSS DIV's. I don't really want to create a style. I'm wondering if there is a way to pick apart the structure. For example: Place the Calendar Extension in a side bar box. The structure is generated so I'm not sure where to start. Any help would be greatly appreciated.
0
This discussion has been closed.
Comments
One place to look is appg/settings.php. There are some lines of code, interesting to you: This defines the order of the different parts of the vanilla-layout! You can change them in different places:
Inside appg/settings.php file: Don't do that, it may be changed on updates.
Inside conf/settings.php - much better!
Inside an extension, that's a nice one, because you can change much things on this way, and being completly undependent of vanilla updates.
Bye
Tiggr