Hi
I'm sort of new to Drupal and love D7.
I'd like to make a page/node so that the user can download a pdf white paper.
So ideally there would be some text on the page, but primarily the content would be a jpeg image that when the user clicks on it, they are able to see the pdf file content or download that pdf file.
I can make an image field on a content type but it doesn't seem to have a way to link a pdf to this.
Also in my ckeditor wysiwyg, it doesn't seem to let me upload an image. And even if I could, would I be able to link it to a pdf file somehow.
About a day ago I installed Drupal 7, started to create a zen subtheme, and it worked perfectly fine, until:
I removed all the blocks from the navigation section. The content then automatically expanded to fill the whole page. However, later, I decided I wanted to navigation menu back. I added some new blocks and saved. Now, the content div is still fully expanded over the complete page width, and my navigation menu is floating over it. Does anyone know how to fix this?
I'm having problems getting a block containing a RSS feed to show up . How do i remove the existing block that wont show up , so i can start again and see if I can do better.
or alternatively how do i troubleshoot the problem. As far as i can see the block settings are the same as the login block , which does show
hello,
I am new to drupal development...I am developing bigbluebutton through drupal..I am stuck in a situation wherein the access to a particular node started by the user should be restricted after a certain number of users join the meeting...The number of users after which the node is to be restricted is provided by the creator of the node...I am planning to use fields for the content type but don't know how to proceed..Any help will be appreciated.