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)

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.


All times are GMT. The time now is 04:01 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.01415 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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