Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Comming Soon (http://www.bvlist.com/showthread.php?t=10130)

BamBam0077 28th November 2014 16:18

Coming Soon
 
This has been shared here first due to I am lazy and its just a image for now & snippet of code as I am recoding the forums template so it might be easier for others to enjoy as I have been told many times " Why 1 script? " " Can you make it different ".

I don't care what anyone says about this as its free so bitch as much as you like but in the end I programmed it by just reading html and css.

this is my next beta release so always use with care and yes you can convert or change it yourself.

http://dark-asylum.me/bitbucket/BamB...gjCCapture.PNG

Partly Recoded:
Code:

require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'bittorrent.php');
require_once(INCL_DIR.'user_functions.php');
require_once(INCL_DIR.'bbcode_functions.php');
require_once(INCL_DIR.'pager_functions.php');
require_once(INCL_DIR.'html_functions.php');
require_once(INCL_DIR.'mood.php');
dbconn();

/** Basic Settings **/
$flood_mod = true;
$poll_mod = true;
$forum_stats_mod = true;
$minutes = 5;
$limit = 10;

define('UC_SCENE_DEVELOPER', 34);
define('DEVELOPER_CLASS', UC_SCENE_DEVELOPER);
$maxfilesize = 40096 * 1024;
ini_set("upload_max_filesize", $maxfilesize);
$attachment_dir = ROOT_DIR . "forum_attachments";
$allowed_file_extensions = array('rar', 'zip');
$postsperpage = (empty($CURUSER['postsperpage']) ? 25 : (int)$CURUSER['postsperpage']);

if (function_exists('parked')) {
 
    parked();
}

if ($TBDEV['forums_online'] == 0 AND $CURUSER['class'] < UC_MODERATOR) {

    stderr('Information', 'The forums are currently offline for maintainance work');
}
   
echo '';

// BreadCrumb Menu By BamBam0077
echo '

               

               
';
                                 
echo "
   
       
       
       
       
   
   
New UnlockedNew postsLockedLocked topic
";


Jinx 28th November 2014 17:13

Hi Bam
 
sweet :ok:

TLO 19th December 2014 23:11

mixing html5 and xhtml not advisable
 
Just a quick note, be careful when adding code to u-232 to u-232v4 as they are optimised for xhtml. When you start adding HTML5 tags like nav you are asking for issues in the future, unless you like pages full of errors.:suicide:

BamBam0077 20th December 2014 04:08

I agree :friend:

WhyMe 20th December 2014 12:30

lol

BamBam0077 25th December 2014 19:18

Further Projects:
You will Not be require to add my css code snippets into your default name.css as I have come really attached to a better approach makes life easy and it makes sense like reading a book.

Code:



$php_code


it will be a easy way to teach you css3,html,jQuery,php & mysqli in away you feel like a programmer. The more you program the more attractive your programing becomes. Never be shy to fiddle with programming languages and always try your utter best to push your knowledgebase.

WhyMe 26th December 2014 23:10

mate everyone already using this i use it

BamBam0077 27th December 2014 02:18

I have not yet seen 1 designer nor developer use it for an entire script they use a Cascading Style Sheet but never the less my preference is this approach since i used with in my shoutbox design.

Joe 27th December 2014 04:54

The approach your using is just like straight HTML lol for kids... CSS sheets make life easy. Like you can use the same DIV over and over with CSS sheets.. IF you do it your way then you will need to write it all out over and over and over wow take to long.. Just my 2 cents :friend::friend:

DND 27th December 2014 11:03

Agree. PRO css :)


All times are GMT +2. The time now is 21:51.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.