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)

Dustin_a31 10-01-2008 01:56 AM

How can I change the default width-height values for the dimensions in the manage banners page? I cant seem to find a place to be able to. maybe I'm looking in the wrong place. can anyone help? Do I need to manually adjust the value from the database?

Derekclarke 10-02-2008 01:02 PM

I have an issue with this... I just uploaded it to one of my forums and when i click on the link to Manage banners, i am taken to the FAQ page for Smiles?

How do i resolve this?

Derekclarke 10-07-2008 10:48 AM

Anyone?

Macartist6 10-07-2008 12:55 PM

great product, easy to use even for a newbie like me... thank you so much!!!

viper357 10-08-2008 09:39 AM

Uninstalled, doesn't show in footers or in vbadvanced and Cyb never answers any questions, on any of his hacks, I don't know why vb.org allows this man to list all his hacks as supported.

yotsume 10-08-2008 10:55 AM

Quote:

Originally Posted by viper357 (Post 1640148)
Uninstalled, doesn't show in footers or in vbadvanced and Cyb never answers any questions, on any of his hacks, I don't know why vb.org allows this man to list all his hacks as supported.

I wouldn't be to quick to go off on the developer here. His hacks are famous and work. Many times when a complaint such as your own is posted here the solution is found in re-reading the instructions carefully and finding where we went wrong our selves.

This hack does work in the footer and most certainly shows easily on vbadvanced pages. I use it to rotate my header. Now as to how to get the banners or ads to show in a block fro vba I don't believe thats an option with this hack. However for showing adds in vba blocks there are other hacks designed for that purpose already.

tafreeh 10-15-2008 04:55 PM

hey great hack...

but can i use IFRAME with that.... ??? if yes then how would i do that?

yotsume 10-18-2008 06:02 AM

Possible Bug?

I believe I have found a bug. When you have a number of image banners that are set to rotate randomly this will make your site flicker or blink often. If you set the same amount of banners but choose continuous your site will not blink.

Has this been discussed and is there a fix?

This same flickering bug happens on three sites all running vb3.7.3x. All three sites stopped blinking when I changed the setting back to continuous. The flickering is so annoying to users they stop visiting the site!

amerelgen 10-18-2008 08:14 PM

Quote:

Originally Posted by mystic10 (Post 1578443)
when i click on the banner i get this error

The requested URL /\"http://www.yc-spicy.com/misc.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
kinely help

I also

Please solution

cerbdawg 10-21-2008 10:38 PM

Hey there. I am really appreciative of this mod. I do have a question / request.

I have a customer that has provided a Flash banner that requires passing params to it:

For the <object> tag:
Code:

<param name="allowScriptAccess" value="sameDomain" />
<param name="flashvars" value="clickTAG=http%3A%2F%2Fa_domain_name.com" />

In the Embed tag:
Code:

allowScriptAccess="sameDomain" flashvars="clickTAG =http%3A%2F%2Fa_domain_name.com"
I don't believe the current product supports passing params like this.

Any chance of a hack to allow this?

Ta!

EWGF 10-25-2008 08:16 PM

Dropped my own image rotator and installed this one, working perfectly furthermore. Half of my mods are now cybernetic mods.

Definitely one of the best vB coders, keep up the job :D

spankaveli 10-28-2008 09:22 PM

Is there an easy way to have a banner clickable to a mailto: email address?

AussieHolden 11-02-2008 06:55 AM

:down: Not a good mod needs alot of work and no support.

yotsume 11-02-2008 03:42 PM

Quote:

Originally Posted by AussieHolden (Post 1657688)
:down: Not a good mod needs alot of work and no support.

Actually its a great mod! Yes it needs some work, and yes the author is MIA. However... let's give the guy a chance to get back on the scene here. Behind every code geek is a life they need to live! :up:

Reece^B 11-03-2008 03:56 PM

Is there a way to call separate banners?

Gizmo99 11-04-2008 07:11 PM

Quote:

Originally Posted by spankaveli (Post 1654826)
Is there an easy way to have a banner clickable to a mailto: email address?

Yep there is :)

Goto Control Panel

Plugin Manager

Cyb - Flash-Image Banner Rotator - SP

edit it :)

Find (at the Bottom)
PHP Code:

(strip_tags($vbulletin->GPC['url']));


and replace it with

PHP Code:


if (strstr($vbulletin->GPC['url'], 'mailto'))
{
$toemail=$vbulletin->GPC['url'];


echo 
"<a href=\"$toemail?subject=Question From the **** BB\" id=\"clickME\"></a>\n";

echo<<<PPPRINT

Please Close this Window
<script type="text/javascript">
window.onload = function() {
document.getElementById("clickME").click();
}
</script>
PPPRINT;

exit;

}
else
{
            
exec_header_redirect(strip_tags($vbulletin->GPC['url']));
}        


