Jump to content

tsdevelopment

Clients
  • 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

Posts posted by tsdevelopment

  1. 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:

    club-verification-icon.png.a9b7bab9233e89754ed84a2d7da96c38.png

    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.

  2. On 1/28/2022 at 8:17 AM, Brainy S. said:

    I think it would be great if this also displayed a member's verification status icon when the member is listed as part of a Clubs member listing/pending application.

    Is there a bit of simple code you can suggest that I could try adding to the "member row" template for Clubs that would do this?

    I will have a look at the next weekend for that.

  3. 1 minute ago, Matt said:

    You can pay into your account credits head of the invoice if that helps your budgeting.

    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.

  4. On 9/4/2021 at 5:28 PM, ZLTRGO said:

    Can u ad a config/option, so we can adjust the message it shows on the Verification site, aka what they have to do?

    Lb4IkeH.png

    I would like to write my own text there.

    Regards

    This message can be changed in the acp. Search for headline_become_verified_desc in your translations and change it to whatever you want.

  5. 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:

    image.thumb.png.706c2acfff2d2349cee1c6d5e2deb5c2.png

    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?

  6. 5 minutes ago, L4D2Noob said:

    You never said that the installation of icons to users is done manually and not automatically.

    Please read the plugin description:

    Quote

    [...] If the user is a member of the preconfigured group all other members will see a checkmark next to the username like you know it from confirmed profiles at facebook.

    You can configure the color and type of the displayed icon. You can also add custom icons that you can relate to your members. These icons will also be displayed next to the username in hovercards, member profiles and forum posts. [...]

    That's what the plugin does. Only the "verification group icon" will be displayed automatically.

  7. 10 minutes ago, L4D2Noob said:

    At first I had problems with the file system, which I eventually figured out on my own.
    Instead of helping, the developer advised me to switch to the file system from Amazon S3

    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.

    13 minutes ago, L4D2Noob said:

    Now there is a problem displaying the verified user icon.

    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:

    image.png.daeaa011eda9897f6bbd19a7d57b4763.png

    image.png.97f224ce5d1d2e49055fb24324ca2107.png

    Please provide me more information - otherwise I am not able to help you. But don't tell others the plugin would be a fake!

  8. 2 minutes ago, L4D2Noob said:

    This is the only way it works. I figured it out myself ... Cool support!

    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?

  9. Just now, L4D2Noob said:

    I don't have an Amazon S3 account

    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.

  10. On 10/29/2020 at 11:06 AM, marco2306 said:

    I thought, if you don't specify a group, would all groups be included?
    What if I want to verify multiple groups?

    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.

  11. On 10/21/2020 at 4:09 PM, ragnazorg said:

    does it work for the latest revision?

    
    Facebook\FacebookResponse->__construct(Object(Facebook\FacebookRequest), '', 0, NULL)
    
    Facebook\FacebookClient->sendRequest(Object(Facebook\FacebookRequest))
    
    Facebook\Facebook->sendRequest('GET', '/https://www.fa...', Array, Object(Facebook\Authentication\AccessToken), NULL, 'v8.0')
    
    Facebook\Facebook->get('/https://www.fa...')
    
    IPS\itzknotty\_Application::retreiveData('en-US', 'https://www.fac...', '200850736595284...', '87586804533d7fa...', 'EAAciuhATjUwBAB...', Array, 'feed', 25, 0)
    
    IPS\itzknotty\_Application::retreiveFacebookData(Array, 'feed', 25, 0)
    
    IPS\itzknotty\_Application::getPosts(25, 0)
    
    IPS\itzknotty\modules\front\itzknotty\_facebook->manage()
    
    IPS\Dispatcher\_Controller->execute()
    
    IPS\itzknotty\modules\front\itzknotty\_facebook->execute()


     

    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.

  12. On 10/26/2020 at 12:48 PM, marco2306 said:

    Good extension, unfortunately no icon is displayed after checking.
    Not even in standard style.
    Is there a solution for this?

    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

×
×
  • Create New...