R_J
AdminR_J Admin
-
Re: Magento and Vanilla Forums
So true. From time to time I'm asked to look at a shop based on Shopware and getting community support is like a playing lottery: most of the time you get no return at all and if you get something, i… (View Post)1 -
Re: Hiding "Inbox" link in v2.1, Bitter Sweet theme
No, I'd say, you are to new to computers ;) By the way: it is a bad idea to modify any of the core files. Copy the bittersweet theme folder to "YourOwnThemeName" and work with that copy. Re… (View Post)2 -
Re: Thanks for adding a country option and location option to the profile
And it's already in use: Country & Location (View Post)2 -
Re: Need to specifically style @mentions [2.2.4]
Take a look at Mentions+ plugin It will show you how you can use a plugin to manipulate the way mention is working. But you could also write a javascript that adds a css class to every $('div.Message… (View Post)2 -
Re: Need to specifically style @mentions [2.2.4]
Forget about plugins or javascript, it should work directly in your css file with that snippet above: div.Message a[href^="/profile/"] {color:yellow] http://css-tricks.com/attribute-selecto… (View Post)5
