peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Help with views
It's a way of manipulating code. try googling vanilla and theme hooks. or enter "theme hooks" in search box. An example of it is in mobile theme. https://github.com/vanilla/vanilla/blob/2.1… (View Post)1 -
Re: Hide Closed Discussions ?
think about it @Schryvers identify the page via the id or similar factor that separates it from others. e.g. #vanilla_discussions_index li.Item.Closed{ display:none!important; } (View Post)1 -
Re: Help with views
ditto what vrijvlinder said. editing views often takes you down a one-way path down the wrong road, and can make upgrades more difficult (despite putting them in your customized theme). If you want a… (View Post)2 -
Re: CatIcon
this may also prove helpful relating to your theme, maybe not. http://www.mu.edu/chem/documents/2_CPL.pdf (View Post)2 -
Re: Images in the Messages & Pocket are not responsive ?
look in your web inspector, identify the pocket class and adjust accordingly. then read a tutorial on css and how to use a web inspector or firebug. http://thewc.co/articles/view/web-inspector-tutori… (View Post)1