Stephdotnet
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: How to search these forums?Sometimes i have to search in the forum of a specific plugin, and i’am so pissed that i dream about doing a curl script parsing/indexing every single page of the concerned plugin’s forum .
Yeah it’s hardcore, but someday i’ll have to.
Forum: Plugins
In reply to: [Videopack] FFMPEG as php extensionOk i’ve found it, thanks for your informations.
The canvas capture code will do the trick since i have no other option ^^. I’ll post the result here.
Forum: Plugins
In reply to: [Videopack] FFMPEG as php extensionYes, my host doesn’t have the ffmpeg binary installed on, so the php extension is useless. That’s why i’m looking for an another tool to parse the video frame, either in Php or in javascript … Isn’t the manual generation (in single media admin page) done with browser technologies?
Thank’s for your answer, if you think in a tool that can help me do this i’ll have to code it anyway so i’ll share it there.
Have a good day.
Forum: Plugins
In reply to: [Redirection] .csv file upload not working after updatesYoast is the best!
But unfortunatelly we can’t always afford premium features :\
Forum: Plugins
In reply to: [Redirection] .csv file upload not working after updatesThere’s an error, blocking the upload / item creation process …
File : models/redirect.phpL.149 :
$group_id = intval( $details['group_id'] );“group_id” is not a correct entry of the array, it’s “group” instead. So there is the good line to replace with :
L.149 :
$group_id = intval( $details['group'] );Hope it helps