testing [img]http://tinyurl.com/toolbar.jpg[/img]

Page 1 of 1 [ 8 posts ] 


can you have a picture poll?
[img]http://astronomy.swin.edu.au/sao/imagegallery/Hale-Bopp_small.jpg[/img] 0%  0%  [ 0 ]
[url=http://astronomy.swin.edu.au/sao/imagegallery/Hale-Bopp_small.jpg]click for image[/url] 0%  0%  [ 0 ]
Total votes : 0

BazzaMcKenzie
Veteran
Veteran

User avatar

Joined: 21 Aug 2006
Age: 65
Gender: Male
Posts: 3,495
Location: the Antipodes

29 May 2008, 2:51 am

subject line has limited characters. not able to get the full web address for an image

bb code does not work in poll questions

bb code does not work in the title

tried to get this picture in the poll
Image


_________________
I just dropped in to see what condition my condition was in.
Strewth!


YowlingCat
Veteran
Veteran

User avatar

Joined: 11 Feb 2007
Gender: Female
Posts: 1,004

29 May 2008, 4:53 am

one dumb idea



Last edited by YowlingCat on 30 May 2008, 9:34 pm, edited 1 time in total.

0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 43
Gender: Male
Posts: 11,038
Location: London

29 May 2008, 9:10 am

Subject line and poll options can only contain plain text , and post only bb code wich is subsituted for mark up.

You can reference images in your post.



YowlingCat
Veteran
Veteran

User avatar

Joined: 11 Feb 2007
Gender: Female
Posts: 1,004

29 May 2008, 10:10 am

second dumb idea



Last edited by YowlingCat on 30 May 2008, 9:35 pm, edited 1 time in total.

lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 76
Gender: Male
Posts: 9,798
Location: Somerset UK

29 May 2008, 11:07 am

The only difference I can see between gen, genmed and gensmall is that they generate 12, 11 or 10 point text.

I think allowing BBcode into anything but posts (and PMs) is a pretty dubious game. It gives all sorts of opportunities for messing up the page layout.

===============
Oooo.... if anyone is REALLY serious about this... a possibility, amongst yourselves, would be to put short URLs into the poll options, with some marker text, and code up a Greasemonkey script to replace them with the images.


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer


0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 43
Gender: Male
Posts: 11,038
Location: London

29 May 2008, 11:13 am

YowlingCat wrote:
Yes, the subject line and poll contents contain only plain text, and you would post in bbcode, but the markup behind the bb code can be changed to allow the posting of photos. The only word that needs substituting is ""gensmall" for "gen". Alex could do that.

not really

this is the class gen small:
.gensmall {font-size:10px}

It specifies the font size is 10 pixels

mark up that is delivered to the client is essentially static. That's without taking into account javascript effects/AJAX/plugins

You can make an image superficially small using styling, but it isn't really physically smaller. You'd either have to require the user to reduce the file size themselves, host the image reducing it when they up load, or have the server get the image on the fly and output it at a reduced size (if the user is prepared to wait a little extra, and you don't mind about the extra load)

There is no way anyone sensible would allow standard hypertext to be inputted by users on their forum, it is a security risk.



0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 43
Gender: Male
Posts: 11,038
Location: London

29 May 2008, 11:20 am

lau wrote:
The only difference I can see between gen, genmed and gensmall is that they generate 12, 11 or 10 point text.


Pixels not points. Points are "pt". It is often better to specify in pixels but some people don't like the idea of relative sizing. point are good for you print style sheet.

lau wrote:
I think allowing BBcode into anything but posts (and PMs) is a pretty dubious game. It gives all sorts of opportunities for messing up the page layout.

Generally if BBcode was allowed elseware that sort of messing would effectively be allowed to. Like say if you were to put bullet points in the poll options. They who allow it, take the consequences

Having an additional image feature isn't worth doing, as you can just number the images according to the poll options. Generally submitting an empty first post is frowned up if it is allowed in the first place, so you are going to have o put a bit of description



lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 76
Gender: Male
Posts: 9,798
Location: Somerset UK

29 May 2008, 12:06 pm

0_equals_true wrote:
lau wrote:
The only difference I can see between gen, genmed and gensmall is that they generate 12, 11 or 10 point text.


Pixels not points.

Sorry... I didn't look that closely. Just scanned through the CSS.


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer