fredmiranda.com
Login

Moderated by: Fred Miranda
  New fredmiranda.com Mobile Site
  New Feature: SMS Notification alert
  New Feature: Buy & Sell Watchlist
  

FM Forums | Forum & Miscellaneous | Join Upload & Sell

1       2       3              14              16              23       24       end
  

Archive 2007 · Forum bug? Post it here.

  
 
brainiac
Offline
[X]
p.15 #1 · Forum bug? Post it here.


Fred Miranda wrote:
That is for the second post where I quote my first one.


ah - ok. will investigate



Jan 15, 2008 at 10:49 AM
Fred Miranda
Offline
Admin
Upload & Sell: On
p.15 #2 · Forum bug? Post it here.


brainiac wrote:
did you press it twice? Fred, I know you're new here, but you really should learn to use the forum interface before posting... ;-)


Be nice. I'm new here!

Whenever I quoted my post it changed to that. My initial post where I was testing the UBB code was posted like this:

[ url=h t t p://www.pwcphoto.com/fm/painted_girls_1 . jpg]image[ / url]
(without the spaces)

So no problems in the syntax, except that it didn't work...



Jan 15, 2008 at 10:52 AM
Fred Miranda
Offline
Admin
Upload & Sell: On
p.15 #3 · Forum bug? Post it here.


test 2:
image



Jan 15, 2008 at 10:55 AM
brainiac
Offline
[X]
p.15 #4 · Forum bug? Post it here.


brainiac wrote:
ok - got it. the parser isn't yet clever enough to spot the difference between [ u r l=hello.com] and [ u r l=hello.jpg]


I mean, not to spot it, of course.



Jan 15, 2008 at 11:01 AM
invalid2
Offline
• • •
Upload & Sell: Off
p.15 #5 · Forum bug? Post it here.


I am not sure if it is a bug, but maybe as a feature request:

Could it be arranged for the post parsing code to not eat angle brackets ""- being able to use square brackets would be nice too, but I would expect that to be more difficult.

Edit: it seems that maybe they sporadically get eaten with other stuff



Jan 15, 2008 at 01:14 PM
brainiac
Offline
[X]
p.15 #6 · Forum bug? Post it here.


[not really] - it's your browser that eats angle brackets. angle brackets are the basis for html, and have always been unprinting since the early days. modern browsers are quite well behave and sometimes show them only if they don't balance (i.e. have a partner) like this<

Since we don't want to entirely disable html for those who wish to use it in their posts, you will need to use the html escape code whenever you want an angle bracket the escape codes are & l t ; and & g t ; without the spaces. LT and GT stand for 'less than' and 'greater than'.



Jan 15, 2008 at 01:53 PM
brainiac
Offline
[X]
p.15 #7 · Forum bug? Post it here.


Wow - that was a huge job. I think I finally got all common image tag types displaying properly, and users' links working, and image size attributes served. Phew.


Jan 15, 2008 at 01:57 PM
LordV
Offline
• • • • • • •
Upload & Sell: Off
p.15 #8 · Forum bug? Post it here.


brainiac wrote:
Hope that's fixed now. It's a jungle in there. This all arose as a result of the difficulties of inserting width/height attributes into the wide variety of ways of embedding images.

Sorry for the inconvenience.


Well done - still having some odd problems where it just refuses to show one picture no matter what I do with it for example this post actually has 4 photos in it but only 3 are showing https://www.fredmiranda.com/forum/topic/606131

This one has 7 showing when there are 8 https://www.fredmiranda.com/forum/topic/606129

This one has 3 showing out of 4 https://www.fredmiranda.com/forum/topic/605707/0

Brian V.



Jan 15, 2008 at 02:27 PM
brainiac
Offline
[X]
p.15 #9 · Forum bug? Post it here.


Brian, you have been a terrific help - thanks - I really appreciate your patience and bug reports - no pun intended. The problem was that the image size had been stored, for some reason as 0,0. That won't happen again. Amazing pictures by the way!


Jan 15, 2008 at 02:37 PM
LordV
Offline
• • • • • • •
Upload & Sell: Off
p.15 #10 · Forum bug? Post it here.


brainiac wrote:
Brian, you have been a terrific help - thanks - I really appreciate your patience and bug reports - no pun intended. The problem was that the image size had been stored, for some reason as 0,0. That won't happen again. Amazing pictures by the way!


Thanks for that - wondered what was going on as I couldn't even get them to show as single posts- they just disappeared

Brian V.



Jan 15, 2008 at 03:00 PM
invalid2
Offline
• • •
Upload & Sell: Off
p.15 #11 · Forum bug? Post it here.


brainiac wrote:
[not really] - it's your browser that eats angle brackets. angle brackets are the basis for html, and have always been unprinting since the early days. modern browsers are quite well behave and sometimes show them only if they don't balance (i.e. have a partner) like this<

Since we don't want to entirely disable html for those who wish to use it in their posts, you will need to use the html escape code whenever you want an angle bracket the escape codes are & l t ; and & g t ; without the spaces. LT and GT stand for
...Show more

Oh, "duh" I totally forgot about that. While on this subject, do the posts have a subset of html, or everything?



Jan 15, 2008 at 05:11 PM
Jeff
Offline
• • • • • •
Upload & Sell: On
p.15 #12 · Forum bug? Post it here.


Hey Brainiac, nice change to the "Jump To:" menu...


Jan 15, 2008 at 08:47 PM
brainiac
Offline
[X]
p.15 #13 · Forum bug? Post it here.


What changed? You weren't meant to notice anything. Under the bonnet it just shrank a few k. And you can show it a second time in the page for only a handful of bytes.


Jan 15, 2008 at 09:56 PM
Jeff
Offline
• • • • • •
Upload & Sell: On
p.15 #14 · Forum bug? Post it here.


Well, all of a sudden in Safari it is dropping down and giving the entire list, not truncated at the bottom, requiring a scroll to see the rest. Also some spaces in between categories that weren't there before, I think.

Then again, maybe I'm remembering how it looks on the 'work' PC?



Jan 15, 2008 at 10:37 PM
brainiac
Offline
[X]
p.15 #15 · Forum bug? Post it here.


I did put the extra line in. There may have been an error in the previous version that truncated it.


Jan 15, 2008 at 10:39 PM
Jeff
Offline
• • • • • •
Upload & Sell: On
p.15 #16 · Forum bug? Post it here.


You know not how good you are...


Jan 16, 2008 at 12:22 AM
Fred Miranda
Offline
Admin
Upload & Sell: On
p.15 #17 · Forum bug? Post it here.


brainiac wrote:
I did put the extra line in. There may have been an error in the previous version that truncated it.


On PC and Firefox, the dropdown does not show all boards at once. You need to scroll to see them. It does not happen in IE.
That is how it worked before as far as I remember...



Jan 16, 2008 at 01:35 PM
brainiac
Offline
[X]
p.15 #18 · Forum bug? Post it here.


yeah - it's a nuisance and I haven't had much luck looking for a solution. I might resort to a floating div.


Jan 16, 2008 at 09:30 PM
Fred Miranda
Offline
Admin
Upload & Sell: On
p.15 #19 · Forum bug? Post it here.


brainiac wrote:
yeah - it's a nuisance and I haven't had much luck looking for a solution. I might resort to a floating div.


It's not a big deal imo.

I found a couple bugs...

1) Whenever choosing a Post Icon othen than the default, it does not get updated in viewboard. For example in the below thread:
https://www.fredmiranda.com/forum/topic/604469
It does show the correct Post Icon in viewtopic, but not in viewboard. The post icon is:
https://www.fredmiranda.com/forum/images/attention.gif


2) Admin and possibly mods can't edit the subject of member's pots. They can however edit their messages.



Jan 16, 2008 at 10:01 PM
Bob L
Offline
• •
Upload & Sell: Off
p.15 #20 · Forum bug? Post it here.


Love the new PM!


Jan 17, 2008 at 01:06 AM
1       2       3              14              16              23       24       end




FM Forums | Forum & Miscellaneous | Join Upload & Sell

1       2       3              14              16              23       24       end
    
 

Welcome back
Log in to your account