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: How to edit the comment count option under every discussion link on home page ?
use $Definition['%s comment']='';$Definition['%s comments']=''; then post an image with what you want to remove circled. I can't understand what you are t… (View Post)1 -
Re: [Solved] Getting a "Bonk" when opening the settings...
well done. (View Post)1 -
Re: Paging At The Top
for the discussion you could try changing adding echo $this->Pager->ToString('more'); in /var/www/vanilla/applications/vanilla/views/discussion/index.php around line 15. e.g. if($this… (View Post)2 -
Re: Paging At The Top
just for laughs try using the default theme that came with vanilla. Then you can prove to yourself it works. It may be that your theme is overriding the default. In that case you need to add it to yo… (View Post)1 -
Re: [Solved] Login box doesn't look good when viewing blog, any solution?
the z-index has to be increased to float the pop-up over the rest of the info you could put this in your custom.css file under your theme to override the 5000 in the style.css div.Popup { z-index: 10… (View Post)1
