(20-03-2024, 06:44 PM)Matty Wrote: Hi Siyar,
The theme I'm using here will be available in the next few days for download at MyBB Extend.
Great! This will be game changing for MyBB forum owners and the open source forum scene in general.
I was just playing around with the latest php 3.3.11 version the last couple of days because unlike MyBB it comes with reponsive templates but i wasn't very impressed. Thankfully i don't have to use it now!
The rest of this post is me trying out this great theme basically.
Code:
<?php
$helloworld = "Hello World";
echo $helloworld;
?>
PHP Code:
<?php
$helloworld = "Hello World";
echo $helloworld;
?>