I'm building a drupal site. I am not a techie, but I've got a techie helping me.
On list-view pages, drupal doesn't seem to recognize photos as the content of the teasers, so if a short blog entry ends with a few photos, on the blog page those photos hang down into the teaser for the previous blog entry. This results in a very messy and confusing page.
I was running a blog on blogger for a while, and didn't have the same problem at all. The coments/permalink/etc links would appear below the last photo.
Just curious what the point to the blogging module is, since I can't figure out how to assign posts to "Categories", as you would be able to in a normal blog. Is the blogging module simply so seperate users can have their own blogs?
Now that I'm thinking about it... Does a module exist that lets you assign stories/blog posts to categories? That would make it a lot easer to organize a "menu", so to speak, on a website that will have regular updates. Anything like this exist?
I trying to insert some javascript tags into the content section.
I had no problem inserting them into blocks but when I tried to use "create content > page" and insert the tag it would strip the script tag and in some cases what was inbetween them.
Is there a way to stop drupal from stripping the tags or a work around to get the script into a content page.
NOTE: I have tinyMCE installed but turned it off and tried again but it still didn't work.
Hi all. I'm working on something in Drupal that I don't think is being done in any other modules, so I'm wondering what the best way would be.
I'm writing a module that is going to call itself several times. The module uses a Menu callback handler where the URL looks like an image. So I can put an image into a page that looks like /node/add/modulename/imagename/123456 where 123456 is an identifier.
The callback function will need to get information about the page where the images are generated. So I need to pass information somehow to the callback function.
I am a bit confused about the level of customisation possible for home pages for groups within OG module. Can for example the Navigation block be different in each group home page?
When using the Forward Module (4.7) to forward dynamic blocks at the bottom, the URLs are bad. For example, instead of linking back to the Drupal site it links to strange URLs like this: http://node/title+of+the+node+appears+like+this (which redirects to Sun).
This has happened on a clean install of 4.7 as well as on an upgrade from 4.6. Does anyone know how to fix it?