#1 (permalink)  
Old 12-01-2009, 11:56 PM
CanonRebelz's Avatar
dPS Forum Member
 
Join Date: Aug 2009
Posts: 672
Default Suggestion

*I was unable to find a suggestions thread, so I put it here. You cannot PM more than 1 person, so I put it here (rather than PMing it to mods/admins or something).*

Hey. I thought I would suggest a little something, just cause it could be useful.
I know (from other boards using vBulletin) that there are spoiler tags ([SPOILER] [/SPOILER] and such) that allow you to place content in the spoiler tags, and then maybe change the message that appears from spoiler to Lots of images and then a "show" button. After you click show, the content appears, it's in a little box like thing, just like a quote almost. You can click the "hide" button afterwards if you want to hide it. It would be useful here for if you are posting lots of words, say.. for a tutorial or something, then want to add photos to it. Well, you want to photos to be at a viewable size (thats like 500x333 as flickr does it for the medium size) but then that really clutters the post? Well, if you had spoiler tags for each image, it would allow the user the choice to see a photo for that particular step in the tutorial, etc.
What do you think? Would it be unnecessary, or is this a good idea?
Thanks.

If you want to be able to give the ability to show/hide content in posts then click on the TXT document I attached to find the code and what you need to change. I would have uploaded it as a PDF (which I tried) but it was a 43K size file, and the max file size allowed here for PDF's is sadly 19K.


Here is an example:
Attached Files
File Type: txt Code for Show or Hide Button on vBulletin Forums.txt (1.4 KB, 7 views)

Last edited by CanonRebelz; 12-02-2009 at 10:15 PM.
Reply With Quote
  #2 (permalink)  
Old 12-02-2009, 12:29 AM
dcclark's Avatar
Moderates the loving team
 
Join Date: Feb 2008
Location: Houghton, MI
Posts: 2,359
Default

Thumbs up. Spoiler code is useful in many circumstances, both serious and silly.
__________________
David Clark Photography, project 365 photo blog, flickr.
It is OK to edit and repost my photos on the DPS forums only.
Reply With Quote
  #3 (permalink)  
Old 12-02-2009, 12:32 AM
CanonRebelz's Avatar
dPS Forum Member
 
Join Date: Aug 2009
Posts: 672
Default

Quote:
Originally Posted by dcclark View Post
Thumbs up. Spoiler code is useful in many circumstances, both serious and silly.
Thanks. True that, haha.
Reply With Quote
  #4 (permalink)  
Old 12-02-2009, 04:47 AM
dPS Forum Member
 
Join Date: Feb 2009
Posts: 415
Default

Yes, it proves useful many times.
Reply With Quote
  #5 (permalink)  
Old 12-02-2009, 09:54 AM
wulf's Avatar
Ninja Moderator
 
Join Date: Dec 2006
Location: Oxford, UK
Posts: 9,830
Default

I'm not convinced that it would enhance tutorials - I can't think of an example where seeing text and pictures together has been a problem. I think I'd be more irritated by having to click a button each time I wanted to see an example of what the author was talking about.

Wulf
__________________
Wulf Forrester-Barker << Sites: blog / flickr >>
Gear: Nikon D40, Nikon AFS 18-55mm f/3.5 - 5.6G, Nikon Series E 50mm f/1.8, Nikon AF 70-300mm f/4-5.6G, Vivitar 90mm f/2.5 macro, Raynox DCR-250, Lensbaby 2.0k, SB600
Reply With Quote
  #6 (permalink)  
Old 12-02-2009, 12:41 PM
dcclark's Avatar
Moderates the loving team
 
Join Date: Feb 2008
Location: Houghton, MI
Posts: 2,359
Default

Quote:
Originally Posted by wulf View Post
I'm not convinced that it would enhance tutorials - I can't think of an example where seeing text and pictures together has been a problem. I think I'd be more irritated by having to click a button each time I wanted to see an example of what the author was talking about.
One effective implementation I've seen is over at BoardGameGeek, where all that is required is a mouseover -- the "spoiler" text appears in a box labeled "spoiler", and mousing over the box reveals it.

It may not be essential for tutorials, but it's a handy tool. Also great for games.
__________________
David Clark Photography, project 365 photo blog, flickr.
It is OK to edit and repost my photos on the DPS forums only.
Reply With Quote
  #7 (permalink)  
Old 12-02-2009, 01:18 PM
wulf's Avatar
Ninja Moderator
 
Join Date: Dec 2006
Location: Oxford, UK
Posts: 9,830
Default

It would work if you wanted to add some self-test questions to a tutorial - for that, a button probably would be the best interface (because it shouts "click me") unless the mouseover area is very clear.

Wulf
__________________
Wulf Forrester-Barker << Sites: blog / flickr >>
Gear: Nikon D40, Nikon AFS 18-55mm f/3.5 - 5.6G, Nikon Series E 50mm f/1.8, Nikon AF 70-300mm f/4-5.6G, Vivitar 90mm f/2.5 macro, Raynox DCR-250, Lensbaby 2.0k, SB600
Reply With Quote
  #8 (permalink)  
Old 12-02-2009, 04:43 PM
fletch's Avatar
dPS +1000 Club
 
Join Date: Jan 2008
Location: Sheffield, England
Posts: 2,000
Default

Why did the mexican push his wife off the cliff?



Edit: OK, that worked on the preview but not when I posted. Weird.
__________________
Fletch

<< blog >> - flickr
Olympus E510 - Ok to edit and re-post on DPS only

Last edited by fletch; 12-02-2009 at 04:45 PM.
Reply With Quote
  #9 (permalink)  
Old 12-02-2009, 05:22 PM
OsmosisStudios's Avatar
Don't Panic
 
Join Date: Sep 2008
Location: Mississauga / Ottawa
Posts: 11,356
Default

I think the main problem that exists with using images in post is size. In many cases they extend the forum past the normal size and often UNDER advertisements. Now, there are ways around this (using Firefox or an ad blocker) but that's not necessarilly a useful option.
__________________
I am responsible for what I say; not what you understand.
OsmosisStudios
Gear List
Reply With Quote
  #10 (permalink)  
Old 12-02-2009, 10:13 PM
CanonRebelz's Avatar
dPS Forum Member
 
Join Date: Aug 2009
Posts: 672
Default

Quote:
Originally Posted by dcclark View Post
One effective implementation I've seen is over at BoardGameGeek, where all that is required is a mouseover -- the "spoiler" text appears in a box labeled "spoiler", and mousing over the box reveals it.

It may not be essential for tutorials, but it's a handy tool. Also great for games.
That would be nice. You could simply change the script to show it on mouse over by probably just changing onclick to onmouseover and then adding an onmouseout option.

Last edited by CanonRebelz; 12-02-2009 at 10:19 PM.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

What’s Your Preference?

Daily Digest

Each day we send out a quick email to thousands of DPS readers to notify them of updates. This email is just short excerpt of the first few lines of our latest post with a link if you want to read it all. You can unsubscribe from this this service at any time.

This service is provided by a third party (Feedburner) and you can subscribe to it by leaving your email address in the following field and confirming your subscription when you get an email asking you to do so.

Enter your email address for
Daily Updates:

Weekly Summary

For those wanting a weekly summary of what happens on this site this free email newsletter is probably your best option. It includes a summary of the tips posted to the site each week. This newsletter is subscribed to by over 25000 readers (many who also subscribe to the other options above) - come join the community!

To subscribe to this weekly newsletter simply add your email address to the following field and then follow the confirmation prompts. You will be able to unsubscribe at any time.

Enter your email address for
Free Weekly Newsletter:

 
SEO by vBSEO 3.3.0