Javascript works on front page but not on node page

Hi, folks,

OK, I'm stumped. I'm testing Greybox javascript popups and I'm seeing what seems to me to be strange behavior. The popups work fine from the front page but clicking the link in the single node view only opens the target URL in a full window. Same behavior in IE and Firefox.

I've copied the greybox folder to the server and added the script tags to page.tpl.php (theme = "fancy") in the header section as directed:

<head>
<title><?php print $head_title ?></title>
<?php print $head ?><?php print $styles ?>
	<script src="<?php print $base_path ?><?php print $directory ?>/sifr/sifr.js" type="text/javascript"></script>
	<script src="<?php print $base_path ?><?php print $directory ?>/sifr/sifr-addons.js" type="text/javascript"></script>
	<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
<script type="text/javascript">
    var GB_ROOT_DIR = "http://www.riggsveda.net/beta/greybox/";
</script>
<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />

</head>

All of the above appears in the page source for both views:

view image galery - add and delete image in this galery

Hello

In my input Form, I need to have a button so I can open a default folder to view all images in this folder. Then I can select any of them and click delete. I can also click an upload button so that I can put any image into this default folder.

Is there any module to do this

Thanks

list users with one role but not another

I'm trying to get a list of users who have one role but not another - I've tried altering http://drupal.org/node/63422 (list of users of a certain role) but I'm not having any luck - any suggestions? For some reason views can't seem to handle excluding certain roles. any suggestions are appreciated - thanks!

Drupal confused about path to modules

Existing Drupal site broke yesterday -- just throws off blank page -- see unresolved issue at http://drupal.org/node/159872

When I try to upgrade from 4.7.4 to 4.7.6, I get a different error:
Call to undefined function: filter_xss_bad_protocol

In tracing this, I find that filter.module IS properly installed on the server -- but just as with node.module yesterday, the system can NOT seem to find it.

need help about openid module

hi all,

i've installed openid module on my site. but im not getting how to make it work.

1) can anybody please tell me in detail how it works?

2) how users on my site will get their openids. im asking this because i could not find any registration form for openid.

3) if i want to use another server as openid provider how the openid module will interact with that?

all help is greatly appreciated.
Thanks in advance

Core taxonomy multiple hierarchy doesn't display children for all parents

I have Drupal 4.7.6 installed and I am creating a site based on regions of a country. Under Categories I have a vocabulary setup called "Pages of Content" in which multiple hierarchy and multiple select are enabled. I have created terms to have multiple parents like so:

Southwest
--About
--Places to Go
--Things to Do
Southeast
--About
--Places to Go
--Things to Do

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x