Jump to content

A Zayed

Clients
  • Posts

    900
  • Joined

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by A Zayed

  1. If possible, could you give me access to ACP?
  2. A question. Can you post any images at all? even if you're not embedding a url?
  3. Yes, it support 4.4 version.. just edited file info.
  4. Hey; Yes, for this to work... the .ipsDataList class should not have an auto width, So I'd recommend to refer to the theme designer first... This action would help for the plugin to display properly (But may break other stuff): .ipsDataList { display: block; /* Width should be commented */ /* width: auto; */ }
  5. I don't think this is possible without downloads_files table modification, this is because prices are json encoded.
  6. Okay, Considered, Will be added in the soonest release. To remove the bottom bar, you can modify the plugin template by removing this part: <div id='elEventHeader_details' class='ipsClearfix ipsAreaBackground ipsPad'> <div class="ipsPhotoPanel ipsPhotoPanel_tiny ipsPhotoPanel_notPhone ipsClearfix"> {template="userPhoto" app="core" group="global" params="$event->author(), 'tiny'"} <div> <p class="ipsType_reset ipsType_normal ipsType_blendLinks"> {lang="event_created_by" htmlsprintf="$event->author()->link( $event->warningRef() )"} </p> <a href='{$event->container()->url()}' style='color: #fff' class='ipsPos_left ipsResponsive_noFloat cEvents_eventSmall cEvents_style{$event->container()->id}'>{lang="in"} {$event->container()->_title}</a> </div> </div> </div> From template: slidingUpcomingEvents
  7. The image is set as is in the database, to avoid such situation (Broken image urls) it would be better to use the built in imageproxy feature.
  8. I'm not sure how this plugin works, But I can gladly provide support in case of conflict happens.
  9. I sent you PM 3 months ago regarding this, but didn't get feedback from you yet.
  10. What's New in Version 1.4.2 Released Just now Bug fix: prevent images with custom urls from being posted if the user don't have the authority to post HTML. Option added: Control height of the posted image (in pixels). Option added: Setting to truncate URL title or display the complete url.
  11. Yes, you're right... I checked the url you posted, and found that they're using a plugin for image filtering... this plugin adds some custom functions to the image url... That's why IPS strip the customization added to the url... As an action, I'd add check function for customization in the url, if found and the user don't have permission to post html the image should be stripped. That was intended to keep the style intact... but as per your suggestion, I'll add it as an option in plugin settings. This one also will be considered in the upcoming version. Now this request is doubled (You're the second one to request this option). I'll think about it and check what can be done.
  12. What's New in Version 1.4.1 Released Just now Bug fix: url image is missed-up inside emails.
  13. There's no conflict... just reviewed the code and I can confirm that there's no conflict.
  14. Hello Joel, I couldn't reproduce this, please double check and let me know the result...
  15. What's New in Version 1.4.0 Released Just now A New function is now used to retrieve the data (curl), after some users report about some links not working with them.
  16. It extend Text/Parser class, so it works on all editor areas.
  17. It's saved in the database as is, even if the plugin is disabled, the data is saved and will not be broken.
  18. What's New in Version 2.0.2 Released Just now Allow Widget Re-use.
  19. This is actually the content introduced by the OG meta tags from the website... So you can not show more than what the website offer.
×
×
  • Create New...