Login | Register


All times are UTC - 8 hours


It is currently Sun Nov 22, 2009 11:11 pm




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: BBC Code for Tables
PostPosted: Thu Feb 07, 2008 1:34 pm 

Joined: Sun Feb 03, 2008 10:35 pm
Posts: 14
Hey all.

Just a quick question for the forums section of our site.

We would like to use the item features of BBC [item]Greathelm of the Unbreakable[/item] but place these mouse over items inside tables. So we are able to see several items beside, on top and below each other.

Does BBC have [table] tags? Or something like it? If so could you point me to some examples with the programming to check out?

Thanks.
Shak

P.S. You guys are doing an amazing job with this product. I have used several guild hosting sites and I have to admit yours is the most productive to use. Please keep up the awesome work.


Top
 Offline Profile  
 
 Post subject: Re: BBC Code for Tables
PostPosted: Thu Feb 07, 2008 5:10 pm 

Joined: Sun Oct 21, 2007 5:44 pm
Posts: 200
Shakrah wrote:
Hey all.

Just a quick question for the forums section of our site.

We would like to use the item features of BBC [item]Greathelm of the Unbreakable[/item] but place these mouse over items inside tables. So we are able to see several items beside, on top and below each other.

Does BBC have [table] tags? Or something like it? If so could you point me to some examples with the programming to check out?

Thanks.
Shak

P.S. You guys are doing an amazing job with this product. I have used several guild hosting sites and I have to admit yours is the most productive to use. Please keep up the awesome work.

I don't think this is possible at the moment, you would need a script to tell the link that your mouse is over it, which I don't think can be done in BBCode.

_________________
Dark Depths of Skullcrusher

http://DarkDepths.Guildomatic.com/


Top
 Offline Profile  
 
 Post subject: Re: BBC Code for Tables
PostPosted: Thu Feb 07, 2008 11:43 pm 
Support Guy
User avatar

Joined: Wed May 09, 2007 11:34 pm
Posts: 1916
Maffyx wrote:
Shakrah wrote:
Hey all.

Just a quick question for the forums section of our site.

We would like to use the item features of BBC [item]Greathelm of the Unbreakable[/item] but place these mouse over items inside tables. So we are able to see several items beside, on top and below each other.

Does BBC have [table] tags? Or something like it? If so could you point me to some examples with the programming to check out?

I don't think this is possible at the moment, you would need a script to tell the link that your mouse is over it, which I don't think can be done in BBCode.


You can't do it just with BBCode, but you can try combining the BBCode [item] tags with HTML. It's pretty easy (unfortunately) to generate broken HTML when doing this, such that things misbehave strangely, but you may get lucky.

Like, you can try something ala:

Code:
<table>
  <tr>
    <td>[item]Carrot on a Stick[/item]</td>
    <td>[item]Arcanite Reaper[/item]</td>
  </tr>
  <tr>
    <td>[item]Fury[/item]</td>
    <td>[item]Black Coffee[/item]</td>
  </tr>
</table>


making sure you set content-type to HTML. It works for me in a news post.


Top
 Offline Profile  
 
 Post subject: NICE!!
PostPosted: Fri Feb 08, 2008 12:55 pm 

Joined: Sun Feb 03, 2008 10:35 pm
Posts: 14
McFly you ROCK!!

That is exactly what I was looking for!!

For others out there who are keeping track of your wow guildies gear. This was the perfect way to show them what we needed them to have for gear to be effective in the higher raids.

One question. Is there a way to center the items in the tables?

Awesome Awesome Awesome.

I have a bit of work to do. =)

Thanks again McFly.

Shak.


Top
 Offline Profile  
 
 Post subject:
PostPosted: Fri Feb 08, 2008 1:17 pm 

Joined: Mon Jan 07, 2008 2:01 pm
Posts: 39
It is not a standard bbcode tag, but the administrator can add tags. Perhaps this is one the Guildomatic guys will add for you :)

Some forums include it as:

[center]some stuff[/center]

and some as:

[align=center]some stuff[/align]

_________________
www.therezurection.com


Top
 Offline Profile  
 
 Post subject: Adding together
PostPosted: Fri Feb 08, 2008 1:43 pm 

Joined: Sun Feb 03, 2008 10:35 pm
Posts: 14
Thanks for this Lye

Are we able to add code together like

PRIEST GEAR

To make the words PRIEST GEAR large in size and bold at the same time? If so could we also make it centered as well?

Do we write the code

b Size=12 center PRIEST GEAR /center /size /b

But with the brackets?

Shak.


Top
 Offline Profile  
 
 Post subject:
PostPosted: Fri Feb 08, 2008 1:57 pm 

Joined: Mon Jan 07, 2008 2:01 pm
Posts: 39
Exactly.

It seems, that only Bold and Size=18 are available but not [center]center[/center]

Code:
[b]Bold[/b]

Code:
[size=18]Size=18[/size]

Code:
[center]center[/center]

_________________
www.therezurection.com


Top
 Offline Profile  
 
 Post subject:
PostPosted: Fri Feb 08, 2008 4:14 pm 
Support Guy
User avatar

Joined: Wed May 09, 2007 11:34 pm
Posts: 1916
Within a table cell you should be able to center the contents with something like:

[code]
<table>
<tr>
<td style="text-align; center;">Foo</td>
</tr>
</table>
[code]

There is an old-school non-CSS shorthand for the above ala:

[code]
<td align="center">
[/code]

but I try to only use CSS 'style' tags for this kind of stuff as they're more flexible.

Anyway if you combine the above with my earlier note you should be able to center the items within their cell.


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron