Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am new to drupal and have been working on a new venture but I have been having a couple of issues finding the answers to a question.
What I need is either a module or a way of configuring that when a user posts in the forum on comments that along with their avatar/user picture there is a banner/wrapper either across/along the top or bottom of the avatar stating their user role.
I do not know if this is possible but have seen it on other sites which I believe use drupal so any help would be very much appreciated.
Ok the the idea is that a view (using views 2) is on two domains, domain A being the first one and domain B being the second, I have a view that appears on both domains displaying node titles that "link to original piece of content".
My problem is that on domain B the node titles are pointing to domain A instead.
Why do I always post something on here, then I solve it a few hours later!
It was the domain source module included in domain access, deactivated it and boom, it's all working.
I am using content profile for the user profiles,whenever users login I display their demographic details on the landing page. Recently we included a feature for the users to update their demographic data. However we noticed that whenever users update their data the value on the user profile page (the content profile page) is still their old data though the database holds the new values. This does not change even after 24 hours. However if I clear the caches from the admin menu the changes are reflected.
Hi,
Ajax/Jquery is not really my area of expertise...
I'm trying to use the excellent Jquery File Upload plugin (http://blueimp.github.io/jQuery-File-Upload/) with Drupal. Implementing a working code on a Drupal page doesn't work and I'm pretty sure the problem is with the content type returned by the ajax call.