Hi
I want users to be able to comment other user profiles. when I used drupal 6, I used content_profile project. Is there a module that can add comments to user profile in drupal 7 ?
Thanks
Bambiker
I am working on a custom form that goes through multiple steps. One of the steps has a dynamic set of seven radio groups (7 form type = radios) that are populated by a view's results.
I also have two buttons on this step, previous step button works fine. However the next step button is what I'm having trouble with... I want it to be disabled while no radio button is selected and then obviously enabled once one has been checked.
I'm using D7 with latest Panels and views modules. I've created a panel that accepts arguments on a path like en/%node (node id) which loads some node content. This works fine.
I also have a view block that accepts a node id as an argument in the panel page. I'd like to know how I can pass the path %node argument to the view or pass the argument from the panel to the view.
I'm putting together a site on my localhost. Some nodes have videos, which I'm accessing through '/sites/default/files/[video]'. But, none of the videos will load in the pages. I have a similar site that is live in which the videos will load. What's the difference? Any help is greatly appreciated. Thanks.