| Author |
Message |
manoe Client

Joined: Aug 14, 2005 Posts: 136
|
Posted:
Sat Dec 08, 2007 2:01 am |
|
Question 1
.
Hey everyone! I have been searching all over for a block that rotates between images in a specified folder. Anything....
Could someone create this if at all possible?
Question 2.
I have a flash header that I am trying to get to work in my template. I tried adding it to the theme.html page for my theme along with the swfObject but I have had zero luck getting it to work. I am running the latest version of RavenNuke... Raven, is this something you could look at and tell me what the hell I am doing wrong?
Below is the entire theme.html page. I was told this is what I needed to edit to add the flash header. You can see the code that is there and the javascript that DreamWeaver added to bypass the IE active X issue.
| Code: | <html>
<head>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="981" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="{image-path}darkmetal_01.jpg" width="53" height="187" alt=""></td>
<td><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','876','height','187','src','header1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','header1' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="876" height="187">
<param name="movie" value="header1.swf">
<param name="quality" value="high">
<embed src="header1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="876" height="187"></embed>
</object></noscript></td>
<td><img src="{image-path}darkmetal_03.jpg" width="52" height="187" alt=""></td>
</tr>
</table>
<table width="981" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="{image-path}darkmetal_04.jpg" width="53" height="63" alt=""></td>
<td><img src="{image-path}darkmetal_05.jpg" width="73" height="63" alt=""></td>
<td><a href="index.php"><img src="{image-path}darkmetal_06.jpg" alt="Home" width="118" height="63" border="0"></a></td>
<td><a href="forums.html"><img src="{image-path}darkmetal_06-07.jpg" alt="Forums" width="123" height="63" border="0"></a></td>
<td><a href="modules.php?name=Your_Account"><img src="{image-path}darkmetal_07.jpg" alt="Profile" width="121" height="63" border="0"></a></td>
<td><a href="modules.php?name=Downloads"><img src="{image-path}darkmetal_08.jpg" alt="Downloads" width="122" height="63" border="0"></a></td>
<td><a href="stats.html"><img src="{image-path}darkmetal_10.jpg" alt="Stats" width="122" height="63" border="0"></a></td>
<td><a href="links.html"><img src="{image-path}darkmetal_11.jpg" alt="Links" width="123" height="63" border="0"></a></td>
<td><img src="{image-path}darkmetal_12.jpg" width="74" height="63" alt=""></td>
<td><img src="{image-path}darkmetal_13.jpg" width="52" height="63" alt=""></td>
</tr>
</table>
<table width="981" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="53" valign="top" class="leftcolumn"><img src="{image-path}darkmetal_leftback.jpg" width="53" height="16" alt=""></td>
<td valign="top" class="mainarea"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" valign="top"><!-- [left-blocks] --></td>
<td valign="top"><!-- [center-blocks] --><!-- [modules] --></td>
<td width="180" valign="top"><!-- [right-blocks] --></td>
</tr>
<tr>
<td colspan="3"><br />
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="{image-path}DMSumm_01.jpg" width="23" height="56" alt=""></td>
<td width="100%" class="summ1">Credits</td>
<td><img src="{image-path}DMSumm_03.jpg" width="23" height="56" alt=""></td>
</tr>
<tr>
<td class="summ2"> </td>
<td valign="top" class="summ3"><!-- [footer-msg] --></td>
<td class="summ4"> </td>
</tr>
</table>
</td>
</tr>
</table></td>
<td width="52" valign="top" class="rightcolumn"><img src="{image-path}darkmetal_rightback.jpg" width="52" height="16" alt=""></td>
</tr>
</table>
</body>
</html> |
|
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15204 Location: Kansas
|
Posted:
Sat Dec 08, 2007 10:00 am |
|
Real quick answer for Question 1
|
|
|
|
 |
manoe Client

Joined: Aug 14, 2005 Posts: 136
|
Posted:
Sun Dec 09, 2007 1:26 pm |
|
hmm it hurts my head to look at that code lol... So am I able to simply place this code into the source of the content area when creating a new block? Of course I need to edit the urls for the images.
I am confused on the block-User_Friendly.php....
I am definately not a PHP guy  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15204 Location: Kansas
|
Posted:
Sun Dec 09, 2007 1:33 pm |
|
|
|
 |
manoe Client

Joined: Aug 14, 2005 Posts: 136
|
Posted:
Sun Dec 09, 2007 9:12 pm |
|
whoa, the link is showing me something different this time around.. hell ya.. that is cake!!! awsome! |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 15204 Location: Kansas
|
Posted:
Sun Dec 09, 2007 9:59 pm |
|
The second link is the very next page after the first link. It's all part of Section 20.8 of the manual. |
|
|
|
 |
manoe Client

Joined: Aug 14, 2005 Posts: 136
|
Posted:
Sun Dec 09, 2007 10:49 pm |
|
so where does PicShow.php get placed? Unless that is on the first page. |
|
|
|
 |
manoe Client

Joined: Aug 14, 2005 Posts: 136
|
Posted:
Wed Dec 12, 2007 2:55 pm |
|
Anyone? I am still a little lost. I made both PHP pages. Do both go into the blocks folder? I need a little more help to get this working  |
|
|
|
 |
|
|
|
|