bcolflesh
Forum Replies Created
-
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] 404 – CSS, JS FilesThanks for the quick response – the update solved that issue.
Forum: Plugins
In reply to: [Users by Date Registered] Conflict With s2MemberSorry for the delay – the columns between Posts and Date Registered go blank when your plugin is installed.
Numerated placeholders aren’t allowed in the prepared statements anymore due to a security issue – we’re all waiting for a plugin update now.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] “no items found”Same here, on 4.8.2 – should be an easy SQL fix, hope they post it today.
Forum: Plugins
In reply to: [Gmail SMTP] Server: Quit – no error messageWell, I don’t want to enable IPv6 only, as that isn’t even close to being implemented everywhere yet.
Does the Gmail SMTP plugin only work with hosts that have AAAA records setup? If so, that should be listed as a prerequisite on the plugin page – I setup AAAA records to try and will check in 1 hour.
Forum: Plugins
In reply to: [Gmail SMTP] Server: Quit – no error messageI’m using Ubuntu on Linode – give me a hint on where I need to disable IPv6.
Yeah, it’s fixed now.
Updater doesn’t work, as I’m sure you are hearing about now.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Users > Spam Buttons CSSLatest update fixes the issue – thanks for your quick attention!
Yeah, my site just gave this as well – REMOTE_ADDR works fine on the site, so I’d like to know what’s up as well.
Forum: Plugins
In reply to: [Nginx Helper] Exclude page from cacheI’d like to know the answer for this as well.
- This reply was modified 8 years, 3 months ago by bcolflesh.
Now I can, thanks for quick reply.
Forum: Plugins
In reply to: [Brightcove Video Connect] Shortcode param for autoplay?WinMerge patch file for class-bc-video-shortcode.php:
31a32
> ‘autostart’ => ”,
36c37
< return BC_Utility::player( ‘video’, $atts[‘video_id’], $atts[‘account_id’], $atts[‘player_id’], $atts[‘width’], $atts[‘height’] );
—
> return BC_Utility::player( ‘video’, $atts[‘video_id’], $atts[‘account_id’], $atts[‘player_id’], $atts[‘width’], $atts[‘height’], $atts[‘autostart’] );Forum: Plugins
In reply to: [Brightcove Video Connect] Shortcode param for autoplay?WinMerge patch file for class-bc-utility.php:
804a805
> * @param string $autoStart Autoplay setting.
808c809
< public static function player( $type, $id, $account_id, $player_id = ‘default’, $width = 0, $height = 0 ) {
—
> public static function player( $type, $id, $account_id, $player_id = ‘default’, $width = 0, $height = 0, $autostart = ” ) {
816a818,822
> $autoStart = $autostart;
>
> if($autostart == “true”){
> $autoStart = “autoplay”;
> }
838c844
< ‘<iframe src=”//players.brightcove.net/%s/%s_default/index.html?%sId=%s” allowfullscreen=”” webkitallowfullscreen=”” mozallowfullscreen=”” style=”width: %s; height: %s;%s”></iframe>’,
—
> ‘<iframe src=”//players.brightcove.net/%s/%s_default/index.html?%sId=%s&%s” allowfullscreen=”” webkitallowfullscreen=”” mozallowfullscreen=”” style=”width: %s; height: %s;%s”></iframe>’,
842a849
> $autoStart,- This reply was modified 8 years, 4 months ago by bcolflesh. Reason: add file name
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] v 1.9.14 is out for osTicketThanks for the reply/information!