Jump to content

onlyME

Clients
  • Posts

    2,713
  • Joined

  • Days Won

    17

Reputation Activity

  1. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    Ok, I confirm the ' Truncating title  ' option not work.
  2. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    Yeah, it's a bug. But I missunderstood you. Ok, it will be fixed in the next version.
    Can you give me a screenshot?
  3. Like
    onlyME got a reaction from VR6Pete in Featured Content for IPS4.x+   
    Yes, I confirm this issue, it will be fixed in the next version.
  4. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    I can not reproduce the issue, please show me your url. When you select Auto get contents from Forums, it will get the title, link and image of topics.
  5. Like
    onlyME reacted to Vegan Gaymer in Videobox   
    Gosh, thanks! I never used that before. I appreciate it!
  6. Like
    onlyME got a reaction from Vegan Gaymer in Videobox   
    Can you give me ACP access so I can take a look?
  7. Like
    onlyME got a reaction from Vegan Gaymer in Videobox   
    Yes, it's compatible with IPS cloud. You can upload videos or using videos from Youtube, Vimeo,...
    Examples:
    Youtube: http://demo.ipsviet.com/video/view/1595-crack-them-up/
    Vimeo: http://demo.ipsviet.com/video/view/1601-test-vimeo/
  8. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    If you enable 'Ignore topics no images', you will not see the topics that don't have any images in content  Your slider only shows the topics that have images.
  9. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    It will not show topics that don't have images.
  10. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    It can not, I don't have a solution. You should add contents to slider manually instead of using getting automatically.
  11. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    You can only choose one database with multiples categories for one slider.
  12. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    This error message is due to the column "current_appcomponent" is null. Try to run this sql to fix
    ALTER TABLE core_sessions CHANGE current_appcomponent current_appcomponent VARCHAR(100) NOT NULL DEFAULT '';Or go to your ACP -> System -> Support -> choose "Something isn't working correctly" and click Continue to check the sql error and fix automatically
  13. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    ​Thanks for the prompt reply. So I think there is an error in the code. Take a look at what is being spit out. Notice the title floating there:
    ​You can fix this issue, open \applications\featuredcontent\sources\Slider\Slider.php
    Find (line 473)
    'title' => $row->field_1, Replace with
    'title' => $row->_title, Save 
  14. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    It seems the title in custom database can not be found. I'll fix it in next version.
  15. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    ​Hi,
    1. It's "Show Title in content", you can see it in Slider's setting -> Basic tab
    2. I'm finding a solution for croping images on the fly.
     
  16. Like
    onlyME got a reaction from sobrenome in Featured Content for IPS4.x+   
    Please let me know the url so I can test. I think it's due to the large size of a lot of images so it's slow to create cache.
  17. Like
    onlyME got a reaction from AndyF in Musicbox (Support)   
    Thank you, I reuploaded 1.2.1 
  18. Like
    onlyME got a reaction from Ops`1 in Videobox   
    @Ops`1
    Media Replacement Match:
    http://www.cda.pl/video/{1} Media Replacement HTML
    <iframe src="http://ebd.cda.pl/700x413/$1" width="700" height="413" style="border:none;" frameBorder="0" scrolling="no" allowfullscreen name="v2"></iframe> And post the url like this http://www.cda.pl/video/117197753
    Done

  19. Like
    onlyME reacted to Daddy in Topic Thumbnail for IPS4.x   
    I don't see said option, though, I might have an older version. Let me redownload just in case.
    There it is.. Seems I was running an older version. Thanks!
  20. Like
    onlyME reacted to ThomasS in Featured Content for IPS4.x+   
    works now! thanks

    reason: my htaccess auth. blocked the pic generation - disabled it temporarliy and it worked
  21. Like
    onlyME got a reaction from Simon Woods in Featured Content for IPS4.x+   
    I confirm that bug, it will be fixed in the next version in tomorrow. 
  22. Like
    onlyME got a reaction from OblivionNW in Featured Content for IPS4.x+   
    Ok I got it. If you want to add new form, you need to read this post for Form Helper
    And the code you need in \applications\featuredcontent\modules\front\slider\view.php
    protected function manageSlider() { ..... $form = new \IPS\Helpers\Form; $form->class = 'ipsPad ipsForm_vertical'; ..... if ( $values = $form->values() ) { .... } } You also need to edit applications\featuredcontent\sources\Slider\Slider.php to return an array with your new db column before adding it to template.
    protected function fromCustom() { .... }  
  23. Like
    onlyME got a reaction from OblivionNW in Featured Content for IPS4.x+   
    You need to go settings to turn it on first. After that, go to slider manage and create a new slider. In front site, click the float button on the left to open Block Manager, you will see Featured content widget, drag and and place the widget, then select the slidet that you created.
  24. Like
    onlyME reacted to Ausy in Featured Content for IPS4.x+   
    You have to add the slider widget from the block manager. 
  25. Like
    onlyME got a reaction from Simon Woods in Featured Content for IPS4.x+   
    I'm not sure the problem your cimage can not work with src parameter in url. But wait for the next version, I'm working for a better image cache that you don't need to use external php script.
×
×
  • Create New...