vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vB Ad Management 4 (https://vborg.vbsupport.ru/showthread.php?t=131150)

The Librarian 04-29-2007 08:25 PM

Quote:

Originally Posted by RedTyger (Post 1237519)
If you look at the bottom of the modification post that appears at the top of every page, there is a guide about how to add your own custom adcode blocks. It's very quick and easy to do.

Oh, my goodness - WHAT AN IDIOT!! Where's the DUH smilie??? :rolleyes: I guess this one will do: :o

I didn't read that bit because I thought it was about ad sharing. I'm sorry to have bothered you.

Thanks for being nice about it. :)

MustangLisa 04-30-2007 01:30 PM

This looks very cool and I just installed it. Thanks for all your work! I do have one question: I want to add a BUNCH of banners to rotate in both the header and footer areas. How would I enter that into the html fields in those areas? I would want the banner to change at each page refresh. Thanks!

The Librarian 04-30-2007 07:59 PM

Quote:

Originally Posted by MustangLisa (Post 1238214)
This looks very cool and I just installed it. Thanks for all your work! I do have one question: I want to add a BUNCH of banners to rotate in both the header and footer areas. How would I enter that into the html fields in those areas? I would want the banner to change at each page refresh. Thanks!

I can answer this one for you. Go to your vBulletin Options and look for the Ad Management Header/Footer options. That page is where you'll find the spaces for random banners. Separate each banner ad code with a comma or whatever you told it to use in your global settings. (I use a comma.)

The Librarian 04-30-2007 08:11 PM

Quote:

Originally Posted by The Librarian (Post 1237780)
Oh, my goodness - WHAT AN IDIOT!! Where's the DUH smilie??? :rolleyes: I guess this one will do: :o

I didn't read that bit because I thought it was about ad sharing. I'm sorry to have bothered you.

Thanks for being nice about it. :)


Of course I spoke too soon. I've followed the directions - replacing every instance of custom with navbar and I've got a couple of problems.

I'm attaching images to show you what's up.

I've got three places for adcode. Header, footer, and I'd like to add one inside the navbar. The header and footer ones are currently working properly.

Image #1 shows where I want the navbar ad to appear. I need to know where in the Navbar Template I put $navbar_advertisement to get it to show up there.

Image #2 shows what happens right now when I put $navbar_advertisement at the bottom of the navbar code. You can see that I've circled an image and words that shouldn't be there. I could live with the ads being below the navbar, although I'd prefer them inside, but of course I'd rather it look right.

Image #3 shows the bottom of the Ad Management Header/Footer page in my AdminCP. As you can see it says nothing in the blue areas. This isn't really a problem if everything else works properly, but I wanted to go ahead and ask about it because I'd assumed it would say "Navbar Advertisement."

I'm sure I've made some silly mistake, but I'd really appreciate it if you could help me fix it.

Thanks!

MustangLisa 04-30-2007 11:37 PM

Quote:

Originally Posted by The Librarian (Post 1238440)
I can answer this one for you. Go to your vBulletin Options and look for the Ad Management Header/Footer options. That page is where you'll find the spaces for random banners. Separate each banner ad code with a comma or whatever you told it to use in your global settings. (I use a comma.)

Oh that's easy. I was thinking I needed to actually code in the javascript to make them rotate or something. Wow, I am going to go try this now. Thanks!

Yvgeniy 05-01-2007 01:46 AM

Hey uhm... could you please PM me on how to remove your branding from the bottom of my forum (www.sakstudios.net/forums)? It isn't that I want to completely remove it, but it's that at this point it appears on there 3 times in a row. My guess is this happened as a result of multiple product updates. So basically I just want to remove the two useless copies of it and leave the original.

Collectors 05-01-2007 09:16 AM

In my footer I see:

vB Ad Management by =RedTyger=

Where can I edit this line? Now it's not aligned with my other text. :(

RedTyger 05-01-2007 06:18 PM

Quote:

Originally Posted by MustangLisa (Post 1238563)
Oh that's easy. I was thinking I needed to actually code in the javascript to make them rotate or something. Wow, I am going to go try this now. Thanks!

Javascript rotators are not really a terribly good alternative to this method as they rely on the viewer allowing javascript in their browser. Most do, some don't. Mobile devices don't have javascript at all as far as I know. This will work for everyone!

Quote:

Originally Posted by Yvgeniy (Post 1238624)
Hey uhm... could you please PM me on how to remove your branding from the bottom of my forum (www.sakstudios.net/forums)? It isn't that I want to completely remove it, but it's that at this point it appears on there 3 times in a row. My guess is this happened as a result of multiple product updates. So basically I just want to remove the two useless copies of it and leave the original.

This is a problem that occasionally crops up, it seems to have something to do with interference from another installed modification. It would be very helpful if you could try disabling some of your other installed products and seeing if that makes a difference.

Quote:

Originally Posted by Collectors (Post 1238787)
In my footer I see:

vB Ad Management by =RedTyger=

Where can I edit this line? Now it's not aligned with my other text. :(

In global_start.php

FIND:
text-align:center

REPLACE WITH:
text-align:left/right (just pick one!)

RedTyger 05-01-2007 06:20 PM

Quote:

Originally Posted by The Librarian (Post 1238450)
Of course I spoke too soon. I've followed the directions - replacing every instance of custom with navbar and I've got a couple of problems.

I'm attaching images to show you what's up.

I've got three places for adcode. Header, footer, and I'd like to add one inside the navbar. The header and footer ones are currently working properly.

Image #1 shows where I want the navbar ad to appear. I need to know where in the Navbar Template I put $navbar_advertisement to get it to show up there.

Image #2 shows what happens right now when I put $navbar_advertisement at the bottom of the navbar code. You can see that I've circled an image and words that shouldn't be there. I could live with the ads being below the navbar, although I'd prefer them inside, but of course I'd rather it look right.

Image #3 shows the bottom of the Ad Management Header/Footer page in my AdminCP. As you can see it says nothing in the blue areas. This isn't really a problem if everything else works properly, but I wanted to go ahead and ask about it because I'd assumed it would say "Navbar Advertisement."

I'm sure I've made some silly mistake, but I'd really appreciate it if you could help me fix it.

Thanks!

If you're prepared to wait a little I'll make the changes for you and upload them to a post here.

The Librarian 05-01-2007 06:22 PM

Quote:

Originally Posted by RedTyger (Post 1239101)
If you're prepared to wait a little I'll make the changes for you and upload them to a post here.

Sure, I can wait. Thanks!


All times are GMT. The time now is 07:23 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.03249 seconds
  • Memory Usage 1,757KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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