Font Awesome Manager

Font Awesome Manager 1.2.7

No permission to download
For Bolt users, we're using "comment-alt-lines" by default. Not sure why it wouldn't be loading that icon is on the list of additional icons as far as I can see.

If you can't see your node icons, for now go to: Style properties ->? Node/forum list and change read/unread node icon from:

comment-alt-lines to just comments
 
A reinstall will not fill my form fields again.
So finally i deinstall the addon and go to bed, dreaming about a 22kb file having aaaaaaaall my icons.
 
Here I have the same problem about the 403 error when I save my configuration:

GuzzleHttp\Exception\ClientException: Client error: GET https://transfonter.org resulted in a 403 Forbidden response: <html> <head><title>403 Forbidden</title></head> <body bgcolor="white"> <center><h1>403 Forbidden</h1></center> <hr> (truncated...)
src/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
 
Here I have the same problem about the 403 error when I save my configuration:

GuzzleHttp\Exception\ClientException: Client error: GET https://transfonter.org resulted in a 403 Forbidden response: <html> <head><title>403 Forbidden</title></head> <body bgcolor="white"> <center><h1>403 Forbidden</h1></center> <hr> (truncated...)
src/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113

Reporting the same. It's a Windows server so no way to install fonttools :(
 
Ok the issue is caused by Transfonter now checking the user agent of the connecting client (which defaults to XenForo/2.x)

I've knocked up a really basic add on (literally one line of code) that will allow you to change this to something else and then Transfonter will work again.

 
For Bolt users, we're using "comment-alt-lines" by default. Not sure why it wouldn't be loading that icon is on the list of additional icons as far as I can see.

If you can't see your node icons, for now go to: Style properties ->? Node/forum list and change read/unread node icon from:

comment-alt-lines to just comments

Perfect! Thank you very much @Russ! :)
 
Ok the issue is caused by Transfonter now checking the user agent of the connecting client (which defaults to XenForo/2.x)

I've knocked up a really basic add on (literally one line of code) that will allow you to change this to something else and then Transfonter will work again.

What user agent is working for you?
 
What user agent is working for you?

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55

I did, still did not work.

Sorry then mate, I'm not sure what to suggest - it really is just one line of code, there's not really anything to debug!

I just tried it again this second, once without filling in anything - failed 403, then filling it in with that value I just posted and it worked fine, updated to the newest icons I had added.

Edit: oh, check you can actually visit the transfonter site from a web browser on your server too, if that doesn't work then you might have a clue!
 
I am going crazy here.

I followed this very small tutorial to add social media icons to my header: https://xenforo.com/community/resources/adding-social-media-icons-to-the-headar-section.8385/

The Youtube and Instagram icons aren't displayed at all.

I added them in the ACP options to the icons list (solid, regular, light can't be added) and they still don't show.

What am I doing wrong here? So far manually adding the icons to that list always worked. But this time it doesn't. Disabling the addon it works.
 
Because they are not solid, regular or light, they are Brands icons.
Yes, I can see in the font-awesome icons page that they don't have that styles.

In any case, is there a special option for brand icons? Because Twitter and Facebook icons show without problems, the other 2 not.
 
I keep getting this error:

Code:
Server error log
•    LogException: Font Awesome Subset Rebuild
•    N/A:1
•    Generated by: Unknown account
•    Jan 18, 2022 at 11:32 PM

Stack trace
Client error: `GET https://transfonter.org` resulted in a `403 Forbidden` response:
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr> (truncated...)
Request state
array(4) {
  ["url"] => string(14) "/forum/job.php"
  ["referrer"] => string(85) "https://domain.com/forum/admin.php?add-ons/install-from-archive-complete&batch_id=35"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Not related to this addon, but discovered as a result of trying to use it. The square boxes (broken images) for seemingly anything that is related to FontAwesome, even when this addon is disabled. This happens across multiple styles so it seems to be global somewhere, I've tested disabling any other addons with but can't seem to nail it down. Any thoughts?

Screen Shot 2022-01-28 at 8.47.01 PM.png
 
@TheGroove - I might be having the same issue.

@Kirby - I've been using this add-on since you launched it. It's my favorite add-on and always worked great on my forum.

But now I'm trying to use it on a new, second site, and I can't get it to work. I'm using the same settings as my main forum (which are your default/recommended settings). But on this new site, all icons go missing as seen in @TheGroove's screenshot above. Even with the default style.

If I uncheck "Load subsets only", they appear again. But I keep that checked on my main forum and it works. I can't figure out where the difference between my two sites is.
 
Last edited:
Top Bottom