Hello Expert,
I am totally new here, just successfully setup Drupal 7 and trying to create the very first page. Few questions hope someone can help. I believe this should be very simple for the expert here...hopefully can help to kick start and speed up the learning process...

1. Main Menu
- Please can you advise how i can re-position the menu?
- How can i remove the addition "home" link available on the new content i create?
2. Link
- How can i insert a photo into content with http link?

I am trying to create a very first photo album...cant make it work...downloaded flexslide and still trying to figure out the new concept....
please any help will be very much appreciated.

Thanks.

Comments

VM’s picture

define 'reposition' ? if you mean to move from one region to another, menus are blocks. You can move blocks via the block administration UI.

If you are generating a photo gallery, I highly suggest using google to seek out already existing tutorials. This is an oft asked and answered question.

wrender’s picture

1. The documentation for using menus is here: https://www.drupal.org/documentation/modules/menu
- If you are referring to actually moving the location of your menu in terms of where it shows up on the website, this would have to be done in your theme and requires programming knowledge. For that please refer here: https://www.drupal.org/documentation/theme
- Removing the home link would also normally be done by modifying your theme, or if the home link is in your menu you can just disable it when editing that menu.

2. Check out these modules for managing links and photos in content: ckeditor, imce

If you do a search online for creating photo albums in Drupal you will find many howtos. One module that is really easy to setup for photo galleries is Juicebox.

Wesley Render