Add A Free Forum To Your Blogger/BlogSpot Blog

I strongly recommend all the readers to bookmark this post. A forum is a must for every blog with increasing readership.


A Bloggers Community © Baratunde
Forums are entirely different from blogs. Forums let your readers interact with each other, create new topics/discussions and some of them even moderate the forums along with you.
1. Forum from Wikipedia.
2. The popular Digital Point Forums

A few weeks back, even I started a forum - BloggerStop-Community



[Please join and participate in the NEW BloggerStop Forums]

In Blogger/BlogSpot blogs, you are not allowed to create a sub-domain or even a new directory (an online folder). So hosting a forum seems almost impossible, but not anymore. Before you read any further, see these 2 examples:

1. A Blogger Blog completely changed in to a Forum.
2. A simple (static) page on a normal Blogger blog, converted to a Forum.

Instructions to Add a Forum To Your Blog


STEP #1:
Create and publish a new static page on your blog, exclusively for a forum. As an example, check out my forums-static-page here:

http://bloggerstop.net/p/bloggerstop-community.html

STEP #2:
Create a new forum at Nabble: Free Forums at Nabble [You will do this within 5 minutes]
And copy the HTML code... [Options -> Embedding Options]


STEP #3:
Go to Blogger Dashboard -> Design -> Edit HTML and mark the tick-box "Expand Widget Tempaltes".

STEP #4:
Find (CTRL+F) this code, in your template:
<div id='content-wrapper'>

If you are not able to find the above mentioned code, then find (CTRL+F) this one (for new templates made for Blogger Template Designer)
<div class='columns fauxcolumns'>

And immediately ABOVE/BEFORE it, paste the code you got from Nabble, with this ADDITIONAL code (Highlighted in BLUE and RED):

<b:if cond='data:blog.url == &quot;http://bloggerstop.net/p/bloggerstop-community.html&quot;'>
PASTE_CODE_FROM_NABBLE_HERE
</b:if>
NOTE (Important): Replace the code in RED, with the link to your forum-page.

STEP #5:
Save your temaplate.

STEP #6:
This step will HIDE everything from your blog (post content, sidebar widgets etc.) and ONLY forum will be visible in your forum-page.
Find this code in your template:
</head>
And immediately ABOVE/BEFORE it, paste this code:
<b:if cond='data:blog.url == &quot;http://bloggerstop.net/p/bloggerstop-community.html&quot;'>
<style type='text/css'>
#content-wrapper {
display:none !important;
}
.columns, .fauxcolumns {
display:none !important;
}
</style>
</b:if>
NOTE (Important): Replace the code in RED, with the link to your forum-page.

That's it, a new forum on your blog is ready.
Now, Invite your readers and friends to join you at your forums.



NOTE: If you want to replace an entire blog with a forum, as shown in the first example (Forum In A Blogger Blog), then, first create a new blog. Download the template as a backup. Now, replace everything between the BODY tags in the template:

...
<body>
..
..
..

</body>
...

with the code copied from Nabble. So your template, code will look something like this:

...
<body>
<a id="nabblelink" href="http://n3.nabble.com/BloggerStop-Demo-Forums-f6****.html">BloggerStop Demo Forums</a>
<script src="http://n3.nabble.com/embed/f6****"></script>

</body>
...

And save the template.

DEMOS:

1. Show off your work in the comments section, to get your forum featured here...

Showoff your work in the comments below, the best two forums will be displayed here to other blogger.

ProBlogger - Inspiring Others Realize Their Dreams!

Share this

Related Posts

Previous
Next Post »

285 comments

Write comments «Oldest   ‹Older   1 – 200 of 285   Newer›   Newest»
February 15, 2010 1:21 PM delete

body

....

body

:D, your too hurry on posted my friends...

Reply
avatar
February 15, 2010 1:24 PM delete

The Idea is interesting but the Forum (page) looks really ugly (too dark) !!!
Why you don't "hide" the sidebar, footer, title, and navigation links ?????

Reply
avatar
February 15, 2010 2:05 PM delete

Yeah actually this post was to be published after a few hours, anyways thanks Beben and Soufiane, for mentioning these points. I have updated the post and hid those extra elements too, but acually except black no other color is blending properly with my template...
@Soufiane,
I think leaving navigation links and header is fine within a forum, it shows a relation between the forum and blog, moreover we give our readers a chance to explore our other pages/blog too.

Reply
avatar
February 15, 2010 2:36 PM delete

I think that's a good idea to add forum to my blog. Thank you for this idea.

Reply
avatar
February 15, 2010 9:13 PM delete

Hey this is excellent, go idea to create forum. And now many of your reader can share their view in their forum

Reply
avatar
February 16, 2010 1:02 AM delete

Hello,

This is the best post on this blog. But i have one query. I am using automatic read more hack for my blog posts and whenever i publish a static page, it comes in read more mode and when i try to expand it, it does not expand. Kindly help.

Reply
avatar
February 16, 2010 1:32 AM delete

Hey Hetal Di!

First of all my suggestion to you is to use the !-- more -- instead of automatic read more (BEST Method To Truncate Posts In Blogger/BlogSpot Blogs).

But for any reason, if you still want to use the read more hack, then use the updated code from STEP #2 of this post:
Automatic Read More Hack For Blogger

Kind Regards
Sai

Reply
avatar
February 16, 2010 3:33 AM delete

Wow, I think this is a great innovation in blogging world, but I will think it twice before apply it on my blog.

Reply
avatar
February 16, 2010 3:37 AM delete

Hey Reza...why think twice? you can add it in any of your static pages, and let your readers join and interact with each other...

Reply
avatar
February 16, 2010 4:48 AM delete

Hi diviya,you know any other services which offer free forums for blogger

http://hacker-forums.blogspot.com

Reply
avatar
VJ
February 17, 2010 8:02 AM delete

nice article, i got a forum myslef but people are participating enough to make it more interactive. thanks, anyway.

Reply
avatar
February 17, 2010 12:25 PM delete

Oh.. after a long we can add forum at blogger also.
Great blogger post... I love the info!
Thanks sai

Reply
avatar
Anonymous
February 17, 2010 2:23 PM delete

Love this post! Great information here. I was not awear that you could have a forum on your blogger site. Thanks for Sharing.

Cyndi
www.use.com

Reply
avatar
February 17, 2010 9:06 PM delete

Is it possible to put share counter in this blog?

Reply
avatar
February 17, 2010 9:09 PM delete

Ops sorry I mean is it possible to put share counter in this widget?

Reply
avatar
February 17, 2010 9:23 PM delete

Anup, do you mean a sharing/bookmarking widget, like "add this" or a counting widget...to count/track the visitors?
Anyways, you can place any/both of these, as the forum is being placed just as a frame based on JavaScript, so of course you can use any widget/script along with that in the same widget/blog.

