vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - VSa - Flash-Image Banner Rotator (https://vborg.vbsupport.ru/showthread.php?t=236174)

Valter 02-25-2010 09:27 AM

Have you added 'header' to template names (product options)?
Also make 'pages' setting field blank to show on all pages.

SteveV 02-25-2010 09:34 AM

1 Attachment(s)
This is how i have it now.

Tried both the yes and no option at "Add Banners automatically to forum header (top right)"
I am doing something wrong but i cant find what it is.

Hiks 02-25-2010 10:57 AM

Quote:

Originally Posted by TrailRecon (Post 1989110)
it is visible to guests as well, however it is broken and when clicked takes you to smileys...just fyi

Itis not visible to any logged in members other then the super admin...just non logged in "guests"

Great Mod thanks, any news when this will be fixed or how we can fix it?

MattZ DSLR 02-25-2010 01:13 PM

Quote:

Originally Posted by MattZ DSLR (Post 1989249)
I just noticed but banners overlap Chat box
Do you know How can I fix that?
When I have it on Floating "none" than it stays in the middle above chat
But when I go to right it overlaps VSa chatbox
Left pushes the chat to the right side

Still not workee :(

This is an amazing app with one draw back :(

Do you know how I can fix that overlapping on right side

Thank you

supportMM 02-27-2010 03:29 AM

Quote:

Originally Posted by SteveV (Post 1991089)
This is how i have it now.

Tried both the yes and no option at "Add Banners automatically to forum header (top right)"
I am doing something wrong but i cant find what it is.


I dunno if your doing something wrong, but were both in the same boat. Im trying to do exactly what your trying to do, and no go.

I even tried hard coding an html piece for the vbulletin ad system using the phrase, and it just wont show up.

supportMM 02-28-2010 09:54 AM

Bueller? Bueller? Bueller? LOL

andreamarucci 02-28-2010 02:39 PM

1 Attachment(s)
Maybe it's not possible bu I try. I would like to use this mod to put a rotating banner here.

Attachment 113287

Is it possible? If it's possible, how?

SteveV 02-28-2010 04:38 PM

We are trying to do the same andreamarucci but we can not get it to work either.

HRCHOSTING 02-28-2010 06:56 PM

Add me to the list too, I need that banner as andreamarucci showed.

I can only get it to display in the forumhome area, not site wide.

*Is this only for forums or will it work for CMS too?*

Valter 02-28-2010 07:39 PM

Forum only atm.

Btw improved version is coming...

HRCHOSTING 02-28-2010 07:55 PM

do you have an ETA on the CMS version? This mod would be perfect for me if that were available!

Valter 02-28-2010 09:29 PM

Quote:

Originally Posted by andreamarucci (Post 1993745)
Maybe it's not possible bu I try. I would like to use this mod to put a rotating banner here.

Attachment 113287

Is it possible? If it's possible, how?

I'll post new version soon.

Using new version do the following in product options:
- Disable auto-insertion
- Add 'navbar' to 'templates' setting
- Add 'margin-top:-30px;' to a new CSS setting (you can set -30 to different value if needed)

Then:
- Add '{vb:raw vsa_flashimagebanners}' to the top of 'navbar' template

Valter 02-28-2010 09:36 PM

v2.0.1 - Mar 01. 2010.
-Fixed: 'Manage Banners' link permissions
-Fixed: Positioning and insertion issues
-New: Ability to adjust CSS (ACP Option)
-New: Trim titles/links on Manage Banners page to save some space
-Note: Happy Independence Day to all Bosnians

To upgrade:
-Import XML, allow overwrite
-Revert product templates if modified

HRCHOSTING 02-28-2010 11:39 PM

Working now in the forums... Thanks!

When do you expect to have a working version for the CMS?

Alex@Mk3OC 03-01-2010 08:49 AM

Excellent mod, but I can't figure out how to place the banner in different places. I want it to go directly below the navbar, above the main forum display and the breadcrumb navigation links

andreamarucci 03-01-2010 11:07 AM

Quote:

Originally Posted by Valter (Post 1994036)
I'll post new version soon.

Using new version do the following in product options:
- Disable auto-insertion
- Add 'navbar' to 'templates' setting
- Add 'margin-top:-30px;' to a new CSS setting (you can set -30 to different value if needed)

Then:
- Add '{vb:raw vsa_flashimagebanners}' to the top of 'navbar' template

Thank you very much Valter. Discovered also where to put the additional css...

I've just donated to you since your support and your mode are invaluable...:D Thanks for everything...

Valter 03-01-2010 07:19 PM

I'm glad it works fine now. :-)

Thanks for your support!

Alex@Mk3OC 03-02-2010 11:59 AM

Quote:

Originally Posted by Alex@Mk3OC (Post 1994351)
Excellent mod, but I can't figure out how to place the banner in different places. I want it to go directly below the navbar, above the main forum display and the breadcrumb navigation links

Anyone got any ideas on the above?

Also is there anyway of using this with Google Adsense as well as regular banners?

valendono 03-02-2010 11:36 PM

this is only one position of banner ? how about multi position ? like header and footer ?

mawby 03-03-2010 02:14 PM

I have a small problem, in the plugin "VSa - Flash-Image Banner Rotator - OU" you use;

PHP Code:

 if (in_array($vbulletin->userinfo['userid'], preg_split('#\s*,\s*#s'$vbulletin->config['SpecialUsers']['superadministrators'], -1PREG_SPLIT_NO_EMPTY))) 

to determine if the Quick Links menu should have the "Manage Banners" item added, but in "VSa - Flash-Image Banner Rotator - SP" you use;

PHP Code:

if ($vbulletin->userinfo['usergroupid']=='6'

which means if a user group has super moderator permissions, but isn't group ID 6, they get the "Manage Banners" menu option but when it's clicked they are taken to a page of smilies!

EDIT TO ADD - This also applies to editing a banner where it checks for usergroupid==6 too.

SteveV 03-03-2010 06:55 PM

Do i add the 'margin-top:-30px";' to the VSA - Flash Image banner Rotator mod on the "Add CSS attributes" Line ?
Hmm never mind i found it but it is not what i thought it was ;)

I am still trying to get the banner to show up at the header1 place.
Added {vb:raw vsa_flashimagebanners} to header1 template and filled in header1 at Show "banners in these templates:"
Is header1 te correct name (tried header also but no go) ?

Blue91 03-08-2010 05:47 PM

1 Attachment(s)
I have this installed on my default style (testvb for now) and it's working great for me, just as your 3.8 version did. However, with the "vbulletin" logo, the spacing is much smaller than when I add my own logo (see attached pictures).

What do I need to alter to remove all the space that gets added under a logo image and the banner image?

Thanks!

neudimenxion 03-16-2010 05:08 AM

Installed.

But dunno how to insert the banner. I mean, I can see Manage Banner from Quick Link and follow the steps as attachment but it seem don't want to work. Pls help me.

HRCHOSTING 03-17-2010 01:28 PM

I just need this banner to show in all cms pages. is there any way that can be done?!?!

Don't mean to be rude, I do appreciate the addon but I've asked 3 times and can't get a response.

Maybe I'm overlooking the obvious? but I can't get the banner to show on any cms pages.

customcolor 03-18-2010 10:36 PM

i installed the banner also....but i cant get the flash banners to be clickable??

here is a link to the forums page..

http://www.foxvalleyreefclub.com/forums/forum.php

Antonio Pereira 03-19-2010 11:49 AM

Quote:

Originally Posted by Valter (Post 1994036)
- Add 'margin-top:-30px;' to a new CSS setting (you can set -30 to different value if needed)

This margin-top dont work on IE8 you have any fix for this?

Best Regards

jkcerda 03-21-2010 04:04 PM

Quote:

Originally Posted by Blue91 (Post 1999944)
I have this installed on my default style (testvb for now) and it's working great for me, just as your 3.8 version did. However, with the "vbulletin" logo, the spacing is much smaller than when I add my own logo (see attached pictures).

What do I need to alter to remove all the space that gets added under a logo image and the banner image?

Thanks!

how can you get the banners to show next to tjhe Title image?

jkcerda 03-21-2010 04:17 PM

Quote:

Originally Posted by Valter (Post 1994036)
I'll post new version soon.

Using new version do the following in product options:
- Disable auto-insertion
- Add 'navbar' to 'templates' setting
- Add 'margin-top:-30px;' to a new CSS setting (you can set -30 to different value if needed)

Then:
- Add '{vb:raw vsa_flashimagebanners}' to the top of 'navbar' template

thanks, will try it out.

WORKS, except I cang get it to line up with the title image or at least be closer to it



EDIT, I am using IE8 and just read above other have same issue.


https://vborg.vbsupport.ru/

Manoel J?nior 03-21-2010 07:39 PM

I'm not accomplishing the following:

TEMPLATE postbit_legacy

PHP Code:

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<
div class="postbit">
<
h3 class="posthead">&nbsp; &nbsp;Publicidade</h3>

<
div class="postbody"><br />
{
vb:raw vsa_flashimagebanners
</
div>

<
br />
<
br />
</
div>
</
vb:if> 

It appears the banner I added. How can I do?

rainierarms 03-22-2010 04:32 AM

Installed, then put banners in the forum/images/banner folder but nothing is showing up. What am I missing?

jkcerda 03-22-2010 04:43 AM

Quote:

Originally Posted by rainierarms (Post 2007928)
Installed, then put banners in the forum/images/banner folder but nothing is showing up. What am I missing?

is your path to the banners the one that appears in the VSA link?

for example, under BANNER, theres the path 'vsa_banners/'

are your banners in THAT folder?

Antonio Pereira 03-22-2010 11:11 AM

Quote:

Originally Posted by jkcerda (Post 2007626)
thanks, will try it out.

EDIT, I am using IE8 and just read above other have same issue.

Same here problem in IE8.

Fix for this please.

Best Regards

Antonio Pereira 03-22-2010 01:08 PM

Other Bug:
Wen i try to submit in:
Show banners in these templates: FORUMHOME, navbar

Only show in ForumHome.

And wen i submit
Show banners in these templates: navbar, FORUMHOME

Only show in navbar.

And of course the error in IE8.

Best Regards

rainierarms 03-22-2010 07:28 PM

Quote:

Originally Posted by jkcerda (Post 2007930)
is your path to the banners the one that appears in the VSA link?

for example, under BANNER, theres the path 'vsa_banners/'

are your banners in THAT folder?

Where is the VSA link? I don't know where to direct the links.

Manoel J?nior 03-22-2010 09:55 PM

Quote:

Originally Posted by Manoel J?nior (Post 2007726)
I'm not accomplishing the following:

TEMPLATE postbit_legacy

PHP Code:

<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<
div class="postbit">
<
h3 class="posthead">&nbsp; &nbsp;Publicidade</h3>

<
div class="postbody"><br />
{
vb:raw vsa_flashimagebanners
</
div>

<
br />
<
br />
</
div>
</
vb:if> 

It appears the banner I added. How can I do?

PLEASE!! HELP-ME!

jkcerda 03-23-2010 04:51 AM

Quote:

Originally Posted by rainierarms (Post 2008340)
Where is the VSA link? I don't know where to direct the links.

its in your quick links, click on that & select, manage banners, I LOVE this mod,,waited for it before I upgraded to VB4.0

just waiting for the fix in IE8, ALL the coders MODS are top notch :thumb:

Manoel J?nior 03-23-2010 10:26 PM

Quote:

Originally Posted by Manoel J?nior (Post 2008428)
PLEASE!! HELP-ME!

I realize now, that only the admins do not have access to seeing the advertisements.

And they are NOT in the list of groups ignored in mod.

jkcerda 03-27-2010 03:05 AM

Quote:

Originally Posted by jkcerda (Post 2007626)
thanks, will try it out.

WORKS, except I cang get it to line up with the title image or at least be closer to it



EDIT, I am using IE8 and just read above other have same issue.


https://vborg.vbsupport.ru/

ANY fix to line up the logo with the baners?

Juggernaut 03-29-2010 06:20 AM

I love this mod.

Razfaz 03-29-2010 07:29 AM

Show banners in these templates: header,footer
Not work!!! Only in the Header, wht can i do to show the banner in the footer?


All times are GMT. The time now is 01:05 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.01533 seconds
  • Memory Usage 1,846KB
  • 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_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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