want to replace a forum cellpic.gif with an .swf.....

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   want to replace a forum cellpic.gif with an .swf.....
Dobie
CZ Newbie
Dobie has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 13, 2004
0.00 posts per day
Posts: 19
Points: 1,170
   
I want to replace the one at the top of the forums.....I can probably get it to work..only if I knew where to put the code....can someone point me in the right direction please...I'm using 7.1 subBlack theme w/forums...Thanks in advance!




Capture.gif
 Description:
This is the area I want to replace.
 Filesize:  3.35 KB
 Viewed:  13882 Time(s)

Capture.gif




Back to top Reply with quote
#2   re: want to replace a forum cellpic.gif with an .swf.....
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
themes/YOUR_THEME/forums/overall_header.tpl




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   re: want to replace a forum cellpic.gif with an .swf.....
Dobie
CZ Newbie
Dobie has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 13, 2004
0.00 posts per day
Posts: 19
Points: 1,170
   
Hey Telli! What's up....I went into that file the other day...and ended up empty handed...I assumed that I would insert the code for the mm flashplayer...somewhere there...I tried different things...none of them seemed to work...I modified my header in my theme.php just fine for flash. If you can give me a lil detail on how I could tweak this area of my forum it would be greatly appreciated...I'll be running a music site but I don't have a problem with linking to your page in return for your help. Thanks in advance!



Back to top Reply with quote
#4   re: want to replace a forum cellpic.gif with an .swf.....
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
I dont know exactly what the theme looks like but where it says {SITENAME} is where you should add the flash codes for the forum header.



Back to top Reply with quote
#5   re: want to replace a forum cellpic.gif with an .swf.....
Dobie
CZ Newbie
Dobie has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 13, 2004
0.00 posts per day
Posts: 19
Points: 1,170
   
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="themes/subBlack/forums/forums.css" type="text/css" />
<style type="text/css">

Do I actually replace SITNAME with the code?....is it the same exact code that I used in theme.php shown below?
echo "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/
flash/swflash.cab#version=7,0,0,0\" width=\"100%\" height=\"130\"> "
."<param name=\"movie\" value=\"themes/subBlack/forums/flash/movie.swf\"> "
."<param name=quality value=high> "
."<embed src=\"themes/subBlack/forums/flash/movie.swf\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/
index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\"
width=\"100%\" height=\"130\"></embed>"
."</object>";

Please help....thanks in advance!!!


Back to top Reply with quote
#6   re: want to replace a forum cellpic.gif with an .swf.....
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
since th epage is already in html format, you wont need to use the echo PHP command. You can just add the flash object codes in there BUT...before you add it to the top of the nav area, can you please post the whole overall_header file here. As I mentioned before, I dont have that theme so I dont know what it looks like.



Back to top Reply with quote
#7   re: want to replace a forum cellpic.gif with an .swf.....
Dobie
CZ Newbie
Dobie has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 13, 2004
0.00 posts per day
Posts: 19
Points: 1,170
   
Here ya go...your site wouldn't allow me to post the entire code.
so I had to attach it this way.




Capture.gif
 Description:
N/A
 Filesize:  20.13 KB
 Viewed:  13881 Time(s)

Capture.gif




Back to top Reply with quote
#8   re: want to replace a forum cellpic.gif with an .swf.....
Dobie
CZ Newbie
Dobie has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 13, 2004
0.00 posts per day
Posts: 19
Points: 1,170
   
Thank you Taut....now I can focus on the flash.



Back to top Reply with quote
#9   re: want to replace a forum cellpic.gif with an .swf.....
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
it almost looks like you'll have to add another table in there to accomodate your flash. I'd do it between

<tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">   
      <tr>    
        <td align="center" width="100%" valign="middle"><span class="gen">
          &nbsp; </span>


the top td is for the sitename and the lower td is for the black space in between the nav links and the sitename. so, it's your choise where you want to add it. consider too, the size of your flash.


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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 cannot attach files in this forum
You cannot download files in this forum