Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello.
Do not display by and https://gnunet.org/drupal/
for the category.
'The Categories block is displayed in the sidebar' If which module is
used, can you display it?
I want to change the way book pages display such that instead of displaying titles of subsections, they display more like the node_view. I'd like to make it like this:
TITLE
submitted by.....
Blah blah blah body text
--------------------------------------------
* Title - NodeVote score out of # votes
Teaser
(maybe a thumbnail thrown in on the left)
* Title - NodeVote score out of # votes
Teaser
(maybe a thumbnail thrown in on the left)
I want users can add comments to articles/stories.
That's what I've done:
-administer>modules>"comment" is enabled
-administer>content>configure>content types>story>configure>"Default comment setting" is set to "Read/Write"
-administer>access control>comment module>"access comments" and "post comments" are enabled for both anonymous and registeded users,
But I still can't see an "Add comment" or similar option under articles/stories.
I have created a block to include a file from a remote system. It looks good when the administrator account is logged on, but when an anonymouse or authenticated user logs on the root page will only show the information from when the block was created. If the user clicks on any other part of the site, the include shows updated information. But, when the user clicks back to the root page it reverts back to showing only old information.