• Ready! hope everything goes smoothly, Requires Plugin System https://scriptstribe.com/posts/28
    Ready! hope everything goes smoothly, Requires Plugin System https://scriptstribe.com/posts/28
    SCRIPTSTRIBE.COM
    Advanced Sitemaps Sngine Add-on
    Supercharge your Sngine site’s SEO and indexing! Advanced Sitemaps gives you everything you need to dominate Google, Bing, and beyond—with dead-simple sitemap automation, instant SEO auditing, and copy-paste robots.txt for perfect crawling. This addon REQUIRES the ScriptsTribe...
    0 Reacties 0 aandelen 1K Views 0 voorbeeld
  • Turning Your Sngine Site into the Ultimate Social Network with Kimi – No Code, Just Prompts!

    (Grab a coffee, this is the read that will change how you think about your site.)

    Imagine this:

    You open your Sngine admin panel, paste a single sentence into Kimi, hit enter, and boom – hours later your users are raving about a brand-new feature that feels like Tinder meets Facebook Groups. All without touching PHP, React, or a single line of SQL.

    What is Kimi, really?

    Kimi is a large-language-model assistant (think GPT-4 on espresso) that can read, write, and reason about code. Feed it your Sngine folder, give it a plain-English goal, and it will:

    1. Reverse-engineer the existing MVC layers.

    2. Design a new feature (data model, UI, API endpoints, cron jobs, the works).

    3. Generate the exact files you drop into /app/, /themes/, and /ajax/ – already namespaced to avoid collisions.


    No black magic, just context windows and clever prompting.

    The 3-Step “Prompt-to-Feature” Workflow

    Step 1 – Context Injection

    I run Sngine v3.4, PHP 8.2, MySQL 8.0.
    Attached is my full `/system/` folder (zip).
    Here is a sample user row and post row from my DB.
    Please act as my senior full-stack dev.

    Step 2 – The One-Sentence Prompt

    "Add a paid ‘Super Boost’ button to posts that pushes them to the top of the feed for 2 hours, deducts credits via the existing wallet table, and logs every boost so admins can audit."

    Step 3 – Copy-Pasta Deploy

    Kimi returns:

    app/classes/super_boost.php

    ajax/boost_post.php

    themes/my_theme/templates/boost_button.tpl

    SQL patch install/boost.sql

    Admin-UI translation strings


    Upload, run the SQL, clear cache. Done.

    Example Features Possible with Kimi + Sngine

    1. Tribe Match – swipeable communities based on interests.

    2. Voice Stories – 60-second audio snippets with waveform UI.

    3. Crowdfund Posts – donate button under any post, wallet auto-split.

    4. AI Photo Filter – Stable Diffusion wrapper for profile pics.

    5. Reputation Badges – auto-award “Top Mentor” after 20 up-votes in groups.

    6. Dark-Mode Scheduler – switches theme at sunset per user timezone.
    7. Live AMA – one-click webinar room using WebRTC & Agora.


    Prompt Cheat-Sheet (Copy & Tweak)

    “Add a TikTok-style vertical reel tab using existing video upload table.”

    “Introduce subscription tiers: Free, Pro, Legend. Gate Pro features behind Stripe checkout already integrated in wallet.”

    “Create a ‘Mood’ reaction set () and store counts in Redis for speed.”

    Pro tip: Always attach a short screen-recording of your current UI so Kimi can match styling.

    Ethics & Safety

    Kimi respects Sngine’s license (it will not recreate paid modules). You stay in control of every line you deploy, and the model refuses to add tracking pixels or crypto miners. Your community, your rules.

    The good thing is: KIMI works for any script, even Wowonder, Shaun social, or any other script. It creates unimaginable miracles for your website, just by using a simple prompt.

    Ready to Try?

    1. Zip your Sngine root (exclude config.php).

    2. Paste the context + prompt into Kimi.

    3. Deploy and share your results with the community!

    You can download Kimi from the Appstore, Google Play or use desktop version: https://kimi.ai

    #Sngine #NoCode #KimiMagic
    🚀 Turning Your Sngine Site into the Ultimate Social Network with Kimi – No Code, Just Prompts! 🚀 (Grab a coffee, this is the read that will change how you think about your site.) 👀 Imagine this: You open your Sngine admin panel, paste a single sentence into Kimi, hit enter, and boom – hours later your users are raving about a brand-new feature that feels like Tinder meets Facebook Groups. All without touching PHP, React, or a single line of SQL. 💡 What is Kimi, really? Kimi is a large-language-model assistant (think GPT-4 on espresso) that can read, write, and reason about code. Feed it your Sngine folder, give it a plain-English goal, and it will: 1. Reverse-engineer the existing MVC layers. 2. Design a new feature (data model, UI, API endpoints, cron jobs, the works). 3. Generate the exact files you drop into /app/, /themes/, and /ajax/ – already namespaced to avoid collisions. No black magic, just context windows and clever prompting. 🛠️ The 3-Step “Prompt-to-Feature” Workflow Step 1 – Context Injection I run Sngine v3.4, PHP 8.2, MySQL 8.0. Attached is my full `/system/` folder (zip). Here is a sample user row and post row from my DB. Please act as my senior full-stack dev. Step 2 – The One-Sentence Prompt "Add a paid ‘Super Boost’ button to posts that pushes them to the top of the feed for 2 hours, deducts credits via the existing wallet table, and logs every boost so admins can audit." Step 3 – Copy-Pasta Deploy Kimi returns: app/classes/super_boost.php ajax/boost_post.php themes/my_theme/templates/boost_button.tpl SQL patch install/boost.sql Admin-UI translation strings Upload, run the SQL, clear cache. Done. 🔥 Example Features Possible with Kimi + Sngine 1. Tribe Match – swipeable communities based on interests. 2. Voice Stories – 60-second audio snippets with waveform UI. 3. Crowdfund Posts – donate button under any post, wallet auto-split. 4. AI Photo Filter – Stable Diffusion wrapper for profile pics. 5. Reputation Badges – auto-award “Top Mentor” after 20 up-votes in groups. 6. Dark-Mode Scheduler – switches theme at sunset per user timezone. 7. Live AMA – one-click webinar room using WebRTC & Agora. 🧠 Prompt Cheat-Sheet (Copy & Tweak) “Add a TikTok-style vertical reel tab using existing video upload table.” “Introduce subscription tiers: Free, Pro, Legend. Gate Pro features behind Stripe checkout already integrated in wallet.” “Create a ‘Mood’ reaction set (😂❤️😮😢😡) and store counts in Redis for speed.” Pro tip: Always attach a short screen-recording of your current UI so Kimi can match styling. ⚖️ Ethics & Safety Kimi respects Sngine’s license (it will not recreate paid modules). You stay in control of every line you deploy, and the model refuses to add tracking pixels or crypto miners. Your community, your rules. The good thing is: KIMI works for any script, even Wowonder, Shaun social, or any other script. It creates unimaginable miracles for your website, just by using a simple prompt. 🚀 Ready to Try? 1. Zip your Sngine root (exclude config.php). 2. Paste the context + prompt into Kimi. 3. Deploy and share your results with the community! You can download Kimi from the Appstore, Google Play or use desktop version: 🔗 https://kimi.ai #Sngine #NoCode #KimiMagic
    0 Reacties 0 aandelen 4K Views 0 voorbeeld
  • The Ultimate 2025 Guide: Turn Your SNGINE Site Into a Candy-Coated Wonderland with Kimi!
    (Grab a cozy blanket and a bubble tea —this is a long, snuggly ride!)

    ────────────────────────────

    1️⃣ What is Kimi?

    Kimi is your cloud-based AI sidekick living in your favorite chat window. Imagine a senior dev, designer, copywriter, and QA tester rolled into one adorable raccoon .

    You type in plain English, and Kimi delivers production-ready code, pixel-perfect mockups, witty copy, and even GIF tutorials. No React or SASS degree required!

    ────────────────────────────

    2️⃣ Plugin Paradise: From Zero to in 3 Prompts

    Prompt A – “Birthday Blast”
    Ask Kimi for a plugin that:

    • shows confetti + name marquee on birthdays
    • stores birthdate in user_meta
    • auto-posts a celebratory message
    • respects dark mode

    Kimi delivers:
    birthday-blast.zip with:

    – install.md (DB schema + hooks)
    – confetti.min.js
    – BirthdayBlast.class.php
    – Admin toggle

    Drag, activate—your users wake up to flying cupcakes!

    Prompt B – “Pet Avatar Pack”
    Ask for:

    • front-end cropper with preview
    • protected uploads/pets/ folder
    • auto-resize to 256×256 PNG

    Prompt C – “Night-Owl Scheduler”
    Kimi builds a cron plugin that switches themes at sunset based on timezone, with a moon progress bar.

    ────────────────────────────

    3️⃣ CSS Theme Sorcery

    Describe the vibe:
    “Pastel vaporwave with floating bubble cursors and glass-morphism cards.”

    Kimi delivers:

    • _vaporwave.scss with variables like --pink-latte and --aqua-mint
    • Gradient keyframes
    • Responsive container queries
    • Neon synthwave dark mode

    Compile with SNGINE’s SCSS compiler—your site becomes a Lisa Frank dream

    Pro tip: Ask for Figma tokens to sync design variables.

    ────────────────────────────

    4️⃣ Micro-Interactions That Spark Joy ⚡️

    Prompt: “Floating heart reaction widget for posts.”

    Kimi delivers:

    • sprite.svg with heartbeat frames
    • Plugin with AJAX nonce checks
    • Leaderboard template tag

    Copy-paste → dopamine button activated.

    ────────────────────────────

    5️⃣ Monetization Mini-Mods

    • “Tip Jar Latte” – Stripe plugin with steam animation
    • “Premium Sticker Shop” – WooCommerce bridge for comment stickers
    • “Gated Rainbow Blogs” – Patreon OAuth with CSS padlock

    Includes upgrade notices and GDPR blurbs.

    ────────────────────────────

    6️⃣ Workflow Wizardry

    Dev Tools Plugin:

    • Admin bar shortcuts:
    – Purge OPcache
    – Recompile SCSS
    – Regenerate thumbnails
    – Toggle maintenance mode

    • Console beautifier
    • GitHub Actions auto-deploy snippet

    ────────────────────────────

    7️⃣ Accessibility & Performance

    Ask: “Make my theme WCAG 2.2 AA and < 90 KB CSS.”

    Kimi will:

    • add icon cues
    • support reduced motion
    • compress CSS
    • deliver Lighthouse report

    ────────────────────────────

    8️⃣ Community Showcase

    Real #KimiMadeIt creations:

    • @AstroBunny: snow-globe profile cover
    • @RetroRamen: Lo-Fi Radio widget
    • @PixelCoven: CSS spell packs with prompt files

    ────────────────────────────

    9️⃣ Quick-Start Ritual

    1. Open chat → “I’m on SNGINE 3.15, PHP 8.3.”
    2. Paste your wish list with emojis
    3. Receive:

    – install.md
    – plugin/theme zip
    – demo GIF

    4. Upload via Admin
    5. Refresh, squeal, screenshot → share!

    ────────────────────────────

    Bonus Round – Easter Eggs

    • Konami-code rainbow road
    • /kimi endpoint with daily joke
    • “Cuddle Mode” turns avatars into plushies

    https://kimi.com.

    ────────────────────────────

    #KimiAI #SNGINE #BuildCute #CodeWithKimi #ThemeSparkle #AI #ARTIFICIALINTELLIGENCE
    🌸✨ The Ultimate 2025 Guide: Turn Your SNGINE Site Into a Candy-Coated Wonderland with Kimi! ✨🌸 (Grab a cozy blanket and a bubble tea 🧋—this is a long, snuggly ride!) ──────────────────────────── 1️⃣ What is Kimi? 🤖💕 Kimi is your cloud-based AI sidekick living in your favorite chat window. Imagine a senior dev, designer, copywriter, and QA tester rolled into one adorable raccoon 🦝👓. You type in plain English, and Kimi delivers production-ready code, pixel-perfect mockups, witty copy, and even GIF tutorials. No React or SASS degree required! ──────────────────────────── 2️⃣ Plugin Paradise: From Zero to ✨ in 3 Prompts 🎉 Prompt A – “Birthday Blast” Ask Kimi for a plugin that: • shows confetti + name marquee on birthdays • stores birthdate in user_meta • auto-posts a celebratory message • respects dark mode Kimi delivers: 📁 birthday-blast.zip with: – install.md (DB schema + hooks) – confetti.min.js – BirthdayBlast.class.php – Admin toggle Drag, activate—your users wake up to flying cupcakes! 🧁 🐾 Prompt B – “Pet Avatar Pack” Ask for: • front-end cropper with preview • protected uploads/pets/ folder • auto-resize to 256×256 PNG 🌙 Prompt C – “Night-Owl Scheduler” Kimi builds a cron plugin that switches themes at sunset based on timezone, with a moon progress bar. ──────────────────────────── 3️⃣ CSS Theme Sorcery 🎨🌈 Describe the vibe: “Pastel vaporwave with floating bubble cursors and glass-morphism cards.” Kimi delivers: • _vaporwave.scss with variables like --pink-latte and --aqua-mint • Gradient keyframes • Responsive container queries • Neon synthwave dark mode Compile with SNGINE’s SCSS compiler—your site becomes a Lisa Frank dream 🦄✨ Pro tip: Ask for Figma tokens to sync design variables. ──────────────────────────── 4️⃣ Micro-Interactions That Spark Joy ⚡️💗 Prompt: “Floating heart reaction widget for posts.” Kimi delivers: • sprite.svg with heartbeat frames • Plugin with AJAX nonce checks • Leaderboard template tag Copy-paste → dopamine button activated. ──────────────────────────── 5️⃣ Monetization Mini-Mods 💰🍪 • “Tip Jar Latte” – Stripe plugin with steam animation ☕ • “Premium Sticker Shop” – WooCommerce bridge for comment stickers • “Gated Rainbow Blogs” – Patreon OAuth with CSS padlock 🔓🌈 Includes upgrade notices and GDPR blurbs. ──────────────────────────── 6️⃣ Workflow Wizardry 🧙‍♀️✨ Dev Tools Plugin: • Admin bar shortcuts: – Purge OPcache – Recompile SCSS – Regenerate thumbnails – Toggle maintenance mode • Console beautifier • GitHub Actions auto-deploy snippet ──────────────────────────── 7️⃣ Accessibility & Performance 🦾🚀 Ask: “Make my theme WCAG 2.2 AA and < 90 KB CSS.” Kimi will: • add icon cues • support reduced motion • compress CSS • deliver Lighthouse report 📊 ──────────────────────────── 8️⃣ Community Showcase 📸💬 Real #KimiMadeIt creations: • @AstroBunny: snow-globe profile cover 🌌🐰 • @RetroRamen: Lo-Fi Radio widget 🎶💬 • @PixelCoven: CSS spell packs with prompt files 🪄👗 ──────────────────────────── 9️⃣ Quick-Start Ritual 🪄 1. Open chat → “I’m on SNGINE 3.15, PHP 8.3.” 2. Paste your wish list with emojis 🌟🍓🎠 3. Receive: – install.md – plugin/theme zip – demo GIF 4. Upload via Admin 5. Refresh, squeal, screenshot → share! ──────────────────────────── 🔟 Bonus Round – Easter Eggs 🥚🗝️ • Konami-code rainbow road 🌈 • /kimi endpoint with daily joke 😂 • “Cuddle Mode” turns avatars into plushies 🔗 https://kimi.com. ──────────────────────────── #KimiAI #SNGINE #BuildCute #CodeWithKimi #ThemeSparkle #AI #ARTIFICIALINTELLIGENCE
    Yay
    1
    2 Reacties 0 aandelen 4K Views 0 voorbeeld
  • Plugin System updated with better installation
    https://scriptstribe.com/posts/187
    Helpcenter installation tutorial also updated
    https://scriptstribe.com/helpcenter/question/42
    Please ead all and follow the tutorial word by word.
    Plugin System updated with better installation https://scriptstribe.com/posts/187 Helpcenter installation tutorial also updated https://scriptstribe.com/helpcenter/question/42 Please ead all and follow the tutorial word by word.
    SCRIPTSTRIBE.COM
    Sngine Plugin System
    ScriptsTribe Plugin System for Sngine ⚙️ Developer Tool · v4 💰 Price: Free (donations are welcome) Unlock endless possibilities with the ScriptsTribe Plugin System for Sngine — a lightweight yet powerful framework that transforms how you extend your site. 🚀 What’s...
    Like
    2
    0 Reacties 0 aandelen 2K Views 0 voorbeeld
  • Plugin System ready to download more fixes and improvements or any bug fix coming soon https://scriptstribe.com/posts/187
    Plugin System ready to download more fixes and improvements or any bug fix coming soon https://scriptstribe.com/posts/187
    Love
    Like
    3
    8 Reacties 0 aandelen 1K Views 0 voorbeeld
  • Addon ready for Plugin System https://scriptstribe.com/posts/560
    Addon ready for Plugin System https://scriptstribe.com/posts/560
    Love
    1
    0 Reacties 0 aandelen 1K Views 0 voorbeeld
  • Addon ready for Plugin System https://scriptstribe.com/posts/542
    Addon ready for Plugin System https://scriptstribe.com/posts/542
    Love
    1
    0 Reacties 0 aandelen 1K Views 0 voorbeeld
  • CreateAddon Extension for Plugin System Anyone Add-on Digital Requires Plugin System
    $15
    United States
    1 voorbeeld 5.0
    Your Sngine Addon Builder
    You will need to have Plugin System installed in your Sngine first, you may get it here
    https://scriptstribe.com/posts/187

    Say goodbye to repetitive setup and hello to instant productivity! The CreateAddon tool is your all-in-one addon scaffolder inside the Plugin System. It generates everything you need to kick off a new Sngine addon — with zero file fumbling.

    What It Does:
    With just a few form inputs, CreateAddon will:

    Create the full addon folder under /modules/{addon_id}

    Auto-generate plugin.json, version.json, and docs.json

    Include default index.php, init.php, admin.php, and settings.php (if selected)

    Auto-generate .htaccess rewrite rules based on your route names

    Generate default TPL files:

    admin.addonid.tpl

    settings.addonid.tpl

    Optional custom route TPLs like addonid.tpl, addonid/rule.tpl, etc.

    Inject admin case logic into admin.php

    Inject settings case into settings.php and auto-create menu links

    Auto-create plugin preview image and link to /assets/img/preview.png

    Generate optional assets: CSS, JS (with defer/async), and Smarty hook templates

    Bonus Magic:
    Creates usermenu_settings.tpl with hook-ready markup

    Smart enough to skip duplicates and safely inject code in the right place

    No core file overwrites — everything is modular and plugin-friendly

    Who It’s For:
    Sngine site owners who want to build features faster

    Developers tired of manually creating boilerplate files

    Addon sellers who want a repeatable workflow

    YOU — if you love automation and hate repetitive work

    This is not just a form… it’s a full-blown addon-making machine. Build like a boss — with CreateAddon.
    Your Sngine Addon Builder You will need to have Plugin System installed in your Sngine first, you may get it here https://scriptstribe.com/posts/187 Say goodbye to repetitive setup and hello to instant productivity! The CreateAddon tool is your all-in-one addon scaffolder inside the Plugin System. It generates everything you need to kick off a new Sngine addon — with zero file fumbling. ✨ What It Does: With just a few form inputs, CreateAddon will: ✅ Create the full addon folder under /modules/{addon_id} ✅ Auto-generate plugin.json, version.json, and docs.json ✅ Include default index.php, init.php, admin.php, and settings.php (if selected) ✅ Auto-generate .htaccess rewrite rules based on your route names ✅ Generate default TPL files: admin.addonid.tpl settings.addonid.tpl Optional custom route TPLs like addonid.tpl, addonid/rule.tpl, etc. ✅ Inject admin case logic into admin.php ✅ Inject settings case into settings.php and auto-create menu links ✅ Auto-create plugin preview image and link to /assets/img/preview.png ✅ Generate optional assets: CSS, JS (with defer/async), and Smarty hook templates 🧩 Bonus Magic: 📎 Creates usermenu_settings.tpl with hook-ready markup 🧠 Smart enough to skip duplicates and safely inject code in the right place 🚫 No core file overwrites — everything is modular and plugin-friendly 🧑‍💻 Who It’s For: Sngine site owners who want to build features faster Developers tired of manually creating boilerplate files Addon sellers who want a repeatable workflow YOU — if you love automation and hate repetitive work 😉 This is not just a form… it’s a full-blown addon-making machine. Build like a boss — with CreateAddon. 👑
    chat_permission
    Ja
    0 Reacties 0 aandelen 4K Views 1 voorbeeld
  • AI System Sngine Add-on No Plugin System
    $50
    1 voorbeeld 5.0
    The Ultimate AI Interaction Script is Now Available for Purchase!

    Looking to energize your website and build a vibrant, self-sustaining digital community?

    Now you can — with this powerful, intelligent, and fully automated script!

    What This Script Can Do:

    Automatically publish realistic, human-like content

    Write smart, personalized comments

    Engage with users and Pages like a real person

    Like and comment on posts

    Join groups and actively chat with real users

    Send friend requests to real users

    React to and follow Pages

    Reply to comments in a natural way

    Create AI agent users with up to 50 unique specialties (design, coding, art, psychology, marketing, etc.)

    Each agent has its own unique personality and interaction style

    Includes a smart Sitemap system that can index your site — even with over 1 million links

    Easy to install — no core file editing required. Plug and play!

    ---

    I personally handle the entire process — including:

    Installation

    Technical support

    Future updates — ALL FREE!

    ---

    Get the full package now with lifetime support and upgrades included.

    Don’t miss this launch opportunity — reach out and let’s get started!
    🎉 The Ultimate AI Interaction Script is Now Available for Purchase! Looking to energize your website and build a vibrant, self-sustaining digital community? Now you can — with this powerful, intelligent, and fully automated script! 🧠 What This Script Can Do: ✅ Automatically publish realistic, human-like content ✅ Write smart, personalized comments ✅ Engage with users and Pages like a real person ✅ Like and comment on posts ✅ Join groups and actively chat with real users ✅ Send friend requests to real users ✅ React to and follow Pages ✅ Reply to comments in a natural way ✅ Create AI agent users with up to 50 unique specialties (design, coding, art, psychology, marketing, etc.) ✅ Each agent has its own unique personality and interaction style 🌐 Includes a smart Sitemap system that can index your site — even with over 1 million links ⚙️ Easy to install — no core file editing required. Plug and play! --- I personally handle the entire process — including: 🔧 Installation 🛠️ Technical support 🔄 Future updates — ALL FREE! --- 📦 Get the full package now with lifetime support and upgrades included. 📩 Don’t miss this launch opportunity — reach out and let’s get started!
    chat_permission
    Ja
    1 Reacties 0 aandelen 4K Views 1 voorbeeld
  • Now Available for Purchase!
    After months of development and fine-tuning, I’m excited to announce that the Sngine AI Integration tool is officially live on Gumroad!
    Get it here
    This tool seamlessly integrates AI into the Sngine platform, allowing you to: Automatically generate posts and comments
    Interact naturally—just like real users
    Support multiple AI models like DeepSeek and Groq
    Customize bot behavior based on interests and roles
    Perfect for social network owners who want to boost engagement and content using smart automation.
    Grab your copy today and start building a vibrant, AI-powered community.
    Purchase Now
    https://portasale.com/items/ai-system-for-sngine/1036
    Feel free to reach out if you have any questions.
    #Sngine #AIintegration #AutomationTools #Gumroad #SocialMedia #AICommunity #AIDevelopment
    🎉 Now Available for Purchase! 🚀 After months of development and fine-tuning, I’m excited to announce that the Sngine AI Integration tool is officially live on Gumroad! 🔗 Get it here 💡 This tool seamlessly integrates AI into the Sngine platform, allowing you to: ✅ Automatically generate posts and comments ✅ Interact naturally—just like real users ✅ Support multiple AI models like DeepSeek and Groq ✅ Customize bot behavior based on interests and roles 🎯 Perfect for social network owners who want to boost engagement and content using smart automation. 📦 Grab your copy today and start building a vibrant, AI-powered community. 📥 Purchase Now https://portasale.com/items/ai-system-for-sngine/1036 📩 Feel free to reach out if you have any questions. #Sngine #AIintegration #AutomationTools #Gumroad #SocialMedia #AICommunity #AIDevelopment
    PORTASALE.COM
    ai system for sngine | PortaSale
    🎉 The Ultimate AI Interaction Script is Now Available for Purchase! Looking to energize your website and build a vibrant, self-sustaining digital communi...
    1 Reacties 0 aandelen 4K Views 0 voorbeeld
  • It would be great if we were able to run two types of User Groups /Profiles with a difference.

    1. Personal Profiles;
    2. Business Profiles.

    The difference being that if we had the ability to assign our Business Profiles their own unique Dashboard.

    A unique dashboard that we as Admin can select what shows or becomes available for there individual Business Profiles.

    Giving business profiles an Admin Dashboard experience like no other.

    When they open their Dashboard, they get a Stats Overview that shows things like, how many posts they have which were placed, how many comments, how many reactions and how many views.

    Then in the management section we can keep creating addons and add to this dashboard environment as we grow it.

    Like apart from being to edit their Advertisements, they will have quick links to list in Marketplace, or post manage blogs, etc

    Later we can then add items like for instance - Manage / Edit your contact form or business listing profile.

    Maybe in some way we could create more internal modules and then create the hooks that will link to this front end editing / management pages in their dashboards.

    My little crazy idea that I would like to see getting created
    It would be great if we were able to run two types of User Groups /Profiles with a difference. 1. Personal Profiles; 2. Business Profiles. The difference being that if we had the ability to assign our Business Profiles their own unique Dashboard. A unique dashboard that we as Admin can select what shows or becomes available for there individual Business Profiles. Giving business profiles an Admin Dashboard experience like no other. When they open their Dashboard, they get a Stats Overview that shows things like, how many posts they have which were placed, how many comments, how many reactions and how many views. Then in the management section we can keep creating addons and add to this dashboard environment as we grow it. Like apart from being to edit their Advertisements, they will have quick links to list in Marketplace, or post manage blogs, etc Later we can then add items like for instance - Manage / Edit your contact form or business listing profile. Maybe in some way we could create more internal modules and then create the hooks that will link to this front end editing / management pages in their dashboards. My little crazy idea that I would like to see getting created
    Like
    2
    5 Reacties 0 aandelen 2K Views 0 voorbeeld
  • I've made some adjustments to our moderation system, not only redesigning the reports listing page.

    Users now also receive a notification when one of their posts is deleted during moderation, with information about which post and the reason.
    I've made some adjustments to our moderation system, not only redesigning the reports listing page. Users now also receive a notification when one of their posts is deleted during moderation, with information about which post and the reason.
    One of the first things I created for moderation: report logs.
    All reports with all information and decisions are saved to view moderation decisions and identify suspicious accounts at all times. Reports are also assigned to the user in the profile edit to view previously made moderation decisions. Moderators themselves can also add their own entries without having to create a report. In case of warnings etc.

    I'll show more of my changes here in the future!
    Like
    1
    2 Reacties 0 aandelen 1K Views 0 voorbeeld
Zoekresultaten
ScriptsTribe https://scriptstribe.com