Then all you have todo is put mailto:some@home.com in the url field :)

Giz

silver surfer 11-04-2008 11:43 PM

I want this mod but everything I try to do in my template simply will not allow the "manage banners" button/link show...

I have put this $insert_cybfibr command exactly after $vbphrase[miscellaneous]</td></tr> & the link will not show in my quicklinks drop down?!?!

I have also tried other areas to see if I can simply just get this to show...

Is there a url that is defaulted when this is clicked for example,

www.siteurl.com/managebanner.php ? ?

If I knew the link then I can just simply type it in the url but otherwise I cant use this for some strange reason...

My VB is: (vBulletin 3.7.0)

Any ideas or can anyone tell me the url the link defaults you to?!

Gizmo99 11-05-2008 05:32 AM

http://<your Board>/misc.php?do=cybbannman

Remember you can only see the link under Quick Links is you are a ****** SUPER ADMINISTRATORS ****** set in your config.php

Giz

murekhalir 11-11-2008 04:25 AM

hey..

i got this mod installed... i got it to display ads, and allows me to manage ads..

however it is not allowing a link to another site..

my site:

www.rogue-market.com

(the test ad is above the logo, the weird image, that is big).

I made it link to another site using the management... but its sitll not working.. any clue?

albibak 11-11-2008 12:58 PM

Thanks for this mod.
You can find a french translation here, and in attachement.

Nintendo-Daily 11-23-2008 12:47 AM

I've installed it correctly and even added my different banners using "Manage Banners" but I still cannot see any of the banners I made active.

Do I have to change the "Title Image" path in the stylevars to something else other than the default path?

bartek24m 11-25-2008 01:07 AM

Quote:

Originally Posted by midwestce (Post 1517610)
I am still having the issue with the hyperlink not showing up on the banner at all. Any insight on this?

Thanks.

probably you have doubled code in your forumhome template

please delete one of $cyb_flashimagebanners

and it will be work :)

i had the same problem but i solve it

Bye

TriMe 11-25-2008 11:30 PM

I had 2 issues that I rectified- maybe the author can put them in the first post. I'm using vB 3.7.4 patch level 1.

1. Fixed the security token error " Your submission could not be processed because a security token was missing."

Goto admincp -> in the following 3 templates: cyb_flashimagebanner, cyb_flashimagebanner_edit , cyb_flashimagebanner_manage
look for:
PHP Code:

<input type="hidden" name="securitytoken" value="$cybfibr_sectok/> 

under it add:

PHP Code:

<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/> 

2. In the instructions this optional step -> Open navbar template and add "$insert_cybfibr" after "$vbphrase[miscellaneous]</td></tr>" wasn't working for me, just add

PHP Code:

<a href="http://yoursite.com/misc.php?do=cybbannman">Manage Banners</a

where ever you want the link

dmknights 11-27-2008 11:13 AM

*Installed*
A Useful mod, however you will need to know basic HTML to know where to place the banners

TriMe 12-01-2008 01:58 PM

There is a settings for left and right margins, and they are set to 0. But I want to remove the top and bottom gap as well. What code so I have to alter to do that?

http://img184.imageshack.us/img184/2594/captureda2.jpg

Thanks in advance,

TriMe

ghisirds 12-04-2008 05:24 PM

Quote:

3. OPTIONAL (if link to manage banners page is not shown in Quick links menu):
Open navbar template and add "$insert_cybfibr" after "$vbphrase[miscellaneous]</td></tr>"
I did so, but does not appear.
how to manage it?
thanks




__________________
You have never see gift ideas like these? (idee regalo on italian)

Tauhid 12-05-2008 03:17 AM

this is absolutely awesome! thans cyb, u submit the best mods around here in vb.org...

TriMe 12-05-2008 01:06 PM

Did you include the " ?

Quote:

Originally Posted by ghisirds (Post 1678558)
I did so, but does not appear.
how to manage it?
thanks




__________________
You have never see gift ideas like these? (idee regalo on italian)


johnrizz 12-05-2008 07:04 PM

OK, I was receiving errors wend trying to run new banners. "Your submission could not be processed because a security token was missing." but after installing the update v1.7 it works fine now...

NIZMOZ 12-14-2008 11:39 PM

Guys, I have this installed and working on my forum fine, but on the VBadvanced page it's now showing up. Can anyone give me a reason why or help em get it working? Thank you!

www.zsport.org

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 10:51 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.01494 seconds
  • Memory Usage 1,857KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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