vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   BB Code Enhancements - Custom Spoiler (https://vborg.vbsupport.ru/showthread.php?t=211534)

orange gold 04-17-2009 10:00 PM

Custom Spoiler
 
1 Attachment(s)
please leave feedback

...

The following bbcode creates a spoiler which allows you to give a button a title then when the button is pressed it reveals the text inside

Title:
Code:

Spoiler
BB Code Tag Name
Code:

Spoiler
Replacement:
HTML Code:

<div>
    <div class="pre-spoiler">
    <input type="button" value="{option}" style="width:450px;font-size:14px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = '{option}';}">
    </div>
    <div>
        <div class="spoiler" style="display: none;"><div style="border: 1px solid ;">{param}</div></div>
    </div>
</div>

Example:
Code:

[spoiler=enter your title here]enter your text here[/spoiler]
Description:
Code:

shows and hides text with the click of a button
Remove Tag If Empty: Yes


ENJOY!

Hornstar 04-18-2009 05:21 AM

could you show a screen shot of before and after with the pressing of the button.

I just want to see how different this is to this: https://vborg.vbsupport.ru/showthread.php?t=207408

orange gold 04-18-2009 05:40 AM

oh dang someone beat me.. anyways mine has a fancier button. no box below it when its hiding and you dont need to put quotes around the custom name, so its more user friendly
ill try to get a screen shot

orange gold 04-18-2009 06:58 AM

added screenshots

Jasem 04-18-2009 08:20 AM

thank you!

ExTincTi0N 04-19-2009 02:25 AM

Great job there OG, I will use this probably, also btw its .RevO from irtl :hehe:

orange gold 04-19-2009 02:57 AM

Quote:

Originally Posted by ExTincTi0N (Post 1794242)
Great job there OG, I will use this probably, also btw its .RevO from irtl :hehe:

hehehehhehehehhehehehehhehehhahahahahahhaohohohoho hohohohoho!

mystikmedia 04-19-2009 02:35 PM

I am getting an error with this: "Expected ;". The button shows, but nothing happens when clicked.

orange gold 04-19-2009 03:28 PM

perhaps you entered a ' in the button title which is throwing off the code. or maybe you copy pasted it over weird

mystikmedia 04-19-2009 03:35 PM

Thank you. Yes, it had "Here's" in it. Is there a fix for that?


All times are GMT. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01167 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete