1
katim110
link doenst work, please help
  • 2006/12/28 21:39

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


a link in theme.html doesnt work:

src="<{$xoops_imageurl}>http://marocmusic.ath.cx/files/hdd3s.swf"


and this on:

<param name="movie" value="<{$xoops_imageurl}>http://marocmusic.ath.cx/files/hdd3s.swf">


what is wrong with this link?

thank you

2
McDonald
Re: link doenst work, please help
  • 2006/12/28 21:56

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


You're trying to combine <{$xoops_imageurl}> with a complete url that includeshttp://marocmusic.ath.cx

Normally it should be:

src=<{$xoops_imageurl}>."/files/hdd3s.swf"


Try this:

src="http://marocmusic.ath.cx/files/hdd3s.swf"


and this

<param name="movie" value="http://marocmusic.ath.cx/files/hdd3s.swf">

3
katim110
Re: link doenst work, please help
  • 2006/12/28 22:04

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


thank you , but now i get a blank page :(

4
katim110
Re: link doenst work, please help
  • 2006/12/28 22:07

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


this is the original :


</table>
<table class="toptable" cellspacing="0">
<tr>
<td id="headerlogo"><img src="<{$xoops_imageurl}>images/hdd_01aa.gif" width="52" height="250" alt="" /></td>
<td id="headerbanner"><{$xoops_banner}></td>
<td id="headerlogo"> <object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
id="hdd_03"
width="312" height="250"
>
<param name="movie" value="<{$xoops_imageurl}>images/hdd3s.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="hdd_03"
width="312" height="250"
src="<{$xoops_imageurl}>images/hdd3s.swf"
bgcolor="#FFFFFF"
quality="high"
wmode="transparent"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</td>
</tr>
</table>

5
katim110
Re: link doenst work, please help
  • 2006/12/28 22:08

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


this is the one i just edited:


<table class="toptable" cellspacing="0">
<tr>
<td id="headerlogo"><img src="<{$xoops_imageurl}>images/hdd_01aa.gif" width="52" height="250" alt="" /></td>
<td id="headerbanner"><{$xoops_banner}></td>
<td id="headerlogo"> <object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
id="hdd_03"
width="312" height="250"
>
<param name="movie" value="http://marocmusic.ath.cx/files/hdd3s.swf">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
name="hdd_03"
width="312" height="250"
src="http://marocmusic.ath.cx/files/hdd3s.swf"
bgcolor="#FFFFFF"
quality="high"
wmode="transparent"
swliveconnect="true"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</td>
</tr>
</table>

6
katim110
Re: link doenst work, please help
  • 2006/12/28 22:58

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


anyone help?

7
McDonald
Re: link doenst work, please help
  • 2006/12/28 23:02

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


When I paste the code into Dreamweaver and do a preview I see the following, from left to right:

- a missing picture caused by incorrect url (remove <{$xoops_imageurl}> and replace it with the full url for the picture)
- placeholder for the XOOPS banner
- a .swf-file of a man sitting in a chair.

So, the code is almost correct...

8
stefan88
Re: link doenst work, please help
  • 2006/12/28 23:16

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


After editing the theme.html you may need to clean template_c folder for changes to take effect - delete all files except index.html.

<{$xoops_imageurl}> = your theme folder
..

9
katim110
Re: link doenst work, please help
  • 2006/12/28 23:26

  • katim110

  • Not too shy to talk

  • Posts: 108

  • Since: 2006/5/4 1


After editing the theme.html you may need to clean template_c folder for changes to take effect - delete all files except index.html.

<{$xoops_imageurl}> = your theme folder

it works

thanks, stefan and mcdonald

Login

Who's Online

183 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits