Jump to content

wmarcy

Friends
  • Posts

    887
  • Joined

  • Last visited

Reputation Activity

  1. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    Try to open /applications/featuredcontent/sources/Slider/Slider.php
    Find (line 830)
    $state[] = 'file_feature_flag=1'; Replace to
    $state[] = 'file_featured=1'; Save
     
  2. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    Sure, I like the ideas from my clients to complete my app.
  3. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    Yes, I will add the 'all' checkmark and default image setting in the next version.
     
  4. Like
    wmarcy got a reaction from Morrigan in Traffic Generator - IP.Board 4.x   
    -RAW- has had complete access to my ACP and never has done anything other than exactly what he has said.   100% complete trust. 
  5. Like
    wmarcy got a reaction from -RAW- in Traffic Generator - IP.Board 4.x   
    -RAW- has had complete access to my ACP and never has done anything other than exactly what he has said.   100% complete trust. 
  6. Like
    wmarcy got a reaction from media in Who We Are - IP.Board 4.x   
    My people love it.  Options are good to have. 
  7. Like
    wmarcy got a reaction from Kjell Iver Johansen in Who We Are - IP.Board 4.x   
    My people love it.  Options are good to have. 
  8. Like
    wmarcy reacted to -RAW- in Traffic Generator - IP.Board 4.x   
    Gotcha, that should be a easy fix, will update in the plugin morning.
  9. Like
    wmarcy reacted to -RAW- in Traffic Generator - IP.Board 4.x   
    The one that posted that review must be on a free host.
    Thats 15 on my settings and it causes no problem on my site ( shared hosting )
     



  10. Like
    wmarcy got a reaction from -RAW- in Traffic Generator - IP.Board 4.x   
    Running it on my site and it has no noticeable CPU hit at all.  
  11. Like
    wmarcy reacted to Joel R in Videobox   
    Congrats on the release
  12. Like
    wmarcy reacted to onlyME in Videobox   
    Hi all,
    V1.0.24 has been released with Live Streams (Twitch & Hitbox)


  13. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    yes, you can create a 'no-auto' slider and add custom link, image, title...
  14. Like
    wmarcy reacted to Gorgasm in Videobox   
    thanks that was it...category permissions
  15. Like
    wmarcy reacted to onlyME in Videobox   
    Did you select content for that field when posting? And make sure you already active that field for the category that you post videos.
  16. Like
    wmarcy reacted to onlyME in Videobox   
    No, you can create a Text or Selectbox field.
    The image is based on the field content, so the format is
    <img src="http://yoursite/{content}.png"> Example, you have Selectbox field:

    And you need some images: CAM-TS.png, DVDrip.png, HDRip.png, DVDScr.png.....
    Then go to Videobox -> Settings -> Custom fields -> Fields in images -> In top -> select the field that you created. Use HTML in format to show image

  17. Like
    wmarcy reacted to SC36DC in Change Post Author - IP.Board 4.x   
    UPDATE:
    I purchased it, installed it and tried it. 
    I am happy to report that it worked perfectly. This plugin is a TRUE LIFESAVER!! Thank you so much for creating this. As I mentioned before my current forum software phpbb had this feature built in, would be nice to have seen it built in to IPB as well, but at least we got you to provide this incredibly useful feature for a small fee. Thanks again.
  18. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    You can see the image width/height options in Slider settings

    Example if you use cimage, you should setup the url in Customization > Featured Content > Settings > On-the-fly Image Resizing URL
    http://yourdomain/cimage/webroot/img.php?src={url}&w={width}&h={height}&cf&q=90 Save.
    It auto crops image with the width/height you set.
  19. Like
    wmarcy got a reaction from -RAW- in Change Post Author - IP.Board 4.x   
    Even as it stands now it is the most useful app I own.   Thanks for coding this -Raw-!
  20. Like
    wmarcy got a reaction from chilihead in PAGES - Confused by IPB & the staff   
    Chilihead, check out my subscription system at sedonconnect.com, it does exactly that. 
  21. Like
    wmarcy reacted to Wayne B in Featured Content for IPS4.x+   
    Interesting point ... I can see a use for both to be honest. They would both be very useful but for my situation I would be happy with member can manage all, clearly others may prefer different I suppose.
  22. Like
    wmarcy reacted to GrooveOnBeat in Featured Content for IPS4.x+   
    Thanks! You're the best!
    I had to make one other adjustment for it to work.
    Find: $form->add( new \IPS\Helpers\Form\Url( 'fcc_image', $item ? $item['fcc_image'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_image' ) ); Replace with: $form->add( new \IPS\Helpers\Form\Text( 'fcc_image', $item ? $item['fcc_image'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_image' ) );  
  23. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    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
  24. Like
    wmarcy reacted to jcdesign in Featured Content for IPS4.x+   
    Ok I resaved with guest manage and then It shows in widget. Many thanks onlyME. This is an incredible application. I´m very lucky and I don´t know why I´m not looked at this earlier.
  25. Like
    wmarcy reacted to onlyME in Featured Content for IPS4.x+   
    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...