49 coaches online • Server time: 20:05
Forum Chat
Log in
Recent Forum Topics goto Post Creating a custom to...goto Post Secret League Americ...goto Post DOTP Season 4
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
zakatan



Joined: May 17, 2008

Post   Posted: Aug 30, 2012 - 11:39 Reply with quote Back to top

is there any way to add comments to the code?

_________________
Image
The_Murker



Joined: Jan 30, 2011

Post   Posted: Aug 30, 2012 - 11:46 Reply with quote Back to top

For some reason, if I make an image as a url, I cannot float text over it if it is a .gif file. (specifically, the player icon image files in the rosters section of fumbbl. It's for a "kills" page)

Oddly enough, if I use one of my own small player icons, which I'm sure are .gifs (although this browser at work can't see that) I can float text just fine.

Here's the code I'm using. (first bracket replaced with {{{

{{{url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3117650][img title=My Catcher Name]https://fumbbl.com/i/337763[/img][/url]

{{{url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3119573][img title=Goblin Name]http://fumbbl.com/FUMBBL/Images/PlayerIcons/Snotling2.gif[/img][/url]

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
zakatan



Joined: May 17, 2008

Post   Posted: Aug 30, 2012 - 11:53 Reply with quote Back to top

works fine for me

_________________
Image
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Aug 30, 2012 - 11:57 Reply with quote Back to top

@The_Murker: on the forum, if you add code-tag around your code, you don't have to worry about replacing the first bracket with {{{:
Code:
[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3117650][img title=My Catcher Name]https://fumbbl.com/i/337763[/img][/url]

[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3119573][img title=Goblin Name]http://fumbbl.com/FUMBBL/Images/PlayerIcons/Snotling2.gif[/img][/url]

_________________
Image
The_Murker



Joined: Jan 30, 2011

Post   Posted: Aug 30, 2012 - 12:52 Reply with quote Back to top

Thanks. What's a code tag?

Code:
 is this a code tag?

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
The_Murker



Joined: Jan 30, 2011

Post   Posted: Aug 30, 2012 - 12:52 Reply with quote Back to top

heh, something new every day.

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
OenarLod



Joined: Jan 26, 2011

Post   Posted: Aug 30, 2012 - 13:49 Reply with quote Back to top

I finally converted the Vault Tec Squad bio. All is fine, except a minor bit: how to add a grid to tables?
Moving on the Human League group pages!

_________________
Image
Join the Human League Premiership!
The_Murker



Joined: Jan 30, 2011

Post   Posted: Aug 30, 2012 - 14:22 Reply with quote Back to top

I am 100% stumped. Below are 4 url links that should be .gif files, have floating text and link to a match report.

All four have the pic, and link, but only the 2nd and 4th have floating text that works. I can't see any difference in the code what so ever. Could something invisible be imbedded when I cut the text out of a word doc? Could one of the word symbols look identicle but act differently in bbcode?

Can anyone spot a difference between 1 and 3, and 2 and 4?

Code:

[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3119573][img title=Munny Trubbles]http://fumbbl.com/FUMBBL/Images/PlayerIcons/Snotling2.gif[/img][/url]

[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3119573][img title=Munny Trubbles]https://fumbbl.com/FUMBBL/Images/PlayerIcons/Snotling2.gif[/img][/url]

[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3119573][img title=Munny Trubbles]http://fumbbl.com/FUMBBL/Images/PlayerIcons/Snotling2.gif[/img][/url]

[url=http://fumbbl.com/FUMBBL.php?page=match&op=view&id=3117650][img title=Chet *the Chucker* Caldwell]https://fumbbl.com/i/337763[/img][/url]



*edit*
Sorry, I see it now. The images stored at http:// addresses do not have floating text that works. The ones at https:// addresses do. Are ALL Fumbbl images available at both "locations"? What's the difference?

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!


Last edited by The_Murker on Aug 30, 2012 - 14:27; edited 1 time in total
Woodstock



Joined: Dec 11, 2004

Post   Posted: Aug 30, 2012 - 14:24 Reply with quote Back to top

always use https, not http.
Wreckage



Joined: Aug 15, 2004

Post   Posted: Aug 30, 2012 - 14:26 Reply with quote Back to top

The_Murker wrote:

All four have the pic, and link, but only the 2nd and 4th have floating text that works. I can't see any difference in the code what so ever.


It's the URLS. Christer told me pictures will only be shown if they are https (think something security related. Just add the "s" behind http and it should work.
Wreckage



Joined: Aug 15, 2004

Post   Posted: Aug 30, 2012 - 14:26 Reply with quote Back to top

Damn too late. Sad
The_Murker



Joined: Jan 30, 2011

Post   Posted: Aug 30, 2012 - 14:28 Reply with quote Back to top

Wow, you guys are fast. Just a question, why can we still get the images at http as well as https? How does it work?

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
Wreckage



Joined: Aug 15, 2004

Post   Posted: Aug 30, 2012 - 15:51 Reply with quote Back to top

The_Murker wrote:
Wow, you guys are fast. Just a question, why can we still get the images at http as well as https? How does it work?

The way I understood it, the bb code system won't support unsecured pictures anymore, but the current html code still does. So all pictures that aren't referreing the https will be gone when the bb code gets implemented.
If you experienced something different, I dunno.
Christer



Joined: Aug 02, 2003

Post   Posted: Aug 31, 2012 - 20:12
FUMBBL Staff
Reply with quote Back to top

Images..

Basically, if the image is not hosted on FUMBBL, you must use an URL that supports SSL (ie, it has to start with https). Some image hosting providers don't have SSL support, so I suggest either uploading the images to FUMBBL or finding an image host that has SSL support.

The reason for this is because browsers would show warnings if images were loaded over http while you're browsing the site over SSL (which I absolutely recommend).


Anyway.. I've added support for custom background and foreground colours for blocks and tables. So you can now do something like: [block fg=white bg=green] or any other CSS supported syntax (#ccf, #aaeeff, or whatever). Note that the background is translated to the background-color CSS entry and does not support values other than colors, so no background images.

This should help Shraaaag to update his scripts properly.
Woodstock



Joined: Dec 11, 2004

Post   Posted: Aug 31, 2012 - 20:18 Reply with quote Back to top

\o/
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic