Jump to content

Bluto

Members
  • Posts

    1,194
  • Joined

  • Last visited

  • Days Won

    4

Reputation Activity

  1. Thanks
    Bluto reacted to Adriano Faria in Links Directory   
    In the app settings -> Link View you can enable and reorder blocks at your wish. 
    EDIT: Index view, sorry.

     
  2. Thanks
    Bluto reacted to Adriano Faria in Links Directory   
    Open applications\links\sources\Link\Link.php and find:
    $return['url'] = new \IPS\Helpers\Form\Url( 'link_url', ( $item ) ? $item->url : '', TRUE, array( 'allowedProtocols' => array( 'http', 'https' ) ), function( $val ) use ($item) { if( \IPS\Request::i()->do == 'submit' ) { $count = \IPS\Db::i()->select( 'COUNT(*)', 'links_links', array( 'link_url=?', $val ) )->first(); if ( $count ) { throw new \InvalidArgumentException('link_in_use'); } } } ); Change to:
    $return['url'] = new \IPS\Helpers\Form\Url( 'link_url', ( $item ) ? $item->url : '', TRUE, array( 'allowedProtocols' => array( 'http', 'https' ) ) );  
    @Bluto
  3. Like
    Bluto reacted to Adriano Faria in Links Directory   
    OK. I’ll post here within an hour (when I reach my PC).
  4. Like
    Bluto reacted to Adriano Faria in Links Directory   
    Ok, I’ll add a setting. Currently you can edit a file to allow this. Let me know if you want me to show you how to do it. 
  5. Like
    Bluto got a reaction from Adriano Faria in Links Directory   
    In a future release, would it be possible to have an option to turn off the duplicate link protection?
    I'm working on a project which duplicate links isn't an issue.  I couldn't find any settings to turn that protection off.
    If there is a setting, please let me know.
    Thanks!
  6. Like
    Bluto got a reaction from Adriano Faria in Links Directory   
    Works perfect.  Thanks @Adriano Faria 
    For anyone else looking to use link directory extra fields in other places / templates (inside the links app).
    {{$fields = $link->customFields();}} {{foreach $fields as $k => $v}} {lang="links_{$k}"} {$v|raw} {{endforeach}} Can also access:
    // field_1 being your first extra field you created. {{$fields = $link->customFields();}} {$fields['field_1']}  
  7. Thanks
    Bluto reacted to Adriano Faria in Links Directory   
    Because $cfields comes from the php. In indexBlock don’t. My bad  
    Have you tried? 
    --------------------
    @Bluto, try:
    {{$fields = $link->customFields();}}  
  8. Like
    Bluto reacted to Adriano Faria in Links Directory   
    There’s no space there to add custom fields but if you want to edit your template, use $link->customFields() or something like that. Take a look in the view template. 
  9. Like
    Bluto got a reaction from Adriano Faria in Profile Photo in Online Lists   
    Works perfect!  Thanks!  
  10. Thanks
    Bluto reacted to Adriano Faria in Profile Photo in Online Lists   
    True. I'll add the CSS in next version. For now, add to the custom.css:
    .ipsList_inline.ipsList_csv li.no_sep:after{content: ' '!important;}  
  11. Like
    Bluto reacted to A Zayed in External Links Rich Embed [Support Topic]   
    Wait for it in the soonest version
  12. Like
    Bluto got a reaction from A Zayed in External Links Rich Embed [Support Topic]   
    Hey, love the plugin!
    Would it be possible, in the settings, to have a list of URLs not to convert.  I have a lot of people pasting Goo.gl links and links using other shortners.  It would be great if the plugin could skip certain links. 
    Otherwise, it works great.
  13. Thanks
    Bluto reacted to TAMAN in Advanced Footer [ Support topic ]   
    Version 1.0.5
    Fixed ( Quick Links, Social Links) fields not been saved anymore on latest IPS 4.3.5 Version. For better recognizing your created blocks, the Block type or custom titles are shown on ACP Instead of "No title" text ? @Bluto thanks for suggesting.  
  14. Thanks
    Bluto got a reaction from TAMAN in Advanced Footer [ Support topic ]   
    Thanks!  Nice app!  Lots of options.  
  15. Thanks
    Bluto reacted to TAMAN in Advanced Footer [ Support topic ]   
    mmm, it happened after ips 4.3.5 version i guess
    I will fix it later.
    thanks for letting me know ? 
     
    Its normal, You cant re-arrange blocks if the row is full ( 4 blocks )
    Move one of the blocks out and then move it back to rearrange them ? 
     
    I will try to improve it.
    not with next update tho 
     
  16. Like
    Bluto reacted to kRSB in Password manager   
    Updated with IPB 4.3 support. I will also be adding new features to this application soon such as reminders
  17. Thanks
    Bluto reacted to Michael.J in Live Topics (Support)   
    Small change needed, v1.1.1 was released for IPB 4.3.x just now.
  18. Thanks
    Bluto reacted to TheJackal84 in Members Shop ( Support Topic )   
    Sorry thought it was in there, you can check it out here https://ipsdev.org/index.php?/membersshop/
    I don't know why they are using a 3rd party hosting provider, they own their own cloud service ( unless it is not that good then lol )
  19. Like
    Bluto got a reaction from Chris027 in Spam Prevention Suite - Supporttopic   
    Thanks!  I have the same Chinese problem, but also Korean and Indian "Healers".
    It would be great to be able to flag Korean also and maybe selected phrases.  The Indian "healer" posts tend to have some phrases that are the same in every post or reference some Hindu God.  I would be great to have a phrases option.
  20. Like
    Bluto reacted to Michael.J in Forms Support   
    I like the idea. A new update won't be soon, so if your open to a bit of testing? I might have some code you can try out in the meantime.
    I'm not entirely familiar with the Rules app and the author himself added support for this. But there appears to only be "events" setup with events setup for form title, log title and a forms custom fields.
  21. Like
    Bluto reacted to IveLeft... in Setting up a secure Nginx+PHP-FPM installation for IPS4   
    If your not very server admin technical then you could try centminmod, its a breeze to set up and runs IPS4 nicely, Jimmy has an NGinx config file for it as well.
     
     
  22. Thanks
    Bluto reacted to Adriano Faria in Links Directory   
    Just like I did on Classifieds, it is now available on LD for IPS 4.3:

    More features and to make suggestions for the IPS 4.3, go to http://www.sosinvision.com.br/ips4/index.php?/forum/17-suggestions/
  23. Like
    Bluto reacted to TAMAN in Swiper Slider [ support topic ]   
    Maybe in a feature updates
    I will include the application a widget feature  
  24. Like
    Bluto reacted to TAMAN in Swiper Slider [ support topic ]   
  25. Thanks
    Bluto reacted to onlyME in Videobox   
    1 & 2 will be updated in the next version.
×
×
  • Create New...