Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
fishes in ur Forum Details »»
fishes in ur Forum
Version: 1.00, by Barakat Barakat is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Version: 3.5.0 RC3 Rating:
Released: 09-08-2005 Last Update: Never Installs: 25
 
No support by the author.

upload the fish flash file to ur ./image folder or where ever u want to put it !
open ur header template and add this at the end of it :-

PHP Code:
<!-- FISH IN THE FORUM --> 
<
object style="LEFT: 90px; POSITION: absolute; top: 370px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="630" height="650"
<
param name="movie" value="http://www.file of ur path file /fish.swf" />   
  <
param NAME="quality" VALUE="High">   
   <
param NAME="wmode" VALUE="Transparent">  
  <
param NAME="bgcolor" VALUE="#FFFFFF">  
  <
param NAME="_cx" VALUE="13070">   
  <
param NAME="_cy" VALUE="10663">   
  <
param NAME="FlashVars" VALUE>   
  <
embed src="http://www.path of ur file/fish.swf" quality=high  wmode=Transparent  width="630" height="650"></embed

  <
param NAME="Play" VALUE="0">   
  <
param NAME="Loop" VALUE="-1">   
  <
param NAME="SAlign" VALUE>   
  <
param NAME="Menu" VALUE="-1">   
  <
param NAME="Base" VALUE>   
  <
param NAME="AllowScriptAccess" VALUE="always">   
  <
param NAME="Scale" VALUE="ShowAll">   
  <
param NAME="DeviceFont" VALUE="-1">   
  <
param NAME="EmbedMovie" VALUE="-1">   
  <
param NAME="SWRemote" VALUE>   
  <
param NAME="MovieData" VALUE>   
  <
param NAME="SeamlessTabbing" VALUE="1">   
</
object>   
<!-- 
FISH IN THE FORUM --> 
dont forget to change the http://www.path of ur swf fish

path file in the code below >>> u will find it twice ....
Click Install (:-0)

Show Your Support

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

Comments
  #32  
Old 10-18-2005, 12:03 AM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've also been looking for a halloween version of this, I saw one on another forum with ghosts flying around but can't find it now?
Reply With Quote
  #33  
Old 10-18-2005, 12:22 AM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added thanks Can visit my forum for an example if you want to.
Reply With Quote
  #34  
Old 10-18-2005, 03:23 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having problems with it, but it's my fault. It's a very sweet hack. Installed.

EDIT: Nevermind. This hack does not work in FireFox or Netscape. Is there anyway to make this work for those two browsers?
Reply With Quote
  #35  
Old 10-19-2005, 02:03 PM
funinthesun funinthesun is offline
 
Join Date: Oct 2005
Posts: 460
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awww, I've had to remove this because it won't work in firefox or netscape and a lot of my members use those browsers. It also makes the links unclickable.
Reply With Quote
  #36  
Old 10-21-2005, 05:27 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

falling leaves would be a great for autumn
Reply With Quote
  #37  
Old 10-21-2005, 06:42 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice, but don't work with Firefox
Reply With Quote
  #38  
