No doubt there is some setting that I have overlooked somewhere, but I have the image module and img_assist installed. I can place an image inline in one of my nodes as a preview image but when I click on it it opens as a preview image in either a pop up or a node window. Is this how it is supposed to work? I was expecting to get the full size image.
How do I move the "administer" link in the nav menu? It's acting as if its menu weight were 9, but I set its weight to 0 in the menu table. I made sure to truncate the cache table, and it still shows up in the middle of my navigation menu.
Suddenly... I cant login anymore to my site...
I tried requesting a new password and using that with no success...
I searched the forums for an answer... but after reading page after page...
I'm more confused now than when I started...
I cant even create a new user and log on with that.
I dont know what to do... ive had many problems with drupal... with just the default install
and have already re-installed it several times...
can someone enlighten me ?
why is this occurring ?
Any idea how I would go about only allowing users whose email address is a predetermined domain, e.g. *@mydomain.com? This is similar to how Facebook works by only allowing predetermined addresses subscribe to specific networks e.g. in the same way only people with a microsoft.com email address can sign up to the Microsoft Facebook network.
How do you make site vars available within a text area? I am trying to make some of these availble in the user configuretion page for the user registration guidelines. I know that to make one of these vars available in the code is to use the function variable_get(). I tried adding site_email to the variables array in the user.module file via '%site_email' => variable_get('site_email', 'drupal') but that did not make it accessable in the text area via %site_email.
I really feel like a "newbie" (partly because I am) to Drupal, but so far really like its capabilities, despite by lack of knowledge yet.
I have created a block which I would like to have appear ABOVE the registration content, but not matter what weight I give it, it always appears below the registration fields. Can someone enlighten me on how to place a block at the TOP of the registration page?