Jump to content

(itzverified) member verification

You are viewing a curated collection of the most significant posts in this topic.

Featured Replies

  • 4 years later...
  • Replies 149
  • Views 14.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Puts an option to choose the color.

  • Yes Another thing, a permission option to determined the group that can request verification.

  • TimTheMiles
    TimTheMiles

    This would be a great option to change the color. I would like to suggest one more option. The ability to show the Verification Mark next to Usernames on the Discover / Timeline Page  

Posted Images

/downloads/Attachments/itzverified_Verifications

509118943_2021-04-12232603.png.53142cb09b9eac97cd304c0f5f6ecf1b.png

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

leonardo dicaprio bravo GIF

1998330727_2021-04-12232746.thumb.png.b6a7cf6de69047aa7ed54edcfe36008a.png

  • Author
 

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?

  • Author
 

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.

 

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!

  • Author
 

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.

Edited by tsdevelopment

  • 4 months later...
  • Author
 

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.

  • 4 months later...

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?

Edited by Brainy S.

  • 2 weeks later...
  • Author
 

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.

  • Author

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.

 

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.

I still consider this great support on your part that you looked into this and gave it a good go even though it turned out not to be practical. Thanks!

  • Author
 

Are the verification codes time-sensitive?

No, they are not time-sensitive. But it's a good idea.

Edited by tsdevelopment

  • 1 month later...

I am getting the same issue here. It will be nice if we get a reply:

Error: Call to undefined method ArrayIterator::first() (0)
#0 /var/www/html/106160/applications/core/modules/front/system/settings.php(57): IPS\core\modules\front\system\itzverified_hook_codeCoreSystemSettings->_verification()
#1 /var/www/html/106160/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\_settings->manage()
#2 /var/www/html/106160/applications/core/modules/front/system/settings.php(42): IPS\Dispatcher\_Controller->execute()
#3 /var/www/html/106160/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\system\_settings->execute()
#4 /var/www/html/106160/index.php(13): IPS\_Dispatcher->run()
#5 {main}

 

  • 3 months later...
  • Author
 

I need help installing

Please write me a private message if your issue still exists.

Recently Browsing 0

  • No registered users viewing this page.