vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Advertisement System V2.6 Aka Ad Management (https://vborg.vbsupport.ru/showthread.php?t=179083)

Vinyljunky 06-09-2008 08:45 AM

Quote:

Originally Posted by karim004 (Post 1542758)
sorry i lost a member of my family monday !

* request by our friend Vinyljunky : you have the ability do not display ads on certain pages Such as login and search because it s against the tos (( thank you Vinyljunky for your Important Request done

Im very sorry to hear of your sad loss.

Thank you for your time with this excellent mod.

Regards

VinylJunky

karim004 06-09-2008 12:29 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1544758)
Does the flash rotation fix this:

yes you can use the flash rotation in version 2.1
Quote:

Originally Posted by TheInsaneManiac (Post 1544758)
In certain skins like dark_vb, the slideshow will cause scroll bars to be placed on smaller resolution monitors causing the ad to be cut off.

it s not the slideshow who cause this remember i said i am using in this script vbulletin templates {ad location }
it s your banner who cause this problem because it s too big width=623px !!!!
to fix this : resize dark_vb.gif to 500/142px
Quote:

Originally Posted by OsideRida06 (Post 1544759)
How do I remove the Sponsored Links from the bottom of the forum?

i dont undestand your question !
if you mean the ad title {Sponsored Links }
Admincp . Style Manager , Ad Location Templates ? , ad_footer_start
find & edit :
Code:

<td class="thead" align="left">Sponsored Links</td>
if you want remove the table :
Change :
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
  <td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
  <td class="alt1" align="center">

$footer_codeS
</td>
</tr>
</table>

With :
Code:

        <div align="center">
                        $footer_codeS
                    </div><br />

Quote:

Originally Posted by Vinyljunky (Post 1544760)
Im very sorry to hear of your sad loss.

Thank you for your time with this excellent mod.

Regards

VinylJunky

Thank you Vinyljunky

PlayfulGod 06-09-2008 05:14 PM

Quote:

Originally Posted by karim004 (Post 1543380)
i can install it for you !

I can handle installing it. I have the ads rotating randomly on refresh etc. But no auto or slideshow. I'll read the read n instructions in it (what there is) and followed the example for the code on the slideshow but it doesnt work.

OsideRida06 06-09-2008 09:26 PM

Quote:

Originally Posted by karim004 (Post 1544946)
yes you can use the flash rotation in version 2.1

it s not the slideshow who cause this remember i said i am using in this script vbulletin templates {ad location }
it s your banner who cause this problem because it s too big width=623px !!!!
to fix this : resize dark_vb.gif to 500/142px

i dont undestand your question !
if you mean the ad title {Sponsored Links }
Admincp . Style Manager , Ad Location Templates ? , ad_footer_start
find & edit :
Code:

<td class="thead" align="left">Sponsored Links</td>
if you want remove the table :
Change :
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
  <td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
  <td class="alt1" align="center">

$footer_codeS
</td>
</tr>
</table>

With :
Code:

        <div align="center">
                        $footer_codeS
                    </div><br />

Thank you Vinyljunky


Thanks bro. It worked like a charm!

TheInsaneManiac 06-09-2008 10:03 PM

2.1 Bugs:
  • Sponsored Links stays in the footer even when disabled and can not change Sponsored Links in the Admin CP.
  • Again when enabling footer advertisement the advertisement is below the footer bar.
  • Display advertisement every X posts does not work.

Reinstalling 2.0...

karim004 06-10-2008 12:25 AM

Quote:

Originally Posted by TheInsaneManiac (Post 1545422)
2.1 Bugs:
  • Sponsored Links stays in the footer even when disabled and can not change Sponsored Links in the Admin CP.

  • to fix this go to admincp , style manager , ad location templates , ad_footer_start
    Change :
    Code:

    Sponsored Links
    with
    Code:

    $adtitle
    Quote:

    Originally Posted by TheInsaneManiac (Post 1545422)
  • Again when enabling footer advertisement the advertisement is below the footer bar.

  • well move the code in your footer template ! i gave you the ability to display 2 Random advertisements in footer one below whats going on ? and the other below the copyrith . so open your footer and move :
    $ad_location[ad_footer-end]
    if you wanna it above the footer bar :
    above :
    Code:

    $spacer_close
    add:
    Code:

    $ad_location[ad_footer_end]
    [/QUOTE]
    Quote:

    Originally Posted by TheInsaneManiac (Post 1545422)
  • Display advertisement every X posts does not work.

Quote:

Originally Posted by TheInsaneManiac (Post 1545422)
Reinstalling 2.0...

[/QUOTE]
if you want use this option (( after x posts )) you must disable
Display advertisement after first post on a page? & Display advertisement after last post on a page?

def3ctx 06-10-2008 12:28 AM

Quote:

Originally Posted by karim004 (Post 1543380)
thank you ronronmx

You're not allowed to auto refresh the ads . Read the ToS

i can install it for you !



Yes, i need a auto ad changer when i refresh the page. maybe u know what i mean

karim004 06-10-2008 01:44 AM

Quote:

Originally Posted by def3ctx (Post 1545491)
Yes, i need a auto ad changer when i refresh the page. maybe u know what i mean

sorry i give priority to poeple who clicked install because i am so busy
Your question :
Quote:

Can anyone tell me how to add mulitads on header, i want to put 10adv's, in refresh i want automaticlly to be changed, can anyone help me with codes thanks.
yes you can do this in version 2.1 using small banners and you can do this in all areas if you want : header , below navbar , left& right column , forum&threadbit , footer start & end .
example :

lets say we want roTate 2 sets of 5 websites :
set 1 :
website 1a= bannerlink1a & websitelink1a
website 2a= bannerlink2a & websitelink2a
website 3a = bannerlink3a & websitelink3a
website 4a = bannerlink4a & websitelink4a
website 5a = bannerlink5a & websitelink5a

set 2 :
website 1b= bannerlink1b & websitelink1b
website 2b= bannerlink2b & websitelink2b
website 3b = bannerlink3b & websitelink3b
website 4b = bannerlink4b & websitelink4b
website 5b = bannerlink5b & websitelink5b


Code:

<a href="websitelink1a"><img src="bannerlink1a"></a><a href="websitelink2a"><img src="bannerlink2a"></a><a href="websitelink3a"><img src="bannerlink3a"></a><a href="websitelink4a"><img src="bannerlink4a"></a><a href="websitelink5a"><img src="bannerlink5a"></a>
|
<a href="websitelink1b"><img src="bannerlink1b"></a><a href="websitelink2b"><img src="bannerlink2b"></a><a href=" websitelink3b"><img src="bannerlink3b"></a><a href="websitelink4b"><img src="bannerlink4b"></a><a href="websitelink5b"><img src="bannerlink5b"></a>

I think you want use this for Affiliates just remember if you want use the Affiliates in header put them inside a table :
go to admincp - style manager , ad location , ad_header_end :
change :
Code:

<center><div>
                        $header_ad
                </div></center>

WITH
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
  <td class="thead" align="left">$adtitle</td>
</tr>
<tr>
  <td class="alt1" align="center">

$header_ad
</td>
</tr>
</table>


verino 06-10-2008 05:22 AM

Hello karim,

I have installed your mod, thank's.

The problem is with 1 of the custom style, currently I have 3 custom styles.

The 2 styles have no problem after I've done what you told here https://vborg.vbsupport.ru/showpost....3&postcount=90 and also in the manual.

The other style has the problem with the footer ads, the header ads works fine though.

In case you want to know the style that has problem, in here https://vborg.vbsupport.ru/showthread.php?t=177135

Any idea ? :confused:

karim004 06-10-2008 06:16 AM

Quote:

Originally Posted by verino (Post 1545592)
Hello karim,

I have installed your mod, thank's.

The problem is with 1 of the custom style, currently I have 3 custom styles.

The 2 styles have no problem after I've done what you told here https://vborg.vbsupport.ru/showpost....3&postcount=90 and also in the manual.

The other style has the problem with the footer ads, the header ads works fine though.

In case you want to know the style that has problem, in here https://vborg.vbsupport.ru/showthread.php?t=177135

Any idea ? :confused:

hi verino
download the style and send it to me . i can upgrade it to v3.7.1 for you .


All times are GMT. The time now is 11:59 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.01457 seconds
  • Memory Usage 1,775KB
  • 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
  • (13)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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