inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 4:59:44 GMT -8
Oops, I posted this request on the wrong board a few minutes ago, so I'm posting this here because it's where it belongs! Good morning to all of the fantastic (and highly talented!) Mods: Is there any plugin in existence here that can insert a sound (.wav or mp3 file) to start playing automatically when a member logs in and reaches the homepage? My forum has a Halloween theme for October and I got the idea of how cool it would be if they could hear spooky Halloween music playing in the background on the homepage when they log in?!
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 6:54:53 GMT -8
you don't need a plugin for that. just insert html code in main header/footer
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 8:29:59 GMT -8
you don't need a plugin for that. just insert html code in main header/footer What kind of HTML code?
Is there a specific kind of website music player code or something that I need to put in the HTML code? Sorry, but I'm totally new at all of this!!!!
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 9:04:25 GMT -8
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 10:32:21 GMT -8
I found and created this music player code that I want to insert into my homepage, but when I went into the Layout Templates >> Forum Wrapper, the audio player would NOT play on the homepage no matter WHERE I put it on the Forum Wrapper!!! I put the code near where it says 'header' and that didn't work...then I put the code near where it says 'footer' and THAT didn't work either.
Can you or someone else please help me and tell me exactly WHERE (which line) to put the following code INTO my homepage and WHICH section I need to go to so I can do this (Layout Templates/Forum Wrapper or Advanced Styles & CSS/Style Sheet) <object height="45" width="167" type="application/x-shockwave-flash" id="audioPalPlayer" data="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session">
<param name="movie" value="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session" />
<param name="allowscriptaccess" value="always" />
<param name="allownetworking" value="all" />
<param name="base" value="/swf/" />
<param name="quality" value="high" />
<param name="bgcolor" value="#e8e9e3" />
<param name="height" value="45" />
<param name="width" value="167" />
<param name="wmode" value="transparent" />
</object>
I would SO appreciate ANYONE that can tell me precisely WHERE to insert this code in the HTML/CSS template portion of my forum...I don't know what I'm doing...and I DON'T want to mess anything up!!!
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 10:57:19 GMT -8
MAIN HEADER/FOOTER SHOULD HAVE WORKED
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 11:05:56 GMT -8
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 11:12:00 GMT -8
MAIN HEADER/FOOTER SHOULD HAVE WORKED Yes, it should have worked in the Header section...but it didn't. Here's the HTML section of the Forum Wrapper that I'm trying to copy & paste the music player code into: (WHERE specifically would I insert the music player code??)<!DOCTYPE HTML>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | $[forum.name]</title>
$[head]
</head>
<body>
{if $[maintenance_mode]}
<div class="maintenance-header">
{if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if}
</div>
{/if}
<div id="wrapper">
<header>
<div id="banner-container" role="banner">
<h2 id="banner">
$[forum.title]
</h2>
</div>
<a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a>
<a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a>
<div id="navigation-menu" class="ui-helper-clearfix">
<ul role="navigation">
{foreach $[navigation.menu]}
<li>
<a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}>
$[navigation.menu.name]
{if $[navigation.menu.notification.total]}
<div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;">
<div class="tip-number">$[navigation.menu.notification.total]</div>
<span class="tip"></span>
</div>
{/if}
</a>
</li>
{/foreach}
</ul>
<p id="welcome">
{if !$[current_user.is_member]}
Welcome Guest.
{if $[login_link] || $[register_link]}
Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link].
{/if}
{else}
<span>Welcome $[current_user.name].</span> $[logout_link]
{/if}
</p>
</div>
</header>
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 11:22:55 GMT -8
^^^^line1 and as for the main header put on top
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 12:00:13 GMT -8
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 12:15:53 GMT -8
I went to the milltown website and can hear my music player on there....that makes me even MORE upset... ...that you were able to put it on your site SO easily and yet, I've been trying to get this done for over THREE hours now and STILL don't know exactly WHERE to put the music player code so it plays on my site. I feel like I'm going to cry out of anger and frustration...
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 12:27:27 GMT -8
^^^^ line 1 on main header
<object height="45" width="167" type="application/x-shockwave-flash" id="audioPalPlayer" data="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session">
<param name="movie" value="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session" />
<param name="allowscriptaccess" value="always" />
<param name="allownetworking" value="all" />
<param name="base" value="/swf/" />
<param name="quality" value="high" />
<param name="bgcolor" value="#e8e9e3" />
<param name="height" value="45" />
<param name="width" value="167" />
<param name="wmode" value="transparent" />
</object>
|
|
inherit
225214
0
Apr 23, 2016 19:32:14 GMT -8
iambellaswan
48
September 2015
iambellaswan
|
Post by iambellaswan on Oct 2, 2015 12:49:50 GMT -8
^^^^ line 1 on main header <object height="45" width="167" type="application/x-shockwave-flash" id="audioPalPlayer" data="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session"> <param name="movie" value="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session" /> <param name="allowscriptaccess" value="always" /> <param name="allownetworking" value="all" /> <param name="base" value="/swf/" /> <param name="quality" value="high" /> <param name="bgcolor" value="#e8e9e3" /> <param name="height" value="45" /> <param name="width" value="167" /> <param name="wmode" value="transparent" /> </object> Adwoman could you please insert my music player code in the example Forum Wrapper below so I can see exactly what you mean by placing it on "^^^^Line 1 on Main Header":
1 <!DOCTYPE HTML> 2 3 $[tag.html.open] 4 5 <head> 6 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 8 <title>$[title] | $[forum.name]</title> 9 $[head] 10 </head> .
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 13:01:47 GMT -8
^^^^ line 1 on main header <object height="45" width="167" type="application/x-shockwave-flash" id="audioPalPlayer" data="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session"> <param name="movie" value="http://content.oddcast.com/host/audiopal/swf/workshop_player_shell.swf?mId=65849891.1&doorId=427&ds=http://host-d.oddcast.com/&playOnLoad=true&polFreq=1&polUnit=session" /> <param name="allowscriptaccess" value="always" /> <param name="allownetworking" value="all" /> <param name="base" value="/swf/" /> <param name="quality" value="high" /> <param name="bgcolor" value="#e8e9e3" /> <param name="height" value="45" /> <param name="width" value="167" /> <param name="wmode" value="transparent" /> </object> Adwoman could you please insert my music player code in the example Forum Wrapper below so I can see exactly what you mean by placing it on "^^^^Line 1 on Main Header":
1 <!DOCTYPE HTML> 2 3 $[tag.html.open] 4 5 <head> 6 7 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 8 <title>$[title] | $[forum.name]</title> 9 $[head] 10 </head> . Attachments:
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Oct 2, 2015 13:11:56 GMT -8
just put the code on line 1 in the forum wrapper
|
|