I'll try to make this quick. Installing xdebug for drupal is the same as installing it for anything else like wordpress etc
I'll try to make this quick. Installing xdebug for drupal is the same as installing it for anything else like wordpress etc
if (og_is_member('node', $current_group->nid , 'user', $account)) {
Seems that lates og_is_member needs 4 parametars when checking if user is part of the group, not 3 like it is written in most posts online, so you can get it like above.
If you are using FB connect module and its Invite friends submodule or making your own invite FB friends submodule (which is easy). You could probably get into a problem of having no notifications sent to user when you do click Invite in FB dialog box.
You can create VBO actions that can do something for you but for a quick solution and one time actions you can use "Execute arbitrary PHP script" and there you have $entity and $context object that you get one per each line of yout VBO view.
Views has many options. You can change styling and structure of rows of data in interface of with templates. When I first started using views I choose templates, partly also because of not so much power in UI, but now you can do almost anything with UI. But after using UI, I would still recommend templates.
This has been a long wish for me. Sync databases online and on localhost.
There is an add on for drush that does that
https://drupal.org/project/drush_sql_sync_pipe
After using views slideshow and jCarousel (and not so happy the way they work, mostly in theming department) there are new players in town and they are even responsive. Also easy to theme and easy to setup.
I know Sass and Less are major improvements in Css coding, but setting all this up is a drag. I was using Omega 4 and to style it we need to use Sass coding. There are enough resources out there, but they are often limited to some special use case scenario and as there are many components to make it work you will have problems when trying to set it up.
https://association.drupal.org/node/18998 I just really like that RFP (Request for Proposal) was done online and you can access all the documents on that link and see how professional RFP should be made and what project documentation should every project have (as many don't have).
I had a form without this "name" parametar, and without that parametar there is just no file object in validate function for file upload