MyBB Community Forums

Full Version: Integrating MyBB into your website. (Login Form)
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 37 38 39 40 41 42 43 44 45 46 47 48
Yup, only thing I need to find out now, is each variables like $mybb->user, Don't suppose you'd know where I could fetch them from?
I quite don't undertand ^^u

But I use <?php echo($mybb->settings['bburl']) ?> or things like that.
Precisely what I mean Toungue What I was asking is if you know a site that has a list of variables such as $mybb->settings, like a category if you will, under $mybb, it'd display what's there etc (If this makes sense)

Edit: I found it Toungue
var_dump($mybb);
Glad you found it, but I use whatever I want to, haha, I also use templates using:
<?php echo($welcomeblock) ?>

For example.
Very nice tutorail.
Thank you a bunch!
Will this integration works with wordpress also or only HTML website only ...............
(2011-10-12, 04:28 AM)piku2008 Wrote: [ -> ]Will this integration works with wordpress also or only HTML website only ...............

All websites are HTML.
(2011-10-12, 04:28 AM)piku2008 Wrote: [ -> ]Will this integration works with wordpress also or only HTML website only ...............

Have you tried it?
i want integrate php page with mybb forum , please explain it
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 37 38 39 40 41 42 43 44 45 46 47 48