Everything posted by Michael.J
-
Videos Support
Exact same single license policy that IPB4 has. I've sent you a PM to a demo board I've setup.
-
Forms Support
Logged and will be included next release. Have several confirmed bugs now, so a new release is not far away.
-
Forms Support
Check with IPS if you've got "ftp access" to your site. If you need help with applying the changes, let me know. If you don't have ftp access, then the only way to patch this is when the next version is released.
-
Topic Video (Support)
For use with a HTML5 player? No not in this current version. I do have support for html5 videos in my Videos app, so if there is enough demand for it. It shouldn't be difficult to add it across. I'm not sure what you mean? Can you take a screenshot of the video and your topic form with your video settings?
-
Forms Support
Untested but possible solution for you to try out. Please let me know if it does work and will put together in next release. Open applications/form/sources/Form/Form.php Find: else if( $field->type == 'Poll' ) { $_display = NULL; } Add BELOW: else if( $field->type == 'Email' ) { $_display = $_value; }
-
Forms Support
What type of fields are all of those field values your using?
-
Auto Welcome Support
My latest record says I sent a test bit of code via PM with no reply back. Any update on that? No reported issues yet but untested myself.
-
Donate Sidebar Support
Try this and let me know how you go. Open plugins/donatesidebar/widgets/donateWidget.php (The folder "donatesidebar" may be named differently.) Find: $form->hiddenValues['cmd'] = '_donations'; Add BELOW: $form->hiddenValues['lc'] = 'US'; Save.
-
Collections Support Topic
Just PM me when your ready.
-
Sidebar Poll Support
The next best option would be to select a forum in the settings so it pulls from a forums polls.
-
Donations Support
Already replied elsewhere but just in case. Can I get a hold of acp login details to look over this? Haven't encountered this error yet.
-
Download Post Images (Support)
Correct, will patch language next version. I did briefly explore to but couldn't get the css to do it how I wanted. I'll be looking into this when ever I update this next but for now, the download button/link is inserted after.
-
Forms Support
It looks like this might be an issue with the captcha. About half way down this page is instructions on how to generate new keys. Let me know if you need further help. Another option would be to disable the captcha field for all member groups. When your in the acp forms area, you'll have an option to edit a forms "permissions". You could then disable the Guests group from having "Submit Form" permission.
-
Collections Support Topic
Would I be able to get admin cp login details? It might be easier just to modify the code a bit to display the original image if your really after quality.
-
Collections Support Topic
Try with 1 image to confirm is working, worse case I can rebuild the rest.
-
Topic Video (Support)
Allows members to add videos to new and existing topics. Included options for manually entering a support media url, integration with the Videos application or adding a placeholder image until a video is ready. v1 Features: Add any media url that IPB4 current supports. e.g. Youtube, Vimeo, Vine Select existing videos from the Videos application when installed. Add a placeholder image in place of a video. Select which forums will support topic videos. Select which member groups can both view videos and also add/edit topic videos. Enable/disable place holder images as well as restricting what file extensions and the maximum image dimensions. Optionally set a maximum video width dimensions.
-
Friendly Number Format (Support)
I've updated this plugin to include a fix for friendly numbers when loaded via ajax.
-
Collections Support Topic
This one controls the thumbnail size, Try doubling it and then uploading the images again.
-
Videos Support
I've updated it as it still doesn't make sense to me if I'm not using the mod perms extensions.
-
Collections Support Topic
What do you currently have set for your "Standard thumbnail dimensions" Collections setting? It looks like it might be a bit too low and reducing the image quality for the thumbnail quite a bit.
-
Collections Support Topic
I'll prioritize this bug so it's definitely included next version.
-
Users Homepage (Support)
Thanks, logged a bug report to be fixed next release. Will look for a patch if you needed this fixed sooner.
-
Videos Support
Please PM me and I'll put together some test code you can try out. I've got a rebuild for the embed code that I should be able to override.
-
Videos Support
I've noted this as a bug, IPB4 now removes column database changes so will include this fix in the next version. The Videos app should not be showing on this page. I've opened a bug report with IPS to see why this is happening. Edit: Please let me know if there were any further problem language strings and will include that in the next update.
-
Basic Points (Support)
No not yet. I'm pushing for a transition from bug fixing to new features as soon as I can for all my apps/plugins.