Jump to content
  • Sign Up

Tony

Administrator
  • Posts

    5,260
  • Joined

  • Last visited

  • Days Won

    701

Files posted by Tony

  1. [IC5] Invision Community

    Invision Community 5.0.8
    WebFlake Release Date: June 29th, 2025
    WebFlake Note: Please create a support topic in IC5 Support if you need assistance.

    35 downloads

       (0 reviews)

    Updated

  2. [WF NULL] Invision Community Suite

    Invision Community Suite 4.7.14
    WebFlake Release Date: 11/1/2023
    WebFlake Note: Please create a support topic in IPS Support if you need assistance.

    489 downloads

       (2 reviews)

    Updated

  3. Kotomi - Generic script bridge

    This is mainly intended for developer use. It lets you embed a non-XenForo/non-MVC script (just about any PHP script should work) into the XenForo page and use XenForo functions such as permissions while still accessing the script from a standard URL (the XenForo route system is pretty much disregarded).

    So using this addon you can do a very basic integration of pretty much anything into XenForo - be it a blog, gallery, store, standalone script, etc. Probably even vBulletin if you wanted.

    This example shows the header (top block of code) and footer (bottom line) you need to add to your existing script:[code=auto:0] <?php $startTime = microtime(true); $kotomi_indexFile = "./"; $kotomi_container = true; $fileDir = dirname(__FILE__)."/{$kotomi_indexFile}"; require "{$fileDir}/library/Dark/Kotomi/KotomiHeader.php"; echo " <html> <head> <title>kotomi test</title> </head> <body> Hello world! </body> </html>"; require "{$fileDir}/library/Dark/Kotomi/KotomiFooter.php";[/code]
    [b]$kotomi_indexFile[/b] should be updated to the relative directory where XenForo's index.php can be found.
    [b]$kotomi_container[/b] can be set to false for a [b]raw integration (still passes through XenForo's framework etc, just without any XenForo HTML/CSS/templates being applied)[/b].


    The example gives the following output:

    [img]http://xenforo.com/community/proxy.php?image=http%3A%2F%2Fimgkk.com%2Fi%2Fl7xj.png&hash=34971f46a7fad1c6012394d44aa01a2a[/img]

    (Notice how the URL is a real PHP script without routes being involved at all; it could be in a completely different directory if you wanted.)

    Navigation/breadcrumbs unfortunately need to be added and configured manually.
    Also removing the title text from within the page itself is as simple as editing the dark_kotomi template to your liking.

    21 downloads

       (0 reviews)

    0 comments

    Updated

  4. [bd] Widget Framework

    [bd] Widget Framework
    People love widgets

    [FEATURES]
    1. Add any widgets to any pages of XenForo or other add-ons.
    2. Create new pages consists of widgets (built-in widgets or widgets from other add-ons)
    3. Set Widget Page as Index

    [INSTALLATION]
    1. Upload files and directories inside `upload` to XenForo's root directory. Select "Merge" for everything if you are asked
    2. Import the .xml file using XenForo add-on importer
    3. Enjoy
    *. [For Devs] Enable debug mode: add `$config['wfDebug'] = true;` to config.php

    [WIDGETS]
    Currently, the add-on is packed with the following widgets:
    - Clear Sidebar
    - Birthday (since 1.1)
    - Feed Reader (since 2.1)
    - Forum Statistics
    - Share This Page
    - Thread with Poll (since 1.0)
    - Threads. 4 modes: new threads, new replies, most viewed, most replied, most liked, polls
    - User Recent Status (since 1.0.9)
    - Users. 3 order by: register_date, message_count, resource_count
    - User Online Now, User Online Now (Staff)
    - Users: Find (since 1.5)
    - Visitor Panel (since 1.0.9)
    - XFRM: Resources. 4 modes: new, updated, highest rating, most downloaded
    - HTML, HTML (without wrapper)
    - PHP Callback (since 1.0.10)
    - Template, Template (without wrapper) (since 1.2)

    62 downloads

       (0 reviews)

    1 comment

    Submitted

  5. Country Flags

    This tutorial will help you add a "Country" field to your forum so your users can easily select their country of origin and have a flag show in their profile and messages.

    [color=#ff0000][b]** BACK UP YOUR SQL DATABASE NOW **[/b][/color]

    [b]Step 1:[/b] Download resource and upload the files to the root of your forum installation.

    [b]Step 2:[/b] Login to your Admin CP and find the "Extra.css" template. Add the following code to the bottom of this template:
    [code=auto:0]/* START FLAGS */ .flag{background:url(@imagePath/xenforo/flags/flags.png) no-repeat;height:11px;width:16px;} .flag.flag-ad{background-position:-16px 0;} .flag.flag-ae{background-position:-32px 0;} .flag.flag-af{background-position:-48px 0;} .flag.flag-ag{background-position:-64px 0;} .flag.flag-ai{background-position:-80px 0;} .flag.flag-al{background-position:-96px 0;} .flag.flag-am{background-position:-112px 0;} .flag.flag-an{background-position:-128px 0;} .flag.flag-ao{background-position:-144px 0;} .flag.flag-ar{background-position:-160px 0;} .flag.flag-as{background-position:-176px 0;} .flag.flag-at{background-position:-192px 0;} .flag.flag-au{background-position:-208px 0;} .flag.flag-aw{background-position:-224px 0;} .flag.flag-az{background-position:-240px 0;} .flag.flag-ba{background-position:0 -11px;} .flag.flag-bb{background-position:-16px -11px;} .flag.flag-bd{background-position:-32px -11px;} .flag.flag-be{background-position:-48px -11px;} .flag.flag-bf{background-position:-64px -11px;} .flag.flag-bg{background-position:-80px -11px;} .flag.flag-bh{background-position:-96px -11px;} .flag.flag-bi{background-position:-112px -11px;} .flag.flag-bj{background-position:-128px -11px;} .flag.flag-bm{background-position:-144px -11px;} .flag.flag-bn{background-position:-160px -11px;} .flag.flag-bo{background-position:-176px -11px;} .flag.flag-br{background-position:-192px -11px;} .flag.flag-bs{background-position:-208px -11px;} .flag.flag-bt{background-position:-224px -11px;} .flag.flag-bv{background-position:-240px -11px;} .flag.flag-bw{background-position:0 -22px;} .flag.flag-by{background-position:-16px -22px;} .flag.flag-bz{background-position:-32px -22px;} .flag.flag-ca{background-position:-48px -22px;} .flag.flag-catalonia{background-position:-64px -22px;} .flag.flag-cd{background-position:-80px -22px;} .flag.flag-cf{background-position:-96px -22px;} .flag.flag-cg{background-position:-112px -22px;} .flag.flag-ch{background-position:-128px -22px;} .flag.flag-ci{background-position:-144px -22px;} .flag.flag-ck{background-position:-160px -22px;} .flag.flag-cl{background-position:-176px -22px;} .flag.flag-cm{background-position:-192px -22px;} .flag.flag-cn{background-position:-208px -22px;} .flag.flag-co{background-position:-224px -22px;} .flag.flag-cr{background-position:-240px -22px;} .flag.flag-cu{background-position:0 -33px;} .flag.flag-cv{background-position:-16px -33px;} .flag.flag-cy{background-position:-32px -33px;} .flag.flag-cz{background-position:-48px -33px;} .flag.flag-de{background-position:-64px -33px;} .flag.flag-dj{background-position:-80px -33px;} .flag.flag-dk{background-position:-96px -33px;} .flag.flag-dm{background-position:-112px -33px;} .flag.flag-do{background-position:-128px -33px;} .flag.flag-dz{background-position:-144px -33px;} .flag.flag-ec{background-position:-160px -33px;} .flag.flag-ee{background-position:-176px -33px;} .flag.flag-eg{background-position:-192px -33px;} .flag.flag-eh{background-position:-208px -33px;} .flag.flag-england{background-position:-224px -33px;} .flag.flag-er{background-position:-240px -33px;} .flag.flag-es{background-position:0 -44px;} .flag.flag-et{background-position:-16px -44px;} .flag.flag-eu{background-position:-32px -44px;} .flag.flag-fi{background-position:-48px -44px;} .flag.flag-fj{background-position:-64px -44px;} .flag.flag-fk{background-position:-80px -44px;} .flag.flag-fm{background-position:-96px -44px;} .flag.flag-fo{background-position:-112px -44px;} .flag.flag-fr{background-position:-128px -44px;} .flag.flag-ga{background-position:-144px -44px;} .flag.flag-gb{background-position:-160px -44px;} .flag.flag-gd{background-position:-176px -44px;} .flag.flag-ge{background-position:-192px -44px;} .flag.flag-gf{background-position:-208px -44px;} .flag.flag-gh{background-position:-224px -44px;} .flag.flag-gi{background-position:-240px -44px;} .flag.flag-gl{background-position:0 -55px;} .flag.flag-gm{background-position:-16px -55px;} .flag.flag-gn{background-position:-32px -55px;} .flag.flag-gp{background-position:-48px -55px;} .flag.flag-gq{background-position:-64px -55px;} .flag.flag-gr{background-position:-80px -55px;} .flag.flag-gs{background-position:-96px -55px;} .flag.flag-gt{background-position:-112px -55px;} .flag.flag-gu{background-position:-128px -55px;} .flag.flag-gw{background-position:-144px -55px;} .flag.flag-gy{background-position:-160px -55px;} .flag.flag-hk{background-position:-176px -55px;} .flag.flag-hm{background-position:-192px -55px;} .flag.flag-hn{background-position:-208px -55px;} .flag.flag-hr{background-position:-224px -55px;} .flag.flag-ht{background-position:-240px -55px;} .flag.flag-hu{background-position:0 -66px;} .flag.flag-id{background-position:-16px -66px;} .flag.flag-ie{background-position:-32px -66px;} .flag.flag-il{background-position:-48px -66px;} .flag.flag-in{background-position:-64px -66px;} .flag.flag-io{background-position:-80px -66px;} .flag.flag-iq{background-position:-96px -66px;} .flag.flag-ir{background-position:-112px -66px;} .flag.flag-is{background-position:-128px -66px;} .flag.flag-it{background-position:-144px -66px;} .flag.flag-jm{background-position:-160px -66px;} .flag.flag-jo{background-position:-176px -66px;} .flag.flag-jp{background-position:-192px -66px;} .flag.flag-ke{background-position:-208px -66px;} .flag.flag-kg{background-position:-224px -66px;} .flag.flag-kh{background-position:-240px -66px;} .flag.flag-ki{background-position:0 -77px;} .flag.flag-km{background-position:-16px -77px;} .flag.flag-kn{background-position:-32px -77px;} .flag.flag-kp{background-position:-48px -77px;} .flag.flag-kr{background-position:-64px -77px;} .flag.flag-kw{background-position:-80px -77px;} .flag.flag-ky{background-position:-96px -77px;} .flag.flag-kz{background-position:-112px -77px;} .flag.flag-la{background-position:-128px -77px;} .flag.flag-lb{background-position:-144px -77px;} .flag.flag-lc{background-position:-160px -77px;} .flag.flag-li{background-position:-176px -77px;} .flag.flag-lk{background-position:-192px -77px;} .flag.flag-lr{background-position:-208px -77px;} .flag.flag-ls{background-position:-224px -77px;} .flag.flag-lt{background-position:-240px -77px;} .flag.flag-lu{background-position:0 -88px;} .flag.flag-lv{background-position:-16px -88px;} .flag.flag-ly{background-position:-32px -88px;} .flag.flag-ma{background-position:-48px -88px;} .flag.flag-mc{background-position:-64px -88px;} .flag.flag-md{background-position:-80px -88px;} .flag.flag-me{background-position:-96px -88px;} .flag.flag-mg{background-position:-112px -88px;} .flag.flag-mh{background-position:-128px -88px;} .flag.flag-mk{background-position:-144px -88px;} .flag.flag-ml{background-position:-160px -88px;} .flag.flag-mm{background-position:-176px -88px;} .flag.flag-mn{background-position:-192px -88px;} .flag.flag-mo{background-position:-208px -88px;} .flag.flag-mp{background-position:-224px -88px;} .flag.flag-mq{background-position:-240px -88px;} .flag.flag-mr{background-position:0 -99px;} .flag.flag-ms{background-position:-16px -99px;} .flag.flag-mt{background-position:-32px -99px;} .flag.flag-mu{background-position:-48px -99px;} .flag.flag-mv{background-position:-64px -99px;} .flag.flag-mw{background-position:-80px -99px;} .flag.flag-mx{background-position:-96px -99px;} .flag.flag-my{background-position:-112px -99px;} .flag.flag-mz{background-position:-128px -99px;} .flag.flag-na{background-position:-144px -99px;} .flag.flag-nc{background-position:-160px -99px;} .flag.flag-ne{background-position:-176px -99px;} .flag.flag-nf{background-position:-192px -99px;} .flag.flag-ng{background-position:-208px -99px;} .flag.flag-ni{background-position:-224px -99px;} .flag.flag-nl{background-position:-240px -99px;} .flag.flag-no{background-position:0 -110px;} .flag.flag-np{background-position:-16px -110px;} .flag.flag-nr{background-position:-32px -110px;} .flag.flag-nu{background-position:-48px -110px;} .flag.flag-nz{background-position:-64px -110px;} .flag.flag-om{background-position:-80px -110px;} .flag.flag-pa{background-position:-96px -110px;} .flag.flag-pe{background-position:-112px -110px;} .flag.flag-pf{background-position:-128px -110px;} .flag.flag-pg{background-position:-144px -110px;} .flag.flag-ph{background-position:-160px -110px;} .flag.flag-pk{background-position:-176px -110px;} .flag.flag-pl{background-position:-192px -110px;} .flag.flag-pm{background-position:-208px -110px;} .flag.flag-pn{background-position:-224px -110px;} .flag.flag-pr{background-position:-240px -110px;} .flag.flag-ps{background-position:0 -121px;} .flag.flag-pt{background-position:-16px -121px;} .flag.flag-pw{background-position:-32px -121px;} .flag.flag-py{background-position:-48px -121px;} .flag.flag-qa{background-position:-64px -121px;} .flag.flag-re{background-position:-80px -121px;} .flag.flag-ro{background-position:-96px -121px;} .flag.flag-rs{background-position:-112px -121px;} .flag.flag-ru{background-position:-128px -121px;} .flag.flag-rw{background-position:-144px -121px;} .flag.flag-sa{background-position:-160px -121px;} .flag.flag-sb{background-position:-176px -121px;} .flag.flag-sc{background-position:-192px -121px;} .flag.flag-scotland{background-position:-208px -121px;} .flag.flag-sd{background-position:-224px -121px;} .flag.flag-se{background-position:-240px -121px;} .flag.flag-sg{background-position:0 -132px;} .flag.flag-sh{background-position:-16px -132px;} .flag.flag-si{background-position:-32px -132px;} .flag.flag-sk{background-position:-48px -132px;} .flag.flag-sl{background-position:-64px -132px;} .flag.flag-sm{background-position:-80px -132px;} .flag.flag-sn{background-position:-96px -132px;} .flag.flag-so{background-position:-112px -132px;} .flag.flag-sr{background-position:-128px -132px;} .flag.flag-ss{background-position:-144px -132px;} .flag.flag-st{background-position:-160px -132px;} .flag.flag-sv{background-position:-176px -132px;} .flag.flag-sy{background-position:-192px -132px;} .flag.flag-sz{background-position:-208px -132px;} .flag.flag-tc{background-position:-224px -132px;} .flag.flag-td{background-position:-240px -132px;} .flag.flag-tf{background-position:0 -143px;} .flag.flag-tg{background-position:-16px -143px;} .flag.flag-th{background-position:-32px -143px;} .flag.flag-tj{background-position:-48px -143px;} .flag.flag-tk{background-position:-64px -143px;} .flag.flag-tl{background-position:-80px -143px;} .flag.flag-tm{background-position:-96px -143px;} .flag.flag-tn{background-position:-112px -143px;} .flag.flag-to{background-position:-128px -143px;} .flag.flag-tr{background-position:-144px -143px;} .flag.flag-tt{background-position:-160px -143px;} .flag.flag-tv{background-position:-176px -143px;} .flag.flag-tw{background-position:-192px -143px;} .flag.flag-tz{background-position:-208px -143px;} .flag.flag-ua{background-position:-224px -143px;} .flag.flag-ug{background-position:-240px -143px;} .flag.flag-um{background-position:0 -154px;} .flag.flag-us{background-position:-16px -154px;} .flag.flag-uy{background-position:-32px -154px;} .flag.flag-uz{background-position:-48px -154px;} .flag.flag-va{background-position:-64px -154px;} .flag.flag-vc{background-position:-80px -154px;} .flag.flag-ve{background-position:-96px -154px;} .flag.flag-vg{background-position:-112px -154px;} .flag.flag-vi{background-position:-128px -154px;} .flag.flag-vn{background-position:-144px -154px;} .flag.flag-vu{background-position:-160px -154px;} .flag.flag-wales{background-position:-176px -154px;} .flag.flag-wf{background-position:-192px -154px;} .flag.flag-ws{background-position:-208px -154px;} .flag.flag-ye{background-position:-224px -154px;} .flag.flag-yt{background-position:-240px -154px;} .flag.flag-za{background-position:0 -165px;} .flag.flag-zm{background-position:-16px -165px;} .flag.flag-zw{background-position:-32px -165px;}[/code]

    [b]Step 3:[/b] While still logged into the Admin CP, head to "Users" > "User Custom Fields" and "Create a New Field" with the following settings:[list]
    [*][u]Field ID:[/u] country
    [i][color=#ff0000]Do not change this to anything else![/color][/i]
    [*][u]Title:[/u] Country
    [*][u]Description:[/u] [i]Whatever you want...[/i]
    [*][u]Field Type:[/u] Drop down selection
    [*]Option for Field Choices: Add a test field with a value of "test" and text of "Test".
    [*]General Options: Set the "Value Display HTML" to:
    [/list][code=auto:0]<img src="/styles/default/xenforo/clear.png" class="flag flag-{$choice}" alt="{$value}" /> {$value}[/code]

    [b]Step 4: [/b]Login to your Control Panel and access phpMyAdmin. Find your XenForo database and locate the table called "xf_user_field". Execute the following SQL code:
    [code=auto:0]UPDATE xf_user_field SET field_choices = 'a:236:{s:2:"af";s:11:"Afghanistan";s:2:"al";s:7:"Albania";s:2:"dz";s:7:"Algeria";s:2:"as";s:14:"American Samoa";s:2:"ad";s:7:"Andorra";s:2:"ao";s:6:"Angola";s:2:"ai";s:8:"Anguilla";s:2:"ag";s:19:"Antigua And Barbuda";s:2:"ar";s:9:"Argentina";s:2:"am";s:7:"Armenia";s:2:"aw";s:5:"Aruba";s:2:"au";s:9:"Australia";s:2:"at";s:7:"Austria";s:2:"az";s:10:"Azerbaijan";s:2:"bs";s:7:"Bahamas";s:2:"bh";s:7:"Bahrain";s:2:"bd";s:10:"Bangladesh";s:2:"bb";s:8:"Barbados";s:2:"by";s:7:"Belarus";s:2:"be";s:7:"Belgium";s:2:"bz";s:6:"Belize";s:2:"bj";s:5:"Benin";s:2:"bm";s:7:"Bermuda";s:2:"bt";s:6:"Bhutan";s:2:"bo";s:31:"Bolivia, Plurinational State Of";s:2:"ba";s:22:"Bosnia And Herzegovina";s:2:"bw";s:8:"Botswana";s:2:"bv";s:13:"Bouvet Island";s:2:"br";s:6:"Brazil";s:2:"io";s:30:"British Indian Ocean Territory";s:2:"bn";s:17:"Brunei Darussalam";s:2:"bg";s:8:"Bulgaria";s:2:"bf";s:12:"Burkina Faso";s:2:"bi";s:7:"Burundi";s:2:"kh";s:8:"Cambodia";s:2:"cm";s:8:"Cameroon";s:2:"ca";s:6:"Canada";s:2:"cv";s:10:"Cape Verde";s:2:"ky";s:14:"Cayman Islands";s:2:"cf";s:24:"Central African Republic";s:2:"td";s:4:"Chad";s:2:"cl";s:5:"Chile";s:2:"cn";s:5:"China";s:2:"co";s:8:"Colombia";s:2:"km";s:7:"Comoros";s:2:"cg";s:5:"Congo";s:2:"cd";s:37:"Congo, The Democratic Republic Of The";s:2:"ck";s:12:"Cook Islands";s:2:"cr";s:10:"Costa Rica";s:2:"ci";s:12:"Cote Divoire";s:2:"hr";s:7:"Croatia";s:2:"cu";s:4:"Cuba";s:2:"cy";s:6:"Cyprus";s:2:"cz";s:14:"Czech Republic";s:2:"dk";s:7:"Denmark";s:2:"dj";s:8:"Djibouti";s:2:"dm";s:8:"Dominica";s:2:"do";s:18:"Dominican Republic";s:2:"ec";s:7:"Ecuador";s:2:"eg";s:5:"Egypt";s:2:"sv";s:11:"El Salvador";s:2:"gq";s:17:"Equatorial Guinea";s:2:"er";s:7:"Eritrea";s:2:"ee";s:7:"Estonia";s:2:"et";s:8:"Ethiopia";s:2:"fk";s:27:"Falkland Islands (malvinas)";s:2:"fo";s:13:"Faroe Islands";s:2:"fj";s:4:"Fiji";s:2:"fi";s:7:"Finland";s:2:"fr";s:6:"France";s:2:"gf";s:13:"French Guiana";s:2:"pf";s:16:"French Polynesia";s:2:"tf";s:27:"French Southern Territories";s:2:"ga";s:5:"Gabon";s:2:"gm";s:6:"Gambia";s:2:"ge";s:7:"Georgia";s:2:"de";s:7:"Germany";s:2:"gh";s:5:"Ghana";s:2:"gi";s:9:"Gibraltar";s:2:"gr";s:6:"Greece";s:2:"gl";s:9:"Greenland";s:2:"gd";s:7:"Grenada";s:2:"gp";s:10:"Guadeloupe";s:2:"gu";s:4:"Guam";s:2:"gt";s:9:"Guatemala";s:2:"gn";s:6:"Guinea";s:2:"gw";s:13:"Guinea-bissau";s:2:"gy";s:6:"Guyana";s:2:"ht";s:5:"Haiti";s:2:"hm";s:33:"Heard Island And Mcdonald Islands";s:2:"va";s:29:"Holy See (vatican City State)";s:2:"hn";s:8:"Honduras";s:2:"hk";s:9:"Hong Kong";s:2:"hu";s:7:"Hungary";s:2:"is";s:7:"Iceland";s:2:"in";s:5:"India";s:2:"id";s:9:"Indonesia";s:2:"ir";s:25:"Iran, Islamic Republic Of";s:2:"iq";s:4:"Iraq";s:2:"ie";s:7:"Ireland";s:2:"il";s:6:"Israel";s:2:"it";s:5:"Italy";s:2:"jm";s:7:"Jamaica";s:2:"jp";s:5:"Japan";s:2:"jo";s:6:"Jordan";s:2:"kz";s:10:"Kazakhstan";s:2:"ke";s:5:"Kenya";s:2:"ki";s:8:"Kiribati";s:2:"kp";s:37:"Korea, Democratic Peoples Republic Of";s:2:"kr";s:18:"Korea, Republic Of";s:2:"kw";s:6:"Kuwait";s:2:"kg";s:10:"Kyrgyzstan";s:2:"la";s:31:"Lao Peoples Democratic Republic";s:2:"lv";s:6:"Latvia";s:2:"lb";s:7:"Lebanon";s:2:"ls";s:7:"Lesotho";s:2:"lr";s:7:"Liberia";s:2:"ly";s:22:"Libyan Arab Jamahiriya";s:2:"li";s:13:"Liechtenstein";s:2:"lt";s:9:"Lithuania";s:2:"lu";s:10:"Luxembourg";s:2:"mo";s:5:"Macao";s:2:"mk";s:42:"Macedonia, The Former Yugoslav Republic Of";s:2:"mg";s:10:"Madagascar";s:2:"mw";s:6:"Malawi";s:2:"my";s:8:"Malaysia";s:2:"mv";s:8:"Maldives";s:2:"ml";s:4:"Mali";s:2:"mt";s:5:"Malta";s:2:"mh";s:16:"Marshall Islands";s:2:"mq";s:10:"Martinique";s:2:"mr";s:10:"Mauritania";s:2:"mu";s:9:"Mauritius";s:2:"yt";s:7:"Mayotte";s:2:"mx";s:6:"Mexico";s:2:"fm";s:31:"Micronesia, Federated States Of";s:2:"md";s:20:"Moldova, Republic Of";s:2:"mc";s:6:"Monaco";s:2:"mn";s:8:"Mongolia";s:2:"me";s:10:"Montenegro";s:2:"ms";s:10:"Montserrat";s:2:"ma";s:7:"Morocco";s:2:"mz";s:10:"Mozambique";s:2:"mm";s:7:"Myanmar";s:2:"na";s:7:"Namibia";s:2:"nr";s:5:"Nauru";s:2:"np";s:5:"Nepal";s:2:"nl";s:11:"Netherlands";s:2:"nc";s:13:"New Caledonia";s:2:"nz";s:11:"New Zealand";s:2:"ni";s:9:"Nicaragua";s:2:"ne";s:5:"Niger";s:2:"ng";s:7:"Nigeria";s:2:"nu";s:4:"Niue";s:2:"nf";s:14:"Norfolk Island";s:2:"mp";s:24:"Northern Mariana Islands";s:2:"no";s:6:"Norway";s:2:"om";s:4:"Oman";s:2:"pk";s:8:"Pakistan";s:2:"pw";s:5:"Palau";s:2:"ps";s:31:"Palestinian Territory, Occupied";s:2:"pa";s:6:"Panama";s:2:"pg";s:16:"Papua New Guinea";s:2:"py";s:8:"Paraguay";s:2:"pe";s:4:"Peru";s:2:"ph";s:11:"Philippines";s:2:"pn";s:8:"Pitcairn";s:2:"pl";s:6:"Poland";s:2:"pt";s:8:"Portugal";s:2:"pr";s:11:"Puerto Rico";s:2:"qa";s:5:"Qatar";s:2:"re";s:7:"Reunion";s:2:"ro";s:7:"Romania";s:2:"ru";s:18:"Russian Federation";s:2:"rw";s:6:"Rwanda";s:2:"sh";s:44:"Saint Helena, Ascension And Tristan Da Cunha";s:2:"kn";s:21:"Saint Kitts And Nevis";s:2:"lc";s:11:"Saint Lucia";s:2:"pm";s:25:"Saint Pierre And Miquelon";s:2:"vc";s:32:"Saint Vincent And The Grenadines";s:2:"ws";s:5:"Samoa";s:2:"sm";s:10:"San Marino";s:2:"st";s:21:"Sao Tome And Principe";s:2:"sa";s:12:"Saudi Arabia";s:2:"sn";s:7:"Senegal";s:2:"rs";s:6:"Serbia";s:2:"sc";s:10:"Seychelles";s:2:"sl";s:12:"Sierra Leone";s:2:"sg";s:9:"Singapore";s:2:"sk";s:8:"Slovakia";s:2:"si";s:8:"Slovenia";s:2:"sb";s:15:"Solomon Islands";s:2:"so";s:7:"Somalia";s:2:"za";s:12:"South Africa";s:2:"gs";s:44:"South Georgia And The South Sandwich Islands";s:2:"ss";s:11:"South Sudan";s:2:"es";s:5:"Spain";s:2:"lk";s:9:"Sri Lanka";s:2:"sd";s:5:"Sudan";s:2:"sr";s:8:"Suriname";s:2:"sz";s:9:"Swaziland";s:2:"se";s:6:"Sweden";s:2:"ch";s:11:"Switzerland";s:2:"sy";s:20:"Syrian Arab Republic";s:2:"tw";s:25:"Taiwan, Province Of China";s:2:"tj";s:10:"Tajikistan";s:2:"tz";s:28:"Tanzania, United Republic Of";s:2:"th";s:8:"Thailand";s:2:"tl";s:11:"Timor-leste";s:2:"tg";s:4:"Togo";s:2:"tk";s:7:"Tokelau";s:2:"to";s:5:"Tonga";s:2:"tt";s:19:"Trinidad And Tobago";s:2:"tn";s:7:"Tunisia";s:2:"tr";s:6:"Turkey";s:2:"tm";s:12:"Turkmenistan";s:2:"tc";s:24:"Turks And Caicos Islands";s:2:"tv";s:6:"Tuvalu";s:2:"ug";s:6:"Uganda";s:2:"ua";s:7:"Ukraine";s:2:"ae";s:20:"United Arab Emirates";s:2:"gb";s:14:"United Kingdom";s:2:"us";s:13:"United States";s:2:"um";s:36:"United States Minor Outlying Islands";s:2:"uy";s:7:"Uruguay";s:2:"uz";s:10:"Uzbekistan";s:2:"vu";s:7:"Vanuatu";s:2:"ve";s:33:"Venezuela, Bolivarian Republic Of";s:2:"vn";s:8:"Viet Nam";s:2:"vg";s:23:"Virgin Islands, British";s:2:"vi";s:20:"Virgin Islands, U.S.";s:2:"wf";s:17:"Wallis And Futuna";s:2:"eh";s:14:"Western Sahara";s:2:"ye";s:5:"Yemen";s:2:"zm";s:6:"Zambia";s:2:"zw";s:8:"Zimbabwe";}' WHERE field_id = 'country'[/code]

    [b]Step 5:[/b] Head back to your Admin CP and head to "Users" > "User Custom Fields" and edit the "Country" field. Save it one more time to ensure the changes have taken effect.

    [b]Enjoy![/b]

    [i]The flag icons are the property of [url="http://www.famfamfam.com/lab/icons/flags/"]famfamfam.com[/url] and I did not create them. The sprite image was provided by [url="http://flag-sprites.com/"]flag-sprites.com[/url].[/i]

    98 downloads

       (0 reviews)

    0 comments

    Submitted

  6. Ignore Signatures

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This addon allows your members to hide specific user's signatures.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]There is a permission for the admin to choose who can do this.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]There is a link underneath the signature that a user can click to hide the signature. This link then changes to a show signature link if the signature is hidden.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]See screenshots for a more in-depth explanation[/background][/size][/font][/color]

    11 downloads

       (0 reviews)

    0 comments

    Submitted

  7. XenForo Extended Smilies (Smilie Importer XML)

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Import [/background][/size][/font][/color][url="http://xenforo.com/community/resources/xenforo-extended-smilies.906/"]XenForo Extended Smilies by Shelley[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] using the [/background][/size][/font][/color][url="http://xenforo.com/community/resources/smilie-importer-by-waindigo.1141/"]Smilie Importer by Waindigo[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)].[/background][/size][/font][/color]

    [b]Installation:[/b][list]
    [*]Install the [url="http://xenforo.com/community/resources/smilie-importer-by-waindigo.1141/"]Smilie Importer by Waindigo[/url].
    [*]Extract the attached XML file and import by going to [b]Admin Control Panel -> Home -> Smilies -> Import[/b].
    [*]Upload the [url="http://xenforo.com/community/resources/smilie-importer-by-waindigo.1141/"]XenForo Extended Smilies[/url] sprite file.
    [/list]
    [b]Thanks:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Thank you to Sheldon for providing [/background][/size][/font][/color][url="http://xenforo.com/community/resources/smilie-sprites-sql-file.1797/"]this MySql file[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] and, of course, to Shelley for providing such amazing smilies.[/background][/size][/font][/color]

    86 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Daily Post Limit by Waindigo

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on adds four new user permission to limit the number of posts, profile posts, status updates, conversations, reports and contact forms that a user can submit per day. Attempting to go over that limit will result in an error being displayed.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Note that posts, profile posts and status updates share the same limit.[/background][/size][/font][/color]

    [b]Installation:[/b][list]
    [*]Upload contents of upload folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_DailyPostLimit.xml file.
    [/list]
    [b]Licence:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/background][/size][/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] for more information.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/background][/size][/font][/color]

    13 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Flood Control Permissions by Waindigo

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on adds four new user permission to set the minimum number of seconds between creating posts, profile posts, status updates, conversations, reports and contact forms that a user can submit per day. If the permission is set, this will override the default setting in the Admin Control Panel for that user.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Note that posts, profile posts and status updates share the same minimum.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Setting the 'Bypass flood check' permission for any user will always override any of the above permissions for that user.[/background][/size][/font][/color]

    [b]Installation:[/b][list]
    [*]Upload contents of upload folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_FloodControl.xml file.
    [/list]
    [b]Licence:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/background][/size][/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] for more information.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/background][/size][/font][/color]

    12 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Integration Permissions by Waindigo

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on adds a permission to restrict certain users from being able to link their accounts to and log-in from external sites, such as Facebook, Twitter, Google, VKontakte and Steam.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on works with the following external authentication add-ons:[/background][/size][/font][/color][list]
    [*][url="http://xenforo.com/community/resources/social-network-authentication-twitter-google-vk-com.645/"]Social Network Authentication[/url]
    [*][url="http://xenforo.com/community/resources/steam-authentication-integration.258/"]Steam Authentication Integration[/url]
    [/list]
    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_IntegrationPerms.xml file.
    [/list]
    [b]Licence:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/background][/size][/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] for more information.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/background][/size][/font][/color]

    10 downloads

       (0 reviews)

    0 comments

    Submitted

  11. PayPal Sandbox by Waindigo

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]When this add-on is enabled, all account upgrade requests will be sent to the PayPal Sandbox. This can be used to test that your account upgrades work without having to send real money or having to have two real PayPal accounts.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]You can create a PayPal Sandbox account here:[/background][/size][/font][/color]
    [url="https://developer.paypal.com/webapps/developer/applications/accounts"]https://developer.paypal.com/webapps/developer/applications/accounts[/url]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Note: this add-on will only work with debug mode enabled, so obviously shouldn't be used on a live site.[/background][/size][/font][/color]

    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_PayPalSandbox.xml file.
    [/list]
    [b]Licence:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/background][/size][/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] for more information.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/background][/size][/font][/color]

    20 downloads

       (0 reviews)

    0 comments

    Submitted

  12. Custom Usergroups Widget

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Description: Addon will show list user of specific groups and order by username, register date or message count [/background][/size][/font][/color][img]http://xenforo.com/community/styles/default/xenforo/clear.png[/img]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]INSTALLATION:[/background][/size][/font][/color][list]
    [*]Download file then upload all files via FTP
    [*]Login to ACP -> import xml
    [*]Go to tab: Appearance -> Add Widget
    [/list]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]NOTE: This Addon requires [/background][/size][/font][/color][url="http://xenforo.com/community/resources/bd-widget-framework.297/"][bd] Widget Framework[/url]

    [img]http://i.imgur.com/4Y3cTnW.jpg?1[/img]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Save and Exit [/background][/size][/font][/color][img]http://xenforo.com/community/styles/default/xenforo/clear.png[/img]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This is the result:[/background][/size][/font][/color]

    [img]http://i.imgur.com/wgIafHJ.jpg?1[/img]

    24 downloads

       (0 reviews)

    0 comments

    Updated

  13. Automatic Warnings by Waindigo

    [b]Description:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on adds an additional option to the Warnings screen in the Admin Control Panel to create Automatic Warnings.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Automatic Warnings can be issued when a user creates content containing specified words or phrases.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]A 'bypass automatic warning check' permission is added by this add-on to ensure that users with permission are never automatically warned.[/background][/size][/font][/color]


    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_AutoWarning.xml file.
    [/list]

    [b]Licence and support:[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/background][/size][/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] for more information.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/background][/size][/font][/color]

    27 downloads

       (0 reviews)

    0 comments

    Submitted

  14. Custom Markup For Users

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)][b]This release can be installed and upgraded using the [url="http://xenforo.com/community/resources/add-on-install-upgrade.960/"]Add-On Installer by Chris Deeming[/url][/b]

    [b]NO SUPPORT GIVEN DURING ALPHA AND BETA

    Brought to you by [url="http://revillution.com/"]Revillution Forums[/url][/b][/background][/size][/font][/color]



    [size=6][b][3.studio] Custom Markup For Users[/b][/size]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on allows users to apply custom styling to their usernames and user titles, without the need to allow them to use CSS/HTML.[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This addon requires [/background][/size][/font][/color][url="http://xenforo.com/community/resources/template-modification-system-tms.293/"]TMS[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)].[/background][/size][/font][/color]

    [b]Features[/b][list]
    [*]Custom Styling, of course
    [*]Works everywhere, including addons*
    [*]Each styling option can be enabled or disabled
    [*]Easy^ addition of other custom styling options for developers
    [/list]
    [b]*[/b][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Addon needs to use XenForo username standard (which is <xen:username>)[/background][/size][/font][/color]
    [b]^[/b][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]I think... [/background][/size][/font][/color][img]http://xenforo.com/community/styles/default/xenforo/clear.png[/img]

    [b]Screenshots[/b]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Public View[/background][/size][/font][/color]
    [img]http://puu.sh/3eur8.png[/img]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Admin Permission control:[/background][/size][/font][/color]
    [img]http://puu.sh/3eut3.png[/img]

    [b]How to install[/b]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]0) Install [/background][/size][/font][/color][url="http://xenforo.com/community/resources/template-modification-system-tms.293/"]TMS[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)].[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]1) Download the zip file.[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]EITHER[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]2) Upload the ZIP file to Add-on installer and let it do the magic.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]OR[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]2a) Upload the contents of the upload folder to the root of your XenForo installation.[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]2b) Install using the XML file provided.[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]3) Set up permissions as needed.[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]4) Enjoy![/background][/size][/font][/color]


    [size=6][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][background=rgb(252,252,255)][b]Other notes[/b][/background][/font][/color][/size]
    [b]NO SUPPORT GIVEN DURING ALPHA AND BETA STAGE[/b]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This addon supports modifying the username bit on the top right corner, however it's turned off by default. To turn it on head to TMS and enable it.[/background][/size][/font][/color]

    [b]Known Problems[/b][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]:[/background][/size][/font][/color]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]1. A lot. [/background][/size][/font][/color][img]http://xenforo.com/community/styles/default/xenforo/clear.png[/img]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]2. This addon is written in a way that is highly flexible, but may bring unforeseen performance to your forums. Please tell me how your forums is running with my addon installed so I can further evaluate the situation. Thank you![/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This add-on is released under the BSD 2-Clause modified License. The source code can be found [/background][/size][/font][/color][url="https://github.com/tyteen4a03/3ps_cmfu"]here[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)].[/background][/size][/font][/color]

    27 downloads

       (0 reviews)

    0 comments

    Updated

  15. Force Ignore by Waindigo

    [b]Description:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]This add-on adds a section to the Admin Control Panel where administrators can enter the names of two users and force those users to ignore each other.[/font][/color]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Additionally, an expiry date can be entered, after which time the users will no longer ignore each other. Before the expiry date, both users will be unable to remove the ignore themselves.[/font][/color]


    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_ForceIgnore.xml file.
    [/list]
    [b]Licence and support:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=#141414][font=Georgia, 'Times New Roman', Times, serif] for more information.[/font][/color]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/font][/color]

    10 downloads

       (0 reviews)

    0 comments

    Updated

  16. Flexile Dark

    [size=4][i]Introducing...[/i][/size]

    [img]http://i.imgur.com/v6cszfl.png?1[/img]

    [size=4][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][background=rgb(252,252,255)][color=rgb(128,128,128)]A new, fresh, innovative style for XenForo...[/color][/background][/font][/color][/size]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]Flexile Dark has a clean, modern, "Web 2.0" look, and supports all of XenForo's rich styling features, including Style Properties and 2-click recoloring. It is a Dark variation of the popular [/background][/size][/font][/color][url="http://xenforo.com/community/threads/flexile.7164/"]Flexile[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)] style.[/background][/size][/font][/color]


    [img]http://i.imgur.com/7HzI56nl.png[/img]


    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]The PSD for the logo is included, but the font is not. It's called [/background][/size][/font][/color][b]Museo Slab 500[/b][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]. Although I cannot redestribute it, you can download it for free here:[/background][/size][/font][/color]
    [url="http://new.myfonts.com/fonts/exljbris/museo-slab/500/"]http://new.myfonts.com/fonts/exljbris/museo-slab/500/[/url]

    348 downloads

       (0 reviews)

    1 comment

    Updated

  17. Profile Posts Limit by Waindigo

    [b]Description:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]This add-on creates an option to control the number of profile posts displayed on a member's profile page.[/font][/color]


    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_ProfilePostLimit.xml file.
    [/list]

    [b]Licence and support:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=#141414][font=Georgia, 'Times New Roman', Times, serif] for more information.[/font][/color]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/font][/color]

    4 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Language Chooser Position by Waindigo

    [b]Description:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]This add-on provides additional options to manage the Language Chooser through the Admin Control Panel:[/font][/color][list]
    [*]Move the Language Chooser to extra locations
    [*]Allow Language Chooser on pages where it is not visible, including during account registration
    [/list]

    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_LangChooserPos.xml file.
    [/list]

    [b]Licence and support:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=#141414][font=Georgia, 'Times New Roman', Times, serif] for more information.[/font][/color]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/font][/color]

    12 downloads

       (0 reviews)

    0 comments

    Submitted

  19. TheCollectiveMind Spoiler BBCode

    This is a Spoiler BBCode which utilities the basic styles in the default XenForo theme.

    The plugin will add a new button on the bottom row that will insert a SPOILER tag. You can even nest multiple SPOILER tags in each other.

    In addition a user preference is included that well let users determine if they want all SPOILER tags to load shown or not.

    23 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Status Permissions by Waindigo

    [b]Description:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]This add-on adds the following new permissions for statuses, completely separate from other profile posts permissions:[/font][/color][list]
    [*]View own status
    [*]Post new status
    [*]View own deleted status
    [*]Undelete own status
    [/list]

    [b]Installation:[/b][list]
    [*]Upload contents of [font='courier new']upload[/font] folder to root directory, overwriting any existing files.
    [*]Install addon-Waindigo_StatusPerms.xml file.
    [/list]

    [b]Licence and support:[/b]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Distributed free for non-commercial use only. Please contact Waindigo to licence for commercial use. All copyright notices and references to Waindigo must remain intact. See [/font][/color][url="http://xenforo.com/community/resources/copyright-notice-by-waindigo.892/"]here[/url][color=#141414][font=Georgia, 'Times New Roman', Times, serif] for more information.[/font][/color]

    [color=#141414][font=Georgia, 'Times New Roman', Times, serif]Limited free technical support is provided through this community only. Paid technical support is also available, including the addition of new features.[/font][/color]

    9 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Hide the Quick Reply Box in Closed Threads

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This Addon hides the Quick Reply Box in Closed Threads for users who still have permission to reply(staff).[/background][/size][/font][/color]

    [b]Installation Instructions:[/b]
    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]This addon is [/background][/size][/font][/color][url="http://xenforo.com/community/resources/add-on-install-upgrade.960/"]Auto Installer Approved[/url][color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)].[/background][/size][/font][/color]

    [color=rgb(20,20,20)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(252,252,255)]If you do not have Auto Installer installed, you can install it by doing the following:[/background][/size][/font][/color][list]
    [*]Upload the content of the upload/library directory to your forum's library directory.
    [*]Install via the XML file in your admin center
    [/list]

    16 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Partial IP Searching

    [font=arial][b]About[/b][/font]
    [font=arial]Gives Admins the ability to search for IP partials. Supports "starts with" and "ends with" searching.[/font]

    [font=arial][b]Usage[/b][/font]
    [font=arial]An asterisk (*) must be placed at the start or end of an IP in [font='courier new'][b]'[/b]ACP->Users->Search for Users->Search by IP Address[b]'[/b][/font].[/font]

    [font=arial]If the IP doesn't contain an asterisk at the start/end, it will default to the original search method of searching for the exact IP. [/font]

    [b][font=arial]Examples Searches[/font][/b]
    [font='courier new']127.0.* - Matches: 127.0.0.1, 127.0.4.1, etc.[/font]
    [font='courier new']127.0.1* - Matches: 127.0.1.10, 127.0.100.0, etc.[/font]
    [font='courier new']*.5.221 - Matches: 127.0.5.221, 86.27.5.221, etc.[/font]

    [b][font=arial]License[/font][/b]
    [font=arial]This resource is released under the MIT License.[/font]

    3 downloads

       (0 reviews)

    0 comments

    Submitted

  23. Add-on Install & Upgrade

    [size=4][color=rgb(51,51,51)][font='arial black'][background=rgb(246,247,247)][b]Introduction[/b][/background][/font][/color][/size]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Add-on Install & Upgrade is an invaluable tool for Admins as it aims to make every aspect of add-on management as easy as possible. This includes installation by ZIP files, installation direct from the XenForo Resource Manager or the "good old XML import" method. Finally, it now includes a Add-on Update Manager![/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Whereas the previous version of this add-on required add-ons to be packaged in a specific way, the current version contains logic to scan the files and copy the correct files to the correct directories.[/font][/background][/size][/font][/color]

    [size=4][b][font=Georgia][font='arial black']Install / Upgrade Add-Ons[/font][/font][/b][/size]
    [img]http://i.imgur.com/uBvpmfp.png[/img]

    [size=4][b][font='arial black']Install from ZIP file/s[/font][/b][/size]
    [img]http://i.imgur.com/uTl36VJ.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]With Install & Upgrade you can upload either a single ZIP file or multiple ZIP files.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Install & Upgrade will work with [/font][/background][/size][/font][/color][b][font=Georgia]any[/font][/b][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia] add-on (no specific directory structure required). There's no separate page or form to install upgrades either. If the add-on is already installed, it will be detected and perform an upgrade instead.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]What's the benefit of installing from multiple ZIP files? Only one cache rebuild![/font][/background][/size][/font][/color]

    [img]http://i.imgur.com/TxqcavR.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]If you provide a Resource Manager URL, your XenForo username and password then you will be able to install an add-on entirely remotely.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]The latest version of the add-on is grabbed from the Resource Manager and installed automatically. Once again, if the add-on is already installed it will be be upgraded automatically to the latest version.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Oh... and we keep the Resource Manager URL for another purpose... more on that later...[/font][/background][/size][/font][/color]

    [img]http://i.imgur.com/ujjDJp4.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Just in case one of the above methods isn't working, you can always revert back to the old method. If you have uploaded the add-on files already, simply provide an XML file to install as normal.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]One difference is, if the add-on is already installed it will be upgraded for you instead (no need to go to another page to install an upgrade).[/font][/background][/size][/font][/color]


    [size=4][b][font=Georgia][font='arial black']Update Checker[/font][/font][/b][/size]
    [img]http://i.imgur.com/YW85k32.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Remember I said we kept the Resource Manager URL? Well, this is one way we can automatically check add-ons for updates.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]If you install an add-on using the Resource Manager URL it will be automatically checked for updates.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Alternatively, you can configure the updates for each add-on manually.[/font][/background][/size][/font][/color]

    [img]http://i.imgur.com/vXbctGX.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]An add-on is checked for updates by checking the version number of the released resource compared to the version string of your add-on.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]If there is an update available you will see an Upgrade link, and clicking the Check For Update icon [/font][/background][/size][/font][/color][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia] will open the details of the update:[/font][/background][/size][/font][/color]

    [img]http://i.imgur.com/69m0o15.png[/img]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Sometimes, an update isn't required. You may wish to skip an update completely or maybe the add-on developer didn't update the XML file with the latest version.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Therefore, you can Ignore an update completely. This will skip the update until the next time the version number in the RM changes.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Add-ons that have a Resource Manager URL have this icon:[/font][/background][/size][/font][/color]
    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia][img]http://www.xfshowcase.com/styles/default/xenforo/permissions/allow.png[/img][/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Add-ons you haven't yet configured have this icon:[/font][/background][/size][/font][/color]
    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia][img]http://www.xfshowcase.com/styles/default/xenforo/permissions/deny.png[/img][/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]If there are updates available, it is discreetly marked in the Navigation menu:[/font][/background][/size][/font][/color]

    [img]http://i.imgur.com/VZfXl1S.png[/img]

    [size=4][b][font=Georgia][font='arial black']Known Issues[/font][/font][/b][/size]
    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Please be aware of these known issues:[/font][/background][/size][/font][/color][list]
    [*]Some server configurations may not support Add-on Install & Upgrade
    [list]
    [*]If you get permissions errors, please contact your host or server person.
    [*]The general problem is usually the user which your web server runs as doesn't have permission on the file system to copy, delete or create files.
    [*]A solution for this is completely beyond the scope of any developer. A server configuration change is required.
    [/list][*]If you receive an error relating to the ZipArchive class, this means your PHP wasn't compiled with this (pretty standard) feature. Consult your host or server person.
    [*]"Please enter a valid callback method" will intermittently occur when the files have not yet finished copying before the XML begins to import. Just press back on your browser and click the Install & Upgrade button again.
    [*]Due to this being a complete rewrite, it is NOT possible to upgrade this add-on using the old version of the Add-on Installer.
    [*]If you've only ever registered using Facebook then your account actually doesn't have a password at all. To use this feature go and set a password in your Account settings. Once you've done that you can log in with a password. Facebook login will still work too. Just not with my add on (it wouldn't be possible).
    [/list]
    [size=4][b][font=Georgia][font='arial black']Installation[/font][/font][/b][/size]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]DO NOT UPGRADE USING THE ORIGINAL ADD-ON INSTALLER.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]Instead:[/font][/background][/size][/font][/color][list=1]
    [*]Download the zip file.
    [*]Extract its contents to your hard drive.
    [*]Upload the contents of the upload folder to the root of your XenForo installation.
    [*]Complete install via the Admin CP using the provided XML file.
    [/list]

    34 downloads

       (0 reviews)

    0 comments

    Updated

  24. [tLk] Usergroup Legend

    [b][font=Georgia]Add-on Name: [/font][/b][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia][tLk] Usergroup Legend[/font][/background][/size][/font][/color]
    [b][font=Georgia]Current Version: [/font][/b][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]1.0.0[/font][/background][/size][/font][/color]
    [b][font=Georgia]Uploaded Files: [/font][/b][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]4 (four)[/font][/background][/size][/font][/color]

    [b][font=Georgia]Installing Instructions[/font][/b][list]
    [*]Upload the _upload folder to your XenForo root directory
    [*]Import *.xml file from Install Add-on area
    [*]Set your options from Options-->[tLk] Usergroup Legend area
    [/list]
    [b][font=Georgia]Note[/font][/b]
    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]If "Auto Template Edit?" option is disabled, you have to use this code[/font][/background][/size][/font][/color]

    [size=4][/size][code=auto:0]<xen:include template="tlk_usergroup_legend" />[/code]

    48 downloads

       (0 reviews)

    0 comments

    Submitted

  25. Minimum Post Length

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]This is a simple little tweak to do exactly the same as XenForo does with the [/font][/background][/size][/font][/color][i][font=Georgia]Maximum Message Length[/font][/i][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia] option but for a minimum instead.[/font][/background][/size][/font][/color]

    [color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia]You can find the option in the same place as [/font][/background][/size][/font][/color][i][font=Georgia]Maximum Message Length[/font][/i][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia] in [/font][/background][/size][/font][/color][i][font=Georgia]ACP -> Options -> Messages[/font][/i][color=rgb(51,51,51)][font=Georgia, 'Times New Roman', Times, serif][size=4][background=rgb(246,247,247)][font=Georgia].[/font][/background][/size][/font][/color]

    26 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...