![]() |
thanks alot
|
cheers
|
Great Mod, thanks a lot.
|
No support for this mod?
|
nope. i've been trying to get help with the black dot but no ones tells me how to fix it in cmps
|
Quote:
|
what's the code for the path? and if its in the footer wouldn't that make it at the bottom of the page? Sorry for the Noob questions, this cmps thing is new to me
|
It all depends on where you have banner.php and your directory structure. I had to just put "banner.php" into my footer replacements. You may have to put in "/'forumroot'/banner.php"
If you have the banner showing in the footer, then put it in the footer replacements, if in the header, then put it in the header replacements. All this can be done in the AdminCP > vBa CMPS options. |
How do you make this thing rotate =\
|
add several different banners and each time you refresh the pages a different banner will show up
|
Quote:
PHP Code:
|
Hello, I am tryting to install this banner system onto my forums:
https://vborg.vbsupport.ru/showthread.php?t=104432 My forums: http://www.FloridaGerman.com/forums/ The install went cleanly and I see the Banner thing in the Admin, and adding a banner went smoothly and everything. But the banners are not showing up on the page, I am a big of a n00b when it comes to mods, so I could really use some help! |
Quote:
|
Oh, I dunno then. LOL. SOrry
|
Still got teh dot. So i dunno what to do. Can someone give me exact code and exactly where to place code? This question has been on here several times and there was never a clear answer, just do this then this, but never, heres the code put the code here kinda thing.
|
just mess around with it.
You can insert it in the header, Navbar anywhere. |
Got this working on CMPS and the Forum Hompage, but the redirects don't work on the Gallery.
Instead of pointing to www.website.com/forum/banner.php when I click on the ad, it points to this www.website.com/gallery/banner.php How do I redirect the link on my galleries page? I have PhotoPost Pro, BTW. |
Quote:
and thanks for the wonderful Hack tnguy3n :cool: |
Thanks - works great.
One thing I would like to see in a future update maybe, is the banner stats. I would like to see how many page impressions the banner got as well as a export link so I can export the banner stats and email it to my advertising client to show him exactly how many page impressions/clicks his banner got for the month etc. Otherwise really good job! |
The $20.00 version has stats. It also supposedly supports Flash, but I've found that the code doesn't support Flash on IE -- just Netscape.
|
Quote:
|
Heres how to show banners within the header of your forums and how to get it to work to show correctly on your CMPS page.
First replace all the content of the Banner System plugin (at global_start hook) with this code below: Code:
// Banner Ads System by tnguy3n Code:
<!-- / banner ads --> Note if you want to place the banners within your footer, replace templatecache value from header to footer, add the code where you want to show your banners, then add banner.php to your Footer Replacement settings. Thats it! Enjoy. Also I'm having a problem of my own. The settings to edit banners does not show in the control panel. I only see the settings that you would see under banneradmin.php?do=settings . If I want to edit my banners I have to manually enter the url to banneradmin.php?do=manage Seems like the cpnav_bannersystem.xml file isn't working correctly for me. Anyone know how to fix this? I can't get around the problem with entering the urls myself but I rather be able to do it in the admin control panel. |
Quote:
Adding this codebit somewhere in includes/xml/cpnav_vbulletin.xml file: Code:
<navgroup text="Banner System" hr="true" displayorder="35"> |
thenks man ... i click install ;p
|
I have installed this hack fine but...
nobody can see them in ie ( internet explorer ) ????? Vb 3.5.4 CMPS 2.1 www.hullchat.co.uk |
working fine for me
vb 3.6 rc2 vba 2.2 www.oapsquad.com/forums/ if your using custom themes have you done this PHP Code:
|
|
i can see them
at the bottom of your page both in firefox :) & ie :( |
I figured out what my problem was. I have bad eyes, I found where the banners can be edited.
On another note, I noticed that custom user groups the banner appears as a dot (at least for my site). The problem was fixed when I changed the banner links to open in a new window. If anyone is having problems viewing the banners, try changing the links to open in a new window. Oh and you can see how mine is running at CaliberSRT4.net Forums |
Is there a way to place the banner in the header area on the right side?
|
To add in the header to the right
Find <!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> Then add <td align="right" valign="middle" width=100%> $bannerads</a><br> |
Great Job Thank You!!
|
Quote:
|
Nice, Very Thanks
|
Im having a problem with the links when you click on the banner. It takes a user to a 404 error page. Anything i can do??
Also i have Vbanced installed and the banner do not show up on that page. just the main forum. www.calgarydsm.com/forum/index.php |
Quote:
|
Still having problems with the links.
|
Quote:
|
Go to your Banner Ad Template and Replace the highlighted color below with the full URL to banner.php
Example <a href="http://www.yoursite.com/forums/banner.php? <if condition="$vboptions['bannersys_mode']"> <if condition="$bbuserinfo['userid'] == '0'"> <br /> <table class="tborder" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td><a href="banner.php?$session[sessionurl]do=redirect&bannerid=$ads[bannerid]" <if condition="$vboptions['bannersys_popup']">target='_blank'</if>><img src="$ads[imgurl]" width="$ads[bwidth]" height="$ads[bheight]" border="0"></a></td> </td> </table> <br /> <else /> <if condition="$vboptions['bannersys_ads2all'] AND $bbuserinfo['userid']"> <br /> <table class="tborder" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td><a href="banner.php?$session[sessionurl]do=redirect&bannerid=$ads[bannerid]" <if condition="$vboptions[bannersys_popup]">target="_blank"</if>"><img src="$ads[imgurl]" width="$ads[bwidth]" height="$ads[bheight]" border="0"></a></td> </td> </table> </if> </if> </if> |
Quote:
Anyone have any ideas??? |
All times are GMT. The time now is 04:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|