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)
-   -   Forum Home Enhancements - Seasonal Forum Effects (https://vborg.vbsupport.ru/showthread.php?t=132657)

TrueDeath 11-30-2006 05:48 PM

Quote:

Originally Posted by buurman (Post 1128555)
Thx, *CLICKs INSTALL* nice mod, and easy!

What do I have to edit to get the snow only on my CMPS Advanced Homepage, like a extra option?

Thx!

Simply add

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

to the CMPS Homepage template, and remove it from 'FORUMHOME' template.

kfiasche81 12-02-2006 10:10 AM

Snow Large Flake not display on full page! why?

Foxsake 12-02-2006 10:41 AM

Quote:

Originally Posted by d8tabyte (Post 1127697)
I am getting this in the admin CP

Seasonal Effect
Choose the seasonal effect do you want to use
select:piped 0|Snow pixels 1|Snow Large Flake 2|Snow Small Flake 3|Bats 4|Ghosts 5|Witches 6|Fireworks Pixel 7|Fireworks Pixel 2 8|Fireworks Animation 9|Hearts 10|Heart Hug

no drop down.. I have uninstalled and reinstalled product....

I get this also?:confused:

xfaethorx 12-03-2006 05:14 AM

if you change the height option in the scripts it will snow down the full screen on I.E but not on firefox , anyone know how to change the settings in the scripts for firefox to match that of I.E?

I think firefox is working out the snow fall from the size of the screen and not the size of the page so when you scroll down it is only snowing for the number of pixels in the inital draw of the browser window. Anyone savvy enough with these scripts to rectify that?

Shazz 12-03-2006 05:18 AM

Lags a ton in forum area =\

alawee.blawee 12-03-2006 05:49 AM

Extraordinary Fabiulous Fantastic

xfaethorx 12-03-2006 06:41 AM

Quote:

Originally Posted by Shazz (Post 1130532)
Lags a ton in forum area =\

haven't you complained about that already in this thread? I have it running on my board and its made little to no difference on the board processing.

Not for nothing but if you don't like the hack then don't use it and let other people make their minds up about it. That or propose a way to "speed" the code for yourself, propose an alternative hack or try to give people enough information so that they can help you to fix the your problem.

ecansel 12-03-2006 11:40 AM

Thankyou very much working perfect.. Installed

cunder 12-03-2006 12:35 PM

Quote:

Originally Posted by TrueDeath (Post 1128847)
Simply add

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

to the CMPS Homepage template, and remove it from 'FORUMHOME' template.

which template to put this of vBadvanced:surprised:

Shazz 12-03-2006 01:19 PM

Quote:

Originally Posted by cunder (Post 1130733)
which template to put this of vBadvanced:surprised:

Anyone works

beduino 12-03-2006 06:01 PM

A goooood question.
I try in adv_portal and don't works :(
All the best
Beduino

smoknz28 12-03-2006 06:36 PM

Installed on vB 3.6.3 and working as advertised. ;)

Thanks for sharing this with the rest of us. :)

Shazz 12-03-2006 06:39 PM

Quote:

Originally Posted by beduino (Post 1131005)
A goooood question.
I try in adv_portal and don't works :(
All the best
Beduino

Make a custom template
Hook it up to your vBadvanced
Then place the code that was givin above..
it should work
Ive tried it in all mine and it did the same

Q139 12-03-2006 07:39 PM

Quote:

Originally Posted by beduino (Post 1131005)
A goooood question.
I try in adv_portal and don't works :(
All the best
Beduino

I edited the location of the java scripts

Code:

<script type="text/javascript" src="/forum/season/$vboptions[guidesvbs_type].js"></script>
and edited the location of the image files in the java scripts

Code:

var snowsrc="/forum/season/ghost/snow2.gif"
or you could place another season folder in you adv_portal directory...

TrueDeath 12-03-2006 10:08 PM

Quote:

Originally Posted by beduino (Post 1131005)
A goooood question.
I try in adv_portal and don't works :(
All the best
Beduino

Upload the Season folder to the root directory (as said above),

I didnt realize as i usually work by using vBulletin as my root + changing index to forums.php.

