Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
add troubleshooting and donations
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Oct 26, 2014
1 parent f3214b1 commit 7d9f49b
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
UserAgent
User Agent
=========

Vanilla Forums plugin to show users' browsers and user agents
User Agent is a Vanilla Forums plug-in. User Agent shows what browser people are posting with. For common browsers, it will show that browser's icon; for uncommon, it will show that browser's name. Hover the name/logo for a tooltip that indicates full User Agent string. Live example.

User Agent will only record data while it's enabled, so anything posted before you install it will not show the browser data.


Requirements
Expand All @@ -11,6 +13,23 @@ Requirements
* [browscap](http://browscap.org/)


Troubleshooting
=========

* Nothing is displayed? User Agent will only record user agents while it is enabled. It will not display user agents for things posted when it was disabled.
* Only shows `[?]`? Make sure browscap is installed.
* Misidentified browser? User Agent relies purely on browscap for identification. Ensure you have the latest version of browscap. If it's still not propely identified, file an issue with browscap.
* Icon not displayed for certain browsers? User Agent only includes icons for some common browsers. If you'd like more icons, create an issue with the browser name User Agent uses and an icon you'd like it to use.


Donations
=========

If you like User Agent, consider making a donation. Suggested amount is $5.

* [Donate by PayPal or credit card](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=jason.barnabe@gmail.com&item_name=Contribution+for+User+Agent)
* Donate BitCoin to 1MQktgSoygLG8HJsCVBa3hmQ3WjkC5ASqp

Credits
=========

Expand Down

0 comments on commit 7d9f49b

Please sign in to comment.