vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Rotating Banner System (https://vborg.vbsupport.ru/showthread.php?t=188328)

y2ksw 11-29-2009 06:30 AM

Quote:

Originally Posted by denideni (Post 1922102)
can you please tell me what can I do to shoe the banner a little bit to the right? Beacause after the banner is a "to", and it's not looking OK.
Besides that, it seems that it's working fine

This is normally a style issue and I'm not good in HTML. It also depends very on the place. Maybe a align="right" attribute of a div, p or td tag may solve this problem.

denideni 11-29-2009 07:06 AM

Quote:

Originally Posted by y2ksw (Post 1922370)
This is normally a style issue and I'm not good in HTML. It also depends very on the place. Maybe a align="right" attribute of a div, p or td tag may solve this problem.

well, where is the code? where is established the position for Position 0 (horizontal)?

y2ksw 11-30-2009 03:40 AM

Quote:

Originally Posted by denideni (Post 1922380)
well, where is the code? where is established the position for Position 0 (horizontal)?

Tehere is no such place. Differently from other banner software, this product does not show a banner at a fixed position, but only where you decide.

Thus, you will have to insert a banner placeholder at any template in your forums, in order to show a banner. The most common places are the header and footer, but you may choose other positions in your pages.

denideni 11-30-2009 06:57 AM

But it is normal that immediately after the banner appears a "to"? I think it shouldn't be there..

y2ksw 11-30-2009 08:20 AM

Quote:

Originally Posted by denideni (Post 1922916)
But it is normal that immediately after the banner appears a "to"? I think it shouldn't be there..

"to" comes certainly from your code. Please check your template modifications and your banner code.

viper357 12-03-2009 12:43 PM

Quote:

Originally Posted by y2ksw (Post 1839744)
If you insert the flash in the image field, it works half and half. The Flash needs to have the right link inside, else it won't work.

If you prefer to use the code, you also will need to cover the flash with a transparent gif, as shown here. Then you may use a different link, but still you will have to code each Flash banner manually.
HTML Code:

<div>
    <div style="z-index: -1; position: absolute; height: 468px; width: 60px;">
        <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="468" height="60">
            <param name="movie" value="images/banners/yourflash.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <embed src="images/banners/yourflash.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60" ></embed>
        </object>
    </div>
    <div style="z-index: 10; position: absolute; width: 468px; height: 60px;">
        <a href="http://www.domain.tld/yourlink" target="_blank"><img alt="" border="0" height="60" src="img/transparent.gif" width="468" /></a>
    </div>
</div>


Hi there, sorry if I'm a bit confused, but I need a bit of help, I have your RBS 2.0.6 running on vb 3.6.12 and have just been given a .swf banner to upload, but it's not displaying, I don't need click tracking, I just need to show the banner. Do I need to use the above code somewhere? Thanks.:)

y2ksw 12-03-2009 05:12 PM

No, you just use the HTML you normally would use (about similar this one). If your flash contains the destination link, you may use it as if it was a normal image and forget about the HTML.

viper357 12-03-2009 05:32 PM

Got it working, thanks. :up::up::up:

Selena Huynh 12-13-2009 01:12 PM

I got error

Quote:

XML Error: Invalid document end at Line 353

y2ksw 12-14-2009 12:01 PM

Quote:

Originally Posted by Selena Huynh (Post 1929866)
I got error

When? Where? How? :)


All times are GMT. The time now is 07:46 PM.

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.02231 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete