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)

tekguru 12-25-2007 04:25 PM

In any case I have changed the tables over to using the DIV tag instead which seems to load much quicker. You can see it in use here: www.4winmobile.com.

Thanks for that!

eJM 12-25-2007 05:58 PM

Quote:

Originally Posted by tekguru (Post 1408942)
Well yes I know the code posted was a bit iffy as a snippet, but I was trying to show that using <br /> works.

DON'T post "iffy" code, post code you are sure will work. People who know nothing about code will copy your code and use it, then come back here with more problems than they started out with.

Quote:

However you recommend using DIV instead of using seperate aligned tables?
Table code, if done properly, requires you to use at least:
Code:

<table>
  <tr>
    <td>data here</td>
  </tr>
</table>

All that code adds weight to the page and also gives search engine spiders a lot more to wade through to get to your content. Keeping it simple, while still adhering to valid code standards, lets you reduce the code to:
Code:

<div>data here</div>
However, you can't just put DIVs willy-nilly anywhere you want. You do have to be cognizant of the code surrounding the DIVs. For instance, you canNOT do this:
Code:

<table>
  <tr>
<div>data here</div>
    <td>more data here</td>
  </tr>
</table>

You CAN put DIVs within <td></td> and you can put DIVs before or after the table structure. It's always a good idea to check the validity of the code using the w3 Validator ( http://validator.w3.org/ ), but if your pages are already screwed up with poorly coded hacks, modifications and style code, you will have a lot of work ahead to fix it all. The page you linked to has 159 errors. I would be asking the individual authors of those to fix the code. If enough people did that, maybe authors would finally stop being so sloppy with their work.

Quote:

Originally Posted by tekguru (Post 1408949)
In any case I have changed the tables over to using the DIV tag instead which seems to load much quicker. You can see it in use here: www.4winmobile.com.

Thanks for that!

You're welcome. However, just replacing a single table with a DIV doesn't necessarily speed the page load time up enough to see with the nekkid eye. It all adds up though. The page you linked to took a pretty long time to load on my DSL connection. You have more issues than just table structure replaced for DIVs.

Jim

tekguru 12-25-2007 09:53 PM

All good points thanks for that.

haaba 12-25-2007 10:13 PM

Custom block code does not work if inserted in FORUMDISPLAY template file. Any help on this?

Thanks

eJM 12-25-2007 10:42 PM

Quote:

Originally Posted by tekguru (Post 1409079)
All good points thanks for that.

-------------sniiiiiiip------------

This thread is about vB Ad Management. It has well over 2,000 posts. Let's not make it even more difficult for those searching for info on vB Ad Mgmt by discussing issues that have nothing to do with it. Please find the appropriate venue for your other issues - like the vBadvanced discussion on your nav module, the people responsible for Clickapps, and whoever else modified your code. vBSkins is not responsible - they provided you with valid coded style (unless you're using an older version than they have on their site now).

Anyway, let's leave this thread for what it was intended for.

Jim

mykkal 12-26-2007 02:38 AM

I'm trying to figure out a way to get the "left and right column" ads to stay fixed and to the top of the right side. I thought that they would do this by default but when I view my site in firefox the ads fall down.

Is there any HTML code I can paste in front of the add code in the Ad Managerment Control Panel?

Shaliza 12-26-2007 12:40 PM

How does one add the code to a non-vB page that is powered by vB's permissions?

iulianh 12-26-2007 12:44 PM

Does it include statistics for every ad ?

Suzie 12-26-2007 04:29 PM

I am still having trouble with the side columns. I have tried all the different layouts you have shown here and I can't get 2 google ads to run one under the other. I have one that's an image only ad layout then a text and image version under it. It shows as it should in the admin panel but not on the forum pages. http://foodnetworkfans.com/

Skorzen 12-26-2007 06:10 PM

Um....yeah....I installed vb Ad Management today and now nothing is showing up on my index page. It's completely blank (white). Can anyone tell me what happened here and how to get things back to normal?

www.petownerforum.com


All times are GMT. The time now is 05:32 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.03239 seconds
  • Memory Usage 1,747KB
  • 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
  • (3)bbcode_code_printable
  • (4)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