Reply
avatar
February 17, 2010 9:24 PM delete

@Rafay Baloch

Yeah there's another service called SparkBB, but it's still in Beta phase and I haven't tried it yet.

Reply
avatar
February 18, 2010 12:42 AM delete

Sai Ram brother Divya,

I am using the second method, as it would not be easy for me to manually truncate 300+ posts on my blog now. But my question is why the same hack is automatically is applied to static pages, and even on expanding static pages, it is not expanded.

Please show me the best way but of course easiest way...

Reply
avatar
February 18, 2010 9:01 AM delete

Well my suggestion to you is to start using the -- more -- method for your latest posts, which are presently being displayed in homepage. And gradually add the same tag to your older posts too (say 10 posts a day) and within a month, all your work will be done and you can delete the code from your blog.
Anyways, to solve the static pages vs. automatic read more hack problem use the NEW CODE from STEP #2, of this tutorial:
Automatic Read More Hack For Blogger

Reply
avatar
Anonymous
February 18, 2010 9:27 AM delete

this is just Cool!!
Last year i tried to used a forum and tried to put in blog.. then failed.. and I gave up XD
Then, Thanks to You,I finally made a forum XD
Thanks Sai!!

Reply
avatar
February 18, 2010 2:50 PM delete

hey sai,
how to edit the forum page there to look very attractive
is there any guidence?

iam trying to create a forum for my blog

http://nanoguns9.blogspot.com/

Reply
avatar
February 18, 2010 10:16 PM delete

Good! You are the first to make/found this forum widget

Reply
avatar
February 18, 2010 11:33 PM delete

Thanks Divya, your trick has worked. I will use More option for truncating posts of my blog.

Reply
avatar
February 21, 2010 10:33 AM delete

Hi Divya,

I have solved problem myself. You can check it yourselr older post links are now visible...

Reply
avatar
February 21, 2010 10:38 AM delete

@Anup,
Yeah I got to know that some other blogggers were facing the problem too.
From now on, the links will be appear normally. Here's the official news from Blogger:
http://buzz.blogger.com/2010/02/auto-pagination-on-blogger.html

Reply
avatar
a
February 21, 2010 12:10 PM delete

Divya, I have created post for it But, I used CSS code to get appeared it...Let me know you how I solved it ...

http://hacktutors.blogspot.com/2010/02/older-post-newer-post-home-links-are.html

Thanks!

Reply
avatar
February 21, 2010 12:13 PM delete

That's really great Anup! but have you tried undo(ing) the changes?, as I think the problem shouldn't occur now, even with the same old code.

Reply
avatar
a
February 21, 2010 12:14 PM delete

Well..Well...Well...See one of my post about Do follow is great. I think your blog is No Follow blog. Let me get some your views. NoFollow bloga re not different with Dofollow blog. It's proved! You can see it here:

http://hacktutors.blogspot.com/2010/02/older-post-newer-post-home-links-are.html

Don't think it's spam. Just informing you :P

Reply
avatar
February 21, 2010 12:22 PM delete

Well Anup, It's not that I don't want to pass on the link juice to my readers, but the fact is:
1. First of all, most my comments are genuin questions from readers who are finding some difficulty in their blogs, if I make my blog "dofollow" then there will be a great increase in comments (some genuin and some that LOOK LIKE genuin but ARE NOT actually genuin) and overall consequence: Many of the genuin queries may be left unanswered by me....as I'm the only one author in this blog.
2. Secondly you can see the effect of what happened when accidently an announcement was made on a forum that BloggerStop.net is dofollow blog, I wasted hours in deleting comments.

So until and unless Blogger changes it's comments deletion method or I get a team of bloggers to manage the blog, I cannot make it a dofollow blog.

Reply
avatar
February 21, 2010 12:24 PM delete

Ooops, here's that post: my experience with a spam flood due to a wrong announcement:
http://bloggerstop.net/2009/12/are-you-planning-to-make-your-blog.html

Reply
avatar
February 21, 2010 11:38 PM delete

Yeah, I am exactly telling you that! My blog is also not a Do Follow blog. Good to have Nofollow. But, your readers can get more benifits as your blog is NoFollow. The links of your readers can be found on Search Engines!

Reply
avatar
February 22, 2010 2:15 AM delete

Yeah that's true Anup, nofollow always doesn't mean "no link juice for the links" even I have seen many nofollow links being counted as valid backlinks in the Google webmasters account.
And that is the reason, I hav posted that link to "Comment Like This!" on top of the comment-form, so that all commentators will get the maximum benefits of commenting here.

Reply
avatar
February 22, 2010 4:59 AM delete

thnx for new cool feautre divya but i want to knw how to hide my all other widgets from my forum page? i want to show only forum page no widgets just like ur forum pls help me thnx in advacne
check out my blog at http://watsyourblog.blogspot.com

Reply
avatar
February 22, 2010 8:48 AM delete

@Vicky

You have placed the forum in the main-wrapper (instead of header area), so first move it to the header region, then v'll proceed with hiding of the extra elements.

Reply
avatar
February 23, 2010 2:16 AM delete

hi divya i had placed in header region but its nt showing properly it displaying in vry small space and my ad banners r showing on tht forum and forum appearing behind the ads wat shuld i do now? is it my template problem tel me wat shuld i do now? also the static page is displaying below the forum how to hide or remove that?

Reply
avatar
February 23, 2010 8:06 AM delete

Header region is completely different from the main-wrapper or sidebar. IT is even above the sidebar, you should add this forum above the top white and red colored menu links.

Reply
avatar
February 27, 2010 3:40 PM delete

Thanks for this. I didn't think it was possible to host a forum on a blogger blog until I stumbled across your article.

I avoided the need to edit the code to hide the forum from other pages etc, simply by putting the Nabble code directly into the post of the static page I created.

Works a treat.

Reply
avatar
Anonymous
February 28, 2010 4:23 PM delete

Nice blog you've got! Please I've tried this stuff over n over again, but it just doesnt on my blog. its displaying a blank static page only. Pls help me ASAP!
Blog address is handofgodsociety.blogspot.com

Reply
avatar
March 01, 2010 11:33 AM delete

hey, thanks, thank u very much. i hav created and installed the forum in my blog,

http://forum.ksrtcblog.com

ur blog roxxx....

Reply
avatar
a
March 01, 2010 12:00 PM delete

Hi Divya,

I want your help, Do you know how to rest the top commentator widget in blogger? I want to exclude previous comments in top commentator widget. How to? Is there any trick for that.

I am organizing the top commentator contest in my blog. You are free to participate..hehe..;)

Reply
avatar
March 02, 2010 3:41 AM delete

A-mazing! Just added a forum to my blog: http://forums.onpause.org

Thanks for the tut!

Reply
avatar
March 05, 2010 3:16 AM delete

thanks so much. i was searching this for too long

Reply
avatar
March 05, 2010 11:32 AM delete

Thanks SO MUCH for this post! I had been looking up and down, trying to find a way to put a forum on my blog...the site you recommend makes it look perfect! I can't wait to fully integrate it into my site!

Reply
avatar
March 06, 2010 1:05 AM delete

Hi.......Divya...........
Very nice tutorials........
I want to ask u a que......
that your blog is hosted on blogger????
and if "yes" then how you add subdomain like "http://main.bloggerstop.net".........
pls...........i m waiting for yr help.......thanxs in advance...

Reply
avatar
March 07, 2010 3:46 PM delete

@Alistair, Sujith, RonyDean, NDS Roms, Megan Anne,

Glad to see so many happy faces! I'll show two of your forums in the demo section in the post above.

Reply
avatar
March 07, 2010 3:48 PM delete

@Ospinach

Just checked your blog and found the forum working perfectly, hope you have fixed the problem.

Reply
avatar
March 07, 2010 3:51 PM delete

@birju

Yeah this blog is hosted with Blogger.
But I only use my domain and a sub-domain (www.bloggerstop.net) with Blogger, the other sub-domain (main.bloggerstop.net) is hosted with another free host site (freehostia.com) where I upload my other files.

Reply
avatar
March 07, 2010 3:55 PM delete

@Anup,

I was going to suggest you the same; to use yahoo pipes. Anyways gud luck with your contest, hope you'll have a successful contest

Regards

Reply
avatar
a
March 07, 2010 11:22 PM delete

Divya, thanks for your encouragement
I have make a forums with your trick. Working good. But, how to edit user image? I have a image like anonymous in my forum. How to edit that image?

See: Hack Tutors Forums

Thanks,
Anup kayastha

Reply
avatar
March 07, 2010 11:44 PM delete

I have update my avatar in this widget. Sorry for disturbing you.

Reply
avatar
March 08, 2010 1:03 AM delete

Divya, When I try to add it in header zone, it doesn't appears. What to do? It just appears when I add that script in static page...

Reply
avatar
March 08, 2010 10:03 AM delete

Try this location in your template, add that forum script code, just below this code-tag:
<div id='outer-wrapper'><div id='wrap2'>

Reply
avatar
March 08, 2010 10:30 AM delete

Divya, Not working...Looks like template error with red text... It says:

XML error message: The element type "body" must be terminated by the matching end-tag "".

Reply
avatar
March 08, 2010 10:42 AM delete

@Anup,

Just checked your forum page, I think you are able to save the template, but the forum is not coming up, rather a big blank space is visible. May be cause, you haven't used the entire code, use the code from tag <a... to </script>

or else, there's another way to do this: in the static page, where you have the forums, make the width of the content area wider and hide the sidebar.

Reply
avatar
March 09, 2010 11:06 AM delete

Yes it's working now. But, I want to not to show widgets on that page. How to hide widgets in specific page?? I like to not show my widgets on forum page. Any idea to do that? It looks odd.

Reply
avatar
March 09, 2010 11:09 AM delete

How to increase width of static page? Sorry I haven't seen your reply. Don't know whats the problem...

Reply
avatar
a
March 09, 2010 11:13 AM delete

I am not able to make my content wider

Reply
avatar
a
March 09, 2010 11:32 AM delete

When I check your forum it looks like General Error. See yourself...Fix it soon.

Reply
avatar
March 09, 2010 3:23 PM delete

great help thanks very much and easy to do with your guidance

Reply
avatar
March 16, 2010 12:24 PM delete

Yeah i made it and install it this great forum widget and added to my blog and it went well

Although I still ain't customizing the forum page

here is my blog:

http://vicetvanish.blogspot.com/

soon i'll customize it xiaow

Reply
avatar
March 17, 2010 12:34 PM delete

Got busy on my work but sweat time gave me this to fix my forum appearance

The customized:

http://vicetvanish.blogspot.com

Just click on the TAB menu forum to direct to the forum page or this link below

http://vicetvanish.blogspot.com/p/blog-page_17.html

Reply
avatar
March 20, 2010 1:22 PM delete

Good Article.

I had already this free forum installed in my blog..

Check out:
http://www.tipsotricks.com/2009/11/forum.html

Divya, do check out my forum and give some valuable comments.

Thanks.

Reply
avatar
March 27, 2010 2:51 PM delete

I can see that in your forum page at
http://bloggerstop.net/p/bloggerstop-community.html
the sidebars,widgets,the main body etc. are not appearing.But I was not able to achieve it.I followed your instructions but unable to embed the forum in a static page.I embedded it as a html-javascript widget above sidebars and blog posts and excluded it from showing it on others pages with your hack at
http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html
but sidebars,widgets etc are appearing below the forum.Please advice on how to hide them.YOU can see my forum page at:
http://www.attacking.co.cc/2010/03/forum.html
Any help will be deeply appreciated

Reply
avatar
March 28, 2010 1:53 AM delete

Hey David,

Just above the </head> tag, paste this code:

<b:if cond='data:blog.url == &quot;http://www.attacking.co.cc/2010/03/forum.html&quot;'>
<style type='text/css'>
#content-wrapper {
display:none !important;
}
</style>
</b:if>


Hope that helps...

Sai

Reply
avatar
March 28, 2010 6:35 AM delete

Thanks a lot divya for such a prompt reply.That really worked.Please take a look at my forum page again & tell me if its ok.

A humble request:

Please write a post on how to beautify the blogger default comment form like you have done on bloggerstop.
Thanks in advance

Reply
avatar
April 04, 2010 11:58 AM delete

thanx a lot for the encouragement . . .

Reply
avatar
Anonymous
April 06, 2010 10:45 AM delete

hey can some one help me why cant i follow any one although i can comment with my google ID,what could be wrong?http://sunylovesyou.blogspot.com/

Reply
avatar
April 13, 2010 7:38 AM delete

Hi Divya,

Thanks for sharing this.. I have finally made a forum for my blog and is looking good for now. I faced some issues with my template but i modified it for the forum. But at last everything now looks good..

Here is my blog's forum - http://www.hyipinvestigation.com/p/hib-forum.html

Reply
avatar
April 24, 2010 7:02 AM delete

Thanks very much now I have added a forum in my blog thanks to this article!!!

Reply
avatar
April 26, 2010 10:01 PM delete

Is it necessary to create this forum in Static page? Can I use the trick of 'show widget on specific lablel oly?'

Reply
avatar
April 26, 2010 11:39 PM delete

It worked! I see the forum on specific post. That is fine with me. Thank you.

Reply
avatar
May 09, 2010 1:15 AM delete

How did you make your forum page occupy the whole page removing the sidebars and footers?

Reply
avatar
May 25, 2010 2:56 AM delete

Hi Divya

Thanks for your hack, I have tried embedding in my blog but I found that the side bar can not be hidden,

Please check my forum
http://www.engineerszone.net/p/engineerszone-forum.html

Please suggest any method to remove all those sidebar and footer below the forum.

Thanks in advance

S Shiva Raj
http://www.engineerszone.net

Reply
avatar
June 18, 2010 11:57 PM delete

Hello Sai,

Having a forum in a blog is a great idea especially since my new blog requires readers to share their problems. That's why I am been on it for several hours! Trying to figure it all out. But I have given up! Please I need your help

I have created a static page as you suggested the static page is now linked to from the tab on the blog.

I have created the free forum and copied the code. I placed the code on the header of my blog and it displayed but ofcourse it shifted everyother information about the blog including the tabs down below the forum . (I have removed and save the code in a notepad until I figure it out. So you won't see the forum on the blog)

I tried to make it display on a specific page as you suggested. Created a new widget as you can see below the blog htt://relationship-issues-and-answers.blogspot.com

My problem now is how do I link all items together?

If we are adding the code of the forum to a new widget, what then is the purpose of the page (forum) created?

what URL should be entered in the code

Finally, how do I create and edit categories on the forum when it comes up?

Hope to hear from you

Thanks

Reply
avatar
June 19, 2010 8:09 AM delete

You have a static-page dedicated for forum:
http://relationship-issues-and-answers.blogspot.com/p/relationship-issues-and-answers-forums.html

You have a widget, where you have pasted the code, being displayed in every page...

Now, you have to limit this widget only to that static-page created by you. To do that, you have to use this method:
http://bloggerstop.net/2008/12/show-widgets-in-only-specific-pages-or.html

Once you do that, your widget will be shown ONLY in that page and not in any other page.

Reply
avatar
June 21, 2010 4:40 PM delete

Thanks Sai,

I got it now. You can check it out http://relationship-issues-and-answers.blogspot.com/p/relationship-issues-and-answers-forums.html

But It does not look professional like yours. It's not well spread across the page. And the Followers widget of google in my footer is showing on the forum page.

Even 'link to this post' also shows

Please how do I clean it up, and make it spread out like yours

I also would like to know how to add categories to the forum where post can create new topics.
I mean is there an admin page?

Reply
avatar
June 26, 2010 7:49 PM delete

hi great post ! i added a forum, edited the css n all, looks good so far ....
http://mazanga.blogspot.com/p/forum.html

now, how do i go about hieing #sidebar-wrapper,#comments-block and other elements so as to clean up the lower part of the forum page.
i looked at your forums source and u did a job in there, got a bit lost though

@ Karo Itoje yes there is of sorts u need to look good at the options the editor and user options... worse case try the faq on the forum site itself.

Reply
avatar
July 01, 2010 4:27 PM delete

yeah I created the forum page....
http://blog-gempaq.blogspot.com/p/forum.html

Thank you bloggerstop

BUT..

the application is going wrong..

I cannot change my avatar..
I cannnot reset too.........



anyone have idea bout this....?

Reply
avatar
July 03, 2010 10:41 PM delete

This worked like a dream for me.

Any input on using a subdomain instead of nabble's URL? Would that help my SEO? Are there issues with duplicate content? How can I make a subdomain look like my main domain? Can I use one login for both?

Reply
avatar
July 04, 2010 3:42 AM delete

Well yes, you do get SEO benfit as the traffic coming to your forum will be counted for your domain.
And moreover you/your readers can link to your forums individual topics/threads easily and while linking them, the link juice will be passed on to your domain instead of nabble.

Reply
avatar
July 08, 2010 11:53 AM delete

@ALL

I have updated the post and so please follow the tutorial steps again.
These new steps will make sure that except the forums, everything else on the page will be hidden when you save your template...

Reply
avatar
July 10, 2010 8:24 PM delete

I can not for the life of me find the div code you wrote anywhere. Help please?

Reply
avatar
July 11, 2010 2:31 AM delete

Hey Caitlin,

As you are using one of the latest templates which are mainly made for "Blogger Template Designer", so you have to find a different div tag.
I have updated the post, now read STEP #4 and STEP #6 (redo them) and it will work for you.

Regards
Sai

Reply
avatar
July 11, 2010 10:40 AM delete

Step 6 says to find that code in our BLOG, not TEMPLATE, so do we go somewhere different?

Reply
avatar
July 11, 2010 10:43 AM delete

Of course there's no coding in blogs....it's actually blogs' template or jus 'template' ...

Reply
avatar
July 11, 2010 4:37 PM delete

It didn't work. I don't know what I could have done wrong, I followed your directions, but it didn't work.

Reply
avatar
July 11, 2010 4:40 PM delete

Well, download your tempalte, send it to me via my contact page. Send your nabble code too. I'll mail it back to you after adding the code.

Reply
avatar
July 16, 2010 1:46 PM delete

Divya Sai ... while I did have some trouble setting up the subdomain, now that I know how to do it, it's actually quite simple. (Use an A record, not a C name.)

The Nabble Support is excellent. They have a great product and really do everything possible to help you.

Thank you again for this information.

Reply
avatar
July 17, 2010 9:40 AM delete

yeah... here my full featured blogger powered forum..

everything fine....

http://forum.bloggeraktif.com/

here is my actual Nabble Forum url. http://myforum.bloggeraktif.com

Reply
avatar
July 20, 2010 12:50 PM delete

Hi Divya,

I am a great fan of your website. I tried this forum on my blog. The forum was created, but the problem is, it looks very unmanageable. - http://www.weblognow.co.cc/p/forum.html

Was wondering if you can help me hide the sidebar and few more glitches it has. My posts are hidden, but there is almost a new website just below the forum. So if you can help, am sending you the HTML file of my blog, and it would be of immense help to me, if you mail it back to me asap. As this is a blogging group, and a forum is desperately needed here.
Thanks in advance.

Reply
avatar
July 20, 2010 1:08 PM delete

Instead of the code in Step #6, use this one:


<b:if cond='data:blog.url == &quot;http://www.weblognow.co.cc/p/forum.html&quot;'>
<style type='text/css'>
#content {
display:none !important;
}
#sidebar {
display:none !important;
}
</style>
</b:if>

Reply
avatar
July 21, 2010 9:21 AM delete

Thanks. Got it working on my blog here...


