BB Code??

Info about CAY. Feel free to ask questions about CAY here too.

BB Code??

Postby Jodie » Fri Apr 04, 2008 11:08 pm

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:
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Merry Sage » Sat Apr 05, 2008 5:22 am

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.
Image
User avatar
Merry Sage
Head Baker
 
Posts: 987
Joined: Wed Apr 02, 2008 12:01 pm
Location: England

Re: BB Code??

Postby Mrs.Claus » Mon Apr 07, 2008 1:02 am

Hi Jodie could you give an example? I might be able to figure it out, eventually ;)
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Winterself » Mon Apr 07, 2008 11:27 pm

I do as merry sage does too.i use photobucket..copy and paste the images...someone will help im sure.
Image
User avatar
Winterself
Christmas Tree Finder
 
Posts: 455
Joined: Sun Apr 06, 2008 11:06 pm
Location: winter wonderland

Re: BB Code??

Postby Jodie » Tue Apr 08, 2008 6:56 am

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
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Mrs.Claus » Tue Apr 08, 2008 5:15 pm

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.
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Jodie » Wed Apr 09, 2008 7:07 am

Yes it does - see I knew it would be something simple.

Thanks
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Mrs.Claus » Wed Apr 09, 2008 10:03 am

Whew - glad I could help. :D
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Jodie » Mon Apr 14, 2008 3:07 am

: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 )
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Mrs.Claus » Tue Apr 15, 2008 12:26 am

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
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Jodie » Tue Apr 15, 2008 12:32 am

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
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Mrs.Claus » Tue Apr 15, 2008 12:36 am

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.
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Jodie » Tue Apr 15, 2008 12:38 am

:snowjump: Happy dance :snowjump:

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

Thankyou
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Mrs.Claus » Tue Apr 15, 2008 12:39 am

Totally understand - it took me a while to catch on to it, but once I did things got much easier. :D
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Re: BB Code??

Postby Jodie » Tue Apr 15, 2008 12:52 am

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?
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Winterself » Thu Apr 17, 2008 12:20 am

<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>
Image
User avatar
Winterself
Christmas Tree Finder
 
Posts: 455
Joined: Sun Apr 06, 2008 11:06 pm
Location: winter wonderland

Re: BB Code??

Postby Winterself » Thu Apr 17, 2008 12:26 am

I still dont get it... :cry:
Image
User avatar
Winterself
Christmas Tree Finder
 
Posts: 455
Joined: Sun Apr 06, 2008 11:06 pm
Location: winter wonderland

Re: BB Code??

Postby Jodie » Thu Apr 17, 2008 3:13 am

[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
Image

Image
User avatar
Jodie
Toy Maker
 
Posts: 1194
Joined: Mon Mar 17, 2008 10:02 pm

Re: BB Code??

Postby Noel+ » Thu Apr 17, 2008 9:04 pm

So far everything works for me - why do you want to use the BB Code: Oh, well, have fun learning it!
Image




I will honor Christmas in my heart, and try to keep it all the year! Charles Dickens
User avatar
Noel+
Santa's Top Advisors
 
Posts: 16888
Joined: Tue Mar 18, 2008 10:26 pm
Location: Winter Wonderland

Re: BB Code??

Postby Mrs.Claus » Thu Apr 17, 2008 11:50 pm

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]
~ Mrs. Claus ~

Image
User avatar
Mrs.Claus
The Mrs.
 
Posts: 1542
Joined: Mon Jan 07, 2008 1:12 am
Location: Christmas Town

Next

Return to CAY FAQ

Who is online

Users browsing this forum: No registered users and 4 guests

cron