I've installed tinyMCE in order have richt editing possibilities. Whenever I login as an admin in order to content manage the site, the editor area is larger than my content area (Because of the width I've assigned to the content screen ofcourse)....
Is there any way for me to assign a different width to the editor area so that it will fall neatly within the content area ??
I'm using the drupalimage plugin with TinyMCE and am getting a persistant problem where instead of inserting an image it it inserts something like this:
I have some global variables which i was initially defining in my page.tpl.php. But when I try and access these variables from my module file functions they all appear unset (I am using global $myvar at the top of my functions). I tried defining the variables in settings.php as well but still to no avail! Am i doing something wrong here? I need the variables in many different functions including node_validate and node_submit
If this should be posted somewhere else, please let me know.
If a user navigates to a node which is not accessible, the theme of the node that can't be accessed is nonetheless displayed. I would prefer if the content area which displays "You are not authorized to access this page." was displayed either in the theme of the prior node or in the default theme. But displaying the theme associated with the inaccessible node leads to strange results (for example, blocks that should not be displayed are displayed).