yannlossouarn
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: HTTP/2 and wordpress?Indeed, Apache is very close to supporting HTTP/2 : mod_spdy is already there, and SPDY is close to HTTP/2… Chrome Canary implements it as well.
IMHO the only factor that will slow down (or even prevent) HTTP/2 to be massively deployed is that it enforces HTTPS use, and therefore buying a SSL certificate. Not all site may invest on that… ??
Forum: Everything else WordPress
In reply to: HTTP/2 and wordpress?Well, it appears HTTP/2 is probably going to ramp up more quickly than you think, @macmanx : Firefox 36 implements it and is deployed *today*, Microsoft has started implementing it in IIS for Windows 10, Nginx will be ready to play quickly (they already have a SPDY implementation, and HTTP/2 largely relies on SPDY…
Forum: Plugins
In reply to: [WP RSS Multi Importer] No contentHi,
What is the value of your Excerpt length parameter, in the Feed to Post Settings tab ? The default value was 0 on my site, and the plugin behaved the same as you described. Now it is ok with a >0 value.
Bye,
YannForum: Requests and Feedback
In reply to: Bug report : Small hack for supporting SVG thumbnailsDone, thanks for suggesting ! ??
Forum: Plugins
In reply to: [Videopack] wont play in IEHi Kyle,
In fact, I rolled back to previous versions, and it seems VETG behaves better with 4.0.3 : the triangle of the Play icon is displayed ok, with a square border around it instead of the circular one. However, it still behaves the same (bad) way on IE when clicking on the Play icon.
The site is located on an intranet, so I cannot provide you with an access to it, but we use the Aware theme : https://themewich.com/aware/
Thanks for your support,
YannForum: Plugins
In reply to: [Videopack] wont play in IESame problem here. On IE, the icons are corrupted (shown as squares instead of circles and triangles for the Play icon, e.g.) and if I put the KGVID tag inside the excerpt (above the “more” tag), clicking on the Play icon does not work (does not trigger the video). The same tag plays like a charm when clicked on the main article page…
Hi Daniel,
Sure, it is defined in /wp-content/plugins/buddypress/bp-languages/buddypress*.[po|mo|pot] file, and called at line 999 of /wp-content/plugins/buddypress/bp-members/bp-members-functions.php
Bye,
YannHi Boone,
Well… In fact this is not fully satisfactory, from an intellectual point of view, but it seems moving the following code to the very end of the file (before the closing php mark, of course… ?? ) makes it run like a charm.
if ( defined( ‘BP_VERSION’ ) && version_compare( BP_VERSION, ‘1.5-beta-1’, ‘<‘ ) ) {
// Pre-1.5 versions of BuddyPress// Load the abstraction files, which define the necessary 1.5 functions
require_once( dirname( __FILE__ ) . ‘/1.5-abstraction.php’ );// Load the group extension in the legacy fashion
add_action( ‘init’, ‘ass_activate_extension’ );
} else {
// Load the group extension in the proper fashion
bp_register_group_extension( ‘Group_Activity_Subscription’ );
}Would you mind making this change on the thunk version ?
Best regards,
YannIt works… ?? But wait… does that mean we’d have to patch the plugin each time there’s an update? Or is there a way you could change the plugin in order to make it work in our context ?
Hmm… In fact the only pattern that may exist (but it would have to be confirmed) is that the bug *may* only exist on platforms that have been built on a WP2.8.6 + BP1.x setup. My fresh development setups are behaving ok, whereas the official dev platform and production platorm, which have been updated, do fail.
Interested in a test account ?No, no pattern at all : I have both a platform with BP-Default that does not trigger the bug, and another one with the same theme, that does.
I can open you an account, if you want to have a look by yourself…Almost… Except the production site, which uses a child-theme based on bp-default, I configured the three development setups to use directly bp-default.
Hello !
I made some additional tests… Among 4 setups I tested, 3 do have the described bug, and 1 does not. The PHP version is not the cause (the instance that works ok is under PHP 5.2.x, and the bug occurs on an 5.3.8 setup). But I really do not not any significant difference, beside of this… :/
This bug is making me crazy : BP GES is really a major piece of code for me (I’m convinced it should be integrated as a basic feature in BP), and I cannot imagine running a BP-based site without it… :/
Any idea ? HEEEELP !
Bye,
YannHi Boone, it’s not loaded at all…
I checked the active theme was bp-default, and deactivated all plugins except Buddypress 1.5.1 and BuddyPress Group Email Subscription 2.9.6. It still behaves the same.
Could it be relate to lower level settings, like server configuration ? I mean PHP version, etc. ?
My WordPress is a 3.2.1.
Hi Boone, I Twitpic’ed you a snapshot on Twitter… ??