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.
We are looking for 4 Drupal Developers for our client in Ahmedabad. Candidates must have min 2 years of Solid Drupal Development experience and willing to relocate to Ahmedabad, India.
Please send your resume with current CTC, expected CTC and notice period to careers@reputa.in. You must demonstrate job stability as client will NOT consider people who have frequently switched jobs at short intervals.
Client is a leading Drupal solutions firm with over 130 Drupal projects under its belt.
I'm using Drupal 7.10 and CKEditor 3.6.2 on my PC, and I'm trying to insert a couple of images into a Basic Page type of article. (I'm having this same issue with both images.) I go into the HTML and edit the "src" path to reflect just the sub-directory where the image files are located. When I hit the Save button, the content is saved, but when I go back into the HTML code, I see that the entire path (e.g. http:/localhost/sitename/... etc.) has been inserted/substituted by -- Drupal? CKEditor?
I updated my site from D7.8 to 7.10, with about 10-15 module updates today using Drush. I got a memory error on pm-update, then I ran updatedb. My status reports say everything is fine. Is it guaranteed to be, because there were about 20 pending DB updates listed after the Drush failure message, but only 6 got applied when I ran updatedb?
Now my static pages load but I get a server error 500 loading views (custom & calendar) and blogs. I don't know if it's from an incomplete update or a new bug.
Is there an existing module available to restrict user registration based on their email domain? For example, I'd like to have only individuals with emails ending with '@wildcats.com' to be able to create an account. Should I look into creating a short module, or does one already exist for Drupal 7?
I have created a View that has a link "read more". This link refers to a node that looks like this. I would rather that I had a link that would point to another View.
Or, if it is not practical to point to another View, is there a way I can add a header (containing an image) to the nodes? The nodes are a custom type based on Basic Page.
I have a form which the user will make a selection on, and I would like to put an image in a block based on the selection. I currently have a module that will create a url based on the users selection and I also have a function to create the block (hook_block_info) and put the image in the block (hook_block_view), however I have no way to transfer the url to the block.
To be more specific I want an image to appear in the block when the user clicks a submit button, but the image shouldn't appear on other pages.