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.
I want to build a website where users can make a few pages.
Is there a way for unauthorized users (visitors) to see their pages trough /drupal/?q=user/2
I don't want any communication between the users and the mainpage whatsoever.
I don't want their content displayed on the mainpage.
I am confused.. is Drupal capable of doing that?
It just feels like a big forum right now..
Greetings,
I would like to have an events calendar with several categories - eg Chemistry, Physics, etc for faculty events. I have installed the basicevent, event, event_views, taxonomy and views modules.
When I create an event, and then go and view the event, I get the categories listed underneath the event as H2's, but with no categories listed at the foot of the page.
There are a number of menu items I would like to remove from the menu admin page (...admin/menu), but there are a number of menus which only have a 'disable' option and no 'delete' option.
To get rid of these, I assume I need to delete them in the MySQL database.
Using phpMyAdmin, I can browse the menu table and see the different menu items, but when I drop the relevant rows, nothing happens on the admin/menu page.
Could anyone tell me the correct (and safe) way to get rid of these items?
I have a site (example.com)which is well developed and now want to try to get a second site (example2.com) using the same modules and themes I have with example.com . Example2.com content is quite separate and unrelated to example.com. The handbook says to duplicate the default directory and change the settings php file . I understand about changing the base url setting to $base_url = 'http://example2.com' but have found the many discussions about changing the $db_prefix confusing for someone who knows no php or mysql .
I looked for that issue in the forums but didn't find anything.
I setted up some custom 404 and 403 error pages, and it seems that the search is not working only from those pages. Is this normal or not?
Search works perfectly on other pages.
While things seem to operate otherwise normally, I can't seem to shake an error message that pops up on admin screens for one site:
warning: event_init() [function.event-init]: You've already initialized using the epoll engine in /home/share/www/html/drupal/includes/module.inc on line 203.
Any ideas about what this is, or at least how to debug it? It's an internal sandbox installation, and easy to nuke and rebuild. But I've nevere seen this particular situation before.