Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help
Author Message
manoe
Client



Joined: Aug 14, 2005
Posts: 151

PostPosted: Sat Dec 08, 2007 2:01 am Reply with quote

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="modules.php?name=Forums"><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="modules.php?name=Statistics"><img src="{image-path}darkmetal_10.jpg" alt="Stats" width="122" height="63" border="0"></a></td>
      <td><a href="modules.php?name=Web_Links"><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">&nbsp;</td>
      <td valign="top" class="summ3"><!-- [footer-msg] --></td>
      <td class="summ4">&nbsp;</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>
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sat Dec 08, 2007 10:00 am Reply with quote

Real quick answer for Question 1 Wink
[ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
manoe







PostPosted: Sun Dec 09, 2007 1:26 pm Reply with quote

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 Sad
 
Raven







PostPosted: Sun Dec 09, 2007 1:33 pm Reply with quote

Did you look at this?
[ Only registered users can see links on this board! Get registered or login! ]
 
manoe







PostPosted: Sun Dec 09, 2007 9:12 pm Reply with quote

whoa, the link is showing me something different this time around.. hell ya.. that is cake!!! awsome!
 
Raven







PostPosted: Sun Dec 09, 2007 9:59 pm Reply with quote

The second link is the very next page after the first link. It's all part of Section 20.8 of the manual.
 
manoe







PostPosted: Sun Dec 09, 2007 10:49 pm Reply with quote

so where does PicShow.php get placed? Unless that is on the first page.
 
manoe







PostPosted: Wed Dec 12, 2007 2:55 pm Reply with quote

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 Sad
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©