Jun 9th, 2002, 08:57 AM
#1
Thread Starter
-= B u g S l a y e r =-
extra linefeed when vbcode tag used?
Is it just me ? or has there been a change in how vbcode is displayed ?
Jun 9th, 2002, 09:28 AM
#2
Member
Last edited by filburt1; Jun 9th, 2002 at 03:34 PM .
Jun 9th, 2002, 09:28 AM
#3
Member
Sure looks like it. Could have something to do with the 2.2.6 upgrade.
Jun 9th, 2002, 03:00 PM
#4
Re: extra linefeed when vbcode tag used?
Originally posted by peet
Is it just me ? or has there been a change in how vbcode is displayed ?
They've changed it, yes i think.
Jun 9th, 2002, 03:20 PM
#5
Thread Starter
-= B u g S l a y e r =-
damn.. hope they change/fix this ...
Jun 9th, 2002, 03:34 PM
#6
Member
Simple:
[vbcode]Stuff[/Highlight]
[vbcode]
Stuff
[/Highlight]
Use the first way.
Jun 9th, 2002, 03:52 PM
#7
Good Ol' Platypus
Youneedtotype[vbcode]likethis[/vbcode]orelseitwon'twork,itsbeenlikethatsincetheyimplementedit.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
Jun 9th, 2002, 04:02 PM
#8
Thread Starter
-= B u g S l a y e r =-
VB Code:
Private Sub Command1_Click()
Dim sName() As String
Dim sFileNamesOnly() As String
Dim sFullName() As String
Dim i As Integer
ReDim sFileNamesOnly(0)
ReDim sFullName(0)
CommonDialog1.DialogTitle = "Add Files"
CommonDialog1.Flags = &H200 + &H80000 + &H4
Jun 9th, 2002, 04:03 PM
#9
Thread Starter
-= B u g S l a y e r =-
did not look like that before... what do you mean filburt?
and implemented what Sastraxi?
Jun 9th, 2002, 04:04 PM
#10
Member
Originally posted by peet
VB Code:
Private Sub Command1_Click()
Dim sName() As String
Dim sFileNamesOnly() As String
Dim sFullName() As String
Dim i As Integer
ReDim sFileNamesOnly(0)
ReDim sFullName(0)
CommonDialog1.DialogTitle = "Add Files"
CommonDialog1.Flags = &H200 + &H80000 + &H4
THAT is freaky
Jun 9th, 2002, 04:07 PM
#11
Thread Starter
-= B u g S l a y e r =-
Originally posted by filburt1
THAT is freaky
what is freaky ?
Jun 9th, 2002, 04:08 PM
#12
Thread Starter
-= B u g S l a y e r =-
the code or the way its shown ??
Jun 9th, 2002, 04:24 PM
#13
Member
Originally posted by peet
the code or the way its shown ??
Meh
John did write that hack for an extremely old version of vBulletin and I doubt he's going to update it, just because this board is practically the only one that uses it...
Jun 9th, 2002, 07:39 PM
#14
Good Ol' Platypus
Since they implemented the [Highlight=VB] tag (at least HERE), it's always been like that.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
(Just a heads-up)
Jun 9th, 2002, 08:34 PM
#15
Stuck in the 80s
Originally posted by Sastraxi
Since they implemented the [Highlight=VB] tag (at least HERE), it's always been like that.
Not it hasn't. I haven't changed a thing in the way I post code and now it's suddenly double spaced.
Jun 9th, 2002, 10:17 PM
#16
PowerPoster
Yep, I'll verify this. It's only started happening today (for me), as far as I can tell.
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Jun 10th, 2002, 12:46 AM
#17
Thread Starter
-= B u g S l a y e r =-
yes a bit annoying ... rjlohan signature takes up half a page now
Jun 10th, 2002, 03:35 AM
#18
PowerPoster
Originally posted by peet
yes a bit annoying ... rjlohan signature takes up half a page now
Oh well, I have them turned off, so I don't have to put up with my own ridiculousness.
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Jun 10th, 2002, 04:11 AM
#19
PowerPoster
Originally posted by rjlohan
Oh well, I have them turned off, so I don't have to put up with my own ridiculousness.
I turned them off for the kiddy dick specs and unfortunately your ridiculousnessness was caught in the same net
Jun 10th, 2002, 04:19 AM
#20
PowerPoster
Originally posted by beachbum
I turned them off for the kiddy dick specs and unfortunately your ridiculousnessness was caught in the same net
Oh well, it's only a half-arsed (and plagiarised) attempt at Nerd Humour, so you're not missing much.
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Jun 10th, 2002, 04:23 PM
#21
Thread Starter
-= B u g S l a y e r =-
hello ?? anyone at vbw care to make a statement?
Jun 10th, 2002, 06:05 PM
#22
Fanatic Member
Jun 10th, 2002, 06:09 PM
#23
Thread Starter
-= B u g S l a y e r =-
hehe u clever John u
Jun 10th, 2002, 06:14 PM
#24
Thread Starter
-= B u g S l a y e r =-
next time I'll make sure that I have a snapshot of the problem
Jun 10th, 2002, 06:16 PM
#25
Member
What was the problem...you know, just to let us vB customers know
No really, is it caused by vB2.2.6?
Jun 11th, 2002, 02:17 AM
#26
Jun 11th, 2002, 02:18 AM
#27
Thread Starter
-= B u g S l a y e r =-
uhumm.... now there is to little spacing
try copy and paste a sample... no spacing at all
Jun 11th, 2002, 02:30 AM
#28
PowerPoster
VB Code:
Peet is full of crap.
This prints our ferpectly fine.
See?
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Jun 11th, 2002, 02:32 AM
#29
PowerPoster
VB Code:
Ryan is full of crap.
Peet was right.
Even when I put
one
or two
or even three spaces, it doesn't look right...
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Jun 11th, 2002, 02:59 AM
#30
John,
As Peet posted before, the VBCode when using the tags seems to have changed recently. It no longer changes the extra lines or spacing like it used to do (the indenting).
Other than that the forums look neat
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Jun 11th, 2002, 11:31 AM
#31
Thread Starter
-= B u g S l a y e r =-
Jun 11th, 2002, 07:32 PM
#32
I think what peet is saying is that if you highlight someone's code on the screen, copy it, then paste it into VB, you get one huge long line. Seems to be a missing carriage return or line feed. Please fix the vbcode tag so that we can copy & paste code.
Jun 11th, 2002, 07:44 PM
#33
Hmm, Thats stupid!!!
VB Code:
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
'one space above, two below
If IM_WORKING = False Then
IM_WORKING = True
OVER_SQUARE = GET_INDEX(X, Y)
If OVER_SQUARE > 0 Then
Call SHOW_CLOSE_LINE(X, Y, OVER_SQUARE)
Else
If (Last_SQ <> 0) And (Last_W <> -1) Then
Call ReDRAW_SQUARE_WALL(MY_SQUARES(Last_SQ), Last_W)
Last_SQ = 0
Last_W = -1
End If
End If
DoEvents
IM_WORKING = False
End If
End Sub
Its supposed to have spaces, see image:
Attached Images
Jun 11th, 2002, 07:45 PM
#34
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
Jun 11th, 2002, 09:38 PM
#35
Stuck in the 80s
Originally posted by crptcblade
Seriously though, I place the blame squarely on the Aussies' blind golf team.
Hey, I heard they're supposed to be good this year?
Jun 12th, 2002, 05:46 AM
#36
Fanatic Member
I found it. PHP had switched to an XHTML friendly <br /> tag instead of the old <br> tag, which was confusing it! All sorted now :-)
Jun 12th, 2002, 05:48 AM
#37
Thread Starter
-= B u g S l a y e r =-
Jun 13th, 2002, 12:06 AM
#38
Dang, all that time I spent went to waste! Can't you screw it up again and fix it later so that people become inherently dependent upon #010;?
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width