Old 10-22-2005, 08:41 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vdinh
I confirm that it creates problem with firefox and netscape (i.e.: can't click on the forum links). Until the author of this fish add-in fixes this, you can just add the ie check condition around the code:

PHP Code:
 <if condition="is_browser('ie')"fish codes above </if> 
Where exactly would I add this to make it work with firefox?

Like This?:

Code:
<!-- FISH IN THE FORUM -->
 <if condition="is_browser('ie')">  
<object style="LEFT: 83px; POSITION: absolute; top: 363px" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="650" width="630" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">  
  <param NAME="movie" VALUE="http://www.taverndownunder.thebedrocktavern.com/images/misc/fish.swf">  
  <param NAME="quality" VALUE="High">  
  <param NAME="wmode" VALUE="Transparent">  
  <param NAME="bgcolor" VALUE="FFFFFF">  
  <param NAME="_cx" VALUE="13070">  
  <param NAME="_cy" VALUE="10663">  
  <param NAME="FlashVars" VALUE>  
  <param NAME="Src" VALUE="http://www.taverndownunder.thebedrocktavern.com/images/misc/fish.swf">  
  <param NAME="Play" VALUE="0">  
  <param NAME="Loop" VALUE="-1">  
  <param NAME="SAlign" VALUE>  
  <param NAME="Menu" VALUE="-1">  
  <param NAME="Base" VALUE>  
  <param NAME="AllowScriptAccess" VALUE="always">  
  <param NAME="Scale" VALUE="ShowAll">  
  <param NAME="DeviceFont" VALUE="-1">  
  <param NAME="EmbedMovie" VALUE="-1">  
  <param NAME="SWRemote" VALUE>  
  <param NAME="MovieData" VALUE>  
  <param NAME="SeamlessTabbing" VALUE="1">  
</object>  
<table border="0" style="border-collapse: collapse" width="95%">  
    <tr>  
        <td>  
        <p align="center">$flashms</td>  
    </tr>  
</table>  </if>  
<!--/ FISH IN THE FORUM -->
Reply With Quote
  #39  
Old 10-23-2005, 02:15 AM
Barakat's Avatar
Barakat Barakat is offline
 
Join Date: Nov 2004
Location: Jerusalem
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

accualy this is my first time i use firefox . i wrote this code for both ie+firefox but i found that
Function works perfectly in firefox and IE until you add wmode="transparent". Then Firefox no longer runs the function.
this is my big problem now !!!!!!!!!!!!
if u just remove the <param NAME="wmode" VALUE="Transparent"> code its will be the same !!! on board that white box behind the flash file .

maybe some one here or there can help to do it .

PHP Code:
<!-- FISH IN THE FORUM -->
<
object style="LEFT: 90px; POSITION: absolute; top: 370px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="630" height="650">
<
param name="movie" value="http://www.path to ur file/fish.swf" />  
  <
param NAME="quality" VALUE="High">  
   <
param NAME="wmode" VALUE="Transparent"
  <
param NAME="bgcolor" VALUE="FFFFFF"
  <
param NAME="_cx" VALUE="13070">  
  <
param NAME="_cy" VALUE="10663">  
  <
param NAME="FlashVars" VALUE>  
  <
embed src="http://www.path to ur file /fish.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="630" height="650"></embed
  <
param NAME="Play" VALUE="0">  
  <
param NAME="Loop" VALUE="-1">  
  <
param NAME="SAlign" VALUE>  
  <
param NAME="Menu" VALUE="-1">  
  <
param NAME="Base" VALUE>  
  <
param NAME="AllowScriptAccess" VALUE="always">  
  <
param NAME="Scale" VALUE="ShowAll">  
  <
param NAME="DeviceFont" VALUE="-1">  
  <
param NAME="EmbedMovie" VALUE="-1">  
  <
param NAME="SWRemote" VALUE>  
  <
param NAME="MovieData" VALUE>  
  <
param NAME="SeamlessTabbing" VALUE="1">  
</
object>  
<
table border="0" style="border-collapse: collapse" width="95%">  
</
table>
<!-- 
FISH IN THE FORUM --> 
Reply With Quote
  #40  
Old 10-23-2005, 02:22 AM
Barakat's Avatar
Barakat Barakat is offline
 
Join Date: Nov 2004
Location: Jerusalem
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
@Mastar Where exactly would I add this to make it work with firefox?
try this code :-
PHP Code:
<embed src="http://www.path to ur file /fish.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="630" height="650"></embed
this is the only way to view it by firefox ! instead of

PHP Code:
<param NAME="Src" VALUE="http://www.path to ur  file  /fish.swf"
Reply With Quote
  #41  
Old 10-23-2005, 02:32 AM
Barakat's Avatar
Barakat Barakat is offline
 
Join Date: Nov 2004
Location: Jerusalem
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

finaly i did it >>>>>>>>>>>..
it works good for ie+firefox .

PHP Code:
<!-- FISH IN THE FORUM -->
<
object style="LEFT: 90px; POSITION: absolute; top: 370px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="630" height="650">
<
param name="movie" value="http://www.file of ur path file /fish.swf" />  
  <
param NAME="quality" VALUE="High">  
   <
param NAME="wmode" VALUE="Transparent"
  <
param NAME="bgcolor" VALUE="#FFFFFF"
  <
param NAME="_cx" VALUE="13070">  
  <
param NAME="_cy" VALUE="10663">  
  <
param NAME="FlashVars" VALUE>  
  <
embed src="http://www.path of ur file/fish.swf" quality=high  wmode=Transparent  width="630" height="650"></embed>
  <
param NAME="Play" VALUE="0">  
  <
param NAME="Loop" VALUE="-1">  
  <
param NAME="SAlign" VALUE>  
  <
param NAME="Menu" VALUE="-1">  
  <
param NAME="Base" VALUE>  
  <
param NAME="AllowScriptAccess" VALUE="always">  
  <
param NAME="Scale" VALUE="ShowAll">  
  <
param NAME="DeviceFont" VALUE="-1">  
  <
param NAME="EmbedMovie" VALUE="-1">  
  <
param NAME="SWRemote" VALUE>  
  <
param NAME="MovieData" VALUE>  
  <
param NAME="SeamlessTabbing" VALUE="1">  
</
object>  
<!-- 
FISH IN THE FORUM --> 
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 04:26 PM.


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.05339 seconds
  • Memory Usage 2,370KB
  • 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
  • (1)bbcode_code
  • (6)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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