Hi,
I've got Colorbox module installed and working on Drupal 7.
One thing that I noticed is that it does not dim EmbededMedia on the page.
Example:
I've got page with both, YouTube embeded video and Pictures that are viewed in Colorbox.
When I click on the picture, Colorbox grays out everything on background but the Embeded YouTube video.
In fact, embedded video overlaps the colorbox, which is kind of inconvenient.
Did anyone have similar issue? Is there any fix for this?
Creating new account following message comes up to requester:
* Warning: mail(): Policy restriction in effect. The fifth parameter is disabled on this system in DefaultMailSystem->mail() (line 77 of /customers/X.x/X.x/httpd.www/modules/system/system.mail.inc).
* Warning: mail(): Policy restriction in effect. The fifth parameter is disabled on this system in DefaultMailSystem->mail() (line 77 of /customers/X.x/X.x/httpd.www/modules/system/system.mail.inc).
I'm very new to Drupal, but have been a database developer in both PHP as well as other languages, and am an analyst and data modeller at the corporate level. I love seeing smart ways of achieving flexible, highly dynamic content. I've been delving into Drupal 7 to see what I've been missing while developing my own solutions. As I've been using Drupal to create content types and content, I've been keeping an eye on the database.
Keep in mind this is not totally a criticism. The UI is awesome. I'm trying to determine why certain design decisions were made with respect to the data model. As I look at the data model all I can see is a schema that stores the data seemingly inefficiently, relying on a large number of queries to retrieve data, followed by heavy CPU and array processing to combine this data, instead of relying on the power of the database to do the join processing and criteria logic/enforcement.
just wondering if anyone of you has also a problem with the context module and its "Menu" reaction type.
My goal is to highlight some menu item while viewing specific node type. Although I'm able to setup such type of context, nothing happens when I try to view the node.