Edit css with a page-nodeformpopup.tpl.php file?

Mike Sances - February 28, 2008 - 15:47
Project:nodeformpopup
Version:5.x-1.0
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

There's apparently conflict with the Denver module's CSS files that distorts the popup window's fields (see screenshot). To fix this, I want to be able to have a page-nodeformpopup-add-share.tpl.php file with

<?php
print $styles
?>
<?code> commented out and instead adding my own custom css for the popup window. Creating this file doesn't affect the popup window's css, however, nor does creating a page-nodeformpopup.tpl.php with the same code. Creating a page-node-add-share.tpl.php with the same code does disable the css. Disabling the module's included css file doesn't have any effect.

Is it necessary to modify template.php to achieve my goal here? But shouldn't the page-nodeformpopup method work for any Drupal page? Is this a conflict between the module and Drupal's phptemplate engine? (See http://drupal.org/node/104316).

Great module and thanks in advance for your assistance.

AttachmentSize
popupcss.png14.19 KB
 
 

Drupal is a registered trademark of Dries Buytaert.