vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Cyb - Flash-Image Banner Rotator (https://vborg.vbsupport.ru/showthread.php?t=177705)

redlabour 12-18-2008 06:15 AM

Can we have a Option to stop rotating automatically and only by Siderefresh?

Valter 12-18-2008 07:59 PM

Option may be added in next version.

redlabour 12-19-2008 04:24 AM

Great! :up:

andreamarucci 12-22-2008 01:06 PM

I've changed template of my forum and now the option to add automatically the banner at the top right of the page doesn't work anymore. Any suggestion other than add the code manually?

Valter 12-23-2008 06:39 PM

Send me a header template content via PMs and I'll tel you what's missing.

WNM07 12-24-2008 01:44 PM

great mod .. but how do i change the background color ??

PME 12-24-2008 01:45 PM

Ok I installed this fine add-on and it works great. Well everything went well with the first style. I created the banners and installed and it shows up on the right side of the header just like I expected.

Then I placed the code in the header for the other style and for some reason the banner shows up on the left side. I've tried everything to make it show on the right side of the table however......

<a name="top"></a>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="wrapper">
<tr>
<td valign="top" class="Lbdr"><img src="images/tigra/spacer.gif" alt="" width="4" height="1" /></td>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="Cwrapper">
<tr>
<td class="headerbg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headerL">&nbsp;</td>
<td>&nbsp;</td>
<td width="496" bgcolor="##00FFFF">$cyb_flashimagebanners</td>
</tr>
</table></td>
</tr>
<tr>
<td class="abovenavbg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="abovenavL">&nbsp;</td>
<td><div align="right" id="abovenav"> <a href="http://epme.peninsulamustang.com/upload/cmps_index.php">Peninsula Mustang Enthusiast</a></div></td>
</tr>
</table></td>
</tr>
<tr>
<td class="navbg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="navL">&nbsp;</td>
<td>

<!-- nav buttons bar -->

<table id="navstyle" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<if condition="$show['member']">
<td><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[falq]</a></td>
<td><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" ><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
</if>
<if condition="$show['member']">
<td id="usercptools" ><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if>
<else />
<if condition="$show['searchbuttons']">
<td><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
</if>
<td><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scrollbars=yes,resizable=y es,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if>
</if>
$template_hook[navbar_buttons_right]
<if condition="$show['member']">
<td><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if>
</tr>
</table>

<!-- / nav buttons bar -->

</td>
</tr>
</table></td>
</tr>
<tr>
<td class="contentbg"><!-- content table -->
$spacer_open

$_phpinclude_output

Valter 12-24-2008 08:57 PM

Replace:
Code:

<td class="headerL">&nbsp;</td>
with:
Code:

<td class="headerL" width="100%">&nbsp;</td>

PME 12-26-2008 12:26 PM

I fixed the above problem with a rebuild of the table but now I get 2 of the same errors:

Error: 'document.cbgoto.id' is null or not an object

I would appreciate any help please this is the best banner add-on I've found and I want to use it.

Rudy

http://epme.peninsulamustang.com/upload/cmps_index.php

PME 12-27-2008 11:58 AM

I multiple instances of the add-on running some how. Where ever there was a

<td>&nbsp;</td>

it kept inserting the call for the banners. Anyway fixed.

Rudy


All times are GMT. The time now is 06:00 PM.

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.01477 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)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