Jump to content

Adriano Faria

Clients
  • Posts

    31,867
  • Joined

  • Days Won

    475

 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 Adriano Faria

  1. Can't reproduce this error specifically but another one when editing the article. Sent you a new version via PM. Please try and let me know if it is ok, so I can update the file on marketplace.
  2. You seem to be still using this as a plugin. It was converted to an application ages ago. You probably missed it. Make sure you follow the instructions from August/2017:
  3. Search for the settings Display EXPIRED adverts? and Display COMPLETED adverts?. Adverts won't show up if both settings are disabled. If they are enabled, then wait for the dev to help you.
  4. Are all adverts completed/finished? There’s a setting that removes them from displaying.
  5. Yes. I have a version that will work with packages, so you can set in the packages the settings for the submissions: pin and/or feature. It's under tests. I have only one user using it and I didn't receive enough feedback yet so I rather wait a little bit before release it. 🙂
  6. What's New in Version 1.0.1: New features: Add a module in the ModeratorCP to display the content in the front-end Add a couple of moderator permission to control who can view the listing and view the content posted Enhancements: Language name and flag will only appear from now on if your community has more than one language installed Added ability to ban the IP and Email addresses in Admin CP and front-end (permisison checked) Added link to the IP Address Lookup tool so admin can view everything related to the IP used to create the content
  7. You go to a “minimal” page. There’s no breadcrumbs there: 🤷🏻‍♂️
  8. You board is ok. It was enough just to edit the categories and hit save. It was missing a language bit. I mentioned this in a couple of places in this topic. I will try to review this for the others. Thank you. ------------------------------------------------------------ EDIT: You can download version 1.3.1 to make some tests: https://www.sosinvision.com.br/ips4/index.php?/topic/1156-raffles-131-rc-1/
  9. Send a PM with ACP. I’ll take a look tomorrow.
  10. I’ll fix it a future version. I just released a new version. I will provide a quick fix, it possible, in next few days. ------------------------------------------------------------------ EDIT: just tested and breadcrumb works fine to me:
  11. No. This is calendar RSVP event management; not a user group management.
  12. What's New in Version 1.3.1: Additional Department email and Staff email (grou ps to notify) will now be sent as CC.
  13. Phil, just found same issue in Commerce -> Support Requests -> My Preferences: So yes, it's a IPS thing. 👍 @Phil7789
  14. Ok. Let's try one more try. ACP: - I can toggle the box but the FA is missing: This is all handled by the framework simply by adding to the field: 'tags' => array( '{days}' => \IPS\Member::loggedIn()->language()->addToStack('dtpmessage_days'), '{topic_age}' => \IPS\Member::loggedIn()->language()->addToStack('dtpmessage_topicage') ) So the whole editor field is: $form->add( new \IPS\Helpers\Form\Editor( 'dtpmessage', \IPS\Settings::i()->dtpmessage, FALSE, array( 'app' => 'core', 'key' => 'Admin', 'autoSaveKey' => 'dtpmessage', 'tags' => array( '{days}' => \IPS\Member::loggedIn()->language()->addToStack('dtpmessage_days'), '{topic_age}' => \IPS\Member::loggedIn()->language()->addToStack('dtpmessage_topicage') ) ) ) ); Taking a look at that templates, there is no FA there. Template: core -> global -> forms -> editor: {{if !empty( $tags )}} </div> <div class='ipsColumn_medium ipsColumn ipsAreaBackground_light ipsComposeArea_sidebar {{if !isset( \IPS\Request::i()->cookie['tagSidebar'] )}}ipsComposeArea_sidebarOpen{{else}}ipsComposeArea_sidebarClosed{{endif}}'> <a href='#' class="ipsJS_show" data-action='tagsToggle' data-ipsTooltip data-ipsTooltip-label="{lang="toggle_sidebar"}">{lang="toggle_sidebar"}</a> <h3 class='ipsAreaBackground ipsPad_half ipsType_reset' data-role='tagsHeader'>{lang="editor_tags"}</h3> <ul class='ipsList_reset ipsScrollbar' data-role='tagsList'> {{foreach $tags as $tagKey => $tagValue }} <li class='ipsPad_half'> <label class="ipsJS_show" data-tagKey="{$tagKey}">{$tagKey}</label> <div class='ipsJS_hide ipsType_light'><strong>{$tagKey}</strong></div> <div class='ipsType_light '>{$tagValue}</div> </li> {{endforeach}} </ul> </div> </div> {{endif}} So you should post in the FEEDBACK forum or request via ticket to IPS. ---------------------------------------------------------------------------------------- Front-end: I don't have conent anywhere on my plugin so yes, this is something related to IPS template. The chosen style shows up and that's what matters to me:
  15. ?????? Screenshot please!
  16. That box is built automatically by the framework by simply passing a parameter to the form helper. I don’t control anything on it, except the text that shows up there: the “tag” and the tag description.
  17. Your posts are too confusing, sorry! Hard to understand. Font awesome icon on ACP? No, it shows only in topic view and it uses IPS classes (ipsMessage). What is that? I have no idea! Regarding typo, you can fix in your ACP -> Customization -> editing your language. That’s not enough to justify a new version.
  18. Tags? Tags are used only on topic creation. This plugin will control if a guest can reply in an existing topic. There’s no tag when replying.
  19. What's New in Version 1.3.2: Fix missing language bit in Positions widget Fix position thumbnail in position view Remove "ghost" image when editing an position
  20. @AlexJ Additional Department Email and Staff (groups to notify) Email will be sent as CC. Before: Now: I'll send a test version via PM. Test and let me know if it's ok.
  21. I see what you mean. Ok, let me see if it can send CC.
  22. I’m not sure what you’re talking about. SEND COPY TO MY EMAIL will simply send a copy to the user who filled the form, in the email the user provided, using the outgoing email, of course. At least it should do that. I’m not sure where staff emails enter here. I’ll retest it tomorrow, anyway.
  23. Probably due to lazy loading. Anyway, both issues won’t stop the app from working. I’ll fix them in next version. 👍
  24. @h2ojunkie Tests: - Desktop => Firefox (latest version): - Desktop => Chrome (latest version): - Mobile: Safari (latest version): - Mobile: Chrome (latest version) All seems fine to me. I don't see any error or anything reported in your post.
×
×
  • Create New...