mcu_hq
✭✭✭mcu_hq ✭✭✭
Reactions
-
Re: [Documentation] savvy Netbeans ide users (or eclipse) - vanilla question
In my experience, netbeans is very flaky with xdebugger..sometimes it will connect and other times it won't. I love the IDE though. print_r() and echo are what I use on a daily basis. (View Post)1 -
Re: Popup box to promote facebook page
This sounds like a terrible idea, at a user standpoint. Just put something in the side panel or in your header. IF you still want to go through with this, then you can save items in the user session.… (View Post)1 -
Re: What is your plugin wish list? Let's make it come true!
You can search here: http://mcuhq.com/forums/search/ You may want to search for titles/posts for words to search for but here are a few: test, sphinx, vanilla, crap, dog, search Most of the filters d… (View Post)1 -
Re: Display UserPhoto in "Menu"
You can, which is what the main style sheet does for you when in pass in that class. You can also just change the thumb size in your configuration to avoid using the very large image: $Configuration[… (View Post)1 -
Re: Display UserPhoto in "Menu"
try this: <?php if(isset($Author->Photo)){ $Author->Photo = Gdn_Upload::Url(ChangeBasename($Author->Photo, 'p%s'));} echo UserPhoto($Author, array('LinkClass'=>'','ImageClass'=>''))… (View Post)1