-
(itzverified) member verification
Please write me a private message if your issue still exists.
-
(itzverified) member verification
No, they are not time-sensitive. But it's a good idea.
-
(itzverified) member verification
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.
-
(itzverified) member verification
I will have a look at the next weekend for that.
-
Hump Day: A Refresh Has Arrived!
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.
-
Hump Day: A Refresh Has Arrived!
Please provide monthly payments. This would be better. Or no renewal periods.
-
Hump Day: A Refresh Has Arrived!
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.
-
radoradovan started following tsdevelopment
-
(itzverified) member verification
This message can be changed in the acp. Search for headline_become_verified_desc in your translations and change it to whatever you want.
-
Read markers not on content elements with no conainer
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?
-
Read markers not on content elements with no conainer
Okay, thank you. Is there any chance the fix will be included in the next release?
-
Read markers not on content elements with no conainer
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?
-
Read markers not on content elements with no conainer
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?
-
(itzverified) member verification
Please read the plugin description: That's what the plugin does. Only the "verification group icon" will be displayed automatically.
-
(itzverified) member verification
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!
-
(itzverified) member verification
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?