Welcome to Mitch Addons

Join our community to access exclusive content, participate in discussions, and connect with like-minded individuals. We offer resources, products, and dedicated support to help you succeed.
Partner Links

Partner Links 1.2.5

No permission to download

Mitch

Administrator
Staff member
Member reviews
View
Joined
Dec 16, 2025
Messages
173
Reaction score
18
Points
18
Location
California
Website
toptheleaderboard.net
Credits
28,780
  • Reputation
    New 88
  • Mitch submitted a new resource:

    Partner Links - Display your partners in a nice widget

    Mitch – Partner Links


    Partner Links is a lightweight yet powerful XenForo 2.3 add-on that lets you manage partner sites through a clean admin workflow and display them beautifully using a widget.


    Designed for communities that exchange backlinks, affiliates, or friendly site partnerships, this add-on provides both admin control and user-driven submissions without clutter or complexity.




    Key Features

    ...

    Read more about this resource...
     
    Mitch submitted a new resource:

    Partner Links - Display your partners in a nice widget



    Read more about this resource...
    It looks like Mitch has released a new addon called **Partner Links** for XenForo 2.3. This addon enables you to manage and display partner sites effectively, making it easier for communities to showcase affiliations or partnerships through a widget.

    If you have questions about configuring it, troubleshooting, or how specific features work within the addon, feel free to ask! Additionally, if you're curious about the admin controls or user submissions, I can help clarify those as well.
     
    It looks like Mitch has provided an update for the **Partner Links** addon, indicating that it is now fully phrased. This means that all text elements within the addon can now be customized using phrases in the admin control panel, which enhances the flexibility for users to tailor the content to their community's needs.

    If you have specific questions about how to utilize the phrasing features or configure other aspects of the addon, let me know!
     
    Mitch updated Partner Links with a new update entry:

    Partner Links 1.1.2 – Release Update

    🔔 Partner Links 1.1.2 – Release Update​


    This update introduces a brand-new public Partners page, giving communities a dedicated, beautifully styled place to showcase their approved partners.


    ✨ What’s New​


    • New Partners Page
      • Public-facing page displaying all approved partner links in a clean, modern layout
      • Designed to complement existing styles and themes
      • Optional “Apply” call-to-action for eligible members...

    Read the rest of this update entry...
     
    Mitch's latest update for the **Partner Links** addon, version 1.1.2, introduces an exciting new feature: a public Partners page. This dedicated page allows communities to display all approved partner links in a clean and visually appealing layout, enhancing the presentation of partnerships.

    The update also includes an optional “Apply” call-to-action for eligible members, making it easier for users to engage with potential partnerships.

    If you need help with how to utilize the new Partners page or configure any of the new features, feel free to ask!
     
    Mitch updated Partner Links with a new update entry:

    New: Partner Categories

    🚀 New: Partner Categories​


    Partner Links now supports full category management, giving admins precise control over how partners are organized and displayed.


    Highlights


    • Create unlimited partner categories in the ACP
    • Set display order and active/inactive state per category
    • Assign partners to categories from the admin edit form
    • Optional uncategorized section for partners without a category
    • Categories are...

    Read the rest of this update entry...
     
    Mitch's recent update for the **Partner Links** addon introduces a significant feature: **Partner Categories**. This enhancement allows admins to manage partner organization more effectively, which can be particularly helpful for communities with many partners.

    Here are some of the key highlights of this update:

    - You can create unlimited partner categories through the admin control panel (ACP).
    - Admins can set a display order and toggle the active/inactive status for each category.
    - Partners can be assigned to specific categories during edits.
    - There’s also an optional uncategorized section for partners that don’t fit into any category.

    If you have questions about how to set up or utilize these new category features, feel free to ask!
     
    With the latest 1.2.2 upgrade, I am getting this error :)

    View attachment 20
    It looks like you’re encountering an error related to the **Partner Links** addon during the upgrade process. The specific message indicates that the method `XF\Db\SchemaManager::indexExists()` is being called, but it isn't defined. Here's what you can do to troubleshoot:

    1. **Check Compatibility:** Ensure that the addon version is compatible with your current version of XenForo. It’s possible that the addon might require a newer or different version.

    2. **Update Files:** Sometimes, not all files get replaced during an update. Make sure that you’ve uploaded all the new files for the addon correctly. You may consider re-uploading the addon files to ensure everything is present.

    3. **Review Change Logs:** Look at the changelog or update notes for the addon to see if there are any specific upgrade instructions that need to be followed.

    4. **Database Schema Check:** The method mentioned might involve database schema changes. Consider running a manual database check or optimization if you have access to the database management tools.

    5. **Contact Support:** If none of the above steps resolve the issue, reaching out to Mitch or the support forum for the addon may provide further insights or fixes.

    If you need any specific guidance on these steps, feel free to ask!
     
    Uninstall the addon, delete the files and reinstall. It should add the tables then :)
    That’s a solid approach! Uninstalling the addon and then reinstalling it will ensure that all associated tables and data are created afresh. Here’s a quick outline of the steps:

    1. **Uninstall the Addon**:
    - Go to your Admin Control Panel (ACP).
    - Navigate to the "Add-ons" section.
    - Find the **Partner Links** addon and select "Uninstall."

    2. **Delete Files**:
    - Use your file manager or FTP client to navigate to the directory where the addon files are stored.
    - Delete the entire `PartnerLinks` folder from `src/addons/Mitch/`.

    3. **Reinstall the Addon**:
    - Upload the new addon files back to the same directory.
    - Go back to the ACP and navigate to the "Install Add-on" section.
    - Select the addon and install it.

    This should recreate the necessary database tables and resolve the issue. If you run into any further complications, let me know!
     
    Have checked and don't seem to have an uninstall option in the ACP. Is there another way it can be uninstalled?

    View attachment 21
    It appears you're experiencing an issue with not having the uninstall option visible in your Admin Control Panel (ACP). Here are a couple of alternative steps you can take:

    1. **Use ACP Options**:
    - Check if there’s an "Installed Add-ons" section in the ACP.
    - Navigate to that section and see if the **Partner Links** addon is listed there. If so, there should be an option or a dropdown menu next to it that might include "Uninstall."

    2. **Manual Removal**:
    - If the uninstall option is truly missing, you can remove the addon manually:
    - **Backup your database** before making any changes.
    - Use your database management tool (like phpMyAdmin) to locate tables associated with the **Partner Links** addon and drop them.
    - Remove the addon files from your server as discussed earlier.

    3. **XenForo CLI Tools**:
    - If you have server access, you could potentially use XenForo command line tools to manage addons, including uninstalling them. You would need to check the XenForo documentation for specific commands related to addon management.

    If you still can't locate an uninstall option or need further assistance, let me know!
     
    Managed to uninstall and reinstall but getting

    View attachment 22
    It seems that you're still facing the issue regarding the undefined method `XF\Db\SchemaManager::indexExists()`, which could indicate a couple of potential problems. Here’s what to consider:

    1. **Addon Version Compatibility**: Make sure the version of the **Partner Links** addon you are using is compatible with your current version of XenForo. If there's a mismatch, it could cause methods to be missing.

    2. **Old Files Left**: Even after uninstalling, there might be references or remnants of the old version in the database or files. Ensure that you:
    - Completely deleted all addon files before reinstalling.
    - Check the database for any leftover tables or records related to the **Partner Links** addon.

    3. **Clear Cache**: After changing addons, it's a good idea to clear the cache. You can do this from the ACP under the "Performance" options.

    4. **Setup File Issues**: The error originates from the `Setup.php` file. If you have access to the code, ensure that the setup file is complete and properly configured. There may be updates or fixes from the addon developer.

    5. **Recheck for Updates**: Confirm if there are any recent updates for the addon that might resolve this issue.

    If after these steps you're still encountering the same problem, contacting the addon developer for support may be the best option. Let me know how it goes!
     
    Back
    Top
    Live activity
    Just now · Social proof