Hi there!
I´ve been reading this snippet, about archive options.
I´ve already installed the Views module (but don´t completely understand how to use it yet...)
I want to know how to do an annual archive like this:
I'm trying to implement i18n.module to a site in development using a bunch of modules and path.module active. Everything works smooth but I'm having troubles with views.module.
In short, I assign each content page to a section defined using taxonomy. I got primary menus for the general menu bar and then each section creates its own menu on a block using views.module detecting which term onto the sections vocabulary each page has. There are 4 different blocks for each section made by 4 different views.module definitions.
I'm running 4.7 and using the latest version of tinymce.
When editing content (page type), br tags show up. That is, <li>This is a<br /> test</li>
properly shows up as
This is a
test
in the body text box.
but, when I save the page and view it, those br tags are not included. If I return to the edit page, the br tags are still there, so they're not being lost on save.
Is this a drupal or tinymce bug? I am a drupal newbie so perhaps I missed a setting. Thanks
I swear I read somewhere on how to make it so the login block disappears after you login. It does for me but occasionally it doesn't and I've had some users tell me it never disappears and since it doesn't their navigation block doesn't show up.