Jump to content
View in the app

A better way to browse. Learn more.

CodyChat Official Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

kiiNg

Administrators
  • Joined

  • Last visited

  1. yes it will work for 7.0 to 10.1 and will be updated for latest versions.
  2. Advanced Store Directory for CodyChat – Dynamic Vendor Manager with Direct Contact System Transform your CodyChat platform into a thriving Digital Marketplace! Custom Store Manager is a premium addon designed to showcase third-party developers, vendors, and service providers within your chat community. The standout feature is its seamless Frontend Management System—say goodbye to the hassle of navigating the Admin Panel. You can now manage, add, and edit vendor listings directly from the chat interface. Whether you are promoting themes, addons, or custom coding services, this addon serves as the bridge between your users and the right sellers. Key Features🚀 Complete Frontend Management: Admin/Staff can add, edit, or delete store listings directly from the chat panel. 📱 Interactive Modal Interface: Store details open in a beautiful, responsive popup modal, keeping users engaged without leaving the chat screen. 🏷️ Dynamic Category Tags: Categorize listings with professional tags such as Addons, Themes, Login Pages, UserLists, Custom Codes, and Emoji Packs. 💬 One-Click Seller Contact: Integrated "Contact Seller" button that instantly opens a private message (PM) window with the vendor. 🔗 External Store Linking: Each vendor listing includes a "Visit Store" button to redirect users to external portfolios or payment pages. 🖼️ Custom Branding: Option to set a unique Logo URL for every store to maintain a professional look. 🛡️ Built-in Safety Disclaimer: Protect your platform with an integrated Third-Party Disclaimer to minimize liability regarding external payments. 🔒 Smart Input Validation: A secure entry system that prevents empty submissions and ensures data integrity. ⚡ Optimized Performance: Built on CodyChat’s core structure (config_addons), ensuring zero lag and lightning-fast loading speeds. Technical SpecificationsCompatibility: Fully compatible with the latest CodyChat versions. Technology Stack: PHP, MySQLi, jQuery Ajax. Installation: Ultra-fast 1-minute setup (Upload and run install.php). File Information Submitter kiiNg Submitted 02/07/2026 Category Addons View File
  3. if you want some modern + smooth. <style>.cody-marquee { width: 100%; background: #111; color: #fff; overflow: hidden; white-space: nowrap; } .cody-marquee span { display: inline-block; padding-left: 100%; animation: scroll-rtl 15s linear infinite; } @keyframes scroll-rtl { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } </style> <div class="cody-marquee"> <span> CodyChat community gives you the opportunity of making new friends and sharing fun moments with other people.. </span> </div> want to change Speed?animation: scroll-rtl 8s linear infinite; /* fast */animation: scroll-rtl 20s linear infinite; /* slow */
  4. there is two way to add message or text in header. 1st is via addons. (create or buy a addons and add that text or change from admin panel). and 2nd is via html and css to add text and then style with css. its pure and clean. and it will be the part of codychat code. you can add this code in your control/chat.php file. <div style="width:100%; background:#111; color:#fff; padding:8px 0; overflow:hidden;"> <marquee direction="left" scrollamount="4"> CodyChat community gives you the opportunity of making new friends and sharing fun moments with other people.. </marquee> </div>
  5. you need to add some html code and then css using murqee tag in control/element/top folder
  6. can you show me where you want that text (screenshot). you want that text in main chat or userlist. also you want only for dj aur for all members.
  7. Catween - A Spooky Halloween Codychat Dark Theme Powerful Features of Catween ThemeA fully dark interface designed for night-time chatting with minimal eye strain. Custom-designed chat bubbles with smooth transparency and glow effects. Stylish sidebar gradients Elegant top navigation bars Smooth hover and transition effects Optimized for: Desktop Tablets Mobile devices Minimal CSS ensures: Fast page loading Smooth scrolling Lag-free real-time chatting File Information Submitter kiiNg Submitted 01/03/2026 Category Themes View File
    • 5 downloads
    • Version 1.0.0
    Free
  8. glerinson started following kiiNg
  9. kiiNg started following CodyChat
  10. Learn how to make your avatar rotate smoothly in CodyChat using CSS keyframes. A complete guide with ready-to-use CSS code for rotating and heartbeat animation effects. If you want to make your CodyChat avatar more attractive and animated, a smooth rotating animation is a perfect way to upgrade your chatroom design. CodyChat supports custom CSS, which makes it easy to apply animation effects to any element — including user avatars. This guide will help you add a rotating avatar animation and a heartbeat effect using simple CSS code. Why Add Avatar Animation?Animated UI elements make your chatroom feel modern, professional, and interactive. A rotating avatar gives users a premium feel and helps important profiles stand out in the chat list. Add This Code to css/custom.cssCopy and paste the following CSS code directly into your css/custom.css file: @keyframes rotate-center { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .acav, .avatar_private, .avav, .chat_avatar { -webkit-animation: rotate-center .6s ease-in-out both; animation: rotate-center .6s ease-in-out both; } .orti { -webkit-animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both; } @-webkit-keyframes heartbeat { from { -webkit-transform: scale(1); transform: scale(1); } 10% { -webkit-transform: scale(.91); transform: scale(.91); } 17% { -webkit-transform: scale(.98); transform: scale(.98); } 33% { -webkit-transform: scale(.87); transform: scale(.87); } 45% { -webkit-transform: scale(1); transform: scale(1); } } What This Code Doesrotate-center rotates the avatar from 0° to 360°. The classes .acav, .avatar_private, .avav, .chat_avatar automatically apply the rotate animation to all chat avatars. The .orti class creates a heartbeat (pulse) effect for special icons or avatars. Where to Paste the CodeGo to: css/custom.css Paste the code at the top or bottom of the file and save it. After refreshing your chatroom, your avatars will start rotating automatically. How to Use the Heartbeat EffectTo apply the heartbeat animation to any avatar or icon, simply add the class: class="orti" This makes the element pulse gently, giving it a spotlight effect. ConclusionWith just a few lines of CSS, you can completely transform the appearance of your CodyChat avatars. Whether you choose the rotation effect, heartbeat animation, or both, these simple adjustments will give your chatroom a modern and eye-catching look. If you need more CodyChat CSS tricks, animations, or UI customization guides — just tell me!
  11. Buy Me Coffee Addon for CodyChat The Buy Me Coffee Addon adds a simple and effective way for CodyChat owners to receive user support and donations directly through the platform. It introduces a customizable “Support / Buy Me a Coffee” button or box that appears to users and redirects them to any external donation link of your choice. ⭐ Key Features🔹 Custom Donation Link Set any external support link such as BuyMeACoffee, Ko-fi, PayPal, or any custom URL. 🔹 Integrated Settings Page Includes a dedicated settings section inside the CodyChat admin dashboard for managing the addon. 🔹 Multilingual Support All displayed text is fully translatable, allowing you to match the language of your platform. 🔹 Clean and Lightweight UI Component Adds a simple, responsive support button/box that fits naturally with CodyChat’s interface. 🔹 Full Compatibility with CodyChat Addon System Installs and integrates smoothly with the CodyChat ecosystem without conflicts or performance issues. 🎯 Why This Addon Is UsefulProvides an effortless way for users to support the platform or developer. Helps generate donations to maintain and grow your community. Works with any payment or donation service via a custom link. Adds professionalism and a modern touch to your CodyChat installation. ✔ CompatibilityFully compatible with CodyChat v+6.0 Works seamlessly across all device sizes File Information Submitter kiiNg Submitted 11/30/2025 Category Addons View File
    • 30 downloads
    • Version 6.0
    Free
  12. Bet Gold Addon for CodyChat A thrilling luck-driven game add-on: place a gold wager and win a reward that could be multiplied, matched, or reduced — all depending on your luck! File Information Submitter kiiNg Submitted 11/30/2025 Category Addons View File
    • 22 downloads
    • Version 7.0
    Free
  13. Bobby – AI Assistant Addon for CodyChat (Premium) v1.0.0 Bobby is the ultimate AI-powered addon for CodyChat, designed to bring intelligence, wit, and personality into your chat platform. This addon seamlessly integrates OpenAI’s ChatGPT technology, allowing your users to experience smart, natural, and interactive conversations — just like chatting with a real human! With Bobby, you can transform your CodyChat experience by introducing a virtual assistant that’s always active, engaging, and knowledgeable. Whether your users need help, entertainment, or casual conversation, Bobby delivers it effortlessly. Key Features🤖 AI Chat Integration: Powered by OpenAI ChatGPT for intelligent, human-like conversations. 💬 Seamless CodyChat Integration: Works smoothly within your existing chat system. ⚙️ Customizable Settings: Adjust AI tone, response behavior, and personality style. 🧠 24/7 Virtual Assistant: Always available for instant responses. 🌐 Multilingual Support: Engage users worldwide with multi-language capabilities. 🔒 Private and Secure: No data leaks — all communication stays within your chat environment. How It WorksOnce installed, Bobby connects with your OpenAI API key and integrates directly into the CodyChat system. Users can start chatting with the AI assistant through a designated bot name or trigger command. The setup process is quick and doesn’t require any coding expertise. Requirements✅ CodyChat version 4.5 or higher 🔑 Valid OpenAI API key Why Choose Bobby?Bobby turns ordinary chats into engaging, intelligent conversations. Whether you’re running a community chatroom, a support group, or a social platform, this addon enhances user engagement and makes your chat more interactive and futuristic. Tip|: if you Buy Lisence From Us you will get free this addons. File Information Submitter kiiNg Submitted 10/29/2025 Category Addons View File

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.