Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-15-2011, 02:46 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need little help please coders

Hi guys

I have the code to put my flash image into the forum home which is this:


<!-- start flash 2 presentation -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="90">
<param name="movie" value="/forum/images/stiga.swf" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed src="/forum/images/stiga.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="400"
height="90"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>
<!-- end flash 2 presentation -->


However when i put this code into the forum home it is displayed in the bottom of the site as you can see in the picture below...



However i need the flash image to go into the spot detailed in the picture below please if anyone knows how to put the position code into the codings.



Sorry for my newbieness am just starting out

Dan
Reply With Quote
  #2  
Old 07-15-2011, 02:58 PM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Open Header Template

Find:

Code:
</div>
<div class="ad_global_header">
Add ABove:

Code:
Your Code..
Reply With Quote
  #3  
Old 07-15-2011, 05:51 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the fast responce

The code is now located in the header, however i need it in the bottom right hand corner of the header... if you look here you will see what i mean..

Thanks for your help Sherif

Dan

http://www.tabletennisdaily.co.uk/fo...m-Bat-pictures
Reply With Quote
  #4  
Old 07-15-2011, 06:22 PM
Badshah93 Badshah93 is offline
 
Join Date: Jun 2010
Location: India
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lild100 View Post
Thanks for the fast responce

The code is now located in the header, however i need it in the bottom right hand corner of the header... if you look here you will see what i mean..

Thanks for your help Sherif

Dan

http://www.tabletennisdaily.co.uk/fo...m-Bat-pictures
Open Header Template

Find:

Code:
</div>
<div class="ad_global_header">
Add ABove:

Code:
<br><br><br><div style="float:right;">

Your Code..

</div>
Reply With Quote
  #5  
Old 07-16-2011, 11:26 AM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for reply

However when i put that code in the postion code it shifts the whole site to the right...

If you look at the logo,, i need it in the bottom right hand corner if possible

http://www.tabletennisdaily.co.uk/forum/forum.php

Dan
Reply With Quote
  #6  
Old 07-16-2011, 12:35 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

place the object in a div with a class so we can move it around.

Code:
<div class="facebookobject">
CODE
</div>
Second... get it out of the .toplinks div. [ refer to image ]
Attached Images
File Type: png Untitled.png (11.9 KB, 0 views)
Reply With Quote
  #7  
Old 07-17-2011, 03:35 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Windows7Site

I have put the code into the header using this...

<!-- start flash 2 presentation -->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="90">
<param name="movie" value="/forum/images/stiga.swf" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed src="/forum/images/stiga.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="200"
height="45"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>
<!-- end flash 2 presentation -->


The image is in a great place when someone is logged in... however when someone isnt logged in the flash image covers the main title... kind of strange..

If you check the site you will see.. http://www.tabletennisdaily.co.uk/forum/forum.php

If you log in with test123 and password is test you will see how the banner changes..

Thanks for all your help hope you can find the answer

Dan
Reply With Quote
  #8  
Old 07-17-2011, 07:21 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will only say it once more and then move on. Place the object at the very bottom of the header template, Place a <div> around it with a class.

Code:
<div class="facebookobject">
OBJECT CODE
</div>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04452 seconds
  • Memory Usage 2,254KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete