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 want to shrink a div tight around a picture so that I can use it as a frame. display: inline shrinks it to the correct width but it makes the div very very short. Is there a way to shrink it on all sides?
I have a content type called hotel where I can add a bunch of hotels to my website. For each hotel I add I assign a taxonomy to it called 'Area' This represent which area of town this hotel is in.
On this hotel page I am using the cck view field to show a table of other hotels. But I want to filter this view to only show hotels in the same area as the one currently being looked at. How can I take this on page taxonomy and put it into the argument of the view? Perhaps using the php argument box?
Hello I really want to use drupal ive been trying to figure things out for literally 2 weeks every day hours a day but I am very new to coding etc. I may have to switch from drupal because I cant figure out how to do some things.
My main concern is where do the stories show up is there a page I can put on the menu or make so that it will only show the stories that are submitted?
I want to do something like mylot.com where their discussions have top discussions, recent discussions etc.
I have many other questions but this is what I need for now...
What is the best way to add several images to a node.
I need a way to add many images and have the first 5 or so apear as thumbnails on the node. There will also be a link where the rest of the photos can be seen. When a thumbnail is clicked you are taken to the full image where you can leave comments and vote on the image.
Ive got imagecache installed but I dont think that it can do all of what I need. Is there another way to do this?
I have installed drupal on http://www.vshiksha.com . I installed the voting api module over it. But at many places, following error appears after that:
user warning: Table 'username_dbname.votingapi_vote' doesn't exist query: SELECT vote_id, uid, content_id, content_type FROM votingapi_vote WHERE vote_id < -1 ORDER BY vote_id DESC LIMIT 5 in /home/username/public_html/includes/database.mysql.inc on line 172.
Any Clues?
I think that module was unable to create table votingapi_vote. What should I do?
I have a block on the site Im working with which has a link to a page. mysite.com/node/67. Which is the correct link. When I click on it the page just refreshes but now hovering over the link it reads mysite.com/node/node/67. If I click on it again it adds another so it would be mysite.com/node/node/node/67. It keeps doing this and the link keeps getting longer and the page just refreshes.