Just to make sure i understand this correct.
http://vanillaforums.org/docs/themequickstart
Part 2 section 2.
It's totally fine to copy-/paste ALL files from the views folder: applications/dashboard/views/
To my own theme inside a new views folder?
And after that change all the HTML (maybe some PHP ) of every single page?
That would be how i should create a totally owned theme. Of course link the stylesheets..
Answers
I could have sworn I posted a reply on here. Ok Vanilla what ya doin !!!
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Okay thanks..
I would also like to do a lot, because all themes i see right now are typical Vanilla style and only have some custom CSS.
I would like to create my own HTML and position things around.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •The more files you override the more likely you are to have mismatch on update.
Use theme hooks as much as you can, override views, when you have no other option.
Also if it can be position in css do it that way. css is quite powerful.
remember not to leave out events, or asset in the views, as this could break something.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
1 • Off Topic 1Insightful Awesome LOL •