Jump to content

JoshB84

Clients
  • Posts

    174
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by JoshB84

  1. 5 minutes ago, onlyME said:

    The autoplay only works for uploaded videos, not work for youtube, vimeo...

    I understand. Thank you for the reply. In the future I should be able to upload the videos to my own server after getting permission from the creator of the videos. I just have finish forming a Non-Profit company to gain access to them. I will just continue using the videos they have uploaded on youtube for now.

  2. Feature request:

    A option to make it so parts of videos will autoplay when finished. So if I have a video with 5 parts. After Part 1 is finished Part 2 will play automatically.

  3. Would you consider adding Categories to the Clubs index? So we can seperate the Clubs? I wish this was something that was already coded into Clubs. I know not everyone would need the option but it could be useful for some of us. Some of my clubs I would categorize as "educational" and then others as "member clubs".

  4. These 3 Gallery edits I figured out on my own. 🙂

    When you go add an image. The DropZone border is white. This will change it to match the skin.

    /* Gallery Add Image DropZone Border */
    .cGallerySubmit_uploadImages .ipsAttachment_dropZone:not( .ipsDragging ) {
      border-color: #121418;
    }

    When you go to add an Gallery image. The background is white. This will change the color to match the skin.

    /* Gallery Image Submit Background */
    #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach {
      background-color: #121418;
      border: 5px solid;
      border-color: #121418;
    }

    After submitting the Gallery image. This changes the highlight color when you hover over the image from solid white to match the skin.

    /* Gallery Image Submit Background Hover */
    #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach:hover {
      background-color: #25262a;
      border-color: #25262a;
    }

     

  5. I am trying to figure out how to get the commenting area black when using the Pages CMS with this theme.  This happens with the commenting section under an article.

    I tried adding:

    .ipsTabs_panel {
        background: #000;
    }

    but that did not work.

    Screen Shot 2020-04-24 at 3.38.10 AM.png

    [edited]

    Here it the code to fix this issue.

    /* Pages Comment Background for Articles */
    .ipsWidget.ipsWidget_horizontal .ipsTabs_panel {
      background: #121418;
    }

     

  6. 21 hours ago, Adriano Faria said:

    No. I got Leaning Management System for that matter. Still in development but here you can see a bit of it: 

    I will submit a new version when certification is ready. Will send you a PM with details. 

    I would like to be pm'ed with details about this also please. 

  7. I mean would it be possible to add an option to choose a different color for each event. Where instead of pulling the Calendar color. You would have an option to pick an event color. Currently using IPB Calendar we have to create a whole separate calendar just to make an event color change.

    I am making a calendar full of Jewish Hollidays but I would like them to be color coded. I think it would be a lot simpler to just create one Calendar and change the event colors on it. Versus having to create multiple Calendars and then adding the events to one Calendar.

  8. Hello, 

    I am using IPB v4.3.5

    I have installed the plugin and I added the part for the playlist URL. I searched the heavy metal playlist on your demo page. After entering the information it will not display the playlist. I have also tried with a channel and I receive the same message. 

    • There was an error loading the RSS feed. Please check your settings and try again.

    I have attached a image showing my settings.

    Screen Shot 2018-09-04 at 11.53.58 AM.png

     

    Screen Shot 2018-09-04 at 11.54.29 AM.png

  9. I have a Parent Category and I want it to be a Container for the subcategories. Just like we can have categories as containers with the Forums. Right now the parent category gives me the option to add tutorials and that is not what I want. I want it to list the subcategories.

×
×
  • Create New...