MyBB Community Forums

Full Version: TekBB (Previously known as BootBB)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Hi,

Where is the css is the follow font controlled? I've looked everywhere, as I wanted to reduce the size a little.

Also the border around the forum is grey, where in the css can I change the color?

I always thought the border was the .tborder class, but there is nothing to relate to the color.

Thanks.

[attachment=47621]
Hello,

on my MyBB 1.8.38 with PHP 8.3.14 and MySQLi 10.6.20 is BootBB.
When I click some username to get to their profile /member.php?action=profile&uid=79135 (NOT me, logged-in user)

the page header shows:

Quote:Warning [2] Undefined array key "icq" - Line: 7 - File: member.php(2126) : eval()'d code PHP 8.3.21 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/member.php(2126) : eval()'d code 7 errorHandler->error_callback
/member.php 2126 eval

then I click "Find All Posts" link and in the header, it shows:

Quote:Warning [2] Undefined variable $ismod - Line: 41 - File: search.php(1130) : eval()'d code PHP 8.3.14 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/search.php(1130) : eval()'d code 41 errorHandler->error_callback
/search.php 1130 eval

But when viewing threads instead of posts, no problem.

Line 1130: eval("\$searchresults = \"".$templates->get("search_results_posts")."\";");
Hi All,

Just wanted to share some updates with all of you; BootBB has been rebranded as TekBB with some new changes.
The new build is available now to download from Extend Section. I have updated the links in the first post.

A huge thanks to panayot and everyone else for the support they provided during my absence. 
I am glad that so many people gave love to this theme as it has already reached over 14,000 downloads!

My website Tektove is being updated, and the forums and shop will be live soon.
Until the Tektove forums are back online, you can reach me for support on Discord. My username is tekkieda.

Tek Care,
Tekkie Da
It's a very good theme. I use it for my community of over 100. However, there is an issue with the login blocker in css. Its not centered correctly and the close model is cut off. inside the theme find css3 and replace this code with this:

/** Modal Start **/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;  /* Centers vertically */
    justify-content: center;  /* Centers horizontally */
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    width: 450px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 30px 20px 20px;  /* Increased top padding to accommodate close button */
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    overflow: visible;  /* Ensure the close button isn't clipped */
}

@media screen and (max-width: 767px) {
    .modal {
        width: 80vw;
    }
}

.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../../../images/close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 10;  /* Ensure it stays above other elements */
}

/* Ensure the spinner is centered */
.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../../images/spinner_big.gif) no-repeat center center;
}

/** Modal End **/

This will center the modal and show all contents and not be cut off.
Thanks mate, I am still using your BootBB template. It looks a lot better than the standard I found. There are a few things I would like to see with it, but I will try the TekBB update first and see what it does.
(2025-03-04, 05:51 PM)mybbuser66 Wrote: [ -> ]Thanks mate, I am still using your BootBB template. It looks a lot better than the standard I found. There are a few things I would like to see with it, but I will try the TekBB update first and see what it does.

Did you find any issues?  Dodgy
(2025-02-02, 05:26 PM)Tekkie Da Wrote: [ -> ]Hi All,

Just wanted to share some updates with all of you; BootBB has been rebranded as TekBB with some new changes.
The new build is available now to download from Extend Section. I have updated the links in the first post.

A huge thanks to panayot and everyone else for the support they provided during my absence. 
I am glad that so many people gave love to this theme as it has already reached over 14,000 downloads!

My website Tektove is being updated, and the forums and shop will be live soon.
Until the Tektove forums are back online, you can reach me for support on Discord. My username is tekkieda.

Tek Care,
Tekkie Da

(2025-03-09, 07:04 PM)Snoctris Wrote: [ -> ]
(2025-03-04, 05:51 PM)mybbuser66 Wrote: [ -> ]Thanks mate, I am still using your BootBB template. It looks a lot better than the standard I found. There are a few things I would like to see with it, but I will try the TekBB update first and see what it does.

Did you find any issues?  Dodgy

Haven´t had the time and need to update yet.
Today I downloaded your theme. Let's see, it works perfectly, everything.
Version 16 is Released and Now Available for Download!

Changelog:

* Postbit and Postbit classic improvements
* Fix for Portal
* Fix for Forumbit and Forumdisplay
* Fix for Login Screen alignment
* Fix for Inline alignment of images
* Fix for some minor visual bugs
I have just installed it (had BootBB). Had to replace remake my logo, because the TekBB has black header background and my previous logo.png had transparent background and a black text. Here is needed a white text on a black background.

Next thing needed was to apply my themes changes (custom texts in header, footer, index theme files).

Btw. the previous design which had less violet colors (good) was a bit more condensed and wide, which i prefer more than the TekBB look.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36