Jump to content

onlyME

Clients
  • Posts

    2,721
  • Joined

  • Days Won

    17

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by onlyME

  1. I think making permissions work for member second groups is better.
  2. Uploading is ok, I haven't tested with cimage yet. Let try it.
  3. Try to open \applications\featuredcontent\modules\front\slider\view.php Find $form->add( new \IPS\Helpers\Form\Url( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Replace to $form->add( new \IPS\Helpers\Form\Text( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Save
  4. I can not reproduce this issue by on/off showing title setting. But I will track it.
  5. What settings did you edit? If it occurs again please send me the log files so I can see what problem.
  6. onlyME

    Videobox

    In Custom Menu you can use html <b>Your link title</b>,http://yourlink.com <div class='yourclass'>Your link title 2</div>,http://yourlink2.com
  7. I can not reproduce this issue, can you give me ACP access so I can take a look?
  8. onlyME

    Videobox

    Because it uses replacing template bit method. There is a custom menu in settings, did you try it?
  9. Ok I will test this issue.
  10. onlyME

    Videobox

    I use the To use for custom menu. You can see in my demo site. Http://demo.ipsviet.com And the search form for only videobox that can search tags, fields, titles easily. Some of my clients only use videobox for their movie site so they dont need ips search (so hard to search), example: Http://fcine.net Currently 1.0.20 has a bug in menu on mobile, I will fix in today.
  11. onlyME

    Videobox

    Fixed.
  12. onlyME

    Videobox

    Please give me ACP access so I can take a look.
  13. In Auto mode, it takes the first picture in first post of topic. If it's an article (Pages app), it can take the uploaded picture frrom "record image" field. In Manual mode, you can upload your pictures or use pictures from external images. By default, the slider makes them smaller to fit with width/height in setting. But there is an option "On-the-fly Image Resizing URL", so you can use cimage, timthumb... to resize image. Eg: Real image 300x240 http://ipsviet.com/pageDemo/img/12.jpgI use cimage to make it smaller: 200x140 http://ipsviet.com/cimage/webroot/img.php?src=http://ipsviet.com/pageDemo/img/12.jpg&w=200&h=140&cf&q=90I will send you the info to access test site.
  14. It's reponsive. See the demo: http://ipsviet.com/page/featuredcontent4/ Do you need to access the test site to see how it work?
  15. It only supports one default images. But a beautiful slider needs the images instead of one default. Haven't supported Calendar yet because there are too few people use it.
  16. 1. No, it only supports IPS applications. 2. It will show a default image 3. Yes, you can create multiple sliders for diffrent forums.
  17. There is an option "Number of page views", set it -1 the popup will only show once
  18. onlyME

    Videobox

    Go to acp > customization > theme > click </> to edit your theme -> videobox -> front -> view -> videoPreview Find and remove 'ipsAreaBackground_dark'
  19. Do you want auto get contents from Downloads app? Try to edit your slider It works with Categories, not Featured Files.
  20. You're welcome. Let me know if you have any questions.
  21. It has no limit sliders. Check your 'manage' permission.
  22. Hi, Try to go ACP -> Featured content -> settings you will see an option to resize images using php script (cimage)
  23. onlyME

    Videobox

    I can not reproduce this issue. Please, I need ACP access to take a look. And show me the code bits that you want to add/edit.
  24. ok, I will check this issue.
  25. Edit widget you will see In page list, enter the page of url to display the slider, each url per line. By default, cimage blocked special character on image url. Try to open \cimage\webroot\img.php find and comment out (or remove) preg_match($validFilename, $srcImage) or errorPage('Filename contains invalid characters.'); Save
×
×
  • Create New...