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)

fxs158 01-27-2007 11:03 PM

double post

TeknoSounds 01-28-2007 01:52 AM

Kind of a pre-post as I can't use the browser debug feature up here at work, but heres a problem I have:

I went and tried to add Google Analytics to my site. I turned the feature on and added the code, but now upon going to a forum page I get Line errors:
Line 1: Invalid Character
Line 1623 (or 1622 when refreshing): object expected.

I am using a custom template...could this be causing the issue?

RedTyger 01-28-2007 07:44 AM

Sounds like Google was possibly down at the time. Object Expected means the javascript is missing a function or external insert.

WhyDoesItMatter 01-28-2007 06:53 PM

I have a custom theme with blocks to the left of my forum. I have a box already for ads, will I be able to insert code into my custom box to display banners? Or do I have to use the box that comes with this?

Thanks!

RedTyger 01-28-2007 07:44 PM

Removing everything except $leftcolumn_adcode from the leftcolumn_advertisement template and then deleting:

Code:

$adintegrate_lc = '</td></tr></table></td></tr></table>';
$str_lc = '$spacer_close';
$vbulletin->templatecache['footer'] = str_replace($str_lc,$adintegrate_lc.$str_lc,$vbulletin->templatecache['footer']);


from the plugin itself should allow you to do that without any aesthetic shennanigans going on. But if it doesn't then the customising is up to you. :) It can easily be done, but that does mean a little elbow grease.

EricPSF 01-29-2007 02:54 AM

Hi,

I hv installed the Mod, it's cool.

One qn, how do I insert an advertisement which is in jpeg or gif format? I do not hv any coding for these.

Thank you in advance.

Regards,
Eric

RedTyger 01-29-2007 07:06 AM

Code:

<img src="MYPICTURE.jpg" alt="DESCRIBEMYPICTURE" />

EricPSF 01-29-2007 07:43 AM

Thanks RedTyger,

Another 2 dumb qns from a beginner

1) So where will this code extract "MyPicture.jpeg" from? In forum/image folder? Or in other word, where should i place my jpeg at?

2) For alt="DESCRIBEMYPICTURE" , I have to change it to "DESCRIBEmyjpegfilename"?

Thanks.

Regards,
Eric

RedTyger 01-29-2007 07:47 AM

Well, I could put a picture of me (:D) in a folder of my vbulletin directory called banners, which I had created inside the default images directory. The image is called redtyger.jpg so the src would be it's location which is src="images/banners/redtyger.jpg. I can put anything I want to describe it, that's all it is a label. <img src="images/banners/redtyger.jpg alt="This is a picture of me." />.

snobird1211 01-29-2007 09:06 AM

can i use adbright with this?


All times are GMT. The time now is 03:42 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.02896 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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