OPEN /root/.htaccess
FIND DirectoryIndex index.php index.html index.htm
REPLACE WITH DirectoryIndex calendar.php index.php index.html index.htm
Hi,coupons wrote: Not sure what file to change the path in to resolve the issue.
yourdomain/includes/acp/acp_calendar.php
yourdomain/includes/acp/info/acp_calendar.php
Hi,JuergenBY wrote:How can ich change the link name?
Code: Select all
{ Calendar }
language/yourlanguage/common.php
Code: Select all
'CALENDAR' => 'Calendar',
Code: Select all
'CALENDAR' => 'Whatever you like',
Currently, you can delete RSVPs and comments only by editing manually the MySQL-DB. The corresponding table isred beard wrote:Anyway, is there a way to delete a user's RSVP and comment?
phpbb_calendar_rsvps
which has the same effect, because the contact email address is an alias that is redirecting towards all admin mailaccs.Brf wrote:The activation Email would be sent to Email address in the Profiles of any users with Manage Users admin permissions, not to the Contact email address in Email Settings.