R_J
AdminR_J Admin
-
Re: SQL/Gdn_Model: Get previous and next entry WHERE...
I like views. Don't know if that is more efficient because it could be cached, but if you need more than on Previous/Next value, it would be great to get it with a simple query. public function Setup… (View Post)1 -
Nice Module!
I like the idea very much and - don't ask me why - have taken a look at the code (always eager to learn). At first I didn't understood what's happening at Gdn::Set and Gdn:Get but then I understood t… (View Post)2 -
Re: Is there search results displaying option?
The official Vanilla docs are here: http://docs.vanillaforums.com/ and I guess that you can find most of marks blog posts there, too (somewhat enhanced, I'd guess) (View Post)1 -
Re: Is there search results displaying option?
You have a bootstrap.before and a bootstrap.after file which are executed during each pageload. In Vanilla there are a lot of functions that are defined in a way that you can override them. "Sim… (View Post)1 -
Re: Is there search results displaying option?
Try a simple css solution: .search-results .ImgExt img {width: 100px} That might be sufficient (View Post)1
