Jump to content

tsdevelopment

Clients
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    1

tsdevelopment last won the day on October 1 2016

tsdevelopment had the most liked content!

4 Followers

Contact Methods

Profile Information

  • Location
    Düseldorf, Germany

Recent Profile Visitors

3,828 profile views

tsdevelopment's Achievements

  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?
×
×
  • Create New...