We've successfully imported a bunch of posts from Wordpress, but the images that were embedded in the orignal posts just link to the old location. Is there a way to bulk download/upload images from WP posts so that they remain associated with the drupal posts?
I'm using xampp to install drupal on my computer. I'm getting this error message:
Failed to connect to your database server. The server reports the following message: SQLSTATE[28000] [1045] Access denied for user 'my_username'@'localhost' (using password: YES).
I've done an exhaustive search trying to get past this. These are the suggestions I found. I've tried changing localhost to 127.0.0.1 I've tried installing a new database and user Neither of these are working.
When I registered test user I got message, admin will approve you and then you will get an activation email.
Why is this happening ? I don't wanna activate 1000 users manually. What should I change, so that my registered users get activation mail immediately ? This would be from great help.
I have a content type that allows the user to upload an image and enter in a URL to a website (this is for a sponsors type page). Made a view for the page this will be housed, ultimately want the image to link to the sponsor website. The link and image have been excluded from the display, and my global text reads as such:
< a href=[field_link_url] target=_blank>[field_image]< / a>