But yeh then it should work :).

blogtorank 12-04-2006 01:02 AM

This is one kick ass addon!!!!!!!! Works perfect for me in all browsers IE, FF, Opera, Konqueror.. Does NOT hog my bandwidth NOR does it lag. Great hack man!

haris_led 12-04-2006 02:12 AM

This is a very good hack, and i combined it with a user profile field :)
From now on, my users can enable, or disable it :)

But i had the same problem with some other guys, that said that in firefox (and opera) the snowflakes(and the hearts, etc) dissapear quickly, and they do not drop down to the end of the page.

I did change the 2.js file (for small snowflakes) to 1000 pixels, but there was no difference :(

Although, in IE this works fine, to the end of the page.

Any solution?
Thanks again :)

blogtorank 12-04-2006 03:02 AM

Quote:

Originally Posted by haris_led (Post 1131344)
This is a very good hack, and i combined it with a user profile field :)
From now on, my users can enable, or disable it :)

But i had the same problem with some other guys, that said that in firefox (and opera) the snowflakes(and the hearts, etc) dissapear quickly, and they do not drop down to the end of the page.

I did change the 2.js file (for small snowflakes) to 1000 pixels, but there was no difference :(

Although, in IE this works fine, to the end of the page.

Any solution?
Thanks again :)

Would you mind sharing your idea on how you did the enable or disable here in the user profile field, if you don't mind.. :chinese:

haris_led 12-04-2006 10:47 AM

Quote:

Originally Posted by blogtorank (Post 1131364)
Would you mind sharing your idea on how you did the enable or disable here in the user profile field, if you don't mind.. :chinese:

Of course :)

Before making the template edits, do theese:
1) AdminCP -> User Profile Fields -> Add New User Profile Field
2) Choose "Single Selection Radio Buttons"
3) Fill in all required fields and insert two values in the Options Box: (seperated with a return)
YES
NO

4) Set "Default" to YES
5) Hit "Save" and memorize the name of your field, in my case it's "field8".
6) Now, instead of adding
Code:

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

at the top of the header, add this:
Code:

<!-- Start vBGuides Season -->
<if condition="$bbuserinfo['fieldX']=='YES'">
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
</if>
<!-- End vBGuides Season -->

7)Also, instead of adding
Code:

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

in forumhome, add this:
Code:

<!-- Start vBGuides Season -->
<if condition="$bbuserinfo['fieldX']=='YES'">
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
</if>
<!-- End vBGuides Season -->

You should replace the fieldX to the one specified on step 5 :)

Known bug: If i set from acp the default to YES, it does not show the snowflakes, but my users, must set it to yes from user cp, and save, to see them. Any ideas to make it working for all users, without having to enable it for the first time?

alawee.blawee 12-04-2006 04:01 PM

man can i ask you if you faced some problems installing this hack?

coz the shapes sometimes go out from the screen and create a bar down the page destroying the fixed width

heeeeeeeeeeeeeeeelp heeeeeeeeeeeeeeeeelp

ukDesign 12-04-2006 07:47 PM

great hack thanks.

blogtorank 12-04-2006 08:39 PM

Σας ευχαριστούμε πάρα πολΰ !!!!

Quote:

Originally Posted by haris_led (Post 1131522)
Of course :)

Before making the template edits, do theese:
1) AdminCP -> User Profile Fields -> Add New User Profile Field
2) Choose "Single Selection Radio Buttons"
3) Fill in all required fields and insert two values in the Options Box: (seperated with a return)
YES
NO

4) Set "Default" to YES
5) Hit "Save" and memorize the name of your field, in my case it's "field8".
6) Now, instead of adding
Code:

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

at the top of the header, add this:
Code:

<!-- Start vBGuides Season -->
<if condition="$bbuserinfo['fieldX']=='YES'">
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
</if>
<!-- End vBGuides Season -->

7)Also, instead of adding
Code:

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

in forumhome, add this:
Code:

<!-- Start vBGuides Season -->
<if condition="$bbuserinfo['fieldX']=='YES'">
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
</if>
<!-- End vBGuides Season -->

