Author Topic: Write a Theme  (Read 2703 times)

Offline ihkawiss

  • Jr. Member
  • **
  • Posts: 15
Write a Theme
« on: July 29, 2013, 09:58:23 AM »
Hello there

I'm currently writing a custom theme for roundcube as part of a project, the desired template is given as a HTML/CSS template. Because of that, I don't want to change any structure or css within the template. After a couple of hours with roundcube, I think that its necessary for me to change some parts of the core (php and js parts).

BUT, if I do that, I'll probaply have trouble updating roundcube next time  :o

So my question is:

1) Is there a way to override JS functions for example within list.js / app.js ?
2) Is there a way to override PHP core funtions ?
3) Do you think I'm really wrong ? What should be the correct way to develop the theme when HTML/CSS is already provided ?

Thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Write a Theme
« Reply #1 on: July 29, 2013, 10:47:25 AM »
Why don't you want to change the css, more like how do you plan to code a theme without changing the css?