Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Changing Default User Notification Settings
Yes, these are the defaults: $Configuration['Preferences']['Email']['ConversationMessage'] = '1';$Configuration['Preferences']['Email']['BookmarkComment'] = '1';$Configuration['Preferences']['Email']… (View Post)1 -
Re: Remove "Popular tags" , "categories" , "Recent discussions", "Activity" from Sidebars
You can hide them with CSS: .BoxDiscussionFilter,.Box.Tags { display: none;} The login problem sounds like a js issue, check your browser console for errors, or post a link to your site, so we can in… (View Post)1 -
Re: Activationlink strange bug
Content-Transfer-Encoding: quoted-printable There are various reports about that happening with the quoted-printable encoding on hotmail/live/outlook. @Schryvers, could you try changing this line: ht… (View Post)7 -
Re: Building a Bridge for gallery app, help please
I have successfully managed to connect Piwigo to my vanilla forum userbase in the past. I have attached the user.inc.php, which is a drop-in replacement for the user.inc.php in the /includes folder o… (View Post)3 -
Re: Disabling IP recording?
Sorry, for some reason I can't explain, the constructor isn't called. Tested this locally and it works: <?php if (!defined('APPLICATION')) exit(); $PluginInfo['UnsetIP'] = array( 'Name' => 'Uns… (View Post)2