vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   spoiler bb code: text instead of button (https://vborg.vbsupport.ru/showthread.php?t=163859)

Taragon 11-29-2007 09:50 AM

spoiler bb code: text instead of button
 
Really hope someone could assist me with this.

Currently I'm using this as my 'spoiler' bb code:
PHP Code:

<div style="margin:20px; margin-top:5px">
<
div class="smallfont" style="margin-bottom:2px">Spoiler: <input type="button" value="Show" style="width:45px;font-size:10px;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.innerText = ''; this.value = 'Show'; }">
</
div>
<
div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<
div style="display: none;">
{
param}
</
div>
</
div>
</
div

Would it be possible to change the button to a text link somehow?

--------------- Added [DATE]1196362617[/DATE] at [TIME]1196362617[/TIME] ---------------

Using a new script
PHP Code:

<div class="fieldset">
<
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<
tr>
   <
td class="tcat" colspan="3"><a style="float:left" href="#top" onclick="return toggle_collapse('spoiler_{option}')"><input type="hidden" value="{option}" />Spoiler</a><br></a></td>
</
tr>
<
tbody id="collapseobj_spoiler_{option}" style="display:none;">
<
td class="alt1" align="$stylevar[left]valign="top">{param}</td>
</
tbody>
</
table>
</
div

I was able to get this (textlink)

http://files.taragon.nl/2007/11/nav.jpg
But what I do like to have would be something this

http://files.taragon.nl/2007/11/text.jpg


All times are GMT. The time now is 10:54 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.00914 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete