Join 2,356+ Players and socialize together

Join the Community Today

Come hang out with us on the Minecraft Addicts Forums — it's the perfect place to chat, trade cool stuff, and connect with awesome builders just like you! Let's plan epic builds, create amazing worlds together, and then show off your masterpieces to everyone! Plus, we’re all about having fun, so feel free to talk about anything under the sun—games, hobbies, favorite snacks, you name it! Can't wait for you to join and share all the Minecraft magic!

Site Building

Status
Not open for further replies.

BeuTube

Well-known member
Joined
Feb 18, 2011
Messages
142
I've been messing with HTML lately and have made some promising templates for a personal site, but I'm still a little lost on how to add a forum (i.e. vBulletin, Tal.ki) and other widgets such as some of those on the MCaddicts site. Can anybody help me, or give some suggestions?

Also, those free suite builder sites aren't very good
 
Last edited:
Here is what I believe Jangles did.

- He made the homepage with html, but used some php for the notification area (top right).
- He used the NIVO jQuery slider with some customizations... you can learn more about the slider here:
http://nivo.dev7studios.com/
- He used some javascript for the mouse-overs on the images

For the forums, he created a custom vbulltin theme that mimics the home page. If you are creating a theme for a forum software, make sure to check out how to make a theme for a forum software because almost all are different.
 
For a forum software, I have always been a huge fan of phpbb. The modification database is limitless.
 
Is phpbb embeddable? Because I kno you have to have an FTP client for vbulletin
 
Hey BeuTube,

The backend is all vbulletin. Any CMS will let you do the same thing. 90% of the changes I make on this site are through an admin control panal using html template editors vbulletin comes with.

The MA site not complex. HTML, CSS and a little jquery, and it's all custom pages through vbulletin. vbulletin has an option to allow domains access to external content, that's what I'm doing for the recent/news posts on the homepage. The login form is code I copied from vbulletin. The hardest part is making a new header and footer, but it's very easy to replace the entire header in vbulletin with whatever you want.

Vbulletin isn't the end all of forum/website software, but I use it because I've been using it for years and I can move around comfortably.

Here's another example of how far you can with vbulletin. www.audinow.com. Mind the spam, it's 100% vbulletin forums with custom pages, same deal as here.

www.rcgeeks.ca is wordpress, customized a lot. The forums are vbulletin with the wordpress header/footer. http://www.rcgeeks.ca/forums/register.php. It's hard to tell it's wordpress. We use wordpress at work to develop fully functional websites for big brands. Free, fast, easy.

phpbb is good, but you have to be very careful and keep up with patches to avoid disaster, and spam management can get tricky. At least the price is right.

I stay as far away from code as I can. If you know what to copy and where to click, you'd be surprised as to what you can do.
 
phpbb is not embed-able, well kinda. You could code a web frame which are looked down on in the web development community.
 
you really never want to embed something other then the world map heh... something that has its own login and menu should not be embeded.
 
Thank you guys I really appreciate the help
 
Status
Not open for further replies.
Back
Top