Glonks.com modern forum

Back to Home
18 hours ago
#1
MadRomas

So, this is a new forum up for testing and see what it is capable of. Welcome!

17 hours ago
#2
MadRomas

Are we posting girls again or not? Maybe... If we do it will be hidden. Impossible maybe

[like] %%PROTECTED_HTML_0%% [/like]

4 hours ago
#3
MadRomas

lol

2 hours ago
#4
Homer

yeah, I guess we need an photo upload feature for the forum! 😺

1 hour ago
#5
MadRomas

Definitely right call. I try to create one, but man, I made a mess. :) LOl.

1 hour ago
#6
MadRomas

Also since you are here, There is a few missing strings in English lang.

Backend.php ===settings.php===

'admin_new_posts_indicator' => 'Admin New Posts Indicator',
  'show_blue_dot_for_admins' => 'Show blue dot for admins',
  'admin_new_posts_indicator_hint' => 'If enabled, admins will also see the blue dot for new topics, just like regular users.',

and pm_reply_prefix somewhere.

Also

video_embed_note
supported_platforms
video_url
insert_video

P.S. Hey, thanks for quick video setup. 👍 You forgot to add video button to post_edit.php :)

Now that the video is there need few icons added

$popularIcons = [
    'fas fa-music',
    'fas fa-video'
];
1 hour ago
#7
MadRomas

Aldo code block needs to be like this, otherwise it will shoot beyond post it self as you can see on top.

.post-content pre {
    background: var(--surface-hover);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1em;
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;
}

Join the Conversation

Please log in or register to reply.

Back to Home