SEO-Board: Free, Fast and Search Engine Optimization Friendly Forum Script
»User: »Password:   Remember Me? 
SEO-Board Forum Software Community / General / Showcase / New SEO-board forum mods
Posted:  19 Jun 2008 08:21
So, I'm still loving SEO-board for Buellxb.com. I now have over 2007 members and growing. I recently added a ranking system based on posts up to a five star general. Each user also has a reputation so members can vote on posts with a thumbs up and thumbs down depending on how helpful or worthless the posts are. The reputation is then added or subtracted to the post count for a user to determine their rank.

If anyone would like to see this in action you have to log in to see the reputation and voting. Feel free to use this test member account.

Login: BuellMan
Password: ez1999

Please don't vote or post under this name and just use it to see the options once logged in.

I've also added the ability for members to embed YouTube videos in their posts. It's pretty sweet and is a nice addition to the photo gallery mod.

On the agenda is making the forum W3C compliant and adding a private messaging system.

If anyone would like these additions added to their forum I think my programmer might be willing to freelance and make the mods. Let me know.
Posted:  25 Jun 2008 01:46
Make a howto zip and send it here, then all can DL it.
Posted:  25 Jun 2008 04:50
Great idea ketso I don't mind getting my hands dirty either buellxb what photo gallery mod? Thanks for the thought by the way.
Posted:  01 Jul 2008 01:42
WOW!

A Youtube embed thing would be really cool. Is it like a plugin?
Posted:  27 Sep 2008 09:33
So, where are the mods?
Posted:  22 Nov 2008 14:09
Quote:
A Youtube embed thing would be really cool. Is it like a plugin?

I'm next to this.
Youtube ebded code will be highly appreciated.
Posted:  22 Nov 2008 15:42
Done this Youtube thing.
It quite simple mod - just few lines into code/functions.php file and 1 additional line for [tube][/tube] bb codes in this files:
- skin/userpostreply.htm
- skin/usereditpost.htm
- skin/usercreatetopic.htm
Posted:  25 Nov 2008 06:56
Touch,
you mean to modify code to insert videos from YouTube in a forum?
if so, how could detail a little more steps for beginners?
thank you very much
Sergio.
Posted:  06 Dec 2008 10:44
Quote:
you mean to modify code to insert videos from YouTube in a forum?

Exactly.
As i said it's quite simple and takes just couple minutes.

First open the functions.php file and copy one of those functions, which wraps the anchor tags into forum messages. And modity it to handle the new <youtube></youtube> tags, the new function should wrap up the youtube embed code into message.

Then you should add the button to drop these tags <youtube></youtube> into the edit message form. Just copy and modify the line for <code></code> tags. That's it. Upload all the modified files and you've done.