Регистрация Войти
Bianity

The best way to measure a journey is to be grateful 🤲

10 Августа 2024
Город: Indonesia
Комментарии Bianity
Статья
1
NextForum - Best PHP Forum

Thank you. I’ll fix the dark/light theme issue. This is a local storage bug.

Статья
1
NextForum - Best PHP Forum

Thank You.

Статья
1
Smart Community Forum And Blogging Platform

Thanks you brother 🙏

Статья
2
Native PHP Framework-Based Community Site

That’s wrong, Demo is here https://lovers.my.id/

Статья
1
Native PHP Framework-Based Community Site

Demo is here https://lovers.my.id/

+ Yes I can do it if you want.

Статья
Native PHP Framework-Based Community Site

good recommendation. and i will consider it

Статья
Alma V3 warning for

Maybe the developer doesn’t like it or maybe it’s not important for him to have the table enabled.

Статья
1
Alma V3 warning for

There is no table inserted in the editor text by alma developers.

Is it possible if I can do it myself in the editor text? and how to do it? it seems a bit complicated…

Статья
1
Alma V3 warning for

It’s pretty easy, I just put the code on the page in the database page manually.

Статья
2
Alma V3 warning for

Hi @Bybodur, here is the Tailwindcss code. I copied this code from my site.

<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
    <table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
        <thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
            <tr>
                <th scope="col" class="px-6 py-3">
                    Tempat
                </th>
                <th scope="col" class="px-6 py-3">
                    Banner
                </th>
                <th scope="col" class="px-6 py-3">
                    Harga
                </th>
                <th scope="col" class="px-6 py-3">
                    Durasi
                </th>
            </tr>
        </thead>
        <tbody>
            <tr class="bg-white border-b dark:bg-gray-800 dark:border-gray-700">
                <th scope="row" class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
                    Beranda
                </th>
                <td class="px-6 py-4">
                    250x250
                </td>
                <td class="px-6 py-4">
                    100.000
                </td>
                <td class="px-6 py-4">
                    1 Bulan
                </td>
            </tr>
            <tr class="bg-white border-b dark:bg-gray-800 dark:border-gray-700">
                <th scope="row" class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
                    Sidebar
                </th>
                <td class="px-6 py-4">
                    250x600
                </td>
                <td class="px-6 py-4">
                    200.000
                </td>
                <td class="px-6 py-4">
                    1 Bulan
                </td>
            </tr>
            <tr class="bg-white dark:bg-gray-800">
                <th scope="row" class="px-6 py-4 font-medium text-gray-900 whitespace-nowrap dark:text-white">
                    Artikel
                </th>
                <td class="px-6 py-4">
                    500x90
                </td>
                <td class="px-6 py-4">
                    300.000
                </td>
                <td class="px-6 py-4">
                    1 Bulan
                </td>
            </tr>
        </tbody>
    </table>
</div>
Статья
1
Alma V3 warning for

Thank you very much sir, fixed the link issue submitted by @Bybodur

Статья
Alma V3 warning for

Your link is expired, so I can’t open it. You have to use the prnt.sc link so that the link doesn’t expire.

Статья
1
Alma V3 warning for

In the latest version, there are still many features that are not fully functional, for example (verification badge) and I set it myself. The widget on the right is still empty, which should have author features, comments, etc. working. However, this is still under development.

Статья
Alma V3 warning for

I have successfully removed the license code. Perfect running well. It’s amazing how much coding has to be removed.

Статья
1
Alma V3 warning for

Alma version 3, pretty good. I will remove the license code on my test site bianity.me. It may take a few days since I am very busy working in the real world.