Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      13

    • Posts

      5,256


  2. The Grim Reaper

    • Points

      12

    • Posts

      380


  3. Dusan

    Dusan

    Blizzard


    • Points

      9

    • Posts

      482


  4. James

    James

    Administrator


    • Points

      4

    • Posts

      1,080


Popular Content

Showing content with the highest reputation since 03/25/2024 in all areas

  1. After nearly two years, WebFlake is reopening its doors to the community. We're excited to renew this adventure with you all and are so thankful for your love and commitment. We've heard your voices, and we've missed you too. Let's cover some important questions! What is the new domain name; what happened to WebFlakeSX? We no longer own the WebFlakeSX domain or Twitter/X account. Regrettably, we allowed the domain to lapse, and it was promptly snatched by one of the many domain squatters that hold beleaguered domains ransom. We have no desire to pay the fees required to recollect that domain, so we have moved on to the dev extension, WebFlake.dev, and have launched a new Twitter/X account https://twitter.com/WebFlakeHQ. Why is WebFlake returning; why now? You. That's the simple truth. WebFlake stood as a bastion for ingenuity, creativity, and ambition. Our community and webmasters everywhere still need us. Are you affiliated with the other WebFlake sites? No. We never were and never will be. It goes without saying that none of us expected our community or the market to just sit on their hands after WebFlake's closure. We fully respect and appreciate the efforts to provide a spiritual successor or an entirely new home for interested users. What we are absolutely uncomfortable with, are the two communities that thought it prudent to use our branding, our identity, and attempt to be us. Whether their intention was to defraud you or simply to take up the reins, their combined lack of success and egregious lack of respect for every one of us that made WebFlake possible is what is important here. Neither community acknowledged that they were not the original WebFlake and both communities made concerted efforts to effectively copy/paste elements of this community. We won't ban you for participating in their charade provided you do not advertise or discuss those communities on any of our platforms. We do strongly encourage you to avoid being deceived or preyed upon. You don't have to choose us over them, there are other options — just don't encourage or facilitate their unscrupulous endeavors. What can we expect with WebFlake's relaunch? WebFlake closed in January 2022. With that in mind, we ask that you temper your expectations. We've restored the website as it were twenty months ago in its totality. Users, donations, topics, posts, reputation, files, and everything in between is intact. We've upgraded the core and the database to current versions. We've also just completed a total overhaul of our member groups, updated our original theme, and are continuing to make a number of other modifications and improvements to our community. You can see some of those changes listed in our Release Notes, here: WebFlake Release Notes - 7.0.0 What are your plans going forward? We want to place more emphasis on quality of life and community. We recognize that our approach prior to closing last January wasn't the best and we have immense room for improvement. In the pipeline are minor things like relaxed guidelines and larger things like crowdfunding. We're also contemplating expanding our brand into other web-related ventures; more info on this to come. In the meantime, we want to ensure that we begin making up for lost time. What can I do to help out with the relaunch? Content. Come say hi, submit a file, answer a question, or join us on Discord. If you have a spare server boost or two for Discord, we would appreciate it if you applied them to WebFlake to enhance the user experience there. Do remember that you are under no obligation to contribute but know that you would have our undying gratitude. Additionally, you can promote our relaunch on social media and with your connections. We do not condone spamming other communities or Discord servers; be respectful. What if I encounter bugs or things aren't working as they should be? If you encounter any bugs, please report them on our Bug Tracker, here: https://webflake.dev/forums/bug-tracker. If you think you can help us improve the community, we'd love to hear your thoughts; submit them via our Ideas page here: https://webflake.dev/forums/ideas Who is managing WebFlake now? Tony, James, Logan, Cookie Monster, and GradientWizzard. To be clear, this means that Phun has retired and will no longer be involved with WebFlake in any capacity. He may stop by to say hello on occasion, but he is no longer representing or assisting in the management of WebFlake. What if I have a question that isn't covered here? Feel free to ask away on Discord or the forums, and we will answer those questions to the best of our ability.
    4 points
  2. Version 4.7.14

    412 downloads

    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.
    3 points
  3. Hello, i'm sorry for this delayed response of mine. Search for this into your template forum - index - forum and replace this : {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> {{foreach $forum->children() as $subforum}} <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}"> <a href="{$subforum->url()}">{{if \IPS\forums\Topic::containerUnread( $subforum )}}<span class='ipsItemStatus ipsItemStatus_tiny {{if !\IPS\forums\Topic::containerUnread( $subforum ) && !$subforum->redirect_on}}ipsItemStatus_read{{endif}}'><i class="fa fa-circle"></i></span>&nbsp;{{endif}}{$subforum->_title}</a> </li> {{endforeach}} </ul> {{endif}} {{if $forum->description}} {template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"} {{endif}} With this : {{if $forum->description}} {template="richText" group="global" app="core" location="global" params="$forum->description, array('ipsDataItem_meta', 'ipsContained')"} {{endif}} {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> {{foreach $forum->children() as $subforum}} <li class="{{if \IPS\forums\Topic::containerUnread( $subforum )}}ipsDataItem_unread{{endif}}"> <a href="{$subforum->url()}">{$subforum->_title}</a> </li> {{endforeach}} </ul> {{endif}} Add into your custom.css this : .ipsApp .cForumRow .ipsDataItem_subList { padding: 0 !important; background-image: none !important; display: grid; grid-template-columns: repeat(3, 33%); } .ipsApp .cForumRow .ipsDataItem_subList li:after { content: ''; font-family: "FontAwesome"; /* here you put what you want to appear before a subforum */ } .ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:after { content: ''; font-family: "FontAwesome"; /* here you put what you want to appear before an unread subforum */ } .ipsDataItem_subList li a:after { content: ''; }
    2 points
  4. Version 4.3.3

    80 downloads

    This is very simple chat system with the basic features: Ajax chat, auto update. Display as a widget, so you can place it in sidebar or top page. Sound notification. User can toggle on/off. Admins/Moderators can block users. Load more messages when scrolling end (or top). Rules. Supports emoticons, URL, Images (GIF, PNG, JPG) *NEW* Supports GIPHY to finds GIFs and Stickers by using /giphy command (Eg: /giphy happy new year) *NEW* Supports Youtube, playing video in iframe and popup @mention by clicking on usernames. Flood control. Bad word filters. Time format. Display newer messages in top or bottom. Permissions for viewing, chatting & management. Edit/Delete messages.
    2 points
  5. I definitely have an interest in a Providers directory but would likely outsource the work to someone else given the amount of time it'd take to develop that page. For reference, for other readers, this is the Providers Directory on Invision's website: Providers Directory - Invision Community
    2 points
  6. Version 2.0.0

    50 downloads

    This translation is for Brazilian and Portuguese forums. The translation is being done for some applications too, like Calendar, Pages, and some others that will be added in the new language update. You can check if there is a new version, and if so, probably some apps have been included for the translation as well.
    2 points
  7. I'm sorry to be against your host provider, but that is a problem from them. You have limited resources on your host plan, meaning that if overload the system will shut you down in order not to affect the others. As i saw on international hosting, most of them offer limited resources regarding traffic, ram, cpu.
    1 point
  8. Welcome to WebFlake! I hope you enjoy your stay.
    1 point
  9. Activate this into your category settings :
    1 point
  10. I found these images of steam hovercards on a Russian forum, and I wanted to put them on the IPS forum, I've seen them on some forums, but I haven't seen any tutorials on how to insert them. Could someone help me with how to put them in the forum and how I would put them in a specific user or group? Example: Someone can help me?
    1 point
  11. A very happy belated Happy Thanksgiving! It's been a very crazy week.
    1 point
  12. Emails have been fixed, thanks to @ Logan_Rocks reminder that our domain is still being flagged as spam, so they'll be automatically sent to junk Disabled 'Join Us' block on the homepage for now as we're not looking for the positions listed on the page can still be accessed under 'about us' menu however View full release
    1 point
  13. I have nulls of v4.7.14 through to v4.7.18 - will try upload them later when I’m on my laptop!
    1 point
  14. Glad I could make it here.
    1 point
  15. 1 point
  16. Just to clarify, this usergroup is not a 'donate' for usergroup. It's a matter of reaching a certain amount of points to get the next rank. I have verified your account, and it should be fine now; please let me know. Sorry for the delay in a reply. If you have donated, that is a separate issue so I need some clarification.
    1 point
  17. Version 6.6.2

    42 downloads

    MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS is a software-as-a-service (SaaS) platform that leverages OpenAI's advanced AI capabilities to generate a variety of content types. Here's a breakdown of what this service likely offers based on the name: Content Generation: Automated creation of various types of content, which can include articles, blog posts, social media posts, and more. This feature is useful for businesses and individuals looking to streamline their content creation process. Text Generation: Generation of high-quality, coherent text for different purposes, such as marketing copy, technical writing, creative writing, and other textual content. Image Generation: Utilizing AI models to create images based on descriptions or predefined criteria. This can include generating illustrations, art, or even realistic images. Chat: Implementing conversational AI or chatbots that can engage in real-time conversation with users, providing customer support, answering queries, or facilitating interactive experiences. Code Generation: Automatically writing code based on user inputs, which can be helpful for developers by speeding up coding tasks or generating boilerplate code. SaaS (Software as a Service): Offering these AI-powered capabilities as a cloud-based service, allowing users to access and utilize these tools via the internet without needing to install or maintain software on their local machines. How to use this script ? You can follow the documentation HERE I have personally modified several files to make the application work without a security key (license). If you encounter any issues, please send me a private message or leave a comment below! Enjoy
    1 point
  18. First of all, this section is for WebFlake related problems, not for web problems. Second, yes, it is possible but you will need to have a good knowledge of php for creating and integrating the script as a custom one into your forum.
    1 point
  19. I'm in shock. I just found you guys on Google and couldn't believe what I was seeing. Thanks for coming back.
    1 point
  20. You are using a custom postContainer, post here the code inside postContainer
    1 point
  21. I don't really find the reason why posted here. If you don`t have any help to offer, just mind your own business. The problem is caused by the old versions released on the free net, till now the latest plugin version is not available for free, only for purchase. We'll try to add it into our file resources soon.
    1 point
  22. Version 3.0.0

    95 downloads

    This app will obtain data from Steam for your users, and groups, and place it in your IPS Community database for use anywhere on your site. Your board will re-load your members Steam Online information, in configurable batches, every 2 minutes, so you always have up to date information without impacting load times of your community pages. Out of the box, this app will display steam information in the following places Member Profile Next to Members' posts Member Hovercards (Steam Online Status only) Widget: X Random Online Steam Members displayed anywhere you can place a Widget More detailed information about the members Steam profile is displayed on the Members Profile page. Including an optional list of games the member owns. Out of the box the list of games can be shown in either an image grid layout, or list view. Valid Steam Input format for Custom Profile Field: Steam Name: ex. ' Aiwa ' 17 digit Steam ID: ex. 76561197964468370 Old school Steam ID: ex. STEAM_0:0:2101321
    1 point
  23. Version 1.0.0

    28 downloads

    Theme with the ability to switch from Light to Dark theme.
    1 point
  24. What is the main core of the idea ? Based on the same premise as IPS made their "Provider Directory" i suggest adding an rank called "Provider" in where to placed all the users that offer services for the platforms provided by Webflake, and maybe in the future even creating our own directory. In addition to the rank, to be added the permission to approve only his own files on the files directory and the update that he upload over his own files. Why ? A way of how the users can search more easy for someone to hire for an custom job.
    1 point
  25. Version 1.7.6

    60 downloads

    Are you looking for staff? Developers? Designers? Or anything else? This application will help admins/moderators to find people to help on their boards. Here's a quick rundown of some of the features of this resource: Ability to create categories/subcategories Extra Fields In Position form In Application form Ability to create open positions in draft mode and choose a date to automatically publish it Module to add Positions on ACP (moderator, web designer, developer, etc) Ability to inform how many places the position has. Example: you can create an application record to "hire" 3 moderators. Ability to move the "winner" member to a group chosen group (you inform the group when you're adding the application record) Ability to restrict the application by Content count, Reputation points/likes, Number of days as a member, Minimum age, and groups Ability to create a topic at every new application submission. A module on ModeratorCP to view all pending records from all applications Compatible with most important features from IPS 4.2 (Recommended Comments, Content Message, Reactions, Member History, Richer Embeds, etc.) Integrated into the framework: Tag system, Follow System, Report system, Search system, Share Links, etc. Moderator actions on applications and comments/reviews Moderator permission to approve/reject applications Ability to create RSS feeds from member applications Etc. Permission: NO ONE except staff (with proper permission) will be able to view/read or know who are the applicants. All that regular members will know is the number of users who applied to it.
    1 point
  26. Version 4.5.2

    26 downloads

    VideoBox is an application that allows sharing videos, the best choice to run your own Movies/TV Shows website. Features: 2 display modes: Grid view and list view. Categories/subcategories. Custom fields for video information. Protected custom fields that only display for logged members, or who liked the video. Search videos by custom fields. Video Collections: create/edit/remove the collections for your videos. Widgets: top poster, top videos, random videos, featured videos in a slider, collections in a carousel, quick search by custom fields,... Pages system: easy to create a new page with custom content. Uploading or using external video URL (supports: mp4, m4v, webm, m3u8, youtube, Vimeo, Dailymotion). Using VideoJS to play video formats: mp4, m4v, webm. Support VTT captions, and preroll video for advertising purposes *New* Watermark on the video player. Media Tags system to define your custom player embedded from any video services (YouTube, Vimeo, Dailymotion...). Live Streams from Twitch.tv and Youtube.com Ability to post a topic when a video is submitted *New* Tags Filter *New* View video in lightbox *New* Friendly URL. Comment system. Rating system. The following system. Clubs Reactions Supports Nexus (Commerce) to sell and buy videos. *New* Supports all Points systems. *New* Points for new video Points for new comment Points for a new review Points for reaction Lazyload *New* Tags. Latest Videos RSS feed.
    1 point
  27. Version 4.7.13

    8 downloads

    Follow these steps to enable Developer Mode on your installation: Download the Developer Tools, making sure you download the correct version for the version of IPS Community Suite you are using. Developer Tools for pre-release versions may be available, so you may need to download an older version from the "Previous Versions" section. Extract the developer tools and move them to where IPS Community Suite is installed, merging with the existing files. There is a root "dev" folder, and "dev" folders for each application. If you do not have every IPS Community Suite application installed, you should delete the folders you don't need from the Developer Tools folder before copying. The presence of Developer Tools for uninstalled applications may cause errors. If you do not already have a constants.php file in the root folder of your installation, create one. Add the following line to your constants.php file: <?php define( 'IN_DEV', TRUE );
    1 point
  28. Version 1.0.0

    22 downloads

    I've modified my previous plugin Download React to include two features: users have to like posts before downloading and share at least one file publicly. I'm not a skilled developer, so this is a very simple plugin. But it does what it says. Option to enable/disable buttons (refresh page and donate). Might need some design tweaking depending on how many buttons you disable Option to add a customized link if the donation button is enabled Option for admins and mods to bypass restrictions Option to change the FontAwesome icon used in the warning If the user hasn't liked the post or uploaded a file, no extra icons will show If the user has only liked the post or uploaded a file, icons will appear indicating which option still needs completion
    1 point
  29. Recently, I coded something for my website that puts verify symbol next to our staff team. In order to make it: 1)Go to /applications/core/modules/front/members/profile.php in your file manager. 2)Add the code under: public function execute() { /* Load Member */ $this->member = \IPS\Member::load( \IPS\Request::i()->id ); Code: if ($this->member->inGroup(4,6)) { $this->member->name = $this->member->name . " ✓"; } Basically, this code is checking if visited profile's group is 4 or 6 (For me, 4 = Administrator, 6 = Moderators) and if it's, it's adding verification symbol next to username.
    1 point
  30. Version 2.2.12

    28 downloads

    This theme is designed for users who are comfortable with XenForo theme development, as it is not the latest version. Notable Points: While the theme has a few minor issues, they should be straightforward to resolve if you're experienced in theme development. Please note that I won't be offering support or assistance with theme setup, as this is a free release. Feel free to explore and experiment with this theme as you see fit. This theme is requiring the following addons to work properly (Otherwise you will have blank pages): DBTech Credits AddonFlare Awards Landing Page This template was enhanced to make it look better than the original The landing page uses the original Forum Index, just with conditional statements to have a fake landing page, works great. Reworked Presentation Buttons Post/User Stats on Header Able to display a transparent logo/icon on the header Easy to edit the header, handled through two new Widgets Forum Index This template was enhanced to make it look better than the original Tabbed Forum List Forum/Node Icons Member Showcase Panel on the sidebar Reworked Forum Statistics block Reworked User online block + Usergroup Legend Reworked Last Posted Info Reworked Subnode Info Reworked Tabbed Forum List Original Navbar with logo scroll animation Thread List Sticky/Normal Threads separated and changed icons. User Browsing Block on top Reworked Post Topic button Reworked pagination buttons Reworked Last Posted Info Subnodes are shown at the top of the thread list Each node is separated from each other, makes it look more organized Hover animations on nodes Postbit Completely reworked entire postbit as the original Credits Display Post Count Display Thread Count Display Joined Date Display Years of Service Modification (Months/Years) Postbit Background Modification Usergroup Display Award Showcase Staff Member Tag Top Member Tag (Based on conditional statement) Early Supporter Tag (Based on conditional statement) Post View This template was enhanced to make it look better than the original Enhanced post top info bar with a staff tag, date and view count including a Message User Button Font size was adjusted to have better visibility A nice button bar on the bottom of the post view Enhanced Signature Box Profile Page This template was enhanced to make it look better than the original Enhanced Online/Offline indicator Enhanced Spotify Playback (Tracks the user's current song listening) User Statistics Signature Display Award Display Years of Service Modification Top Member Display Staff Tag Display Early Supporter Display Usergroup Display Upgrade Page This template was enhanced to make it look better than the original Added Coupon Redeem Input Field Nice looking upgrade plans component Upgrade Plans displays the user's username based on group styling Collapsible FAQ List Credit Shop This template was enhanced to make it look better than the original Enhanced Product Cards Enhanced Shop Navigation Enhanced Wallet Widget Username Preview for Font Items Username Preview for Namepaint Items Username Preview for Username Items Award Page This template was enhanced to make it look better than the original Tabbed Award List Enhanced & Reworked Award List Added Request Button instead of create thread to request (Like on original) Help Documents This template was enhanced to make it look better than the original Added proper animation on card hover Added Create Ticket / Ask the community buttons Enhanced Help Cards Control Panel This template was enhanced to make it look better than the original Original Sidenavbar Added Font Awesome Icons to Sidenav Items Reworked entire Control Panel
    1 point
  31. i would like to say good to see ya are back good luck
    1 point
  32. Version 3.2.2

    43 downloads

    Do you feel limited by the tag system or prefixes? This application enhances IPS 4's built-in tag and prefix system. It adds custom styling and fine-grained control over prefixes, plus new settings, enhancements, and helpful moderation tools. Prefixes are explicitly created through the Admin CP and can be chosen from a separate prefix dropdown when creating a topic or other prefix-enabled content. Some of its features: Define all prefixes manually through the Prefix Manager--even for open-tag systems. Show common tags and prefixes across your site with the Tag Cloud Widget. Add, fix, merge, and remove tags and prefixes in bulk through the Tag Manager. Choose a prefix when posting any prefix-enabled content, separate from tags. Control where and how tags and prefixes are displayed. Add custom HTML formatting to your prefixes, allowing colors, images, and much more. Limit prefixes by member group and location. Require a prefix in certain forums*. Add tags and prefixes to topics in bulk with Saved Actions or the Mass-Add tool. Apply a prefix to topics imported from RSS. Set a default prefix and tags for all new topics in a forum*. Override the global tag settings by forum*. This lets you enter custom tags in some forums and not others, change how many tags are required, or have a prefix option without any tags at all. Display topic prefixes in the page title, last post info, and as filters under each forum's description, if you want.
    1 point
  33. Version 1.0.0

    3 downloads

    Ukrainian language file.
    1 point
  34. Version 4.7.12

    21 downloads

    Dimension Dark by ipsfocus Dimension Dark (also available in a light version) is a theme for IPS.Suite which recycles your background image throughout the theme. The header collapses into a fixed bar at the top of the page once it has been scrolled, providing easy access to your navigation links. DEMO Theme Features Theme Settings Easily enable, disable, or modify theme features such as background images, logos, social media links, and colors. This makes modifications and upgrades very simple since little code changes are required. Fixed header on-scroll Once scrolled, your header collapses and sticks to the top of the page. The background image becomes blurred (in compatible browsers), placing focus on your navigation links. 'Inherited' background images Title bars inherit the same background image as your header, maintaining a consistent color scheme throughout your suite. The Customizer The Customizer allows your members to customize certain elements of your theme based on their own preferences. Background picker If enabled, your members can choose their own background image or color from a predefined selection. Their choice is saved via cookies and automatically loads each page visit. A "Random" option will randomize the background on each page load. Mobile Footer A sticky footer at the bottom of mobiles provides easy access to commonly used areas throughout your site. HTML logo with slogan Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead. Guest Message A customizable message can be shown to guests, prompting them to either register or login to your forum. Two designs, "billboard" and "alert" (shown) are available. Latest Topic on Mobiles The latest topic title is visible on tablets and mobiles, allowing more convenient access to your latest content for mobile users. Social links Social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (Facebook, Twitter, etc) Mega Footer A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings. Retina Ready All gradients, shadows, and icons are generated using CSS which means your site will look great on all devices - even those with high-resolution screens.
    1 point
  35. Version 1.0.0

    10 downloads

    Another type of database. Can be used for any structured documentation. Installation: 1. Create a page in Pages -> Page management -> Pages -> + Add Page. 2. Upload the database to Pages -> Content -> Databases -> + Create New -> Upload Database tab -> upload the Documentation.xml file. 3. In the public part, go to the created page and place on it a widget from the Pages -> Database -> Documentation block. 4. Configure the widget by selecting the Documentation database in the widget settings. 5. Use it. Checked on 4.7.13.
    1 point
  36. Version 4.5.4.2

    10 downloads

    Translate all IPS in French Tested by Myself Nice run
    1 point
  37. Then research your options. WebFlake isn't going to disclose its host. That's an absolutely asinine request.
    1 point
  38. Version 2.0.5

    1,101 downloads

    If you like what you see please give me that like! :)) ------------------------------------------------ ll ------------------------------------------------ Application Forms opens up a world of possibility for you and your community by designing, curating, and managing custom application forms. Application forms can be designed from scratch with an infinite number of custom field types in over 20 different types, enabling you to fill any need you or your community might have. Let your community submit their application for your position, proposal, project, or idea! Do you want to harness the power of your community for brainstorming ideas? Do you want to run contests where everyone must follow the same guidelines? Are you looking for way to interview new clanmates or members? Do you require a background check on new staff members? Do you want to receive new proposals that follow a structured template? If you need a way to ultimately manage user input in a methodical and orderly manner, then Application Forms is the best way to do it. Instead of wasting your time with forum posts where users may or may not follow your posting guidelines, require and draft a custom submission where users must follow your specifications. Field Types Application Forms features deep integration with native IPS functionality, giving you the design macro of all of Invision's custom field types: Address Checkbox Code Color Date Editor Email Address Member Number Password Poll Radio Rating Select Box Telephone Number Text Text Area Upload URL Features Application Forms lets you design an unlimited number of application forms with an unlimited number of fields. First define an application with advanced settings to describe the application and integrate into the rest of the suite. Then add new custom fields with the click of a button, drag-and-drop to rearrange, require certain fields, and define extra settings such as allowing multiple values on certain field types. Unlimited number of Forms Unlimited number of fields in each Form View all submissions in a table log From the table log, directly edit or PM the member Auto-link any new form to a new Forum Topic Auto-create a poll so your users can vote in the topic Only allow members to apply once Define member benefits such as promoting to a new membergroup Moderate Submissions in the ModCP
    1 point
  39. Openings: 2

    Applicants: 0

    WebFlake is looking to add part-time community support assistants to our growing team, otherwise known as Experts. You are self-motivated and focused on helping members with support enquiries. Your role will be in assisting members via support forum and Discord support channels. Ideally, you will be level-headed, critical thinking, and be familiar with our community platform (Invision Community Suite) and comfortable with technologies such as FTP, Amazon S3, PHP, MySQL, HTML, and CSS. Additionally, experience with other software platforms such as XenForo, vBulletin, and WordPress would be considerably helpful. Key Responsibilities Providing clear, concise, and effective support in support forums and Discord support channels. Writing articulate and informative tutorials and guides for relevant subject matter. Editing, hiding, moving, locking, splitting, merging, and selecting the best answer for, support topics. Consulting with our development and design team on current and future WebFlake projects. Skills & Experience Significant experience with PHP, HTML, CSS, JS, MySQL, and web servers. Significant experience with Invision Community Suite. Experience with various web services such as OAuth, SAML, REST, etc. Experience with other services such as FTP and Amazon S3. We are looking for someone who Is 18 years of age or older. Has at least 10 solved support questions in the last year. Can deescalate problem or potential problem communications. Is confident in conversing via forum style, public-facing support as well as chat-oriented support via Discord. Can clearly communicate both in writing and verbally. We primarily provide support in English. Is excited about interacting with our members to build a vibrant and educational support culture. Our Expert role is an opportunity to hone and enhance your own skill set. Whether you exceed or just fall short of some of these areas, please apply.
    1 point
  40. Version 1.3.7

    299 downloads

    (SD) Live Streams allows you to create your own Live Stream system that can compete with virtually any app/page that provides live video content. (SD) Live Streams allows anyone with permissions to add their own streams. The application does not have a copyright footer Supported platforms YouTube.com Twitch.tv Smashcast.tv Functionality Create categories with permissions Any category recess Package creation Charge for adding streams Internal grant system Channels +18 years (including age verification) Comment on posts Highlight comments Messages in streams Chat z platform Ability to set the cover for the stream Ability to create topics when adding streams
    1 point
  41. Version 1.0.0

    13 downloads

    This add-on allows you to show off many different holidays with just a few clicks. Add custom holiday graphics while setting a cron based timer for the holiday to be viewed based on start/stop dates. Create your own holidays with just a few clicks while spreading the holiday cheer! Many other holidays to be added to this add-on in future releases! General Features: Create your own custom holidays with custom graphics Set custom holiday timers which start/stop the viewing of the holiday effects based on the dates specified Add a snow effect to the holiday itself which can be customized by adding custom snowflake characters based on the maximum, minimum, and regular count seen by users. Calculate start/end dates with callback’s Choose if holidays should/shouldn’t be automated Users are able to enable/disable holiday styling in their user preferences Use your own images for different holidays to be shown Many different icons included along with a custom snow effect
    1 point
  42. Version 1.0.0

    111 downloads

    Get everything you need to create a game portal or present your team, game tournament, and more. You also have many items specially created for gaming and e-sports sites, including lists of players, matches and tournaments and much more! Complete the game - get Overworld today. live demo theme
    1 point
  43. Version 2.4.4

    80 downloads

    BeMusic allows you to create your own music streaming website in minutes with no coding knowledge. It has an impressive feature set that rivals and even surpasses other biggest streaming services on the market. Admin Account/Area You can see a demo of admin area by logging in with username: [email protected] password: admin, note that destructive actions like deleting and editing are disabled on demo site and admin account will be reset every hour (playlists, songs, avatar etc will be detached or reset to default). Features Easy Installation – Install BeMusic easily with no coding or server knowledge in a few minutes with our easy to use installer and documentation Appearence Editor – Powerful appearance editor will allow you to easily change the look of BeMusic without any coding knowledge. Automated – BeMusic has access to millions of artists, songs and albums, all available automatically. Use as a CMS – You can easily disable all automatic data fetching and create everything manually , turning BeMusic into fully functional music CMS. User Libraries – Users can add songs, albums and artists to their library on BeMusic in addition to playlists. Playlists – Users can create, share and follow playlists. Player – Fully-featured player including shuffle, repeat, lyrics, queue and more. Artist and Album Pages – Automatically generated pages for millions of artists and albums have full discography, similar artists, advanced radio, biograhpy, images, genres and more. Single Page – BeMusic is a single page (ajax based) application, which means it has no browser page refreshes when navigating trough the application. Translatable – BeMusic is fully translation ready. You can translate it easily from admin area so there is no need to mess with config files or 3rd party applications. Responsive – BeMusic is fully responsive and will scale to the size of any device. Documentation – In depth documentation that explains everything from installation to all the features. User System – Fully featured users system with social login(facebook, twitter and google), normal login, registration, password recovery, profiles, account settings and more. Disable Registration – Registration can be fully disabled from admin panel so only users you create manually from admin panel will be able to login. Force Login – You can force users to login before they can access any of BeMusic features. Ads – 6 integrated ad spots. All you need to do is paste your ad codes in admin area and BeMusic will do the rest. Professional Design – Impress your users with a pixel-perfect professional design. Settings- Admin area is loaded with settings that allow you to customize the site to your needs. Analytics – Google analytics are integrated right into admin area so you don’t need to open a separate page to see how your site is doing. Multiple Homepages – Choose between multiple homepages including landing page, login page or your own custom html page. Context Menu – Fully integrated context menu (right click on song, artist, album or playlist) is available with many actions. This menu can be accessed by clicking ellipses button on touch based devices. Search – Powerful search that will find nearly any song, artist or album. Requirements PHP >= 5.6 OpenSSL PHP Extension PDO Extension (enabled by default) php_fileinfo Extension (enabled by default) MySQL, Postgres, SQLite or SQL Database Server.
    1 point
  44. 431 downloads

    Warz, it's crafted for all categoryes ( gaming / business e.t.c ) Info: - It's the first release, so if you see some bugs just give me a pm here. - If you want to change body / background / top / footer, give me a pm. - Theme it’s made with profile in topic ( so you don’t need to install plugins for that ) - For footer i used ( general statistics widget, members widget, who’s online widget ) - For sidebar i used ( top contributors, topic and post feed widgets )
    1 point
  45. Version 1.0.0

    288 downloads

    Getting permission error? Original Post: https://invisioncommunity.com/files/file/7465-bim42-chatbox/ This is very simple chat system with the basic features: Ajax chat, auto update. Display as IPS widgets, so you can place it in sidebar or top page. Sound notification. User can toggle on/off. Admins/Moderators can block users. Users can ignore some chatters they don't want to see. Load more messages when scrolling end (or top). Announcement (on Top or Tab). Supports emoticons, URL, Image URL (gif, png, jpg) Supports GIPHY plugin. Supports youtube. @mention by clicking on usernames. Flood control. Bad word filters. Time format. Display newer messages in top or bottom. Permissions for viewing, chatting & management. Edit/Delete messages.
    1 point
  46. Version 2

    222 downloads

    THEME BNY.RO FOR IPS 4.X
    1 point
  47. Version 2.1.1

    596 downloads

    With this application administrator can add the game servers, voice servers to table with servers, which can be displays on board index or on each page.Servers are refreshed automatically with using System Scheduler by IPB, so it reduces the load on forums. Can change server position by drag & drop. List format: Game Name - Relevant notes or information America's Army 3 Version 3.2+ - Default server query port is 27020 America's Army: Proving Grounds ARK: Survival Evolved - Server default query port is client connect port + 19238 Armed Assault 2: Operation Arrowhead Armed Assault 2: DayZ Mod Armed Assault 3 Server query port is server port+1 Battlefield 3 - Server default query port is client connect port + 22000 Battlefield 4 - Server default query port is client connect port + 22000 Battlefield Hardline - Server default query port is client connect port + 22000 Counter-Strike 1.5 Counter-Strike 1.6 Counter-Strike: Condition Zero Counter-Strike: Global Offensive Counter-Strike: Source DayZ Standalone - Standalone version of Armed Assault 2: DayZ Mod Day of Defeat Day of Defeat: Source Garry's Mod GRAV Online Half Life 2: Deathmatch Killing Floor Killing Floor 2 - Server default query port is client connect port + 7777 Left 4 Dead Left 4 Dead 2 Lost Heaven - Server query port is server port+1 Minecraft - Requires Minecraft 1.8+ Reference. Requires server settings: enable-query=true & query.port=25565 Multi Theft Auto Natural Selection 2 - Server query port is server port+1 Quake 3 Red Orchestra 2 - Server query port is 27015 Rust San Andreas Multiplayer - Player information will not be returned if count is over 256. Info Soldat - Server query port is server port+123 Space Engineers Starmade The Ship Team Fortress 2 Teeworlds Unturned - Server query port is server port+1 Unreal Tournament - Server query port is server port+1 Unreal Tournament 3 - Default port 6500 Unreal Tournament 2004 - Server query port is server port+10 Warsow Wurm Unlimited - Server query port seems to be 27016 regardless of the client port Supported Voice Servers List format: Game Name - Relevant notes or information Mumble - Default query port is 27800 Teamspeak 2 - Default query (master) port is 51234 Teamspeak 3 - Default query (master) port is 10011 Ventrilo - Version 3.0.3+ Requirements PHP 5.4.14 ( Tested in PHP 5.4, 5.5, 5.6, 7.0 ) Bzip2 - Used for A2S compressed responses (http://www.php.net/manual/en/book.bzip2.php) Extras you might need: Zlib - Used for AA3 (before version 3.2) compressed responses (http://www.php.net/manual/en/book.zlib.php)
    1 point
  48. Good afternoon staff, I am not able to implement in my IPB [IPS 4.1.15] none of these 2 plugins, anyone can tell me what might be happening? thank you! I've installed both, but does not appear in the forum nor settings options in the Admin Panel.
    1 point
  49. Version 1.03

    162 downloads

    SiteCloner v1.03 Make Clones of any website SiteCloner is a PHP script which allows you to make copies, clones or archives of any website. It does not matter wether this website is made with regular HTML files or was built using a CMS like WordPress or Joomla; SiteClones clones them all! Support: PHP 5.3, PHP 5.4, PHP 5.5, MySQL 5.x
    1 point
  50. When posting offers, please be sure to include all relevant details.. Coupon or Promotional code Website where offer is located Website where the offer is meant to be used Products / Services the code is eligible for Any extra terms or conditions You may share coupon or promotional codes that double as referral links, if you so desire. Both you and the user utilizing the code will profit, so this is acceptable. You may NOT link to codes that are obtained by way of downloading archived files or by completing "surveys". Sites like these are known scam sites, and such topics will be promptly deleted. As always, ensure that you review the codes currently available, before posting duplicates.
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...