WPIntell

Source evidence

Usage over HTTPS

WP-United : phpBB WordPress Integration · support · 2014-12-03T18:17:00+00:00

complaintsentiment
highseverity
0.85relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
langdonx unresolved
It works fine over HTTP, but I’m trying to use WP-United over SSL. The problem I have is that all of the style-fixer <link> tags are pointed to HTTP instead of HTTPS. I’ve drilled down in the code and see the URL coming from a function called generate_board_url in phpBB’s functions.php. If I put a die($url) before the return, I see “ https://” ;, however if I just use var_dump($url) , all the urls are suddenly “ http://” ;. My only guess is that there’s some output buffering and content manipulation going on somewhere. I’ve hacked it up and gotten it working with the following code, but it seems like a bad idea in the long run: return str_replace('http:', '', str_replace('https:', '', $url)); Does anyone know how I can fix this properly? Thanks! https://wordpress.org/plugins/wp-united/

Comments

0 shown

No comments were stored for this source.