All menus urls have the / in front, so that Pathology do not convert them to absolute!
How can I do so that menu urls are absolute or do not have the / in front?
I am new to drupal and the views module.
I wanted to have summary on the front page of all the recent changes to other pages. I created a view (called 'In Brief') based on the 'tracker' view and it did exactly what I wanted except that it appeared above the main content whereas I would have liked it as a separate item in one of the side panels.
I realized i should have opted to create it as a block! I couldn't see how to change what I had to a page so I added a block to the view (ie Structure>views>'In brief' Edit>+Add
Thre, I set up the parameters as I had in the 'page' view.
Having saved it I went to structure>Blocks and dragged the new 'in_brief:block' block to the left sidebar region. (I also had a block named 'Exposed form:tracker default' which I moved down to the disabled region).
Now I had the summary both on the left sidebar and above the content, so I went back to the views and deleted the Page section of the 'Inn Brief' block (structure>views>In brief Edit>Page>Delete Page. Having saved that and checking that there were only the 'block' and '+Add' buttons at the top of the 'In Brief' views configuration screen I closed everything and went back to the front page to see that I still had the summary both in the left sidebar and at the start of the content!
Hi - Using D7 I have extended Zen Theme by copying the starterkit and changing the appropriate folder names to 'mytheme' (eg.) and updated the mytheme.info file. I tried to write some simple nonsense 'test' JQuery basically
As I don't want to alter the front page, whenever I add content I find it a bit annoying to have to deselect the 'promote to front page' option every single time.
Is there somewhere you can alter the default selection so I don't have to change it every time?
I notice in the default theme Bartik I have a superfluous link to Home that appears under the left of the main menu. As the main menu already has a Home tab this is redundant and spoils the design.
I'm using the Rate module and I was wondering if there was a way to use Views to see a user's list of ratings for particular nodes. Eventually I want to be able to compare ratings between users and determine how similar they are. Does anybody have any ideas? Thanks!