PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
manoe
Client


Joined: Aug 14, 2005
Posts: 136

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

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">&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: 15204
Location: Kansas

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

Real quick answer for Question 1 Wink
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
manoe
Client


Joined: Aug 14, 2005
Posts: 136

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

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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15204
Location: Kansas

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

Did you look at this?
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
manoe
Client


Joined: Aug 14, 2005
Posts: 136

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

whoa, the link is showing me something different this time around.. hell ya.. that is cake!!! awsome!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15204
Location: Kansas

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

The second link is the very next page after the first link. It's all part of Section 20.8 of the manual.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
manoe
Client


Joined: Aug 14, 2005
Posts: 136

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

so where does PicShow.php get placed? Unless that is on the first page.
View user's profile Send private message
manoe
Client


Joined: Aug 14, 2005
Posts: 136

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

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
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum