This is a simple task for anyone familiar with drupal.org or even php.

In internet explorer, go to maltmarch.com – click on register. You’ll notice that you have to scroll all the way down to reach the registration fields (refer to this image - http://img338.imageshack.us/img338/7923/64yg.jpg). This problem only occurs in IE and not Mozilla. The code has to be fixed so the blank gap does not appear.

From the registration form – the contact information table is to be removed: http://img335.imageshack.us/img335/6756/64xl.jpg

Users should be able to leave comments after logging in (default) but also anonymously without requiring login. If this cannot be done with drupal, then add a haloscan.com script to that is displayed like this: http://img336.imageshack.us/img336/1685/68rk.jpg

I’ll give access to my hosting account so these changes can be made.

Comments

basicmagic.net’s picture

hello and thanks-

#1, #2 are easy to do...

and here is #3- (Users should be able to leave comments anonymously without requiring login).

go to admin/modules-
and make sure that you have the comments module enabled.

then just go to admin/access-
and check 'on' the permissions for comments that you
want for anonymous users-

in this case, at least access comments and post comments-

whether you want them (anon users) to be able to post comments without approval is also up to you- and just check that permission on as well if you want them to.

should work fine. let me know if you want help with #1 and #2-

just contact me through the built in contact function in my drupal user profile- by clicking on the link to my username for this post.

i have been to your site-
maltmarch.com-

looks great and good luck with your cause-
i think it is a good one.

thanks again-

VINCENT.

Drupal samurai for hire, based in Buffalo, New York, USA.
15+ years Drupal, 20+ years web.
http://basicmagic.net

yelvington’s picture

#1 is a bug in the Lincoln's Revenge theme. You should file an issue with the maintainer. http://drupal.org/project/issues/lincolns_revenge?categories=bug

#2 Go to admin/settings/profiles. For any optional fields that you don't want shown on initial signup, simply edit the field and uncheck "show on registration page" at the bottom of the edit box.

#3 Go to admin/access and check "post comments" and "post comments without approval" in the "anonymous user" column. (Get familiar with this page. The access control page should be your first stop after installing any new module.)