Jump to content
Forum²

AWS

Forum² Admin
  • Posts

    1,069
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by AWS

  1. vBulletin seems to have turned the corner. I like a lot of what I am seeing with 6.0.
  2. XenForo is a commercial forum software developed by XenForo Ltd. It is designed to create and manage online communities, offering a range of features that enhance user interaction and engagement. Here are some key aspects of XenForo: Key Features User-Friendly Interface: Intuitive design that makes it easy for users to navigate and interact with the forum. Responsive Design: Optimized for mobile devices, ensuring a seamless experience across different screen sizes. Customization Options: Extensive themes and add-ons available for users to customize their forums according to their needs. SEO Friendly: Built-in features to help improve search engine optimization, making forums more discoverable. Moderation Tools: Comprehensive tools for moderators and administrators to manage content and user behavior effectively. Rich User Profiles: Enhanced user profiles that allow members to showcase their activity and interests. Community Engagement Notifications and Alerts: Users receive notifications about replies, mentions, and other activities, keeping them engaged. Social Media Integration: Options for users to share content on social media platforms, increasing visibility and interaction. Security and Performance Regular Updates: Frequent updates to address security vulnerabilities and improve performance. Robust Security Features: Measures to protect forums from spam and unauthorized access. Support and Documentation Active Community: A strong community of users and developers that can provide support and share resources. Comprehensive Documentation: Detailed guides and documentation available to help users set up and manage their forums effectively. XenForo is popular among businesses, hobbyists, and organizations looking to foster online discussions and community building.
  3. Forum software remained stagnate for a long time. The linear interface is a dinosaur. These packages are starting to change that. Here are some of the newer software packages: Discourse: A modern, open-source discussion platform that offers features like real-time notifications and mobile responsiveness. Flarum: A lightweight, open-source forum software that emphasizes simplicity and ease of use. Vanilla: Another lightweight package that has the more modern look. If you know of any other new style forum packages let us know.
  4. Closing this because this was spam and the site is closed anyway. Not Being Used which is one of my network sites is now located at https://www.notusing.net
  5. This will be implemented when I upgrade to xenforo 2.3.3. Thanks for the suggestion.
  6. This was implemented to stop the spammers. Thanks for the suggestion.
  7. Common errors in forum software can vary depending on the specific platform, but here are some general issues that users and administrators often encounter: Database Connection Errors: Issues connecting to the database can prevent the forum from loading or functioning correctly. User Registration Problems: Users may face difficulties registering, such as not receiving confirmation emails or encountering validation errors. Login Issues: Problems with user authentication, such as incorrect password errors or account lockouts. Permission Errors: Users may not have the correct permissions to view or post in certain sections, leading to access denied messages. Broken Links: Internal or external links may not work, leading to 404 errors or redirect issues. Spam and Bot Attacks: Forums can be targeted by spam bots, leading to excessive unwanted posts and comments. Performance Issues: Slow loading times or crashes, often due to high traffic or poorly optimized code. Theme and Plugin Conflicts: Custom themes or plugins may conflict with the core software, causing display issues or functionality problems. Data Loss or Corruption: Issues during updates or migrations can lead to loss of posts, user data, or settings. Inadequate Moderation Tools: Lack of effective moderation tools can lead to inappropriate content being posted and difficulty managing user behavior. Search Functionality Issues: Search features may not return relevant results or may be completely broken. Mobile Responsiveness Problems: Forums may not display correctly on mobile devices, leading to a poor user experience. Incompatibility with Browsers: Some features may not work correctly in all web browsers, leading to inconsistent user experiences. Security Vulnerabilities: Outdated software can expose forums to security risks, including data breaches. Email Delivery Issues: Notifications and updates may not be sent or received due to misconfigured email settings. Addressing these errors typically involves regular maintenance, updates, and user feedback to improve the forum's functionality and user experience.
  8. Creating a basic website involves a few key steps. Here's a simple guide to help you get started: 1. Plan Your Website Decide on the purpose of your website (e.g., personal blog, portfolio, business). Sketch a rough layout of your pages. 2. Choose a Domain Name and Hosting Select a domain name that reflects your site’s purpose. Choose a web hosting provider (like Bluehost, SiteGround, or HostGator). 3. Create Your Website Files You can start with a simple HTML file. Here’s a basic template: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Basic Website</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } header { background: #35424a; color: #ffffff; padding: 10px 0; text-align: center; } section { padding: 20px; } </style> </head> <body> <header> <h1>Welcome to My Website</h1> </header> <section> <h2>About Me</h2> <p>This is a simple website created to demonstrate basic HTML structure.</p> </section> </body> </html> 4. Upload Your Files Use an FTP client (like FileZilla) to upload your HTML file to your web host. 5. Test Your Website Visit your domain in a web browser to see if everything works as expected. 6. Promote Your Website Share your site on social media and other platforms to attract visitors. 7. Maintain Your Website Regularly update content and check for broken links or issues. If you want a more detailed example or a specific feature, let me know!
  9. Here’s a simple SEO guideline for newbies to help you get started: 1. Understand SEO Basics What is SEO?: Search Engine Optimization (SEO) is the practice of optimizing your website to rank higher in search engine results. Importance: Higher rankings lead to more visibility and traffic. 2. Keyword Research Identify Keywords: Use tools like Google Keyword Planner, Ubersuggest, or SEMrush to find relevant keywords for your niche. Long-Tail Keywords: Focus on specific phrases that are less competitive but more targeted. 3. On-Page SEO Title Tags: Include your primary keyword in the title tag. Meta Descriptions: Write compelling meta descriptions that include keywords. Headings: Use H1 for the main title and H2, H3 for subheadings, incorporating keywords naturally. Content Quality: Create valuable, informative, and engaging content that answers users' queries. 4. URL Structure Clean URLs: Use simple, readable URLs that include keywords. Avoid Special Characters: Stick to hyphens instead of underscores. 5. Mobile Optimization Responsive Design: Ensure your website is mobile-friendly, as Google prioritizes mobile-first indexing. 6. Site Speed Optimize Loading Times: Use tools like Google PageSpeed Insights to analyze and improve site speed. 7. Internal Linking Link to Relevant Content: Use internal links to connect related articles, helping both users and search engines navigate your site. 8. Image Optimization Alt Text: Use descriptive alt text for images, including relevant keywords. File Size: Compress images to improve loading speed. 9. Backlink Building Quality Over Quantity: Focus on earning links from reputable sites in your niche. Guest Blogging: Write guest posts on relevant blogs to build backlinks. 10. Monitor and Adjust Use Analytics: Track your website's performance with Google Analytics and Search Console. Adjust Strategies: Regularly review your SEO strategies based on performance data. 11. Stay Updated Follow SEO Trends: SEO is constantly evolving, so keep learning about new trends and algorithm updates. By following these guidelines, you can lay a strong foundation for your SEO efforts.
  10. Here are some tips to help you create a website: Define Your Purpose: Understand the goal of your website—whether it's for personal use, a business, a portfolio, or an online store. Choose a Domain Name: Select a memorable and relevant domain name that reflects your brand or content. Select a Web Hosting Service: Choose a reliable hosting provider that meets your needs in terms of performance, support, and price. Plan Your Content: Outline the pages you need (e.g., Home, About, Services, Contact) and draft the content for each. Design for Usability: Focus on a clean, intuitive layout that makes navigation easy. Use consistent colors, fonts, and styles. Optimize for Mobile: Ensure your website is responsive and looks good on mobile devices, as many users browse on their phones. Incorporate SEO Best Practices: Use relevant keywords, meta tags, and alt text for images to improve search engine visibility. Use High-Quality Images: Choose clear, high-resolution images that enhance your content and engage visitors. Include Calls to Action (CTAs): Encourage user interaction with clear CTAs, such as "Sign Up," "Contact Us," or "Learn More." Test Your Website: Before launching, test all links, forms, and functionalities. Check for compatibility across different browsers and devices. Monitor Performance: Use analytics tools to track visitor behavior and website performance. Adjust your strategy based on the data. Keep it Updated: Regularly update your content and design to keep the website fresh and relevant. By following these tips, you can create a more effective and engaging website!
  11. Selecting forum moderators is crucial for maintaining a positive and productive community. Here’s a guide to help you choose the right moderators: 1. Define the Role Responsibilities: Outline what moderators will do, such as enforcing rules, resolving conflicts, and engaging with members. Authority: Specify the level of authority they will have, including the ability to delete posts, ban users, etc. 2. Set Criteria for Selection Experience: Look for candidates with experience in moderation or community management. Knowledge: Ensure they have a good understanding of the forum's topic. Communication Skills: They should possess strong written communication skills to interact effectively with users. 3. Seek Community Input Polls and Surveys: Ask community members for their opinions on potential moderators. Nominations: Allow users to nominate candidates they believe would be effective moderators. 4. Evaluate Candidates Activity Level: Check how active candidates are in the forum. Regular contributors are often more familiar with the community dynamics. Behavior: Assess their past behavior. Look for those who are respectful, helpful, and fair in discussions. 5. Conduct Interviews One-on-One Discussions: Interview candidates to understand their motivations, ideas for the forum, and conflict resolution strategies. Scenario-Based Questions: Present hypothetical situations to gauge their judgment and approach to moderation. 6. Trial Period Temporary Moderation: Consider appointing candidates on a trial basis to see how they perform in the role. Feedback Mechanism: Allow the community to provide feedback on the trial moderators. 7. Provide Training Guidelines and Policies: Ensure moderators are familiar with forum rules and moderation policies. Tools and Resources: Provide training on moderation tools and conflict resolution strategies. 8. Monitor Performance Regular Check-Ins: Schedule periodic reviews to discuss performance and address any concerns. Community Feedback: Continuously gather feedback from the community regarding the moderators' effectiveness. 9. Recognize and Reward Acknowledgment: Recognize the hard work of moderators publicly to boost morale. Incentives: Consider offering incentives such as badges, titles, or even small rewards for dedicated service. 10. Be Open to Change Reevaluation: Regularly reassess the moderation team and be willing to make changes if necessary. Adaptability: Stay flexible to adapt to the evolving needs of the community. By following these steps, you can select effective moderators who will help foster a welcoming and engaging forum environment.
  12. Starting a forum can be an exciting and at times daunting venture! Here are some tips to help you get started: Define Your Niche: Choose a specific topic or theme that you’re passionate about. This will help attract a targeted audience. Select a Platform: Decide whether you want to use a hosted solution (like ProBoards or phpBB) or self-hosted software (like Discourse or Vanilla Forums). Create a Structure: Outline categories and subcategories for your forum. This helps organize discussions and makes navigation easier. Set Rules and Guidelines: Establish clear rules for behavior and posting to maintain a positive environment. Design and Branding: Customize the look and feel of your forum to make it visually appealing. A good design can attract and retain users. Engage Early Members: Invite friends or acquaintances to join and start discussions. Early engagement can help create a lively atmosphere. Promote Your Forum: Use social media, blogs, and other platforms to promote your forum and attract new members. Encourage Participation: Post regularly, ask questions, and encourage members to share their thoughts. Consider running contests or polls to boost engagement. Moderation: Have a team of moderators to help manage discussions, enforce rules, and keep the forum welcoming. Gather Feedback: Regularly ask for feedback from your members to improve the forum and make necessary adjustments. Starting a forum requires time and effort, but with dedication, it can become a thriving community!
  13. A "newbie" in a community refers to a newcomer or someone who is inexperienced in that particular community or field. This term is often used in online forums, gaming, and various interest groups to describe individuals who are still learning the ropes, familiarizing themselves with the norms, rules, and culture of the community. Newbies may have questions, seek guidance, or look for resources to help them get started. If you are new to forums a "newbie" then you've come to the right place to get tips and help starting your own forum community.
  14. I am closing this thread because the site is no longer online.
  15. I am closing this thread because the site is no longer online.
  16. I am closing this thread because the site is no longer online.
  17. I'm closing this because the site is no longer online.
  18. Welcome to the new and revamped Forum Forum - A Community for Forum Enthusiasts. In the next few days I will be upgrading the site to xenForo 2.3. and installing a link directory for you to submit your sites. Take the time to browse a bit. If you want to get in on the ground floor register an account. Hope you enjoy you're time here.
  19. Welcome to our first edition of Current Projects, a new monthly newsletter where we’ll be sharing what we’re currently working on at Discourse. Our goal is to give you and the wider community some insight into what might be coming next in Discourse so you can stay informed, ask questions, share feedback, and contribute to what’s currently in progress. Without further ado, here’s what we’re currently up to! Kicking off Composer redesign We are kicking off a new project to redesign the composer for writing topics and posts. We are still in the early research, design, and prototyping phases of this project, but will be sharing more soon with the community as we make further progress. Stay tuned! New theme chooser in the setup wizard We are working on a new theme chooser that will give admins on new sites an easier and more visual way to choose from a small set of selected themes. The set isn’t yet finalized, but some of the top contenders for this initial pass include Mint, Isabelle, Air, Graceful, and Fully. Simplifying invites We’re picking up some small improvements to the invite system, with a focus on making invites more discoverable and simplifying some of the more common flows for inviting users. AI summaries for hot topics We’re starting to work on an experimental feature to allow sites to include short summaries of topics on the hot topic list itself. As the topic feed designed most for discoverability of content within a given community, we are interested in seeing whether this will lead to more engagement from casual members and new visitors to a community. In full swing Admin interface design consistency We’ve arrived at some new patterns for the design of config areas within the admin interface, that group related sites settings and other configuration together in one place. These design guidelines are documented here. We are continuing to apply these changes throughout the admin interface. At the same time, we’re applying the new text formatting guidelines throughout the interface. New user card design We are working on updating the default design for the user card based on the experimental theme component which we had running on meta for some time. Learn more… Reimplementing topic-list and post buttons As part of our long-term project to remove ‘raw-hbs’ and ‘widget’ rendering systems from Discourse, we’re working to reimplement the topic-list and the buttons on posts. We’re also taking the opportunity to improve the extensibility of these things for theme & plugin developers. For now, everything is behind feature flags. We’ll be sharing more once we have a clear path forward for the rollout. Better tools for migrations We are working on new tools to make it easier and faster to migrate your existing community to Discourse. We’ve recently merged a new converter framework along with an example implementation, and have started to work on adding support for importing into chat as well. Wrapping up New Starter plan on our hosting We’ve been working on a new plan on our hosting which we’ve just announced that’ll give folks the easiest and fastest way to launch a community with Discourse on our official hosting. Learn more… New about page design We recently shipped a new design for the about page. We’re working on wrapping up this round of improvements to the about page, limiting our efforts to small final tweaks in response to the feedback we’ve been getting. It’s still currently opt-in, but we’re planning to change it over to be the new default shortly. Learn more… New site traffic report We recently shipped a new report for Site traffic that highlights visits from people instead of traffic from crawlers and bots. This replaces the previous Page views report. Learn more…. Chat notifications improvements We’ve made a number of improvements to how chat notifications work on Discourse, in particular to how push notifications work on desktop and mobile devices. These improvements include simplifications to the user preferences as well as improvements to the logic for delivering notifications. Configurable moderation flags We’ve completed a round of improvements to enable communities to configure their own flags for moderation. Learn more… Signup and login improvements We’ve added a progress bar to the signup and login flow, so users can see where they are in the process when there are multiple steps involved like verifying their email address or waiting for an admin to approve their account. Updated FontAwesome icons We updated our default icons to use Font Awesome 6. The brings updated styles to existing icons and a number of new icons to choose from for customizations. Learn more… 18 posts - 13 participants Read full topic
  20. Welcome to our first edition of Current Projects, a new monthly newsletter where we’ll be sharing what we’re currently working on at Discourse. Our goal is to give you and the wider community some insight into what might be coming next in Discourse so you can stay informed, ask questions, share feedback, and contribute to what’s currently in progress. Without further ado, here’s what we’re currently up to! Kicking off Composer redesign We are kicking off a new project to redesign the composer for writing topics and posts. We are still in the early research, design, and prototyping phases of this project, but will be sharing more soon with the community as we make further progress. Stay tuned! New theme chooser in the setup wizard We are working on a new theme chooser that will give admins on new sites an easier and more visual way to choose from a small set of selected themes. The set isn’t yet finalized, but some of the top contenders for this initial pass include Mint, Isabelle, Air, Graceful, and Fully. Simplifying invites We’re picking up some small improvements to the invite system, with a focus on making invites more discoverable and simplifying some of the more common flows for inviting users. AI summaries for hot topics We’re starting to work on an experimental feature to allow sites to include short summaries of topics on the hot topic list itself. As the topic feed designed most for discoverability of content within a given community, we are interested in seeing whether this will lead to more engagement from casual members and new visitors to a community. In full swing Admin interface design consistency We’ve arrived at some new patterns for the design of config areas within the admin interface, that group related sites settings and other configuration together in one place. These design guidelines are documented here. We are continuing to apply these changes throughout the admin interface. At the same time, we’re applying the new text formatting guidelines throughout the interface. New user card design We are working on updating the default design for the user card based on the experimental theme component which we had running on meta for some time. Learn more… Reimplementing topic-list and post buttons As part of our long-term project to remove ‘raw-hbs’ and ‘widget’ rendering systems from Discourse, we’re working to reimplement the topic-list and the buttons on posts. We’re also taking the opportunity to improve the extensibility of these things for theme & plugin developers. For now, everything is behind feature flags. We’ll be sharing more once we have a clear path forward for the rollout. Better tools for migrations We are working on new tools to make it easier and faster to migrate your existing community to Discourse. We’ve recently merged a new converter framework along with an example implementation, and have started to work on adding support for importing into chat as well. Wrapping up New Starter plan on our hosting We’ve been working on a new plan on our hosting which we’ve just announced that’ll give folks the easiest and fastest way to launch a community with Discourse on our official hosting. Learn more… New about page design We recently shipped a new design for the about page. We’re working on wrapping up this round of improvements to the about page, limiting our efforts to small final tweaks in response to the feedback we’ve been getting. It’s still currently opt-in, but we’re planning to change it over to be the new default shortly. Learn more… New site traffic report We recently shipped a new report for Site traffic that highlights visits from people instead of traffic from crawlers and bots. This replaces the previous Page views report. Learn more…. Chat notifications improvements We’ve made a number of improvements to how chat notifications work on Discourse, in particular to how push notifications work on desktop and mobile devices. These improvements include simplifications to the user preferences as well as improvements to the logic for delivering notifications. Configurable moderation flags We’ve completed a round of improvements to enable communities to configure their own flags for moderation. Learn more… Signup and login improvements We’ve added a progress bar to the signup and login flow, so users can see where they are in the process when there are multiple steps involved like verifying their email address or waiting for an admin to approve their account. Updated FontAwesome icons We updated our default icons to use Font Awesome 6. The brings updated styles to existing icons and a number of new icons to choose from for customizations. Learn more… 18 posts - 13 participants Read full topic View the full article
  21. We’re excited to announce the new Starter plan, the easiest and fastest way to launch a community with Discourse. Starter offers public or private sites with unlimited members at $20 a month! This is a companion discussion topic for the original entry at https://blog.discourse.org/2024/09/introducing-the-new-starter-plan 2 posts - 2 participants Read full topic
  22. We’re excited to announce the new Starter plan, the easiest and fastest way to launch a community with Discourse. Starter offers public or private sites with unlimited members at $20 a month! This is a companion discussion topic for the original entry at https://blog.discourse.org/2024/09/introducing-the-new-starter-plan 2 posts - 2 participants Read full topic View the full article
  23. We’re excited to announce a significant improvement in how we handle pageviews and present this crucial data to you. Our new site traffic report offers a more comprehensive and accurate view of your community’s engagement. Let’s dive into what’s new and how it benefits you! Please note that we are in the process of rolling the new pageview tracking out to hosted customers, so not all sites will be switched over right away. What has changed We’ve revamped our approach to tracking and reporting pageviews to provide you with more reliable and actionable data. We now monitor the sources of individual pageviews and are able to detect if they came from a real browser or a crawler. The new site traffic report combines data from various sources to give you a holistic view of your site’s traffic. What is included in the report The site traffic report includes the following four types of pageviews: Pageviews (logged in): Pageviews from users who are logged into your Discourse instance. Pageviews (anonymous): Pageviews from users who are not logged in but are using a web browser. Known crawlers: Pageviews from identified web crawlers or bots (e.g., search engine crawlers). Other traffic: Various types of requests that don’t fall into the other three categories, including other crawlers. The default report view hides the known crawlers and other traffic metrics, so that it aligns with the pageview metrics displayed elsewhere in the dashboard. Why this matters This now give you a far more accurate gauge of actual traffic on your forums. Many crawlers are not easily detectable using user agent strings, so this report helps you gain a clearer understanding of who is visiting your forum. This allows for better decision-making, easier growth-tracking, and an improved ability to identify trends in users and page views. For hosted customers, this also means the pageviews that count toward your monthly limits are more accurate and realistic. How to access the new report You can find the new consolidated pageviews report in your admin dashboard For a detailed guide on how to interpret and make the most of this new report, please refer to our comprehensive documentation: Understanding pageviews and the site traffic report We value your feedback As always, we’re committed to improving your experience with Discourse. We’d love to hear your thoughts on this new report and how it’s helping you understand your community better. Please share your feedback and any questions you may have in the comments below. 16 posts - 10 participants Read full topic
  24. We’re excited to announce a significant improvement in how we handle pageviews and present this crucial data to you. Our new site traffic report offers a more comprehensive and accurate view of your community’s engagement. Let’s dive into what’s new and how it benefits you! Please note that we are in the process of rolling the new pageview tracking out to hosted customers, so not all sites will be switched over right away. What has changed We’ve revamped our approach to tracking and reporting pageviews to provide you with more reliable and actionable data. We now monitor the sources of individual pageviews and are able to detect if they came from a real browser or a crawler. The new site traffic report combines data from various sources to give you a holistic view of your site’s traffic. What is included in the report The site traffic report includes the following four types of pageviews: Pageviews (logged in): Pageviews from users who are logged into your Discourse instance. Pageviews (anonymous): Pageviews from users who are not logged in but are using a web browser. Known crawlers: Pageviews from identified web crawlers or bots (e.g., search engine crawlers). Other traffic: Various types of requests that don’t fall into the other three categories, including other crawlers. The default report view hides the known crawlers and other traffic metrics, so that it aligns with the pageview metrics displayed elsewhere in the dashboard. Why this matters This now give you a far more accurate gauge of actual traffic on your forums. Many crawlers are not easily detectable using user agent strings, so this report helps you gain a clearer understanding of who is visiting your forum. This allows for better decision-making, easier growth-tracking, and an improved ability to identify trends in users and page views. For hosted customers, this also means the pageviews that count toward your monthly limits are more accurate and realistic. How to access the new report You can find the new consolidated pageviews report in your admin dashboard For a detailed guide on how to interpret and make the most of this new report, please refer to our comprehensive documentation: Understanding pageviews and the site traffic report We value your feedback As always, we’re committed to improving your experience with Discourse. We’d love to hear your thoughts on this new report and how it’s helping you understand your community better. Please share your feedback and any questions you may have in the comments below. 8 posts - 6 participants Read full topic View the full article
  25. What’s Font Awesome? Discourse uses a free set of icons from Font Awesome throughout its interface. You see these on toolbars, badges, buttons, etc… here’s our composer toolbar: Since 2018 we’ve been using Font Awesome 5 (original announcement), and in the meantime Font Awesome 6 has been released. Version 6 includes new icons, some general style updates, and renames. As of today, Discourse will start using version 6 too! Specifically, version 6.6.0. This isn’t an enormous visual change, but you’ll notice some differences: What does this upgrade involve? This upgrade was a little more complicated to implement because it involves a number of renames. Font Awesome did this to make their naming conventions more consistent. Because of the renames, changes will be rolled out in multiple phases: Today - Font Awesome upgraded to v6, icons will be automatically remapped Soon - deprecation messages will be enabled to help theme/plugin authors update their icon names Q4 2024 - admin warning banner enabled for any remaining deprecations Q2 2025 - removal of automatic remapping What do I need to do today? Nothing at all ! Once Discourse is updated, you’ll have the new version of the icons. Discourse will automatically remap old icon names to new icon names, and the old icons will all be replaced. This includes icons used in the interface by default as well as badges, group/user flair, sidebar items, and additional icons added by themes and plugins. What do theme and plugin authors need to know? The methods covered in Introducing Font Awesome 5 and SVG icons will still work for adding new and custom icons. We don’t want to carry the long list of remaps forever, so the old names will eventually stop working. We want to give developers ample time to replace old icon names, so we will start showing console warnings like this soon: If you see one of these warnings, all you need to do is update your theme or plugin with the new icon name. Later in 2024 we’ll show admins a banner drawing their attention to these warnings. Once the admin deprecation warning is shown, you’ll have a minimum of a few months to swap in the new icon names. At some point in Q2 2025 we will remove the remapping of the old names, and if you haven’t updated icon names by then, you’ll see blank spaces where some of your icons used to be. There are lots of new icons! The upgrade from version 5 to 6 introduces hundreds of new free-to-use icons, almost 500 in total! You can browse the full set here, this is sorted to show the newest additions first — and the search is very handy: Search Icons & Find the Perfect Design | Font Awesome 21 posts - 9 participants Read full topic
×
×
  • Create New...