Search found 592 matches

by richey
Wed Apr 19, 2017 1:51 pm
Forum: [3.1.x] Support Forum
Topic: allow only https:// avatars
Replies: 5
Views: 1456

Re: allow only https:// avatars

Did you already find anything out?
What puzzles me is that the 'https'-URL-checking code snippet I posted in the other thread doesn't even seem to be triggered. :-o
by richey
Wed Apr 19, 2017 9:41 am
Forum: Extension Writers Discussion
Topic: allowing only https://.. images to be embedded with bbcode
Replies: 8
Views: 2717

Re: allowing only https://.. images to be embedded with bbcode

Strangely, this code doesn't seem to be executed at all?

Has this section been replaced by phpbb/textformatter/s9e or where would I check for an "acceptable" link to an image? Is anyone familiar enough with the code to be able to answer this?

thanks, r.
by richey
Sun Apr 16, 2017 3:52 pm
Forum: [3.1.x] Support Forum
Topic: allow only https:// avatars
Replies: 5
Views: 1456

Re: allow only https:// avatars

... which is why I've been asking about this here ;-) :
viewtopic.php?t=2419081
by richey
Sun Apr 16, 2017 3:23 pm
Forum: [3.1.x] Support Forum
Topic: allow only https:// avatars
Replies: 14
Views: 2255

Re: allow only https:// avatars

thanks! :)
by richey
Sun Apr 16, 2017 3:10 pm
Forum: Extension Writers Discussion
Topic: allowing only https://.. images to be embedded with bbcode
Replies: 8
Views: 2717

allowing only https://.. images to be embedded with bbcode

I'd like to allow only images from secured websites (https://) to be posted. For that, I added the following code to message_parser.php ( function bbcode_img() ): $urlchk = parse_url($in); $urlscheme = isset($urlchk['scheme']) ? $urlchk['scheme'].'://' : 'http://'; if ($urlscheme=='http://'){ $error...
by richey
Fri Apr 14, 2017 3:39 pm
Forum: [3.2.x] Support Forum
Topic: Soft 404 errors for deleted users, moved threads etc.
Replies: 1
Views: 323

Soft 404 errors for deleted users, moved threads etc.

Hello, I know this has been brought up before, dating back up to 5 (!) years. Still, however, the software doesn't seem to provide a good solution to resolve soft 404 errors for search engines. Google Webmaster tools finds "soft 404 errors" which it considers ' problematic ': https://suppo...
by richey
Mon Apr 03, 2017 7:44 am
Forum: [3.2.x] Support Forum
Topic: .htaccess 301 redirect to other thread
Replies: 5
Views: 667

Re: .htaccess 301 redirect to other thread

Thanks, it works that way!

I would have preferred the shorter version, but somehow either the question mark or the equal sign in the string seems to confuse Apache. :?

kind regards
R
by richey
Mon Apr 03, 2017 12:16 am
Forum: [3.2.x] Support Forum
Topic: .htaccess 301 redirect to other thread
Replies: 5
Views: 667

.htaccess 301 redirect to other thread

Hello, I'm trying to redirect a soon-to-be deleted thread to another one using .htaccess: Redirect 301 /viewtopic.php?t=33996 /viewtopic.php?t=38455 However, that doesn't seem to work (I've put it at the end of the .htaccess file in the phpBB directory). Any idea what may have gone wrong? I've also ...
by richey
Wed Mar 15, 2017 1:58 am
Forum: [3.2.x] Support Forum
Topic: Warnings table lost during phpBB 3.2 upgrade
Replies: 1
Views: 171

Warnings table lost during phpBB 3.2 upgrade

Hello, looks like the update to 3.2 has deleted the warnings for every user of my forum, but not the warnings counters. The problem is that because of that, the system can't remove the previous warnings anymore ... the warning counter stays the same. Can anyone tell me where the warnings including t...
by richey
Mon Mar 13, 2017 12:20 pm
Forum: [3.1.x] Support Forum
Topic: Open external links in new tab/window
Replies: 39
Views: 10788

Re: Open external links in new tab/window

I just realized that phpBB 3.2 doesn't open external links in a new tab anymore! This is quite annoying, and users on my board complained about it also. I tried the ELONW extension without luck. It doesn't work for me. Also, I don't really like the overhead - Javascript is required for that to work,...
by richey
Sun Mar 12, 2017 10:35 pm
Forum: [3.2.x] Styles in Development
Topic: [RC] Aero for phpBB 3.2.9
Replies: 112
Views: 343420

Re: [Release] Aero for phpBB 3.2.0

nvm, I found a solution myself.
by richey
Sat Mar 11, 2017 2:07 pm
Forum: Extensions in Development
Topic: [CDB] Digests 3.2.11
Replies: 1036
Views: 97362

Re: [RC] Digests 3.2.0-RC7

p.s. the whole database doesn't contain "acp_digests" (except for the log table which contains that the module was removed), which makes it even more strange ...
by richey
Fri Mar 10, 2017 11:58 am
Forum: [3.2.x] Support Forum
Topic: optimize phpbb code
Replies: 5
Views: 574

optimize phpbb code

Hello, did anyone already find a nice way to optimize the generated phpBB code (remove unnecessary line breaks, comments, blank spaces etc.)? 2 challenges I see with that is to preserve the preprocessor statements for EVENT, IF, INCLUDE etc., and also that of course the html files in the forum direc...
by richey
Fri Mar 10, 2017 10:11 am
Forum: Extensions in Development
Topic: [CDB] Digests 3.2.11
Replies: 1036
Views: 97362

Re: [RC] Digests 3.2.0-RC7

Hi Mark,
MarkDHamill wrote: Thu Mar 09, 2017 3:27 am

Code: Select all

DELETE FROM `phpbb_modules` WHERE `module_langname` LIKE '%DIGEST%';
Next purge the cache.
Then try enabling the extension again.
in my phpbb_modules table, there is nothing that contains the string 'digest'! :shock:
by richey
Thu Mar 09, 2017 10:10 am
Forum: [3.2.x] Styles in Development
Topic: [RC] Aero for phpBB 3.2.9
Replies: 112
Views: 343420

Re: [Release] Aero for phpBB 3.2.0

Hi, I noticed that an "ONLINE" image is displayed by the style per default which is basically nice. However, I'm not sure if anyone noticed - it is displayed at the right side of a post (as defined in "aero/theme/en/stylesheet.css), partially being covered by the post buttons, so the ...

Go to advanced search