Jump to content

tsdevelopment

Members
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    1

 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 tsdevelopment

  1. Please write me a private message if your issue still exists.
  2. No, they are not time-sensitive. But it's a good idea.
  3. Hi @Brainy S., I have bad news. I looked into the templates. But I can not hook into the code without extreme overhead. For example I want to add the verification icon here: But the code looks like that: <ips:template parameters="$club, $members" /> <ol class='ipsAreaBackground_reset ipsList_reset ipsPad ipsGrid ipsGrid_collapsePhone ipsClear' data-ipsGrid data-ipsGrid-equalHeights='row' data-ipsGrid-minItemSize='170' data-ipsGrid-maxItemSize='400'> {{if \count( $members )}} {{foreach $members as $member}} [...] <h3 class='ipsType_sectionHead ipsMemberCard_name'> {$member['core_members']['name']} <-- This is where the hook must go </h3> [...] When I create a hook I can only access $club and $members, not the single member I need. So Invision should use a template to display the member name - then I could create a small hook to display the icon. I know I could create a hook to override the complete loop - but I don't want to do that. It's such a big change and could break every core update.
  4. I will have a look at the next weekend for that.
  5. No, this doesn't help b/c most of my plugins are available for free. There is a difference whether I have to pay 25$ each 6 months or 80$ at once. Would be better to have monthly payments and maybe to get a discount when someone pays the complete amount at once.
  6. Please provide monthly payments. This would be better. Or no renewal periods.
  7. They should have given us one last chance to renew the license at the old price. Without notification of a price increase, many developers will think about stopping development. I will also think about whether it makes sense to continue working on (free) extensions.
  8. This message can be changed in the acp. Search for headline_become_verified_desc in your translations and change it to whatever you want.
  9. Yes, the plugin is almost finished. I can share the latest version with you. How is the best way for you to get the file?
  10. Okay, thank you. Is there any chance the fix will be included in the next release?
  11. Hi, can you tell me whether this fix is included in the latest BETA (4.6.0 Beta 1)? I can not find anything about read markers in the release notes. Or will a fix not be included in the next release?
  12. Hello, I am currently working on a new plugin that provides content items without any container. I followed your docs to implement read markers (https://invisioncommunity.com/developers/docs/fundamentals/content-items/implementing-read-markers-in-content-items-r95/) but when I go to /discover/unread/ I get the following error: The error comes from an invalid created array when a content item has no containerId in the `core_item_markers.item_app_key_1` column in the database. Can you please provide a fix for that or is it not possible to create content items without read markers?
  13. Please read the plugin description: That's what the plugin does. Only the "verification group icon" will be displayed automatically.
  14. Sorry, but you misunderstood me. I only wanted to know if you use Amazon S3 as file system to figure out if it was a file system issue or something else. What theme do you use? When you use a custom theme and several blocks are overwritten, then the hooks maybe does not work. I can only support the default theme or any theme that uses the standard blocks and attributes. I also checked the latest plugin version and everything is working: Please provide me more information - otherwise I am not able to help you. But don't tell others the plugin would be a fake!
  15. This means to me that there is an existing issue with the file storage implementation? Why does the image in the "preview" work but not in the moderator panel? Can you provide me both path to the image that the application tried to load? Or is everything fine now?
  16. Ah, okay. So you use the local file system to store files or another one? I need as much information as possible to reproduce the issue. Please send me as much information as you can in a private message. Then I will try to find out what's going wrong here.
  17. Does the solution from the other users' review help (setting the file management to S3)?
  18. Can you please look for loading errors in the dev console? I think it's a permission issue on your server.
  19. Hi, can you please verify that the images can be found on the file system? Maybe it's a permission or upload issue.
  20. It does not make sense to include all groups b/c then all members would be verified. If you only want to allow specific groups to use the functionality then use the configuration "Gruppen" at the bottom. The options for primary and secondary group is there to tell the system whether to display a member of these groups as verified or not.
  21. You did not select a secondary group or primary group. That's required. Only when a user is member of one of the selected groups the icon will be displayed.
  22. Did you create the token like described in the description?
  23. It should work with the lastest version. The latest plugin version now uses version 8. of the Graph API from Facebook. Do you have problems? Error messages are logged to the ACP.
  24. The icon is only displayed when a user has been verified or if.you configured other icons and related them to users. Did you configure everything? Which icon do you want to display? Then I can check it in my installation
  25. Correct. The plugin also provides a complete page with all posts and bigger images + comment from instagram.
×
×
  • Create New...