Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BBCode: [fieldset] Details »»
BBCode: [fieldset]
Version: 1.02, by Floris Floris is offline
Developer Last Online: Mar 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.12 Rating:
Released: 06-06-2006 Last Update: Never Installs: 61
 
No support by the author.

Due to the recent announcement of Internet Brands telling they are suing XenForo, I decided to immediately stop updating my vBulletin modifications, because I am not supporting this action.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 08-02-2006, 07:01 AM
TPOCJames's Avatar
TPOCJames TPOCJames is offline
 
Join Date: Dec 2005
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Screenshots?
Reply With Quote
  #13  
Old 08-02-2006, 05:35 PM
cheesegrits's Avatar
cheesegrits cheesegrits is offline
 
Join Date: May 2006
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TPOCJames
Screenshots?
Attached should be an example screenshot. I'm using "Preview Post", so you can see the final result in the top half, and the BBCode's themselves in the bottom half.

-- hugh
Reply With Quote
  #14  
Old 08-02-2006, 05:49 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cheesegrits
Attached should be an example screenshot. I'm using "Preview Post", so you can see the final result in the top half, and the BBCode's themselves in the bottom half.

-- hugh
Thank you for contributing to this thread !
Reply With Quote
  #15  
Old 08-02-2006, 06:31 PM
cheesegrits's Avatar
cheesegrits cheesegrits is offline
 
Join Date: May 2006
Posts: 500
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Floris,

Quote:
Originally Posted by Floris
Thank you for contributing to this thread !
No problem. Like i said in my first post, this is one of the best "value for time" mods I've ever applied. 5 minutes work gets us a very useful stylistic addition to WYSIWG'ing our posts. And anything I can do to encourage people to install this is my way of saying Thank You. Heck, I'd like to see them add this bbcode to vborg itself.

One question ... is there any way we can constrain the width of the fieldset, rather than it automatically assuming X% of the width of the containing object?

For instance, if I use it to provide a fieldset frame for a thumbnail with some descriptive text, like this:

Attachment 51409

... which is fine, only I'd like to have the fieldset wrap around just the content, with a little padding, without stretching right across the post.

I'm probably being lazy here. I'm sure if I dug aorund I could find if there are any other options that can be given to the fieldset tag. But I was hoping you might just have that info in your short term memory cache.

-- hugh
Reply With Quote
  #16  
Old 08-25-2006, 11:49 PM
y2krazy y2krazy is offline
 
Join Date: Jun 2003
Location: Houston, Texas
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and modified.

This is actually as close to an exact copy as I could make of the "fieldset" used in the MEMBERINFO template:

Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"><tr><td><fieldset class="fieldset"><legend>{option}</legend><table cellpadding="0" cellspacing="3" border="0"><tr><td>{param}</td></tr></table></fieldset></td></tr></table>
Of course, you can paste the following to include the optional step (don't forget to modify the CSS properties in your specific style):

Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0"><tr><td><fieldset class="bbfieldset"><legend class="bblegend">{option}</legend><table cellpadding="0" cellspacing="3" border="0"><tr><td>{param}</td></tr></table></fieldset></td></tr></table>
The [FIELDSET] BB Code can still be centered by using the [CENTER] BB Code, so there was no need for me to keep align="center". I removed the width="90%" from the code as well because with my version, it will just have the spacing outside of what the {param} is. IMO, this is a better code as it retains much of the vB code for a fieldset. Enjoy!
Reply With Quote
  #17  
Old 08-27-2006, 12:14 PM
SCS_Rocket-Devi SCS_Rocket-Devi is offline
 
Join Date: Jul 2006
Location: Wales, UK
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, Thanks
Reply With Quote
  #18  
Old 08-27-2006, 01:09 PM
Senn Senn is offline
 
Join Date: Aug 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfect. Thanks!
Reply With Quote
  #19  
Old 08-28-2006, 08:19 AM
blankoboy blankoboy is offline
 
Join Date: Apr 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice bb code mod Floris! I a question, is possible to have a the editor pre-populate with specific bb codes when a user goes to make a new post?

I am creating a review site and I would like to encourage users to follow a set format similar to the fieldset.
Reply With Quote
  #20  
Old 08-30-2006, 04:03 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the hack! I'll install it right away...
Reply With Quote
  #21  
Old 09-02-2006, 04:51 PM
E.Blackadder E.Blackadder is offline
 
Join Date: Jan 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this looks great...just one minor aesthetic point though..

in the [fieldset=hello]fieldset![/fieldset]....if you look at the finished article the border comes to within one space of the 'H' in hello, but at the end of 'hello' there is no space at the end of the 'o' how do I ballance the appearance of the border?

cheers folks.
Reply With Quote
Reply


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 Off

Forum Jump


All times are GMT. The time now is 08:47 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08170 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete