Bug Not shown in Profile

Status
Not open for further replies.

MapleOne

Customer
Could you look at my profile here: https://dn.ca/members/mapledots.4/

I have custom user fields using this addon

The favicons are not showing up in the members profile links
 
As per the product description, this addon only works with links posted via BBCode. I don't believe profile fields are supported at this time.
 
Yeah, I was using a different addon and it did change those as well but I installed yours after I upgraded to v2.3.4 on Xenforo because the other addon was not updated yet.

It was so nice seeing the favicons for the members website in their profile, it looks kind of like an error now with only a globe displaying.
 
Hello @MapleOne,

We hope your ticket regarding DragonByte Favicons has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Well I guess by resolved it means not fixed, then yes it's resolved with a NO as an answer.

Funny thing is I just spent 3 times more and another addon was just upgraded that does what I need.

I think it's an oversight not to have the favicons appear in profiles but I'll update my reviews on Xenforo to high-lite the differences.
 
I paid for the branding free version which was €17.50 and converted to $28 CAD

By comparison, on that works was just updated at $6.00, it's no big deal, I'll go load this one, it's just if I'd have known this addon does not do profiles I would not have installed it. My fault really for not thoroughly checking first.
 
The Branding Free is an optional extra, the add-on itself is still free :)

Can you show me the "Value display HTML" and "Wrapper display HTML" for your custom user field?
 
I would still like to improve the add-on for future users, so it would be extremely helpful if you would please answer the question :)
 
Not sure how to answer that, you can look at this link

You can see the 3 links starting https://

With the previous addon I had it showed a favicon beside those.
With yours it showed a generic world icon which made it look like an invalid link.

PS. Look above at the link I just posted, your addon showed that world link in a lot of places, that is why I removed it.
 
Not sure how to answer that, you can look at this link

You can see the 3 links starting https://

With the previous addon I had it showed a favicon beside those.
With yours it showed a generic world icon which made it look like an invalid link.
No, I can't look at your site as member profiles are not accessible to guests.
 
Update: For future reference, you can accomplish this by changing the "Value display HTML" setting to this:
HTML:
<a class="link--favicon link--favicon--before" style="background-image:url('https://www.google.com/s2/favicons?domain={$valueUrl}');" href="{$value}">{$value}</a>
I've confirmed this will work just fine :)

Naturally, you'd need to apply any other custom styling to the URL. You can change link--favicon--before to link--favicon--after if you prefer the favicon after the link itself.

---

Furthermore, I also tested the other add-on you mentioned and it does not work with profile links by default. You likely use something like this as your "Value display HTML" setting:
HTML:
<a data-xf-init="favicon" href="{$value}">{$value}</a>
and you had merely forgot you made that customisation.
 
PS. Look above at the link I just posted, your addon showed that world link in a lot of places, that is why I removed it.
The reason why it showed a world icon for your profile URL is because your profile URL returned a 403.

Look above at the link you just posted, my addon shows the favicon correctly when you don't lock down your profile URLs.

Also, I can see the addon in question does not work at all with profile URLs:
1736187600973.webp
So...
 
It should still show the site URL though, it did not show a 403, it showed a YOU MUST LOG IN screen which had a favicon for the site.

Anyways, these are just comments, I'm not trying to argue, I think you do great work, it just a different addon from what I was used to.

PS. I just re-enabled your addon, visit the profile again to see.
 
It should still show the site URL though, it did not show a 403, it showed a YOU MUST LOG IN screen which had a favicon for the site.
YOU MUST LOG IN page in XenForo returns HTTP 403 (Forbidden), and no favicon is therefore returned by Google's API.

PS. I just re-enabled your addon, visit the profile again to see.
Please go to admin.php?custom-user-fields/ and click to edit the following three fields:
  • "My Website"
  • "DN Market",
  • "TwitterX Profile"

And expand the "General options" block, then paste the contents of the "Value display HTML" box.

Once I have that information for those three custom user fields, I can advise further on how to get the proper favicons showing :)
 
Can you try changing the "Value Display HTML" value for the My Website and TwitterX Profile fields to
HTML:
<a class="link link--external link--favicon link--favicon--before" style="background-image:url('https://www.google.com/s2/favicons?domain={$valueUrl}');" href="{$value}">{$value}</a>
and change the "Value Display HTML" value for the DN Market field to:
HTML:
<a class="link link--internal link--favicon link--favicon--before" style="background-image:url('https://www.google.com/s2/favicons?domain={$valueUrl}');" href="{$value}">{$value}</a>

And let me know if that works for you?
 
Status
Not open for further replies.

DragonByte Favicons

XenForo 2.0.4+ XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
468
Customer rating
0.00 star(s) 0 ratings
Back
Top