Jump to content

GrooveOnBeat

Members
  • Posts

    861
  • Joined

 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 GrooveOnBeat

  1. 1 minute ago, onlyME said:

    Yes, the CC button only apprear if you uploaded subtitles (*.vtt).

    I think I will remove the youtube plugin, it's better to use youtube's player.

    Ah YES! That's a great idea. :lol:

    The benefit if doing that too is that the YouTube controls will be there as if people were viewing the channel.

    Next release maybe?

     

  2. 1 hour ago, onlyME said:

    Do you mean the selecting subtitles?

    vbcaptions.png

    Silly question but does the CC button only appear if the video itself have subs?

    So if I'm linking to a YouTube video that has multiple languages the CC will detect them and the button will show up?

  3. 11 minutes ago, onlyME said:

    The button uses Fontawesome

    
    .vjs-default-skin .vjs-captions-button:before {
    	font-family: FontAwesome;
    	content: "\f20a";
    }

    You can overwrite CSS in custom.css

    I meant the setting to change the language. On YouTube there is the CC settings

    Ohljt0Z.jpg

     

    Can Videobox Player be configured to change the language?

  4. I understand that the video player supports CC.

    For videos with multiple languages, is there a way to change the CC? If not, can there be an option to select the different CC translations?

  5. On ‎6‎/‎28‎/‎2016 at 0:45 PM, Morrigan said:

    We should have as soon as it's ready. I'm hoping before next week.

    Is this release for the public or for testers?

  6. 45 minutes ago, onlyME said:

    Turning off editor it shows the textarea that also supports HTML. Don't give permissions to users who don't know.

    Yup, I don't.

    I guess I'll do that. When I want to use HMTL I enable it and then set the classes. That way when I turn the editor back on I can make the property changes through CSS. :p

  7. 4 minutes ago, onlyME said:

    ^_^ No, it's not really necessary. 

    Oh ok. I just thought it would be more flexible for users who don't know HTML.

    I guess I could enable HTML on the editor but that's a risk. :lol:

  8. 21 minutes ago, onlyME said:

    I don't understand do you have disabled popup when using multiple popups? It's not related to the editor or textarea, check your HTML tags.

    I meant this.

    Instead of a global setting, is it possible to make it a setting to choose HTML or editor per popup?

    hdloGAc.jpg

  9. Is it possible (or possible in a future release) to set the HTML or editor per popup?

    The reason is if there are multiple popups going on but some require HTML and it's disabled the popup won't render properly? Just wondering. :lol:

  10. On ‎7‎/‎4‎/‎2015 at 8:41 AM, ABGenc said:

    So, each popup can have different permissions as far as I understand. So that I can make seperate popups for visitors, moderators or even admins. Right ?

     

    On ‎7‎/‎4‎/‎2015 at 8:46 AM, onlyME said:

    yes, you can create multiple popups, each popups have different permissions.

    EG: Popup A for guests, Popup B for members...

    I just came here to ask about that. :p

    Only after I created a test popup I saw the member group permissions. What a fantastic application! Great job as always @onlyME :thumbsup:

  11. 1 hour ago, Neej said:

    Cheers mate, that seems to have helped a lot. I just added it as a page addition in a newly created .css file, might need to go through it and remove some of your css though as it conflicts with some of my own additions in terms of the style.

    Yup! It's tailored for mine so just edit it to suit your needs. Glad it helped! :smile:

  12. 5 minutes ago, Neej said:

    Hi onlyME,

    I have tried all the suggestions in this thread regarding trying to remove padding from below a slider. I have a Horizontal slider which I have disabled the pagers on and want to remove the gap, but for the life of me I cannot get rid of it after spending an hour in Chrome using Inspect.

    Would you or anyone else in this thread be able to look at http://www.soc-aus.net/ and see if you can remove it?

    Also is it possible to vertically align the text in the black bar to be centered? I tried vertical-align: but it doesn't seem to work with the text.

    Thanks

    Au0i2iw.png

    I've noticed that "!important" is required throughout the CSS. I came across the padding and alignment issues because my sliders are in containers that have specific pixel dimensions. So I require all sides flush.

    Do these work for you? You'll need to find and replace these codes.

    .bx-wrapper {
    	position: relative !important;
      	top:0px;
      	margin:0 !important;
    	padding: 0 !important;
      	vertical-align:top !important;
    }
    
    .bx-wrapper img {
      	position:absolute !important;
      	top:-13px !important;
    	max-width: 100% !important;
    	max-height: 100% !important;
    	display: block;
    	margin: 0 auto !important;
      	padding:0 !important;
    }
    
    
    And
    
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
    	position: absolute;
    	bottom: 0 !important;
    	width: 100%;
      	z-index:1000 !important;
    }
    
    
    And
    
    
    .bx-wrapper .bx-caption {
      display:block !important;
    	position: absolute;
    	bottom:-2px !important;
    	left: 0;
     	margin-bottom:15px !important;
      	padding-bottom:15px !important;
    	background: #666\9;
      	background: rgba(0,0,0,0.7) !important;
    	width: 100%;
    }
    
    .bx-wrapper .bx-caption span {
    	color: #ffffff !important;
    	font-family: Arial;
    	display:block !important;
    	font-size:14px !important;
      	font-weight:normal !important;
    }

     

  13. 1) I'd like to suggest the option to set the form permissions when creating prefixes, instead of having to go to each forum and adding in the prefixes. :smile:

    2) Has the bug in which database cannot save settings when Advanced Tags & Prefixes is enabled, been fixed?

  14. 32 minutes ago, onlyME said:

    By default it doesn't allow external url and special characters in url. 

    Thought as much. Then the issue is with the resize script.

    Have others got pictures to populate automatically using the resize script?

  15. On ‎5‎/‎31‎/‎2016 at 0:16 AM, onlyME said:

    You're right.

    Try to test the url

    
    http://www.mysite.com/cimage/webroot/imgp.php?src=http://yourimage.com/img/jpg&w=100&h=100

    If the image doesn't show, use this version  cimage.zip

    Your cimage version did the trick! Thanks!

    Maybe it had to do with the allow remote In the configuration file? I disabled it and the pictures didn't show up. I hear it can be a security risk though?

    While I can display pictures manually, they still don't populate when grabbed from gallery or forums. I haven't tried the other sections.

    There's something about the scripts or configuration because when I remove it from settings, and just show the pictures without resizing, the pictures show up.

  16. On ‎5‎/‎4‎/‎2016 at 1:45 AM, onlyME said:

    What url in the settings? Can you give me ACP access so I can take a look?

    The site is inaccessible at this time. The URL is:

    http://www.mysite.com/cimage/webroot/imgp.php?src={url}&w={width}&h={height}&ff=000000&nu&q=70

    Is there anything I need to configure in cimage configuration file or files to make it work?

  17. 13 hours ago, Morrigan said:

    Hey @Ryan H. I'm having an issue with your mod making it to where I cannot modify Pages databases. Once I disable your mod it works just fine. It's not producing an error but it's not saving. If you need to see it in action I can show you.

    I can confirm this. IPS looked into it and they too pinpointed Advanced Tags & Prefixes is the cause of the problem Pages databases can't retain settings.

  18. I'm using cimage.

    Do I have to modify anything to show the pictures when I'm pulling from the gallery or threads? Images do not appear and I get this error when I try to view the image.

    Notice: getimagesize(): Read error! in /home/****/public_html/cimage/webroot/imgp.php on line 1411
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/****/public_html/cimage/webroot/imgp.php:1411) in /home/****/public_html/cimage/webroot/imgp.php on line 3103
    [img.php]
    
    img.php: Uncaught exception:
    
    The file doesn't seem to be a valid image.
    
    #0 /home/****/public_html/cimage/webroot/imgp.php(3981): CImage->loadImageDetails()
    #1 {main}

     

  19. 13 minutes ago, onlyME said:

    There is a format form in field editting. Give it a code like this

    
    <a href='{content}'>{content}</a>

     

    Thanks! That worked!

    The title got removed so in the format I added this

    <span class='ipsDataItem_generic ipsDataItem_size4'><strong>URL:</strong> </span>
    <span class='ipsDataItem_main'><a href='{content}'>{content}</a> </span>

    :smile:

×
×
  • Create New...