vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Banner Rotator (https://vborg.vbsupport.ru/showthread.php?t=169266)

PHILIPS-08 08-11-2008 07:09 PM

thanx alot for this

RrCoX22 08-12-2008 05:08 PM

Quote:

Originally Posted by RrCoX22 (Post 1589723)
i have this mod placed in two different area on my forum, one below the navbar and the other in the footer of my template.

is there any way to not have the same ad in both places or will this always be the case? I have several different sponsors/advertisers and would like it to be setup where it may not always be the same ad in both places.

is there something i can edit with this code?

Code:

<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center>

any word on this? help?

michael5472 08-26-2008 04:14 PM

I am trying to upload a .gif image and get this error
The selected filename contains prohibited chars. Rename it and retry.

But when i upload a .jpg it works fine can anyone shed some light ?

michael5472 08-26-2008 04:16 PM

ok just changed the filename to banner.gif now i get this

The selected file type is not allowed. image/gif

RrCoX22 08-26-2008 07:59 PM

Quote:

Originally Posted by michael5472 (Post 1607486)
ok just changed the filename to banner.gif now i get this

The selected file type is not allowed. image/gif

you need to go to vb Options > Banner Rotator > Extentions > Add image/gif

michael5472 08-27-2008 04:12 PM

brill that worked great :)

Volvoholic 08-28-2008 05:39 PM

Hi,

I installed the mod and it worked initially. I could see the .swf file in both the forum and in the banner rotater manager (edit banner).

For some reason I cannot see the .swf image in the forum or the image in rotating banner manager anymore.

I do not know what I have done in Vbulletin to cause this. The last edit I made was to the header template but that should not cause the .swf file not to show up in the 'edit banner' manager.

I have disabled my firewall and also used my Mac but still the .swf image is not showing up when it originally did.

I would really appreciate it if someone could come up with an idea.

Cheers
Volvoholic

struff 08-28-2008 09:16 PM

Quote:

Originally Posted by hpmustangs (Post 1567060)
well .. I had to "import" the product-brotator.xml file .. IMO you should .. not assume anyone know what " Install product-brotator.xml" meant .. you should take the time and write the steps needed to do a proper install .. e.g. go to admincp/plugins & products/Manage Products/[Add/Import Product] then click .. browse and load product-brotator.xml

takes only a few sec. to write that done ... for ppl new to vB ..

THANK YOU! I had no idea what he meant and I just read through every page of this thread trying to find out.

TheWhite 09-05-2008 04:03 AM

Can an automatic rotate feature be added?

PS. Flash banners are showing on the left.

Regards

TheWhite 09-05-2008 04:20 PM

Can the banners be rotated automatically?

acast 09-08-2008 01:42 AM

Hi, i have the enlighten style, this is the code in the CSS (the logo is there, not in header):

Code:

/* ***** SETS LOGO AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#logo {
background: url(enlighten/misc/header_logo.gif);
width: 470px;
height: 102px;
float: left;
        margin: 0;
        padding: 0;
}

/* ***** sets background for header area - No need to change this ***** */
#hdr {
background: #F7632F url(enlighten/misc/header_back.gif) ;
width: 100%;
height: 102px;
        margin: 0;
        padding: 0;
}


