I tried CategoryThe Category module, both 4.7.0 and CVS, do strange things when converting existing stuff in Drupal 4.7.x. There are many options in the Category module Vocabulary import and Book import. Can those options be set to change the current behaviour the following way?
've just installed the 4.6 version and the video module but the mysql server isnt able to reckognize the video.mysql file contained in the package. here's the error:
user error: Table 'vegedb02.video' doesn't exist
query: SELECT * from video WHERE vidfile = '' and nid <> '0' in whole path on line 66.
Hello, first of all, I have a javascript, and I want to insert it in Drupal. The javascript shows/hide a
tag when a link is clicked . ( onclick atribute).
OK, in my module, I add the Javascript with drupal_add_js, and the link is something like this: "<a href="#" onclick="show('the_class_atribute_of_the_div')">Show</a>"...
But nothing happens when I click on it.
I tried also this : "<a href="javascript:show('the_class_atribute_of_the_div')">Show</a>"
Hi, I'm writing a module for 4.7.2 and I want to have two permissions: 'view own entry' and 'view all entries'. I've implemented this in the hook_node_access function with no problem, but pages promoted to the front page or any lists are still visible.
A bit of searching showed me I need to use hook_db_rewrite_sql, but this is where my knowledge of Drupal and my ability to follow the documentation crumbles. I think I understand the purpose of this function does but not fully enough to begin this bit of my code.