TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Recent posts

#41
Chit chat / Been fixing my Daughters car
Last post by Kernal - March 07, 2026, 04:15:41 PM
It`s cost me just over 400 pounds to fix when the only part that needed replacing was the fuel lines that cost just 35 pounds to buy,...What a problem to find that was as it was letting air in the fuel lines and didn`t start in the morning.

When i tried to start the car the next day i found out that all the fuel had left the fuel lines and returned back to the fuel tank.....

Anyway it`s all sorted now and my Daughters well happy.

Happy day`s!

 :)
#42
Chit chat / Re: What Are You Listening To ...
Last post by Kernal - March 07, 2026, 03:16:25 PM
I`m listening to my GF woffle on and on and on
#43
Block Codes / Re: Automated Blocks
Last post by Kernal - March 07, 2026, 02:47:28 PM
here is the HTML version below that is responsive too below Kernal Coded 2026!

<!-- TinyPortal Simple Multi-Time Banners Kernal Coded 2026 -->
<div id="tpBanners" style="text-align:center; margin:10px 0;"></div>

<script>
(function() {
    var now = new Date();
    var currentDay = now.getDay();  // 0=Sun, 1=Mon...
    var currentHour = now.getHours(); // 0-23

    // ===== CONFIGURE YOUR BANNERS HERE OK =====
    var banners = [
        {
            image: "BANNER1-IMAGE.jpg",
            day: 1,      // Monday
            start: 19,   // 7pm
            end: 23      // 11pm
        },
        {
            image: "BANNER2-IMAGE.jpg",
            day: 5,      // Friday
            start: 18,   // 6pm
            end: 22      // 10pm
        }
        // Add more banners here as needed simple
    ];
    // ========================================

    var container = document.getElementById("tpBanners");

    banners.forEach(function(banner) {
        if(currentDay === banner.day && currentHour >= banner.start && currentHour < banner.end){
            var div = document.createElement("div");
            div.style.margin = "10px 0";
            div.style.textAlign = "center";
            div.innerHTML = '<img src="' + banner.image + '" alt="Event Banner" style="max-width:100%; height:auto;">';
            container.appendChild(div);
        }
    });

})();
</script>

#44
Support / Re: TP Copyright not displayin...
Last post by @rjen - March 07, 2026, 02:31:18 PM
What version of TP are you running? The copyright message is reduced in later versions. See this site for example
#45
Support / TP Copyright not displaying af...
Last post by Data - March 06, 2026, 08:56:44 PM
Hi Team, I've been using TP for many happy years, basically love it  8)

A few days ago when uninstalling a mod from SMF it messed up my site install (badly), I had to delete almost everything apart from the database and start again.

It's now up and running again (as from today) but for some reason the TP copyright message isn't displaying, rather than go looking for a fix I'm quite prepared to buy a key, if that's ok?   
#46
Chit chat / Re: What Are You Listening To ...
Last post by timberguy - February 28, 2026, 08:11:42 PM
ELO Shangrila
#47
Chit chat / Re: What annoyed you today?
Last post by timberguy - February 28, 2026, 08:11:01 PM
Trying to get logged in so I could message Lurksalot!I did at least get logged in. Password reminder would not send to me.
#48
Support / Re: Center and Front panels no...
Last post by @rjen - February 11, 2026, 09:16:37 AM
Quote from: stylix on February 11, 2026, 01:21:43 AMTurning off a custom block fixed it, I'll try to see what's causing the issue in it. Thank you!

Look for divs that are not properly closed: that is usually the cause.
#49
Support / Re: Center and Front panels no...
Last post by stylix - February 11, 2026, 01:21:43 AM
Quote from: lurkalot on February 10, 2026, 03:38:53 PMI suspect you have another block with some broken code in it causing the issue.  Try temporarily turning off the left panel (in Panels) Then the right panel and see if the center and front panels work.

Or you could turn off your custom blocks one at a time and see if you have one causing the issue.
Turning off a custom block fixed it, I'll try to see what's causing the issue in it. Thank you!

@rjen, thank you for your cooperation as well!
#50
Support / Re: Center and Front panels no...
Last post by @rjen - February 10, 2026, 06:37:57 PM
I registered under @rjen

This website is proudly hosted on Crocweb Cloud Website Hosting.