vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: [Deleted User] doesn't rename
Yes but there are several ways to delete, their content only, their entire profile and also any discussions they may have been part of, or replace their content with deleted user, which means the pro… (View Post)1 -
Re: How can I add/remove or modify links on the nav bar and sidemenu?
look at the php files concerning what you want to change, anything that has a T is something you can translate using locale definitions. for example $this->Menu->AddLink('Menu', T('Dashboard'),… (View Post)1 -
Re: Backup
3.Pray No actually you can test this process by creating a new install as a subdirectory and simply use the same database info in the config.php or instead of the same database, use the backup to fil… (View Post)3 -
Re: Backup
Are you installing for the first time? Are you Updating ? You backup your database where the important data is. http://webcheatsheet.com/sql/mysql_backup_restore.php You backup plugins you have modif… (View Post)1 -
Re: Does not show up on 2.1 with latest Bootstrap
if your theme has themehooks file you can add something like this /** Remove plugins that are not mobile friendly! */ public function Gdn_Dispatcher_AfterAnalyzeRequest_Handler($Sender) { // Remove p… (View Post)2