[URL=http://www.rachelbookcorner.com][/url]

Reply
avatar
July 21, 2010 10:02 AM delete

I cant find any of the two codes mentioned above and the widget-option didnt work even based on the recommendations you suggested in the comment session.

After burning more than 3 hours, I give up

But thanks for your effort. You are doing a great job.

Reply
avatar
July 21, 2010 10:42 AM delete

@Turtleguy,
Happy for you.

@Ramzi,
In STEP #4, you have to find this code:
<div class='content'>
and paste that code from Nabble, ABOVE that tag.

In STEP #6, use this code instead of the one in the post above:
<b:if cond='data:blog.url == &quot;http://bloggerstop.net/p/bloggerstop-community.html&quot;'>
<style type='text/css'>
.content {
display:none !important;
}
</style>
</b:if>


Of course, the url should be of your forums page.

Reply
avatar
July 21, 2010 12:13 PM delete

Thanx a lot for the response. A great improvement that I may consider using it this way. The only obvious bug in my forum is the right column widgets that still appears under the forum (the slide bar is not a problem actually) here is the page (I use sample blog for testing before using things on the identical main blog):

http://editorsmood.blogspot.com/p/football-mood-community_8167.html

Reply
avatar
July 25, 2010 12:00 PM delete

Hello, Thank you so much for this!!! I am having problems with step 6. When I do it, I can still see the widgets down below. Here is my forum... http://miniatureswapsntrade.blogspot.com/p/miniature-swaps-n-trading-post-forum.html

What am I doing wrong? Is there a different place that maybe I am not putting the code in correctly or in the wrong place. Thanks Wendy

Reply
avatar
July 25, 2010 12:11 PM delete

Hi Wendy,

Use the code of Step #6 from the post only, it will work for you. Do not use it from the comments, in comments I recommend code specific to their blogs.

Reply
avatar
July 25, 2010 12:22 PM delete

Great, I thought I did that first. Apparently, I didn't! DUH! Thanks so much. Working great. Quick question, well maybe how do you create the separate sections in the forum? So I can divide up my forum. Thanks again, Wendy

Reply
avatar
July 25, 2010 12:29 PM delete

Once you log in at your forums, go to Options -> Editor -> Change Application Type and change it to "Board". Then save the forum.

Reply
avatar
July 26, 2010 2:45 PM delete

Divya Sai thanks for the forum! GREAT work!
I have some problems. I followed carefully all the steps but the forum appears in all of my pages (including the home page)
here's my blog: http://apopkinyrasfans.blogspot.com/

Have you got any idea of how can I solve this problem?

Reply
avatar
July 26, 2010 2:55 PM delete

Hey there,

In STEP #4, you have to use EXACTLY this code:

<b:if cond='data:blog.url == &quot;http://apopkinyrasfans.blogspot.com/p/test.html&quot;'>
PASTE_CODE_FROM_NABBLE_HERE
</b:if>


You haven't applied the STEP #6 of this tutorial, do it and other things on your blog will hide.

Reply
avatar
July 26, 2010 3:26 PM delete

Hi again,
I have checked again the steps one by one and I can't Find what I did wrong...I have applied step6 to

Reply
avatar
July 26, 2010 3:37 PM delete

I have followed all the steps again...now the forum doesn't appear in any of my pages,, What if I paste the code from Nabble in the "forum" page of my blog? will this make any difference?

Reply
avatar
July 26, 2010 3:41 PM delete

ok I found it.. thak you!! take care

Reply
avatar
August 01, 2010 12:41 PM delete

HIyas Divya,

I'm using the Fracticality template and your code does remove the sidebar from the static page but there seems to be some extras like the RSS and Search that stays behind along with the backgrounds.

The Nabble forum does show up but only the width of the column (800px). I've been trying to get the forum to expand to the size of the whole page without any luck.

Any help would be greatly appreciated. Thanx!


http://aura-windchimes.blogspot.com/

Zena :-)

Reply
avatar
August 01, 2010 1:43 PM delete

In your blog Zena, the outer-wrapper uses a background image that is present in not only in the header region but in the posts-area too. Mail me mentioning your problem/this comment through my contact page. I will give you a new code to use in the forums page.

Reply
avatar
August 02, 2010 7:52 AM delete

HIyas Divya,

While waiting for your reply, I was able to adjust the code to remove the other id/class items and scale the forum to fit the entire page.

I tried posting the code here bit it wouldn't let me.

You can check out the code on my page...

http://aura-windchimes.blogspot.com/


Zena :-)

Reply
avatar
August 02, 2010 8:50 AM delete

Hi Zena,
That's good. I have mailed the code to your email id zenajuran@....
In that code, I have mentioned just a single additional line of code, which will display your header image above the forums. This is that line:

<center><a href="http://aura-windchimes.blogspot.com/"><img src="http://i31.tinypic.com/2prbgud.jpg"/></a></center>

Reply
avatar
August 02, 2010 10:26 AM delete

HIyas Divya,

I was wondering where your email went to. Unfortunately, I have email from that account forwarded to my MS Office and if an email gets marked as spam, I don't see it for a whiles.

Thanx for cropping the image for me and creating the line of code to center it above the forums... works and looks great!

I might take it one step further and resize the image to make it a header instead so that it floats on top of the forum header right in the center.

I appreciate your time and effort, have a wonderful day!

Zena :-)

Reply
avatar
August 02, 2010 11:05 PM delete

This worked out well for me:

http://www.nyskiblog.com/p/harvey-road-forum.html

Right now my forum is embedded in a frame. Nabble is talking about introducing "templates" which will allow users to have complete control of html.

As soon as that happens I'm going to be back here combing through these comments trying to figure out how to get the same look I have now, without the frame, linking directly to the subdomain that holds my forum. I think I might be able to do what Divya suggests for the child-blog without having another blog. I hope.

While the current setup is pretty good for SEO the straight subdomain setup should be much better.

Reply
avatar
August 04, 2010 3:52 PM delete

Hello Divya Sai,

It doesn't matter whether you publish my comment or delete it.
I'm full drunk while typing this comment to you.

If you are a friend known to me, i would have smashed your head for publishing such an bullshit tutorial to the readers.

"STEP #2:
Create a new forum at Nabble: Free Forums at Nabble [You will do this within 5 minutes]
Copy the HTML code..."

WHERE IS THE HTML CODE IN NABBLE TO BE COPIED ???
I found only the java script (embedding options).

STEP #4:
And immediately ABOVE/BEFORE it, paste the code you got from Nabble, with this ADDITIONAL code (Highlighted in BLUE and RED):
< b:if cond='data:blog.url == "http://bloggerstop.net/p/bloggerstop-community.html"'>
PASTE_CODE_FROM_NABBLE_HERE
< / b:if >

WHERE SHOULD I REPLACE THE HTML CODE,
(OBVIOUSLY UNKOWN, WHERE TO FIND THE HTML CODE) ???
Still, if known, why the hell i copied the html code ??? And where should i paste the HTML CODE ??? ???

EXACTLY AN INCORRECT EXAMPLE TO SHOW: (the red code)
http://bloggerstop.net/p/bloggerstop-community.html
must be something similar to what i find instead of your domain name.net/p/xxxxx.html

To conclude:
This tutorial was not usefull to a dumbhead like me !
(I can see you have got 116 comments previoulsy before i post this)

Once again,
It doesn't matter whether you publish this comment or delete this,
I appreciate your help to assist me more to set up a blogger forum on my bog.

Also i want to mention about the content theif you have mentioned:
funkruti.com :
I have already complained about this blog for stealing contents to google,
But till now there has been no action against this blog.

And it's an unhappy news to state that one of my good blogs has been deleted by google without any intimation to me stating that it's a spam blog. I have appealed to restore, but till now there is no responde from their side. I guess they still need more advanced in technologies.

I'm sorry for being arrogant,
I have spent a lot more time reading your tutorial (wasting my time) and ended up unable to find a solution to set up a blogger forum. Now i have to google again to find a solution.

Do you think i will visit your site again ????????????????????

But i have subscribed to your comments to know about your reply.

Thanks & Sorry,
Baba
Anjali Chellam

(I'm totally out of my mind while typing this comment, If there are any typing mistakes, please forgive me).

Reply
avatar
August 07, 2010 7:04 AM delete

kenape bila sya letakan kod html, di atas sekali dia tulis mcm ni:

Error matching blog to blogger entry. If you are the owner of this blog, please check that there is no typo in your blog address and that you have pasted the code from the Add Ads page correctly.

Reply
avatar
August 07, 2010 11:19 AM delete This comment has been removed by the author.
avatar
August 07, 2010 11:21 AM delete

Is this workiing In Firefox? It works fine in the widget html but not in the acturall html of the site.

I have followed the tutorial correctly and was told to clear catch and old files.

It works fine in Internet Explorer but not in Firefox or even ubuntu operating system.


The forum laods in Firefox but it is not clickable. I want to keep the code in the main html code because it widens the forum.

Does anyone have this problem with Firefox?

Daniel James of Web Exploits

http://www.webexploits.co.uk

Reply
avatar
August 10, 2010 3:32 PM delete

This was so helpful. I just added a forum to my blog. yay

Reply
avatar
August 15, 2010 4:46 PM delete

Hi, this is really a very helpful recommendation. I tried it in the new blog I just created. I followed everything you wrote step by step and double checked. I created the new static page, registered with nabble and created my forum. However, after publishing everything, the link does not go to the nabble forum found here:

http://miracle-market-community.961590.n3.nabble.com/

The blog is at: http://miraclemarketevents.blogspot.com/

I double checked all the codes and its correct so I am not really sure what to do next? Help!

Reply
avatar
August 17, 2010 8:38 PM delete

for me it doesnt looks like yours. My forum link is http://forum-pentru-toti.961873.n3.nabble.com/

hmm...a little data: i dont use static pages cause i have a navigation menu :| and i added my forum on that. :|



Is there any chance for me ?

Reply
avatar
August 20, 2010 2:47 AM delete

thanks a lot for the information...It helps me a lot

Reply
avatar
August 21, 2010 7:37 AM delete

wow! realy thanks! :X :*

Reply
avatar
August 27, 2010 9:31 AM delete

First of all i wanna really really thank you for your clear and perfect explanations. You are a very straight way man, i love this.
and second ALL of you check my forum \:D/ \:D/ \:D/ \:D/

:: www.animesession.co.cc ::


Love ya mate!

Reply
avatar
August 28, 2010 7:34 AM delete

Great this was one thing that i was missing in my blog but now will put soon.

Reply
avatar
August 28, 2010 9:35 PM delete

My forum still doesn't appear

http://miracle-market-community.961590.n3.nabble.com/

The blog is at: http://miraclemarketevents.blogspot.com/

What do I do?

Reply
avatar
September 14, 2010 4:50 AM delete

the content-wrapper and fauxcolumns can't be found on my blog.. http://www.lifeisabluff.com.. whats my alternative? i try posting the code BEFORE THIS CODE div id='content' at the same time i post the code for hiding those uncessary backgrounds only to show the forum. after saving it i click the forum page it shows the forum but some sidebars , headers, and backgrounds still found on the forum..how can i correct this..kindly help..many thanks

Reply
avatar
September 14, 2010 2:07 PM delete

Thanks for your great post. I am exactly telling you that! My blog is also not a Do Follow blog. Good to have Nofollow. But, your readers can get more benifits as your blog is NoFollow. The links of your readers can be found on Search Engines!

Reply
avatar
September 14, 2010 2:34 PM delete

@treskeidecamania

That is because, your website is not based on Blogger.
Tell me the webpage address, where you want to add this forum, and I will tell you the code that you will have to edit.

Reply
avatar
September 20, 2010 12:06 AM delete

Good show!! THANK You! This is exactly the solution I have been looking for! I've bookmrked this page and added it to my favorites.

Scoob

Reply
avatar
Anonymous
September 20, 2010 12:33 PM delete

nice post,
iam using brandnew folio template for my blogger, iam not able to find "content-wrapper" please help to add forum to my blog.

Reply
avatar
September 22, 2010 9:38 AM delete

Great Post You Made Up...! And
Thanks For The Effort In Keeping us Understand And Helping us Making a Forum
Keep Up With Your Writing Skills

Shall We Have A Link Exchange Since I Too Had A Same Niche You Have And Even Have an good Alexa Rank
Regards,
T.Saikrishna
www.tsksoft.blogspot.com

So,Waiting For Your Reply Soon

Reply
avatar
September 22, 2010 1:13 PM delete

Hi Saikrishna,
Thanks for the comment. As you too write articles from the same niche, so I suggest you to write a guest post for Bloggerstop. It will have a linkback to your blog. And that will be more beneficial than link-exchange.

Reply
avatar
September 23, 2010 9:25 PM delete

I used this to create my forum here:

http://www.brandoniswrite.com/p/forum.html

Thanks

Reply
avatar
Anonymous
September 24, 2010 4:30 AM delete

works great on my blog.thanks.
http://www.indiananatomist.com/p/about.html

Reply
avatar
September 25, 2010 4:59 AM delete

Hi!
I put your code where you sayd and it doesn't work for me. Maybe for me is a little different.
My forum page:
http://regisipioni.blogspot.com/p/forum-regisipioni.html
and
http://regisipioni.967881.n3.nabble.com/
So, for the moment I put de embedded code from nabble in the forum page.
Maybe you have some time for me.
Thanks!

Reply
avatar
September 25, 2010 7:03 AM delete

@Laurentiu,

Don't paste the code in your post/page, you have to paste the code in the template.
Paste the code from nabble, ABOVE this line in your template:

<div class="main-outer">

And instead of code from STEP #6, use this code:

<b:if cond='data:blog.url == "http://regisipioni.blogspot.com/p/forum-regisipioni.html"'>
<style type='text/css'>
#main-outer {
display:none !important;
}
</style>
</b:if>

Reply
avatar
September 25, 2010 8:43 AM delete

Thanks for the answer, but it's working ... wrong.
I put the code from nabble ABOVE (div class='main-outer')
and then I put the code with "if" from you
ABOVE (/head) from template.
The result:
the page http://regisipioni.blogspot.com/
and the page http://regisipioni.blogspot.com/p/forum-regisipioni.html
are the same, with the nabble forum. I think the if condition is not working.
I let the page unchanged (with your last codes) to see.
With hopes,
Laurentiu

Reply
avatar
September 25, 2010 9:03 AM delete

Sorry, it's ok. I put now the code from nabble in your if from step 4 - but as you said ABOVE (div class='main-outer') and it's working.
Have a good day!
Laurentiu

Reply
avatar
September 25, 2010 9:23 AM delete

Now, when I test, saw that in the end of the page
http://regisipioni.blogspot.com/p/forum-regisipioni.html
(with the nabble forum) are the wrapping informations.
I erase and put again the code with if (step 6) and there are no changes.

Reply
avatar
September 25, 2010 9:44 AM delete

I tried the original code from step 6 and it's now that little bug didn't show.
So, the result:
1. I used the step 4 but ABOVE (div class='main-outer');
2. I used the original step 6 ABOVE (/head).
Now the pages with blog and forum are working well.
If you think there are too many posts from me, you can delete some of them.

Reply
avatar
September 25, 2010 2:04 PM delete

It's ok Laurentiu,

Actually I forgot to mention that you have to include the "if" code from step 4. Glad to know that you got it all right.

Reply
avatar
October 14, 2010 2:56 AM delete

thank you very much sir, you are a very bright guy. I've got it by just following your instruction although you don't tell me that you have to paste in the new page for forum, Nable html code, anyway I'd got it from nable. Thank you very much

Reply
avatar
October 15, 2010 6:12 PM delete

Take a look at my forum. I can bet thats the best in blogger
http://www.naruto4ya.com/p/blog-page.html

Reply
avatar
October 22, 2010 6:25 AM delete

thanks for the tutorial i have integrated to my blog,but theirs an alternative to nabble...i recently came with http://tal.ki blogger embed tutorial

Reply
avatar
Anonymous
November 01, 2010 11:20 AM delete

thank you very much that's very important advice for me again thanks

Reply
avatar
November 11, 2010 8:55 AM delete

hey
i follow your step all but i can't do the 2rd step

its say something

**Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The entity name must immediately follow the '&' in the entity reference.**


what should i do now

please help me

Reply
avatar
November 12, 2010 12:06 AM delete

Then it's just a matter of combining your new forum and your blog, just like any two web sites - using iframes.

good info, I need this

Reply
avatar
November 15, 2010 6:33 PM delete

great, i was opened nabble but i can't find tool for claim the forum

Reply
avatar
November 22, 2010 4:28 PM delete

http://dawanz.blogspot.com/p/forum.html

it is not working, please solve this matter.

Reply
avatar
November 22, 2010 11:13 PM delete

Very good idea...adding a forum in a blog. Will try using this. By the way, what about the site url? Does it change or remains the same? Need advise here.

Thanks

Reply
avatar
November 25, 2010 3:17 PM delete

Hi Divya,
Well i have been cooking lately with an idea about a (Microsoft Project-A Project management software) school powered on blogger...now..I will need to give username and passwords to the Clients where they can view screencasts videos open attachments and have an interactive comment section...Does it sounds like a forum...And if so Blogger dowsnt have one...whats d right way to go about it???

Reply
avatar
December 05, 2010 12:54 AM delete

Thank you very much for this post. I have implemented this on my blog http://ektaraval.blogspot.com/p/forum.html

But the case with me is I don't want to remove sidebar and add given at bottam. If I don't implement step 6 the content will displayed but not in proper format. Is their any way I can dispaly forum on my blog along with my sidebar and bottom advertisement just like http://ektaraval.blogspot.com/p/search-result.html page of my blog. Thanks in advance, any help is appriciated.

Reply
avatar
December 05, 2010 1:23 AM delete

Hey Ekta,

Instead of pasting the code as described in STEP #4, paste it in the static-page itself (just as you write a post). Just delete the code which you added in STEP #4 and keep other settings/code as it is.

Reply
avatar
December 05, 2010 1:36 AM delete

Hey thanks for such a prompt reply..
I tried that as well, but now the sidebar goes down, you can go to my blog now to see how it look after making above change...
http://ektaraval.blogspot.com/p/forum.html

Reply
avatar
December 05, 2010 1:46 AM delete

Hey man thanks, I don't know how but now it looks perfact...
thank you very much....

Reply
avatar
Anonymous
December 08, 2010 3:22 AM delete

Doesn't work, unfortunately.

Cannot save, it says:

We could not save your template

Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Make sure all XML elements are closed properly.
XML error message: The element type "body" skal terminated by the matching end-tag "".

Reply
avatar
Anonymous
December 08, 2010 3:25 AM delete

Seems like we will have to wait for blogger to come up with a forum feature.

Dang, and i almoust belived that this would work! Guess i was too optimistic.

Reply
avatar
December 08, 2010 3:30 AM delete

@Anonymous,

The error you got is because of your template and not because of this forum code. Change your template and this will work just as it worked for several hundreds and thousands of other bloggers already.

Reply
avatar
December 09, 2010 8:27 PM delete

I tried all those codes and it just shows me a blank page.
Can you help?

Reply
avatar
December 13, 2010 1:16 PM delete

thanks, I don't know how but now it looks perfact...
thank you very much....

Reply
avatar
December 20, 2010 8:10 AM delete

where i can find the html code?

Reply
avatar
December 20, 2010 11:39 AM delete

@zainuddin

I have just updated the post with a screenshot (in STEP #2)....I hope you will get it now.

Reply
avatar
December 20, 2010 9:38 PM delete

Excellent Tutorial, Thank you so much!!!...so awesome

Reply
avatar
December 23, 2010 7:25 PM delete

"< div id='content-wrapper' >"

"< div class='columns fauxcolumns' >"

None of these are in my blog template. What do i do?

Reply
avatar
December 23, 2010 7:26 PM delete

To put it simple they are not in my template

Reply
avatar
January 03, 2011 9:10 AM delete

OK, I did it!! Thanks for this info.

One questions. I need to put a link back to my home page or my navigation bar on the forum page. How did I do that?

Thanks
Tania

Reply
avatar
January 07, 2011 9:42 AM delete

Nice sharing..,
And i did it...,

it's my page http://www.cellphone-tutorial.com/2011/01/forum.html

Reply
avatar
January 10, 2011 12:57 PM delete

I do it! Thanks for this info.
but how do I search melakuakn forum?
I am a beginner please ...
and how to get my link

Reply
avatar
Anonymous
January 17, 2011 1:43 AM delete

Ive been trying to get this to work on my blog but it seems impossible. When I click the pagelink to my forum, nothing happens and the status-bar in the bottom of the page says "error on page"..... What in the world am I doin wrong?

Reply
avatar
January 17, 2011 2:27 PM delete

nice. its very usefull for my blog.
check out my blog here for the sample application:
http://streampinas.blogspot.com

Reply
avatar
January 17, 2011 8:53 PM delete

WOW! I cannot praise you enough for this article! You helped me out so much! I am a newbie blogger and I really wanted a forum for my blog to encourage open conversations between viewers. Your instructions were so precise and so well laid out, even for a html code beginner! LOL! I have to laugh at myself because one of the most amazing things for me was discovering that you can hit "F" + "CTRL" and FIND the code in your template. I had been looking through all this code each time I made edits over the last two weeks and had no clue that I could do a search! I was thinking how much I hate Blogger for not having one...lol...so thank you for that too! This post was such a help! Thanks!!!

http://biculturalmom.blogspot.com/

Reply
avatar
January 17, 2011 11:11 PM delete

@Chantilly,

I am glad this article helped you so much buddy
I usually try to include all the points to make tutorials easy for new bloggers as well, but I do sometimes miss our some points, so in case you feel lost in any of my tutorials, never hesitate to comment or contact me. Happy blogging

Reply
avatar
January 21, 2011 11:20 AM delete

hi,
im new to this html xhtml thing sir.
Can you tell me what this means:
.columns?
#content wrapper?
Coz i have 3 columns (one 500px for the main post, 1 260px width sidebar column and another 140px for another sidebar)

Another question sir..
What code should i use if i want to retain the 140px sidebar?

Thanks

Reply
avatar
January 21, 2011 5:33 PM delete

Hey There,

I have followed your instructions and have managed to get the forum inside my blog. But I cannot get the blogs side to dissapare when U enter the forum. Could you please, please, please help me? I would be SO greatful. (I did get it to work at first but after changing my Template it did not work any more....)

Thank you for the help so far! Hope to hear from you!

Reply
avatar
January 30, 2011 1:04 AM delete

hello everyone
how can I link the buttons on my blog into other blog?
:-/

Reply
avatar
February 02, 2011 3:57 PM delete

thanx so much for sharing this information! I thought it wouldn't work, but it did. I am so excited! www.youarerealness.com

Reply
avatar
February 11, 2011 6:11 AM delete

Hy and thank you very much. Everything went perfectly, good walktrough.

I've managed to do this: http://aplicatii-iphone.blogspot.com/p/forum.html

Reply
avatar
February 27, 2011 10:26 AM delete

Step #2 unfortunately doesn't work. There is no embedding option in that drop down menu.

Reply
avatar
Bea
February 28, 2011 3:49 PM delete

Thanks for your expertise and walk through, you made it easy for me to add a forum to my blog. I however have lost the "pages" gadget on my forum page, and readers cannot return to my blog and other pages unless they click on my header. I would like my blog to show pages under the header, just like your blog does.
www.thezerowastehome.com.
Please help!
Thanks

Reply
avatar
March 05, 2011 2:10 PM delete

Thank you for your great tutorial!

Reply
avatar
March 09, 2011 11:34 PM delete

Thanks buddy, I just created a forum on my blog. This post helped a lot. Please visit http://tech-queries.blogspot.com/

Reply
avatar
March 18, 2011 2:19 AM delete

this didn't work for me :-L

Reply
avatar
March 27, 2011 10:23 AM delete

I can simply say You are great. I have implemented in my blog
Thanks.

Reply
avatar
bgn
April 11, 2011 3:55 AM delete

excellent. there was one called vanilla. but this is better. i`ll definitely use it on my blog

Reply
avatar
April 11, 2011 12:04 PM delete

Great but is it possible to change colour of this forum?

Reply
avatar
April 11, 2011 12:14 PM delete

Yes that's possible.
Once you have embedded the forum, Log in and go to Options -> Editor and Change Appearance. From the available skins, select the one you like.

Reply
avatar
April 14, 2011 6:52 PM delete

Question. I added the code from Step #4 to a new page and have manually linked it to my menu bar without a gadget. I've attempted implementing Step #6 but I can't get it to work. I'd like the sidebar content to go away when the forum/page is open.

Help.

http://lyonsmasters.blogspot.com/p/bulletin-board_14.html

Reply
avatar
April 18, 2011 6:09 AM delete

After step 3, I not found the code in my blog resource (Either div id='content-wrapper' OR div class='columns fauxcolumns') so how i solve this problem.

Reply
avatar
April 18, 2011 2:42 PM delete

@Anil

In your blog, you'll have to paste the code immediately ABOVE this code:

<div id='main-wrap1'><div id='main-wrap2'>

Reply
avatar
May 01, 2011 11:04 PM delete

i have created successfully for my blog. great work. thanks bro.

Reply
avatar
May 04, 2011 3:18 AM delete

hello, i just do as you said, i success. but the problem is the design going crazy. the pages its go to the middle of the disign, and it looks ugly. when i try to arrage it from blogger layout it dons not apear. please help me. heres my link : http://masroland.blogspot.com/p/rolandblog-forum.html

Reply
avatar
May 08, 2011 7:44 PM delete

help .. the background box disappears from my blog

Reply
avatar
May 08, 2011 7:45 PM delete

heres the link http://pbtnation.blogspot.com/p/forum.html again , the background box disappears

Reply
avatar
May 26, 2011 10:09 AM delete

I am glad that my tutorial helped you Jen

Reply
avatar
Anonymous
May 29, 2011 2:56 PM delete

What would have I done wrong? The forum posted to my main page and every page of my blog for that matter. Thanks for helping me!

Reply
avatar
jp
June 19, 2011 9:03 PM delete

http://swertres-hearing.blogspot.com/

see my forum here. thanks for the tutorial. nice one sir

Reply
avatar
June 21, 2011 5:18 PM delete

It is very interesting and useful your article. I really need a forum for my Buzau blog.

Congratulation!

Reply
avatar
«Oldest   ‹Older   1 – 200 of 285   Newer›   Newest»

Comments are moderated on this blog

Allowed HTML tags: <b>, <i> and <a>

Comment Like This! and Optimize your blog EmoticonEmoticon

:)
:(
=(
^_^
:D
=D
=)D
|o|
@@,
;)
:-bd
:-d
:p
:ng