Jump to content

Michael.J

Clients
  • Posts

    5,361
  • Joined

  • Last visited

  • Days Won

    11

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Posts posted by Michael.J

  1. 8 hours ago, Unlucky said:

    Can you confirm what the licence is for this product as I am considering using it, however I would need to roll it out over 8 forums

    Exact same single license policy that IPB4 has.

    8 hours ago, Unlucky said:

    And can I have a url to a demo site or site that is using this so I can see it in action?

    I've sent you a PM to a demo board I've setup.

  2. 7 minutes ago, JimJimJimJim said:

    But my current need is not urgent (only seen by moderators and admins), so I am happy to wait for the next version.

    Logged and will be included next release. Have several confirmed bugs now, so a new release is not far away.

  3. 11 hours ago, JimJimJimJim said:

    Is this something I will have access to if i am hosted by Invision Power?

    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.

  4. On 10/05/2016 at 6:45 AM, emeric73 said:

    - Unfortunately it is not possible to add a video link with .mp4, is there a solution.

    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.

    On 10/05/2016 at 6:45 AM, emeric73 said:

    - The videos will be displayed in double

    I'm not sure what you mean? Can you take a screenshot of the video and your topic form with your video settings?

  5. 20 hours ago, JimJimJimJim said:

    {field_value_8}: Text field, Display Name

    {field_value_5} {field_value_6}: Text fields , First Name, Last Name

    {field_value_7} Email field, Your email address

    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;
                			} 

     

  6. 23 hours ago, iDeath said:

    Still not fixed.

    My latest record says I sent a test bit of code via PM with no reply back. Any update on that?

    3 hours ago, EmpireKickAss said:

    is plugin working with 4.1.11?

    No reported issues yet but untested myself.

  7. On 06/05/2016 at 5:37 PM, Xeite said:

    Is it possible to display international (english) page when users donate? I'm having a paypal account in foreign language. And this language is being displayed to users, I would like to present them english page instead. How to achieve it in this mod?

    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.

  8. 7 hours ago, Elena-Viorica said:

    It would be cool if there was a way to select several polls to be alternated in the sidebar every time you refresh the page, like XenForo has...

    The next best option would be to select a forum in the settings so it pulls from a forums polls.

  9. On 29/04/2016 at 0:45 AM, pilotguy said:

    I keep getting this error when attempting to donate (I'm using my personal account to donate to my site account in this case)

    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.

  10. 12 hours ago, Joel R said:

    1.  In your screenshot for Download Post Images settings, do you mean "Disabled Groups?"

    2.  Is there any way to use an icon like fa-download that hovers in the corner of image to be less intrusive?  My concern is that I run an image board and every post contains 10 - 20 images, and adding an extra button next to each image will stretch the page even more!  This is important to me.

    1. Correct, will patch language next version.
    2. 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.
  11. On 28/04/2016 at 2:43 AM, Lyonharted said:

    I've had user 4 different users who are using Firefox report that it says "Error for site owner: invalid domain for site key" when they attempt to submit a form. What? http://tyrenale.net/forms

    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.

    On 30/04/2016 at 1:12 PM, Jesse Rapczak said:

    I'm using your forms app with the Rules app and I'm trying to come up with a way to not let a user submit a form unless it checks the currently logged in member for my 'steamid' variable and only lets them submit it when it finds that the steamid isn't 0. Any ideas?

    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.

  12. On 28/04/2016 at 6:59 PM, VR6Pete said:

    What am I am after is a good quality thumbnail of the original of the original.

    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.

  13. 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:

    1. Add any media url that IPB4 current supports. e.g. Youtube, Vimeo, Vine
    2. Select existing videos from the Videos application when installed.
    3. Add a placeholder image in place of a video.
    4. Select which forums will support topic videos.
    5. Select which member groups can both view videos and also add/edit topic videos.
    6. Enable/disable place holder images as well as restricting what file extensions and the maximum image dimensions.
    7. Optionally set a maximum video width dimensions.

     

     

  14. 9 hours ago, RPG-support said:

    The bug report was closed. Seams to be that you should reorganize your code.

    I've updated it as it still doesn't make sense to me if I'm not using the mod perms extensions.

  15. 21 hours ago, VR6Pete said:

    Can anything be done regarding the quality of the images on that widget?

    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.

  16. On 22/04/2016 at 5:23 AM, Ocean West said:

    just fyi the "# NEW" indicator does not seem to respect the permissions model. I added a new Admin only category and forums but the count indicator is shown to others with out access to these places - giving 

    Thanks, logged a bug report to be fixed next release. Will look for a patch if you needed this fixed sooner.

  17. On 23/04/2016 at 7:56 PM, Durango said:

    How to regenerate all thumbnails ? (as we lost some /uploads/ files)

    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.

  18. 12 hours ago, RPG-support said:

    I uninstalled your application in ACP-Applications and tried to install it again there but got the error. How to uninstall your application by the sql method?

    I've noted this as a bug, IPB4 now removes column database changes so will include this fix in the next version.

    5 hours ago, RPG-support said:

    Finally I resolved all problems. Please, fix this bug:

    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.

×
×
  • Create New...