|
|

5th July 2008, 07:01 PM
|
 |
Sorted, respect due.
|
|
Join Date: Jul 2005
Location: In the fort of the god, Lugus
Posts: 9,732
vCash: 25
|
|
|
TLW forum stuff that gets on your chebs..
..such as:-
Pressing the insert image button and haveing to highlight/delete the http:// bit every time.
No youtube button.
s
|

5th July 2008, 07:21 PM
|
 |
Tits
|
|
Join Date: May 2005
Posts: 12,690
vCash: 1077
|
|
|
Re: TLW forum stuff that gets on your chebs..
A youtube button would be good.
__________________
I'm just a humble motherfucker with a big-ass dick
|

5th July 2008, 07:30 PM
|
 |
Godfather
|
|
Join Date: Jan 2001
Location: L39
Posts: 17,459
vCash: 3552
|
|
|
Re: TLW forum stuff that gets on your chebs..
If you don't like it, fuck off! You pay £24 and think you can make all these demands? Get the fuck outta here.
* I'll look into the youtube button thing, as Im pretty sure I read something about that on the vb forums the other day. There's also a NSFW option that I might install too. As for the first thing Stouff mentioned, I don't use the buttons to insert images, I just type the bb code out myself. I'll have a look at it though and see if I can fix it.
|

5th July 2008, 07:32 PM
|
 |
Tits
|
|
Join Date: May 2005
Posts: 12,690
vCash: 1077
|
|
|
Re: TLW forum stuff that gets on your chebs..
Stouff, if you're using firefox, look up bbcode add on and you can right click a lot of the options.
__________________
I'm just a humble motherfucker with a big-ass dick
|

5th July 2008, 07:42 PM
|
 |
Sorted, respect due.
|
|
Join Date: Jul 2005
Location: In the fort of the god, Lugus
Posts: 9,732
vCash: 25
|
|
|
Re: TLW forum stuff that gets on your chebs..
IE7 man here.
Just blame Haje Dave.
|

5th July 2008, 09:41 PM
|
 |
TLW WEBSITE CONTENT
|
|
Join Date: May 2005
Posts: 1,456
vCash: 410
|
|
|
Re: TLW forum stuff that gets on your chebs..
Stouff, the youtube bb code icon thing should be in the tool bar now. Try it and see if it works.
|

5th July 2008, 09:41 PM
|
 |
TLW WEBSITE CONTENT
|
|
Join Date: May 2005
Posts: 1,456
vCash: 410
|
|
|
Re: TLW forum stuff that gets on your chebs..
by the way, it is I, Dave U
|

5th July 2008, 09:56 PM
|
 |
Chainy's mentor
|
|
Join Date: Feb 2005
Location: Liverpool
Posts: 5,717
vCash: 625
|
|
|
Re: TLW forum stuff that gets on your chebs..
__________________
"I agree completely with what Leeson just said" - Dave Usher ( 02/12/08 )
|

5th July 2008, 10:01 PM
|
 |
Sorted, respect due.
|
|
Join Date: Jul 2005
Location: In the fort of the god, Lugus
Posts: 9,732
vCash: 25
|
|
|
Re: TLW forum stuff that gets on your chebs..
I see it on full reply mode, sweet.
|

5th July 2008, 10:36 PM
|
 |
TLW WEBSITE CONTENT
|
|
Join Date: May 2005
Posts: 1,456
vCash: 410
|
|
|
Re: TLW forum stuff that gets on your chebs..
Can you see the "L' and 'R' icons as well? That's a bit of code I've just put in that means you can insert images to the right and left, and wrap text around them. It won't make a difference to most people on the forum, who won't ever use them, but it's going to make my match reports and news articles a million times easier, because for years I've been copying and pasting html codes from old reports into the new ones just to get the images in the right place!
|

5th July 2008, 10:42 PM
|
 |
