27 coaches online • Server time: 11:07
Forum Chat
Log in
Recent Forum Topics goto Post Secret League Old Wo...goto Post Creating a custom to...goto Post ramchop takes on the...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
darkwing2k6



Joined: Jun 28, 2007

Post   Posted: Jan 09, 2008 - 11:44 Reply with quote Back to top

Hi guys, sorry for reviving an old thread but it made sense to keep it all together. im needing a bit of help adding in pictures to a teams bio (not the add image button) please. i took the advice of shadow and g-force and looked up websites for using html but when i tried to add a pic on bio it would not upload. can someone please tell me if there is still a 10k limit on pic sizes and do i need to upload them to the site or can i direct html to my pics folder on hard drive? much thanks for any help Smile

thanks john

sorry, forgot to ask which format pics should be in ie gif,jpeg etc
JanMattys



Joined: Feb 29, 2004

Post   Posted: Jan 09, 2008 - 12:02 Reply with quote Back to top

You need to upload the pics somewhere else (www.imageshack.us for example)
Then use the direct link to image they provide there, and put it in your bio like this:

Code:
<img src="DIRECTLINK">

_________________
Image
JanMattys



Joined: Feb 29, 2004

Post   Posted: Jan 09, 2008 - 12:04 Reply with quote Back to top

How to add a button in your team bio:

Code:
<div><span><input type="button" value="SHOW STUFF" style="width:150px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.value == 'SHOW STUFF') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.value = 'HIDE STUFF'; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.value = 'SHOW STUFF';}"></span><span><div class="alt2" style="margin: 0px; width:400px; border: 0px solid;"><span style="display: none;">STUFF</div><br />

_________________
Image
darkwing2k6



Joined: Jun 28, 2007

Post   Posted: Jan 09, 2008 - 12:34 Reply with quote Back to top

wow, thx jans that works a treat! thx for your help
Lightsbane



Joined: Mar 08, 2010

Post   Posted: Mar 17, 2010 - 04:33 Reply with quote Back to top

So how would I add say a player icon to my team's bio for RIPS?
Araznaroth



Joined: Oct 08, 2008

Post   Posted: Mar 17, 2010 - 04:48 Reply with quote Back to top

add

Code:
<a href="copy paste players page adress here"><img src="paste image adress here">name</a>


http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/
this is the page I use to get my images.


This is what it should look like;
[url=http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/lmsaurus3.gif]ImageSses'eth Der' Destroya[/url]

enjoy;)
BattleLore



Joined: Oct 11, 2007

Post   Posted: May 07, 2010 - 14:28 Reply with quote Back to top

Hi,
is there a way to add a Button to my Profile page? I like to sort the things there a bit and would like to have a Hide and Show button. I already tried Jans methode but it doesn't seem to work on the profile page Sad
JanMattys



Joined: Feb 29, 2004

Post   Posted: May 07, 2010 - 15:27 Reply with quote Back to top

Not that I know of.

_________________
Image
Monty6669



Joined: Nov 10, 2006

Post   Posted: Apr 04, 2012 - 16:39 Reply with quote Back to top

even without using tabs my tables get pushed so far down the line it's not funny. do you have to write the whole thing on one line???

stylesheets don't seem to work either, so what version of HTML is supported by Fumbbl?
neither does phpbb in team bios Sad
Woodstock



Joined: Dec 11, 2004

Post   Posted: Apr 04, 2012 - 16:42 Reply with quote Back to top

you are adding way too much white space to your tables....

You do this:
Code:
<html>
<td>
<tr>

where you should do this:
Code:

<html><td><tr>


Also stylesheets are not recommended as they screw over the original design of the site..

btw, HTML will be disabled in the future, can't happen soon enough...
Monty6669



Joined: Nov 10, 2006

Post   Posted: Apr 04, 2012 - 16:44 Reply with quote Back to top

Lightsbane wrote:
So how would I add say a player icon to my team's bio for RIPS?


I think you'd have to link the image to an external site... I haven't tried, but the code would look like

Code:
<img src="address of image with filename" />


and could influence the size by adding width="16" height="16" before the close. or any values you like (in pixels)

Code:
<img src="address of image with filename" width="16" height="16" />
Woodstock



Joined: Dec 11, 2004

Post   Posted: Apr 04, 2012 - 16:47 Reply with quote Back to top

Monty, that was posted 2 years ago... Wink
Monty6669



Joined: Nov 10, 2006

Post   Posted: Apr 04, 2012 - 16:48 Reply with quote Back to top

Woodstock wrote:
you are adding way too much white space to your tables....

Also stylesheets are not recommended as they screw over the original design of the site..

btw, HTML will be disabled in the future, can't happen soon enough...


Thank you Woodstock. I'll knock the css out, is anything going to replace the HTML support? Is the phpbb going to replace it?
Monty6669



Joined: Nov 10, 2006

Post   Posted: Apr 04, 2012 - 16:49 Reply with quote Back to top

well, there was no reply hahaha. I'll start looking at dates on posts me thinks Smile
Woodstock



Joined: Dec 11, 2004

Post   Posted: Apr 04, 2012 - 17:00 Reply with quote Back to top

I assume some sort of BB code will be allowed to support the basics.
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