R_J
AdminR_J Admin
-
Re: Call Method from Multiple Implementations
I guess I would have done it the other way around: instead of creating a "loader" class, I would have created a "container" class and added a register() method to the interface, f… (View Post)1 -
Re: Call Method from Multiple Implementations
As far as I have understood it, using factory is deprecated and dependency injection is used instead: https://github.com/vanilla/vanilla/issues/7459 Maybe you find some inspiration looking 1. at the … (View Post)1 -
Re: Highlight the number of the currently page on mobile view!
Get yourself the CSSEdit plugin and try to play with the selector like that: .Pager > a.Highlight { background: green;} Instead of using a green background, you should inspect the link style you w… (View Post)1 -
Re: 1&1 ION Website help?
Usually web space providers give you FTP credentials and you can find a folder called "public" or "html" or anything like that. If in doubt, you have to ask your provider. Downloa… (View Post)1 -
Re: Minusbaseline doesn't appear as a mobile theme
@piXelicidio: I should have explained in more detail what I was speaking about. As a theme developer you cannot create a theme that will be displayed as an option in the desktop themes and in the mob… (View Post)2