Stubbly Passmaster
|
|
Join Date: Jul 2005
Posts: 18,318
vCash: 661
|
|
|
Re: TLW forum stuff that gets on your chebs..
Originally Posted by TLW
by the way, it is I, Dave U
|
Classic.
__________________
You fuckers think just because a guy reads comics he can't start some shit?
You just couldn't let me go could you? This is what happens when an unstoppable force meets an immovable object. You truly are incorruptible aren't you? You won't kill me out of some misplaced sense of self-righteousness, and I won't kill you, because you're just too much fun. I think you and I are destined to do this forever.
|

5th July 2008, 10:56 PM
|
 |
Chainy's mentor
|
|
Join Date: Feb 2005
Location: Liverpool
Posts: 5,717
vCash: 625
|
|
|
Re: TLW forum stuff that gets on your chebs..
Originally Posted by Stouffer
..such as:-
Pressing the insert image button and haveing to highlight/delete the http:// bit every time.
|
Admin Ginola, your mission should you choose to accept it is this:
the code required to fix the annoyance described above is this onFocus="this.select()"
It will need to be added to the input tag for the insertimage form field which would eventually look something like <input type="text" id="insertimage" value="http://" onFocus="this.select()">
It's a big challenge but one which I feel should be repped to the max if you can hone your nerding to achieve this amazing feat.
Do you accept?
__________________
"I agree completely with what Leeson just said" - Dave Usher ( 02/12/08 )
|

6th July 2008, 12:33 AM
|
 |
Godfather
|
|
Join Date: Jan 2001
Location: L39
Posts: 17,459
vCash: 3552
|
|
|
Re: TLW forum stuff that gets on your chebs..
Originally Posted by GAYER
Admin Ginola, your mission should you choose to accept it is this:
the code required to fix the annoyance described above is this onFocus="this.select()"
It will need to be added to the input tag for the insertimage form field which would eventually look something like <input type="text" id="insertimage" value="http://" onFocus="this.select()">
It's a big challenge but one which I feel should be repped to the max if you can hone your nerding to achieve this amazing feat.
Do you accept?
|
I'm on a roll, so why not.
|

6th July 2008, 12:46 AM
|
 |
Godfather
|
|
Join Date: Jan 2001
Location: L39
Posts: 17,459
vCash: 3552
|
|
|
Re: TLW forum stuff that gets on your chebs..
Originally Posted by GAYER
Admin Ginola, your mission should you choose to accept it is this:
the code required to fix the annoyance described above is this onFocus="this.select()"
It will need to be added to the input tag for the insertimage form field which would eventually look something like <input type="text" id="insertimage" value="http://" onFocus="this.select()">
It's a big challenge but one which I feel should be repped to the max if you can hone your nerding to achieve this amazing feat.
Do you accept?
|
None of that code is anywhere in the templates.
|

6th July 2008, 12:54 AM
|
 |
Chainy's mentor
|
|
Join Date: Feb 2005
Location: Liverpool
Posts: 5,717
vCash: 625
|
|
|
Re: TLW forum stuff that gets on your chebs..
no it wont be in the templates. We're the talking real code here. It'll be in whichever include is used for creating posts.
__________________
"I agree completely with what Leeson just said" - Dave Usher ( 02/12/08 )
|

6th July 2008, 01:04 AM
|
 |
Stubbly Passmaster
|
|
Join Date: Jul 2005
Posts: 18,318
vCash: 661
|
|
|
Re: TLW forum stuff that gets on your chebs..
The Da Vinci Code.
__________________
You fuckers think just because a guy reads comics he can't start some shit?
You just couldn't let me go could you? This is what happens when an unstoppable force meets an immovable object. You truly are incorruptible aren't you? You won't kill me out of some misplaced sense of self-righteousness, and I won't kill you, because you're just too much fun. I think you and I are destined to do this forever.
|

6th July 2008, 01:25 AM
|
 |
Godfather
|
|
Join Date: Jan 2001
Location: L39
Posts: 17,459
vCash: 3552
| | |