Search found 88 matches

by Mickey14
Sat Dec 13, 2008 8:45 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.4

Hi, lefty, I saw this:

Code: Select all

	'MODDB_MODULE_DELETED'		=> 	'Mods Database Module has been added   <br />',
Shouldn't be "deleted" instead of "added" here ?

I already reported it here, you fixed it, but it seems to have made its way back into language/en/mods/modsdb.php :(
by Mickey14
Sun Oct 26, 2008 11:16 am
Forum: [3.0.x] MOD Database Releases
Topic: Automatic Daylight Savings Time (DST)
Replies: 203
Views: 84732

Re: Automatic Daylight Savings Time (DST)

OK, I understand.

But so, all your users need to be in the same zone as the server, otherwise, each user need again to change the DST by themeselves.

Maybe another, separate, mod may do what I spoke about.

Thanks anyway.
by Mickey14
Sun Oct 26, 2008 10:19 am
Forum: [3.0.x] MOD Database Releases
Topic: Automatic Daylight Savings Time (DST)
Replies: 203
Views: 84732

Re: Automatic Daylight Savings Time (DST)

Hi, great MOD! I have a suggestion, however: what about a 4th option in the user ACP: "Use the board settings for DST". With this one, as soon as an admin as set the board DST (manually or through the automatic feature), every user having chosen to accept the DST settings from the board wi...
by Mickey14
Sun Sep 21, 2008 8:44 am
Forum: [3.0.x] Styles in Development
Topic: [RELEASE] SFCentar for phpBB3 3.0.1
Replies: 290
Views: 55459

Re: [RELEASE] SFCentar for phpBB3 3.0.1

I posted something like that from this post onwards...
by Mickey14
Sat Sep 13, 2008 10:33 am
Forum: [3.0.x] MODs in Development
Topic: [RC1] Prime BBCode Spoiler (1.4.1)
Replies: 120
Views: 19308

Re: [RC1] Prime BBCode Spoiler (1.4.1)

On Mac OS X, Safari, I get the expected behaviour: Show/hide the spoiler... Maybe a problem with your browser ?
by Mickey14
Fri Sep 12, 2008 7:13 am
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.2

michel, thanks for the debugging :P should have put this back to alpha ;) ... :? ... :cry: never thought of that part to be honest this should do the trick i think $sql_query = preg_replace('#(?<!mod_)phpbb_#i', $table_prefix, $sql_query); Yes, or maybe safer: in the schemas file, use a fake but re...
by Mickey14
Wed Sep 10, 2008 6:07 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.2

Arf, another last thing: in the load_schema function from install.php, you have: $sql_query = preg_replace('#phpbb_#i', $table_prefix, $sql_query); This can lead to problems (i.e. complete emptiness of the ModsDB) if the table prefix is not "phpbb_", because written like this, the preg_rep...
by Mickey14
Wed Sep 10, 2008 5:20 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.2

You're welcome!

Another thing: some of the files inside language/en/mods are not UTF8/No BOM, but rather Windows Latin 1. In English, that is no big deal, but the translators should be careful to put the files in UTF8/No BOM for the accented characters to be correctly displayed.
by Mickey14
Wed Sep 10, 2008 5:05 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.2

LOL :lol: You're right, shame on me :P
by Mickey14
Wed Sep 10, 2008 4:36 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [RC] Mods Database 1.0.2

2008-07-10 - Version1.0.0 * added css to separate file, repackaged to new guidelines 2008-07-12 - Version1.0.1 * deleted a value assignment in 1.0.0 by accident 2008-09-08 - Version1.0.2 * added an installation file, added permissions, minor other changes version 1.0.1 was denied by the MOD team I ...
by Mickey14
Sun Sep 07, 2008 10:35 am
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [BETA] Mods Database 0.2.1

I use this mod, and I never felt the need for such a sorting criteria. Thanks for asking, lefty
by Mickey14
Sun Aug 31, 2008 9:17 am
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Mods Database 1.0.6a
Replies: 278
Views: 22062

Re: [BETA] Mods Database 0.2.1

Hi, I just came to this: $is_authorised = ( $config['mod_show'] == 0 && $user->data['is_registered'] && !$user->data['is_bot']) ? true : ( $config['mod_show'] == 1 && $auth->acl_get('a_',' m_') ) ? true : ( $config['mod_show'] == 2 && $auth->acl_get('a_') ) ? true : f...
by Mickey14
Fri Aug 08, 2008 12:37 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Smartfeed for phpBB 3
Replies: 816
Views: 73892

Re: [RC6] Smartfeed for phpBB 3

Thanks, Mark. I will check thoroughly tonight, but I saw already that the "/Volumes/Michel\ G5\ Docs\ 2/FTP\ Recipient/smartfeed_2.2.3/contrib/language/br/mods/smartfeed.php" file is still Windows Latin 1 encoded, but maybe it is normal (I don't speak Bulgarian). Anything else should be OK...
by Mickey14
Fri Aug 08, 2008 5:07 am
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Smartfeed for phpBB 3
Replies: 816
Views: 73892

Re: [RC6] Smartfeed for phpBB 3

Hi, Mark! I did not see any other problems in the code. Regarding the encodings, I saw that the br file in "contrib/language/br/mods/smartfeed.php" is also encoded in Windows latin 1 instead of UTF-8 no BOM. No problem for the "de" on the contrary. Maybe highlight in red that the...
by Mickey14
Thu Aug 07, 2008 10:19 pm
Forum: [3.0.x] MODs in Development
Topic: [MODDB] Smartfeed for phpBB 3
Replies: 816
Views: 73892

Re: [RC6] Smartfeed for phpBB 3

Also, I am not sure, in Smartffed.php, that such a non constant switch case is valid: case $smartfeed['SMARTFEED_SORT_BY_VALUES'][SMARTFEED_BOARD]: (same for all the cases in "switch($sort_by)") My PHP complaints (with a notice) that <b>[phpBB Debug] PHP Notice</b>: in file <b>/smartfeed.p...

Go to advanced search