mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: How Can I Change Global Header ?
Something like this can be achieved via CSS: However, heavy structural changes - especially if you want to avoid too 'hacky' CSS tweaks - should probably better reflect in your HTML code. Therefore I… (View Post)1 -
Re: How Can I Change Global Header ?
If you want to change existing html structure, follow the link provided by @hgtonight. If you want to modify appearance only, create a custom CSS style sheet for your site or modify the theme's CSS. … (View Post)1 -
Re: Fatal error after disabling Vanilla application
Created a pull request that fixes this problem: https://github.com/vanilla/vanilla/pull/2933 (View Post)2 -
Re: Modifying existing table structure - best practices?
Just created two github issues for this, the later (https://github.com/vanilla/vanilla/issues/2931) should be fixed quickly since user data is at risk... (View Post)2 -
Re: Modifying existing table structure - best practices?
Confirmed: The flaw lies with Gdn_ApplicationManager::testApplication(): This method does not respect the 'magic' :anguished: ...// Call the application's setup method$hooks = $applicationName.'Hooks… (View Post)1