2011-05-17, 12:54 AM
Okay, please don't call me a noob, because I know HTML, CSS, JavaScript, and a some PHP.
Now my problem is, I don't understand how to use myBB. Yes, I know it is a bunch of PHP code. But how do I make my website use it. Do I have to read through the whole codes and make my HTML elements have the same ID as what is supposed to implement it.
Like, do I have to create a Registration.php page, then use <?php include "registrationblahblah.php" ?> or what? There are absolutely no tutorials explaining all this. I've noticed a few websites have the same registration php format, and do they make it that way, or does myBB do it for them. If so, doesn't MyBB just do everything for you since it has the PHP code in it.
Also there's this talk of "AdminCP" in MyBB. Do I get this after I learn to create an account on my website and make the account an admin or what?
BAck again to what I mentioned in the 2nd paragraph. HOW DO I ADD MYBB TO MY WEBSITE? Will I have to go back and add classes and Element IDs to my html code in my .php's? For example, in a myBB code it says:
Will I have to change the ID of the text box the the user logs in with to "user" or what PHP code will I use to store the value of the textbox into a variable called "$user"
Will I have to send the textbox value to mySql and then PHP retrieves the password and username from the server and stroes it in a variable called "$user"?
PLEASE PLEASE PLEASE. Explain these things. How in the world will my website be able to use the php files in myBB. I know I have to include the php files, so please don't say anything like "<?php include "global.php" ?> because answers like that piss me off.
I am using Xampp's Apache and mySql, so will I have to move the entire myBB folder into the folder that stores my website files or will my websites be moved to the myBB folder. Please take your time to answer these. I wish someone would make a tutorial that explains EVERY SINGLE THING 1 line at a time, even if it takes 25 pages I would read it all to understand how to implement myBB. With all this being said, I don't believe the answers will be provided with only a single line of "do this: ", so PLEASE take the time to answer, and don't be afraid to explain things to the level of "TOO user friendly". Thank you SO SO much in advance.
~Jinkop
Now my problem is, I don't understand how to use myBB. Yes, I know it is a bunch of PHP code. But how do I make my website use it. Do I have to read through the whole codes and make my HTML elements have the same ID as what is supposed to implement it.
Like, do I have to create a Registration.php page, then use <?php include "registrationblahblah.php" ?> or what? There are absolutely no tutorials explaining all this. I've noticed a few websites have the same registration php format, and do they make it that way, or does myBB do it for them. If so, doesn't MyBB just do everything for you since it has the PHP code in it.
Also there's this talk of "AdminCP" in MyBB. Do I get this after I learn to create an account on my website and make the account an admin or what?
BAck again to what I mentioned in the 2nd paragraph. HOW DO I ADD MYBB TO MY WEBSITE? Will I have to go back and add classes and Element IDs to my html code in my .php's? For example, in a myBB code it says:
if ($user...blahblah)
Will I have to change the ID of the text box the the user logs in with to "user" or what PHP code will I use to store the value of the textbox into a variable called "$user"
Will I have to send the textbox value to mySql and then PHP retrieves the password and username from the server and stroes it in a variable called "$user"?
PLEASE PLEASE PLEASE. Explain these things. How in the world will my website be able to use the php files in myBB. I know I have to include the php files, so please don't say anything like "<?php include "global.php" ?> because answers like that piss me off.
I am using Xampp's Apache and mySql, so will I have to move the entire myBB folder into the folder that stores my website files or will my websites be moved to the myBB folder. Please take your time to answer these. I wish someone would make a tutorial that explains EVERY SINGLE THING 1 line at a time, even if it takes 25 pages I would read it all to understand how to implement myBB. With all this being said, I don't believe the answers will be provided with only a single line of "do this: ", so PLEASE take the time to answer, and don't be afraid to explain things to the level of "TOO user friendly". Thank you SO SO much in advance.
~Jinkop