Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Zephyr)
  • No Skin
Collapse
Brand Logo
pwsincdundefined

pwsincd

@pwsincd
Admin
About
Posts
542
Topics
24
Shares
0
Groups
11
Followers
80
Following
3
Medals

Posts

Recent Best Controversial

  • Save BDNS
    pwsincdundefined pwsincd

    theres a debate to be had on the lame content created... i generally place bdns in the same category as a school playground... everyone says oh lame forum , dead forum blah blah , but seem to refuse to actually get creative.
    Gen Z meh.

    BrowseDNS

  • ummm....my dad just gave me beer i am 16
    pwsincdundefined pwsincd

    yeah lets global mod that sukker

    General

  • ummm....my dad just gave me beer i am 16
    pwsincdundefined pwsincd

    @Faust off topic much

    General

  • ummm....my dad just gave me beer i am 16
    pwsincdundefined pwsincd

    i like your dad

    General

  • Weird food combinations
    pwsincdundefined pwsincd

    wall of text hard to read and gave up .. fwiw.

    Engagement

  • BrowseDNS Rules & Regulations
    pwsincdundefined pwsincd

    no discord >>>?

    Announcements

  • example of how to make tables in posts for those using other sources .
    pwsincdundefined pwsincd

    i made a simple table creator for you guys.. https://wiiubru.com/table.html hope it helps

    simply copy and paste your markdown to a post.

    Technical Support

  • example of how to make tables in posts for those using other sources .
    pwsincdundefined pwsincd

    🚀 Advanced Tables Guide for Posts

    You can make your tables more than just rows and columns!
    Here’s how to create tables with links, emojis, checkboxes, inline code, and images.


    1️⃣ Full Example Table

    🔹 Code (Copy This)

    | Player     | Status      | Action                       | Notes           | Avatar             |
    |-----------|------------|-------------------------------|----------------|------------------|
    | Paul      | 🟢 Online  | 🟩 [Join](https://example.com) | **Top scorer** | ![img](https://via.placeholder.com/20) |
    | Jamie     | 🔴 Offline | 🟥 [Leave](https://example.com)| *Needs help*   | ![img](https://via.placeholder.com/20) |
    | Sam       | 🟡 Busy    | 🟦 [Info](https://example.com) | `Testing`      | ![img](https://via.placeholder.com/20) |
    

    🔹 Rendered Result

    Player Status Action Notes Avatar
    Paul 🟢 Online 🟩 Join Top scorer img
    Jamie 🔴 Offline 🟥 Leave Needs help img
    Sam 🟡 Busy 🟦 Info Testing img

    2️⃣ Features Used

    • ✅ Links inside cells
    • ✅ Emojis for status and button-like visuals
    • ✅ Bold/italic/inline code for emphasis
    • ✅ Inline images for avatars/icons
    • ✅ Checklists or other symbols (Markdown compatible)

    Example for tasks:

    | Task           | Done |
    |----------------|------|
    | Setup PC       | - [x] |
    | Test Game      | - [ ] |
    

    3️⃣ Styling Ideas (Admin Only)

    Users cannot change row colours individually, but global CSS can make tables look amazing:

    /* Alternating rows */
    table tr:nth-child(even) { background-color: #2a2a2a; }
    
    /* Header styling */
    table th { background-color: #111; color: #0f0; }
    
    /* Hover effect for rows */
    table tr:hover { background-color: #333; }
    

    4️⃣ Quick Blank Template

    | Column 1      | Column 2        | Column 3        | Column 4     |
    |---------------|----------------|----------------|-------------|
    |               |                |                |             |
    |               |                |                |             |
    |               |                |                |             |
    

    Copy this template and fill it with your info.
    Combine links, emojis, code, and images to make your posts stand out! 🎮


    📌 Tip: Keep tables readable, use consistent headers, and don’t overcrowd cells.

    Technical Support

  • example of how to make tables in posts for those using other sources .
    pwsincdundefined pwsincd

    further examples

    Technical Support

  • example of how to make tables in posts for those using other sources .
    pwsincdundefined pwsincd

    📊 Advanced Guide: Tables in NodeBB Posts

    Tables let you organize information neatly.
    You can also include links, emoji “buttons,” and plan for styling.


    1️⃣ Basic Table

    🔹 Code

    | Player | Platform | Rank |
    |--------|----------|------|
    | Paul   | Xbox     | Gold |
    | Jamie  | PC       | Plat |
    | Sam    | PS5      | Dia  |
    

    🔹 Result

    Player Platform Rank
    Paul Xbox Gold
    Jamie PC Plat
    Sam PS5 Dia

    2️⃣ Table with Links

    🔹 Code

    | Item        | Link                         |
    |------------|------------------------------|
    | Game Guide | [View Guide](https://example.com) |
    | Patch Notes| [See Notes](https://example.com)  |
    

    🔹 Result

    Item Link
    Game Guide View Guide
    Patch Notes See Notes

    3️⃣ “Button-Like” Links Using Emojis

    You can make links look like buttons inside table cells:

    🔹 Code

    | Action       | Link                               |
    |-------------|------------------------------------|
    | 🟩 Start    | [Go](https://example.com/start)   |
    | 🟥 Stop     | [Go](https://example.com/stop)    |
    | 🟦 Info     | [More](https://example.com/info)  |
    

    🔹 Result

    Action Link
    🟩 Start Go
    🟥 Stop Go
    🟦 Info More

    ⚠️ These are visual “buttons” only. You cannot run scripts or create interactive form buttons inside posts.


    4️⃣ Blank Advanced Template

    Copy and fill in your own data:

    | Column 1      | Column 2        | Column 3        |
    |---------------|----------------|----------------|
    |               |                |                |
    |
    Technical Support

  • example of how to make tables in posts for those using other sources .
    pwsincdundefined pwsincd

    📊 Quick Guide: Adding Tables to Your Posts

    Tables are great for leaderboards, bug reports, rosters, or any info you want organized neatly.


    1️⃣ How to Write a Table

    🔹 Code (what you type)

    | Name  | Platform | Rank |
    |-------|----------|------|
    | Paul  | Xbox     | Gold |
    | Jamie | PC       | Plat |
    

    🔹 Result (what it looks like)

    Name Platform Rank
    Paul Xbox Gold
    Jamie PC Plat

    2️⃣ Quick Tips

    • First row = column titles
    • Second row = separator (must have ---)
    • Every row starts & ends with |
    • Use | between each column

    Minimum working table:

    | A | B |
    |---|---|
    | 1 | 2 |
    

    3️⃣ Styling Ideas

    Users can’t change colours per row, but admins can style all tables globally:

    • Alternating row colours → table tr:nth-child(even) { background-color: #2a2a2a; }
    • Header styling → table th { background-color: #111; color: #00ffcc; }
    • Hover effect → table tr:hover { background-color: #333; }

    4️⃣ Blank Template to Copy

    | Column 1 | Column 2 | Column 3 |
    |----------|----------|----------|
    |          |          |          |
    |          |          |          |
    

    Copy the template, replace with your info, and post! 🎮

    Technical Support

  • WHY
    pwsincdundefined pwsincd

    simple answer is nintendo added the time limit to give you just enough time to login to things like hotel wifi etc.. and prevent us from allowing you to browse without a restriction.

    BrowseDNS

  • This Day in History 2026 (Feb 15)
    pwsincdundefined pwsincd

    i really like these threads.. maybe we can make more of your efforts... thanks ..

    Engagement

  • Spirit Week!
    pwsincdundefined pwsincd

    to what price limit ?

    Announcements

  • Spirit Week!
    pwsincdundefined pwsincd

    @KiwiFarmsArkavel good Q

    Announcements

  • pls add counting room
    pwsincdundefined pwsincd

    i mean there are forums doing this already

    Suggestions / Requests

  • pls add counting room
    pwsincdundefined pwsincd

    a counting room ... what does this mean >

    Suggestions / Requests

  • Its happening again
    pwsincdundefined pwsincd

    can we please describe the thread better...

    BrowseDNS Complaints, Questions and Warning Appeals.

  • Discross Update
    pwsincdundefined pwsincd

    News direct from the discross DEV should it help you.

    The big update to Discross is out,
    Here are some of the many changes that I have made:

    Forwarded message support,
    Embed support,
    Poll view support,
    Reaction view support,
    Better markdown rendering,
    Many UI fixes,
    Changes to the drawing tool, there should be twice as many colors,
    Many bug fixes, both relating to frontend and backend,
    Light theme, amoled theme, dark theme should be more synonymous to each other,
    PS3 forwarder pkg on the homepage + updated PSP forwarder,
    Channels now show up with icons to differentiate them, and categories now are collapsible,
    Messages now show up in the user's timezone,
    More changes to make Discross more similar to the look and the feel of Discord,
    Instructions on the homepage to set up Discross,

    I admittedly rushed this out a bit as I spent a while working on it already.

    There WILL be issues, so I have made a channel to report them. I also have archived some of the channels that are no longer needed. I didn't test the new frontend on every device I can, so it's possible things will not look as nice on different device

    You do NOT need to do anything to apply these changes, but beta.discross.net will be redirected to discross.net

    Useful Sites

  • i fuckin hate torrents
    pwsincdundefined pwsincd

    Can we not discuss piracy guys

    Video Games and Consoles
  • 1
  • 2
  • 3
  • 4
  • 5
  • 27
  • 28
  • 3 / 28
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular