Page 1 of 2

BB Code??

PostPosted: Fri Apr 04, 2008 11:08 pm
by Jodie
I can't get BBcode to work - it just puts in the whole code and not the picture and stuff..

Any suggestions - I just know this is going to be something really simple that I have missed :oops:

Re: BB Code??

PostPosted: Sat Apr 05, 2008 5:22 am
by Merry Sage
I've never been able to figure that out either. I just host pics and stuff from Photobucket and use the IMG code they provide. Hope thats helpful.

Re: BB Code??

PostPosted: Mon Apr 07, 2008 1:02 am
by Mrs.Claus
Hi Jodie could you give an example? I might be able to figure it out, eventually ;)

Re: BB Code??

PostPosted: Mon Apr 07, 2008 11:27 pm
by Winterself
I do as merry sage does too.i use photobucket..copy and paste the images...someone will help im sure.

Re: BB Code??

PostPosted: Tue Apr 08, 2008 6:56 am
by Jodie
In the games thread - I have done some blogthings and when I choose the code to carry what the results are (Which of Santas reindeer are you? - those things), and then I hit submit, all that comes up is the code, not the actual result.

It used to work on the old forum - I am thinking that I have not got permission for something for it not to work.

Hope that helps McDLT

Re: BB Code??

PostPosted: Tue Apr 08, 2008 5:15 pm
by Mrs.Claus
Jodie wrote:In the games thread - I have done some blogthings and when I choose the code to carry what the results are (Which of Santas reindeer are you? - those things), and then I hit submit, all that comes up is the code, not the actual result.

It used to work on the old forum - I am thinking that I have not got permission for something for it not to work.

Hope that helps McDLT


I know now - that's actually HTML and with the new version of phpbb they recommend not using HTML because that can cause issues (ie make spam and hacking easier), so they didn't include it as an option.

When I use those blogthings I copied the code and then removed and replaced the HTML with BBC.

Hope this answers your question.

Re: BB Code??

PostPosted: Wed Apr 09, 2008 7:07 am
by Jodie
Yes it does - see I knew it would be something simple.

Thanks

Re: BB Code??

PostPosted: Wed Apr 09, 2008 10:03 am
by Mrs.Claus
Whew - glad I could help. :D

Re: BB Code??

PostPosted: Mon Apr 14, 2008 3:07 am
by Jodie
:cry: I still don't know what I am doing???

I just cannot work it out.

If I copy and paste, I just get the whole code up on the screen - no results or pics (I know you can read the results in the HTML but that is not what I wanted)...

How do you change it from HTML to BBCode?

Thanks in advance (Maybe :D )

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:26 am
by Mrs.Claus
Here's an example which might help:

HTML Code:

Code: Select all
<table width=350 align=center border=0 cellspacing=0 cellpadding=2><tr><td bgcolor="#EEEEEE" align=center>
<font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'>
<strong>Your Christmas Stocking Will Be Filled With Little Wrapped Presents</strong>
</font></td></tr>
<tr><td bgcolor="#FFFFFF">
<center><img src="http://www.blogthingsimages.com/whatwillbeinyourchristmasstockingquiz/little-wrapped-presents.jpg" height="100" width="100"></center>
<font color="#000000">
You've made Santa a very happy fellow this year.<br />
Don't worry - what happens at the North Pole stays at the North Pole!
</font></td></tr></table>
<div align="center"><a href="http://www.blogthings.com/whatwillbeinyourchristmasstockingquiz/">What Will Be In Your Christmas Stocking?</a></div>

Which looks like this:

<table width=350 align=center border=0 cellspacing=0 cellpadding=2><tr><td bgcolor="#EEEEEE" align=center>
<font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'>
<strong>Your Christmas Stocking Will Be Filled With Little Wrapped Presents</strong>
</font></td></tr>
<tr><td bgcolor="#FFFFFF">
<center><img src="http://www.blogthingsimages.com/whatwillbeinyourchristmasstockingquiz/little-wrapped-presents.jpg" height="100" width="100"></center>
<font color="#000000">
You've made Santa a very happy fellow this year.<br />
Don't worry - what happens at the North Pole stays at the North Pole!
</font></td></tr></table>
<div align="center"><a href="http://www.blogthings.com/whatwillbeinyourchristmasstockingquiz/">What Will Be In Your Christmas Stocking?</a></div>

Here's my change to BBC:

Code: Select all
Your Christmas Stocking Will Be Filled With Little Wrapped Presents

[img]http://www.blogthingsimages.com/whatwillbeinyourchristmasstockingquiz/little-wrapped-presents.jpg[/img]

You've made Santa a very happy fellow this year.

Don't worry - what happens at the North Pole stays at the North Pole!

[url=http://www.blogthings.com/whatwillbeinyourchristmasstockingquiz/]What Will Be In Your Christmas Stocking?[/url]

Which looks like this:

Your Christmas Stocking Will Be Filled With Little Wrapped Presents

Image

You've made Santa a very happy fellow this year.

Don't worry - what happens at the North Pole stays at the North Pole!

What Will Be In Your Christmas Stocking?

~~~~~~~~~~

Let me know if this helps. :D

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:32 am
by Jodie
How do you change it to BBCode?

Or do you have to understand how to write HTML (so you can pull out the bits you need to change) and BBCode?

Thanks for you patience

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:36 am
by Mrs.Claus
I do just pull out all HTML bits and change it to BBC. Basically you remove or change anything in "< >".

So if you want to post an image, just change the
Code: Select all
<img src="http://....
to
Code: Select all
[img]http://...[/img]


Feel free to test anything out in this thread.

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:38 am
by Jodie
:snowjump: Happy dance :snowjump:

I understand now - but I will still have to test out my abilities.

Thankyou

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:39 am
by Mrs.Claus
Totally understand - it took me a while to catch on to it, but once I did things got much easier. :D

Re: BB Code??

PostPosted: Tue Apr 15, 2008 12:52 am
by Jodie
Your Christmas Stocking Will Be Filled With Little Wrapped Presents

Image

You've made Santa a very happy fellow this year.
Don't worry - what happens at the North Pole stays at the North Pole!

What will be in your Christmas Stocking?

Re: BB Code??

PostPosted: Thu Apr 17, 2008 12:20 am
by Winterself
<table width=350 align=center border=0 cellspacing=0 cellpadding=2><tr><td bgcolor="#EEEEEE" align=center>
<font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'>
<strong>Your Christmas Stocking Will Be Filled With a Puppy</strong>
</font></td></tr>
<tr><td bgcolor="#FFFFFF">
<center><img {img"http://www.blogthingsimages.com/whatwillbeinyourchristmasstockingquiz/puppy.jpg" height="100" width="100"></center>
<font color="#000000">
Well - one cute, soft, cuddly puppy...<br />
And a very soiled Christmas stocking.
</font></td></tr></table>
<div align="center"><a {img"http://www.blogthings.com/whatwillbeinyourchristmasstockingquiz/">What Will Be In Your Christmas Stocking?</a></div>

Re: BB Code??

PostPosted: Thu Apr 17, 2008 12:26 am
by Winterself
I still dont get it... :cry:

Re: BB Code??

PostPosted: Thu Apr 17, 2008 3:13 am
by Jodie
[quote="Winterself"]<table width=350 align=center border=0 cellspacing=0 cellpadding=2><tr><td bgcolor="#EEEEEE" align=center>
<font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'>
<strong>
Your Christmas Stocking Will Be Filled With a Puppy</strong>
</font></td></tr>
<tr><td bgcolor="#FFFFFF">
<center><img {img"

[img]http://www.blogthingsimages.com/whatwillbeinyourchristmasstockingquiz/puppy.jpg[/img]
<font color="#000000">
Well - one cute, soft, cuddly puppy...<br />And a very soiled Christmas stocking.
</font></td></tr></table>
<div align="center"><a {img"[/color[color=#0000FF]]
[url=http://www.blogthings.com/whatwillbeinyourchristmasstockingquiz/] ">What Will Be In Your Christmas Stocking [/url]

If it is in red - remove it
if it is in blue - add it

Hope that helps

Re: BB Code??

PostPosted: Thu Apr 17, 2008 9:04 pm
by Noel+
So far everything works for me - why do you want to use the BB Code: Oh, well, have fun learning it!

Re: BB Code??

PostPosted: Thu Apr 17, 2008 11:50 pm
by Mrs.Claus
Noel+ wrote:So far everything works for me - why do you want to use the BB Code: Oh, well, have fun learning it!


BBC is what the forum uses - it doesn't use HTML. BBC is the tags like
Code: Select all
[img][/img]  [b][/b]  [url][/url]