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 don't see a way to post this as an issue within the Magic Menus project, so I'm posting here (apologies if this is misplaced).
I can't seem to get multiple Magic Menus blocks to work on my site. When I set two menu blocks to float, only the lighter weight one floats.
Also, when I set a menu to float fixed, it doesn't appear on the screen. When I set it to float absolute, it drops to the bottom left-hand corner of my screen. I can move it, but it would be nice if it appeared in a more central place.
I have been looking around the forum and online and I can't seem to find an answer to my issue.
Here is what I am trying to accomplish
I have created a new content type, within that content type are several fields. I also created a the same categories with same data. My question is. Is there anyway to use those categories as fields in my content type.
I am running Drupal 4.7.2 with Banner 4.7 installed. I continue to get the following return error when attempting to create banner: "You must enter a valid target URL for the banner".
Below, is the format of our entry of the banner target url related to linkshare coding:
Created a new content type (home>>administer>>content>>add content type) and added one field: a textarea titled "body". In the field settings, checked on "show in teaser" box.
Created a teaser view (using views module) that includes nodes from this new content type. The teaser displays the entire text of the "body" field. Is there a way to fix this so that the teaser view shows only the first few lines of the "body" field.
Hello. I'm currently working on making Drupal work with SQL Server (not by choice). The main issue is with SQL Server 2000 NOT having a direct equivalent to MySQL's LIMIT / OFFSET function. This is the original query:
SELECT w.*, u.name, u.uid FROM watchdog w INNER JOIN users u ON w.uid = u.uid ORDER BY w.wid DESC LIMIT 0, 50
And this is the converted query (that doesn't work):
Anybody in Drupal-land played with the search module to post the # of search results that match a specific query? I wonder if this could be down with the views module.