Jump to content

Custom Username Icon

Featured Replies

1 minute ago, Adriano Faria said:

No. I’ll test it out and update it if required. 

Okay, thanks. Our board is running 4.5.4.2.

  • Replies 73
  • Views 7.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Stuart Silvester
    Stuart Silvester

    @Adriano Faria The issue with @Morrigan not being able to upgrade is because your new application has a lower (long) version number than your plugin did (despite this being a point in the guidelines f

  • GrooveOnBeat
    GrooveOnBeat

    @Adriano Faria I figured out why.  There's a conflict with css "@import". Using "link" works: <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"&g

  • I can see the custom username plugin ... video shows 2 plugins .. country and username unless I am missing something?

Posted Images

  • Author
36 minutes ago, Petra Jane said:

Okay, thanks. Our board is running 4.5.4.2.

I just submitted a new version to fix it. Follow the file to be notified when it gets available.

Hi Adriano, got the new version through, but when I try to install new version, I get an error message: Something went wrong, please try again. And refreshing the page to try again, I still end up with the same error message.

 

Any ideas please?

  • Author
5 minutes ago, Petra Jane said:

Hi Adriano, got the new version through, but when I try to install new version, I get an error message: Something went wrong, please try again. And refreshing the page to try again, I still end up with the same error message.

 

Any ideas please?

This is a marketplace error message, not from the resource. I would submit a ticket to IPS. 

27 minutes ago, Adriano Faria said:

This is a marketplace error message, not from the resource. I would submit a ticket to IPS. 

Okay, thanks.

Just to update thngs, the reason I was unable to update the custom Icon was because originally, this plugin was bought by the previous site owner, under their Invision license key. When I took over the site and forums, I purchased a new license and this meant that we were unable to access the previous plugin and update it, even though it was listed in our ACP.

A quick discussion with Stuart at Invision explained this and simply buying the plugin/app anew under the correct license key solved the issue.

 

Many thanks to Stuart and @Adriano Faria

  • 2 months later...

Any idea why user profile setting can look like this?

screenshot-2021_04.14-10_12_31.png.5ce8683ab6e22e1a7307d7b5a956f9b5.png

Edited by Sonya*

Adding 'parse' => 'html' has solved the issue

$form->add( new \IPS\Helpers\Form\Radio( 'cui_icon', \IPS\customusericon\Member::loggedIn()->cui_icon ? \IPS\customusericon\Member::loggedIn()->cui_icon : 0, FALSE, array( 'options' => $icons, 'parse' => 'html' ) ) );

Can you please update the app? Thank you!

  • Author
26 minutes ago, Sonya* said:

Adding 'parse' => 'html' has solved the issue

$form->add( new \IPS\Helpers\Form\Radio( 'cui_icon', \IPS\customusericon\Member::loggedIn()->cui_icon ? \IPS\customusericon\Member::loggedIn()->cui_icon : 0, FALSE, array( 'options' => $icons, 'parse' => 'html' ) ) );

Can you please update the app? Thank you!

This was taken on a 4.5 last September:

It shows ok to me, installed directly from marketplace. 

i’ll take a look. Probably something has changed. 👍

Just now, Adriano Faria said:

It shows ok to me, installed directly from marketplace. 

I have made fresh install as well. 

Suggestion: is it possible that you hook into the profile as well? It would be nice if the icon would be shown on the profile page:

screenshot-2021_04.14-11_25_47.png.0de282ef38ae719521c90c2ff697eaca.png

Thanks

  • Author
1 hour ago, Sonya* said:

I have made fresh install as well. 

I can confirm. Weird.... will release a new version. 👍

  • Author
1 hour ago, Sonya* said:

Suggestion: is it possible that you hook into the profile as well? It would be nice if the icon would be shown on the profile page:

zcO0EEf.png

 

01oFgQP.png

  • Author

What's New in Version 1.1.2:

  • Fix FA icons display on Account Settings
  • Add user FA icon to the profile page
  • Add user FA icon to the profile card
  • 10 months later...

Hello,

Do you have any plans for integrating this plugin to work with the Chatbox addon? I believe a lot of people would benefit from such integration, as the chatbox addon is quite popular, often a standard addition to most communities. So far it doesn't show the username icon there.

Also, since the Shop addon is made by you as well, would you perhaps be willing to integrate it there as well? So that we can add an item in the Members Shop plugin which would enable the buyer to set the custom username icon for himself once, or more times, depending on how you'd be willing to implement that functionality.

It's nice that it displays the icon in the user's profile next to their name, but it doesn't show the icon in the main activity feed in the centre. Without it being displayed here it looks a bit inconsistent.

Other than that, very good job, works flawlessly and it's very easy to use and is definitely worth the money.

Best regards,
adik

  • Author
1 minute ago, adik said:

Do you have any plans for integrating this plugin to work with the Chatbox addon?

If the chatbox uses the userLink tempalte, it will show. Otherwise, no. No plan if it doesn't use the right template.

2 minutes ago, adik said:

since the Shop addon is made by you as well, would you perhaps be willing to integrate it there as well

Not developed by me. I support it today. Reason must be the same above.

3 minutes ago, adik said:

It's nice that it displays the icon in the user's profile next to their name, but it doesn't show the icon in the main activity feed in the centre. Without it being displayed here it looks a bit inconsistent.

The same reason above: user link ther is added via language bit, not via template, so it won't show.

  • 10 months later...
  • Author

What's New in Version 1.2.0:

  • New setting: Display icon everywhere
    • If disabled, you will be able to choose specific applications where the icon should appear
  • Move the Settings page from Community to Members ACP area

 

792863314_Capturadetela2023-01-13160145.

  • 4 months later...

@Adriano Faria group settings that can have an icon selection do not work. Tab will not appear in your account settings. However, you can go directly to the link and set an icon for yourself.

  • Author

Works fine on default theme:

Make sure you test it on an unmodified default theme If you're using a custom one.

@Adriano Faria sorry, imprecisely explained. A user from a group without permissions can set the icon for himself by going directly to the link to change the icon

  • Author
8 minutes ago, adik said:

@Adriano Faria sorry, imprecisely explained. A user from a group without permissions can set the icon for himself by going directly to the link to change the icon

Oh ok, confirmed. Although the user has access and set an icon, it won't display anywhere.

Anyway, I'll fix it and will update the marketplace submission. Let me know if you have FTP access to your server; I'll send a quick fix.

@Adriano Faria yes, I have. Thank you for your quick response 👍

  • Author

Just sent a message with a file to replace in your system.

Recently Browsing 0

  • No registered users viewing this page.