You should replace the fieldX to the one specified on step 5 :)

Known bug: If i set from acp the default to YES, it does not show the snowflakes, but my users, must set it to yes from user cp, and save, to see them. Any ideas to make it working for all users, without having to enable it for the first time?


haris_led 12-05-2006 01:10 AM

Quote:

Originally Posted by blogtorank (Post 1131922)
Σας ευχαριστούμε πάρα πολΰ !!!!

να στε καλά! :D hehehe

bada_bing 12-05-2006 01:20 AM

Any chance this works with VB 3.5.x ?

TrueDeath 12-05-2006 06:28 AM

Quote:

Originally Posted by haris_led (Post 1131522)
Of course :)
Known bug: If i set from acp the default to YES, it does not show the snowflakes, but my users, must set it to yes from user cp, and save, to see them. Any ideas to make it working for all users, without having to enable it for the first time?

You could always run a mysql query to update the field to yes for every user rather than it being empty.

Quote:

Originally Posted by bada_bing (Post 1132123)
Any chance this works with VB 3.5.x ?

Yes it should work in 3.5.x

alawee.blawee 12-05-2006 09:05 AM

Sir

I applyed your hack but I'm having a problem with the page size

shown in the attachment below

can you help me please fixing it?

Q139 12-05-2006 09:33 PM

I used the method posted here to let the members turn it off and on...works perfectly....

https://vborg.vbsupport.ru/showthread.php?t=99991

Look below "Few addons for this modification."

krazycivik 12-06-2006 11:18 PM

awsome thank you

blind-eddie 12-07-2006 01:25 PM

Nice hack,....I installed it......works great....I dont see a installed button here

blind-eddie 12-07-2006 01:27 PM

what is the Portal Output Global Variables so I can have it work on vba pages?

Jack Crazy 12-10-2006 07:19 AM

any support for those having the problem in the admin cp as i'm having the same problem.. no drop down.. just that text

blind-eddie 12-10-2006 11:26 AM

Quote:

Originally Posted by alawee.blawee (Post 1132294)
Sir

I applyed your hack but I'm having a problem with the page size

shown in the attachment below


can you help me please fixing it?


The forums have nothing to do with your page breaking. Do you have a banner? Looks to me like your banner size needs to be changed.

TrueDeath 12-10-2006 12:35 PM

Quote:

Originally Posted by Jack Crazy (Post 1135565)
any support for those having the problem in the admin cp as i'm having the same problem.. no drop down.. just that text

Im not sure why this is happening,

Can you send me a copy of the hacks you have installed via pm.

JamieLee2k 12-10-2006 01:12 PM

There is an issue with Firefox and this effect, Can you please try and fix this problem, It goes down half the screen on a 1024x768 or a full screen at 1200x1024

Dermo-MIO 12-10-2006 08:18 PM

Quote:

Originally Posted by JamieLee2k (Post 1135663)
There is an issue with Firefox and this effect, Can you please try and fix this problem, It goes down half the screen on a 1024x768 or a full screen at 1200x1024

i noticed that aswell i thought it was just because of my flashbox but then i read your post and seen it worked on IE7 fully

alawee.blawee 12-10-2006 09:45 PM

Quote:

Originally Posted by blind-eddie (Post 1135623)
The forums have nothing to do with your page breaking. Do you have a banner? Looks to me like your banner size needs to be changed.

already did

deleted the banner even:D

and i have the same problem

UNRE4L 12-11-2006 09:36 PM

I really liked this, but it only works properly in firefox for me.

In IE 7 the snow is laggy and doesnt flow, it also only sends one lot of snow down :S

blind-eddie 12-11-2006 09:50 PM

Wow this uses alot of bandwidth.......

EDIT: This does NOT use alot of bandwidth.......

TheWhite 12-16-2006 03:19 AM

Great work man, some themes ca be eliminated cause they really don't do much other then that cheers dude!!!!! ;)

emmanuel132 12-16-2006 04:47 AM

i love it thank U


All times are GMT. The time now is 01:28 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.01594 seconds
  • Memory Usage 1,845KB
  • 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
  • (10)bbcode_code_printable
  • (18)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