/* ***** SETS HEADER RIGHT SIDE AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#hdr_rs {
background: url(enlighten/misc/header_rs.gif);
width: 34px;
height: 102px;
float: right;
padding: 0;
}


/* ***** SETS HEADER RIGHT SIDE AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#hdr_rs {
background: url(enlighten/misc/header_rs.gif);
width: 34px;
height: 102px;
float: right;
padding: 0;
}

What i have to do to have the banners where is the header_logo. Thanks if someone can help me.

space? 09-08-2008 12:36 PM

Excellent work andrefedalto :)

TheWhite 09-11-2008 02:59 AM

Can an automatic rotate feature be added?

PS. Flash banners are showing on the left.

Regards

space? 09-11-2008 05:36 PM

Quote:

Originally Posted by TheWhite (Post 1619597)
Can an automatic rotate feature be added?

I think it's allready in. Try to set up a slideshow, the effect should be similiar.

Quote:

Originally Posted by TheWhite (Post 1619597)
PS. Flash banners are showing on the left.

Try to put them into a seperate div or table and put it on the right.

But on the other hand - sometimes left & sometimes right -> higher click rate -> more income -> cool feature and no bug:D


Regards,
Stefan

BirdOPrey5 09-13-2008 04:34 PM

Installed it but every banner I try and upload it tells me that the extension isn't allowed to be uploaded... First was jpg, then a gif, then I changed the default allowed extensions to just:
jpg|gif|png
Still nothing will upload.
Useless.

TheWhite 09-17-2008 02:54 AM

Quote:

Originally Posted by space? (Post 1620003)
I think it's allready in. Try to set up a slideshow, the effect should be similiar.


Try to put them into a seperate div or table and put it on the right.

But on the other hand - sometimes left & sometimes right -> higher click rate -> more income -> cool feature and no bug:D


Regards,
Stefan

i just want a 728x90 center banner but i'd like an auto refresh feature so that they'll rotate without having to wait for a manual reload

inciarco 09-17-2008 05:01 AM

Quote:

Originally Posted by BirdOPrey5 (Post 1621323)
Installed it but every banner I try and upload it tells me that the extension isn't allowed to be uploaded... First was jpg, then a gif, then I changed the default allowed extensions to just:
jpg|gif|png
Still nothing will upload.
Useless.

In the Error Message you have to Select the Text that Indicates the Type of Image and include it in the Banner Rotator Options for Extensions, separated with Pipeline "|".

In my case I was Uploading a jpeg File and I receiven an Error that referenced the File as image/pjpeg so I included that text on the Text Box for "Extensions accepted for upload (separated by |)" and that was it, after that the Upload worked Ok.

Thank You andrefedalto for Sharing this Great Mod. :up:

My Best Regards.

:)

TheWhite 09-23-2008 10:34 AM

Quote:

Originally Posted by space? (Post 1620003)
I think it's allready in. Try to set up a slideshow, the effect should be similiar.


Try to put them into a seperate div or table and put it on the right.

But on the other hand - sometimes left & sometimes right -> higher click rate -> more income -> cool feature and no bug:D


Regards,
Stefan


The auto rotate is too slow can it be speed up a bit?????

Sandgrinder 09-28-2008 09:41 PM

How do you make it so it doesn't open the site index in a new window when you click the banner? I just want it to refresh the page.

vlllad 09-29-2008 05:16 PM

There was an error while moving your file. Please retry.

gentz 09-29-2008 10:28 PM

Well it seems support for this nice banner rotator is dead...how would we repair the hyperlink problem, it tries to send you to the home site/ the banner site? any ideas?????

GoTTi 09-30-2008 12:57 AM

how do i make this not popup a new windows when clicked?

coberr 09-30-2008 01:13 PM

Help !!!

http://img504.imageshack.us/img504/892/93968162yl4.png

vividbreeze 09-30-2008 03:37 PM

how can I find out the click-out stats? It never shows clickouts and I even have it checked....

Many ppl have clicked it, I am positive of it..

Sandgrinder 10-01-2008 08:32 AM

THIS IS HOW YOU FIX SO THE BANNER DOESN'T OPEN A NEW WINDOW!

Edit the style.

From:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center>

To:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>">$banner</a></center>

GoTTi 10-01-2008 04:35 PM

Quote:

Originally Posted by Sandgrinder (Post 1634563)
THIS IS HOW YOU FIX SO THE BANNER DOESN'T OPEN A NEW WINDOW!

Edit the style.

From:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center>

To:
<center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>">$banner</a></center>


thanks. didnt even think to look at the code for some reason. right under my nose.

gentz 10-10-2008 02:51 AM

any way to fix the double link? this is what i get ;http://www.ftahispano.com/www.cowmix.com how do i fix this????

gentz 10-10-2008 03:18 AM

never mind i figured it out.. if you dont put the complete url http://www.xxxxxxx.com it wont work......so put it all complete....

GetBleach 10-11-2008 02:31 PM

How come I cant upload PNG and other files and It cant reszie my pic automoatically.

Twisted Shifter 10-22-2008 04:33 AM

I have installed, ran the xml file, edited the header and nothing. I am BRAND new to this so any advice would be great.

Twisted Shifter 10-23-2008 05:05 AM

I worked it all out! all is good now

Twisted Shifter 10-25-2008 07:18 AM

Two things,

Can/will we ever be able to get ad click stats?

I keep getting an error with FF and it looks like it might be coming from the ad rotator

AJAX error, please try again. (HTTP status: 0 / communication failure)

Any ideas?

Twisted Shifter 10-25-2008 04:22 PM

Disregard, I have uninstalled and moved on to Rotating Banner System.

raznaran 10-26-2008 10:03 PM

Disregard

Tralala80 10-31-2008 02:23 AM

I have installed it sucessfully and it works good.

I have a small problem though, and that is that the LOGO is cached from the frontpage, and is displayed in different categories aswell. Is there any way to force re-loading of the images ?

I found a way of doing it, but i would have to disable cache for the whole site. :(

Abomination 11-06-2008 04:12 AM

Quote:

Originally Posted by Tralala80 (Post 1656395)
I have a small problem though, and that is that the LOGO is cached from the frontpage, and is displayed in different categories as well.

Believe you mean the only way to put up an image on the main forums page is to select an image to be displayed on FORUMHOME and if that is done it will show up on all other subforums on the site.

I've not found a clean way around that from by coding, but will offer that as a way to sell 'premium' advertising for an extra fee. A more advanced banner system is another alternative.

It does seem the person who wrote this software has not been on this site since late August.

abqtj 11-14-2008 07:52 PM

Installed today. I'm a complete vb newb and this is working out just fine so far.

THANKS!

HabbStar 11-15-2008 03:08 PM

Anyone know how to make the banners centered with the forum? I tried removing <Center> but that didnt do anything..

HabbStar 11-15-2008 09:52 PM

Surely somebody must know by now? Please say if you do

axi 11-16-2008 01:56 AM

i am putting hyperlinks in but they do not work anyone know??


All times are GMT. The time now is 02:25 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.03352 seconds
  • Memory Usage 1,825KB
  • 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
  • (2)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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