[2.0.15] MouseOver Spoiler MOD

The cleanup is complete. This forum is now read only.

Rating:

Excellent!
4
31%
Very Good
5
38%
Good
2
15%
Fair
1
8%
Poor
1
8%
 
Total votes: 13

Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

[2.0.15] MouseOver Spoiler MOD

Post by Extensions Robot »

MOD Name: MouseOver Spoiler MOD
Author: Gigs
MOD Description: Adds a spoiler BBcode, which "reveals" the hidden text OnMouseover. Uses tables for readability.


MOD Version: 1.0.0

Download File: mouseover_spoiler_bbcode.mod
mods overview page: View
File Size: 6331 Bytes

Security Score: 0
Last edited by Extensions Robot on Mon Apr 30, 2007 12:30 am, edited 1 time in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan
Contact:

Post by ycl6 »

MOD Validated/Released

Notes:
With this MOD, text wrapped inside the Spoiler BBcode will be hidden inside the black background and will be revealed when mouseover.

One thing to note: If text were already wrapped within other bbcodes (e.g. color, code, quote, URL, ect), the mouseover effect is broken.
Rocket Baby Dolls
Registered User
Posts: 52
Joined: Tue Feb 01, 2005 11:49 am

Post by Rocket Baby Dolls »

the download isnt working
AaronOwnsYou
Registered User
Posts: 131
Joined: Sat Mar 19, 2005 12:41 pm
Location: Singapore
Contact:

Post by AaronOwnsYou »

Rocket Baby Dolls wrote: the download isnt working

You mean you have problem installation?
So do I!

Code: Select all

Critical Error

FIND FAILED: In file [includes/bbcode.php] could not find:

$EMBB_widths = array('' 
$EMBB_values = array('' 

MOD script line #47 :: FAQ :: Report
User avatar
MHobbit
Former Team Member
Posts: 4761
Joined: Thu Mar 18, 2004 5:32 pm
Location: There and Back Again

Post by MHobbit »

You need the Multiple BBCodes MOD by Nuttzy installed before installing this MOD. :wink:
Former phpBB MOD Team member
No private support is offered.
"There’s too many things to get done, and I’m running out of days..."
AaronOwnsYou
Registered User
Posts: 131
Joined: Sat Mar 19, 2005 12:41 pm
Location: Singapore
Contact:

Post by AaronOwnsYou »

MennoniteHobbit wrote: You need the Multiple BBCodes MOD by Nuttzy installed before installing this MOD. :wink:

Oh, I see.
Is the "Multiple BBCodes" compatible with phpBB 2.0.15?
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan
Contact:

Post by ycl6 »

AaronOwnsYou wrote: Oh, I see.
Is the "Multiple BBCodes" compatible with phpBB 2.0.15?

Yes, it is.

~Mac
AaronOwnsYou
Registered User
Posts: 131
Joined: Sat Mar 19, 2005 12:41 pm
Location: Singapore
Contact:

Post by AaronOwnsYou »

ycl6 wrote:
AaronOwnsYou wrote:Oh, I see.
Is the "Multiple BBCodes" compatible with phpBB 2.0.15?

Yes, it is.

~Mac

Is it validated yet?
Rocket Baby Dolls
Registered User
Posts: 52
Joined: Tue Feb 01, 2005 11:49 am

Post by Rocket Baby Dolls »

MennoniteHobbit wrote: You need the Multiple BBCodes MOD by Nuttzy installed before installing this MOD. :wink:


Where do i get it?
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan
Contact:

Post by ycl6 »

You can easily find it using the search function :wink:

http://www.phpbb.com/phpBB/viewtopic.php?t=145513

~Mac
Rocket Baby Dolls
Registered User
Posts: 52
Joined: Tue Feb 01, 2005 11:49 am

Post by Rocket Baby Dolls »

ycl6 wrote: You can easily find it using the search function :wink:

http://www.phpbb.com/phpBB/viewtopic.php?t=145513

~Mac


Thankyou. I did use the search engine but it brought up about 300 different threads
Neo_Bahamut
Registered User
Posts: 8
Joined: Thu May 19, 2005 9:43 pm

Post by Neo_Bahamut »

For some reason, I can't get it to work with the SubMerged theme.
Easymod couldn't modify bbcode.tpl correctly, so I'm doing it manually, but it just won't work. I did get it to work with VereorLCARS, though. (bbcode.tpl modified manually)
MOD code:

Code: Select all

#-----[ FIND ]------------------------------------------ 
# 
<!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> 
<!-- BEGIN b_close --></span><!-- END b_close --> 

# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 
<!-- BEGIN spoiler_open --><b>Spoiler:</b> <table><tr><td bgcolor=black style="padding: 10px; background-color: black; font-color: black; font-face=arial, sans-serif; font-size: .8em;" onMouseOver='javascript:this.style.color="white";' onMouseOut='javascript:this.style.color="black";'><!-- END spoiler_open --> 
<!-- BEGIN spoiler_close --></td></tr></table><!-- END spoiler_close --> 
I think it's because of this in the SubMerged code:

Code: Select all

<!-- BEGIN b_open --><span style='font-weight: bold'><!-- END b_open -->
<!-- BEGIN b_close --></span><!-- END b_close -->
It uses single quotes instead of double quotes throughout the code.

The file is here if you want to look at it in its entirety:
bbcode.tpl
Rocket Baby Dolls
Registered User
Posts: 52
Joined: Tue Feb 01, 2005 11:49 am

Post by Rocket Baby Dolls »

For some reason the spoiler code shows on the thread. The only way to make it disappear is to move the mouse onto it and back off it. Is there any way to have it invisible from the start? Also maybe a 'quote' box surrounding it to let people know a spoiler is occupying it?
BigRed01
Registered User
Posts: 488
Joined: Mon Jan 24, 2005 9:26 am
Location: The upper midwest

Post by BigRed01 »

Demo?
King Moonraiser
Registered User
Posts: 50
Joined: Wed Jun 15, 2005 8:31 pm
Contact:

Post by King Moonraiser »

I had the same problem with the spoiler text not being black until you mouseover and then off.

I didn't care for the table, so I replaced the code with a simple span tag.

Before:

Code: Select all

<!-- BEGIN spoiler_open --><b>Spoiler:</b> <table><tr><td bgcolor=black style="padding: 10px; background-color: black; font-color: black; font-face=arial, sans-serif; font-size: .8em;" onMouseOver='javascript:this.style.color="white";' onMouseOut='javascript:this.style.color="black";'><!-- END spoiler_open --> 
<!-- BEGIN spoiler_close --></td></tr></table><!-- END spoiler_close -->
After:

Code: Select all

<!-- BEGIN spoiler_open --><SPAN style="background-color:#000000;color:#000000" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'"><!-- END spoiler_open --> 
<!-- BEGIN spoiler_close --></span><!-- END spoiler_close -->
This seems to work fine. Change the #000000 to a different color, like #808080, if your background is dark (e.g., subBlack).
Post Reply

Return to “[2.0.x] MOD Database Cleanup”