[TH] Holidays [Deleted]

Is there any way that I could put 'Find member' search under the tab Members?
No its just on the 'Whats New'..

Thanks 🙂

Skjermbilde 2021-10-17 kl. 11.48.15.webp
 
You can edit the size of those icons in your admin control panel.

Appearance -> Holidays -> Christmas -> Styling

Code:
         background-image: url('styles/themehouse/holidays/winter/ribbon.png');
                    background-size: contain;
                    background-repeat: no-repeat;

                    transform: rotate(-30deg);

                    width: 40px;
                    height: 40px;
                }

In my example above, I changed the RIBBON (left in your example) from 20px to 40px.
 
Is there any way that I could put 'Find member' search under the tab Members?
No its just on the 'Whats New'..

Thanks 🙂

View attachment 258731
You'd probably be best creating a thread somewhere else about that, not sure what it's got to do with this addon (also doesn't seem to be a default feature anyway from what I can see).
I also wonder if there is a chance to make this icons bigger?
Or if I can change the icons?

View attachment 258732
@Rhody just beat me to it :)
 
The Holiday addon is a great tweak that people will notice and appreciate. However, that appreciation diminishes rapidly. After a few seconds, I find myself wanting to smash the bats. Can I make an adjustment to slow them down and/or only show on the forum index?
 
Can I make an adjustment to slow them down and/or only show on the forum index?
You can adjust the number of bats (or other holiday effects) on the screen at the same time (between 1 & 25)...I have mine set on 5.

To do this go to:

  • "Appearance" section of XF admin area.
  • Click on "Holidays".
  • Click on the holiday name you want to adjust.

On this page there are 3 tabs that can be clicked on (Options, Effects, Styling). Here's where adjustments can be made.

As far as where to display the holiday effects. No setting I see for this adjustment...may need to make custom modifications on individual templates.

HTH:)

p.s. I should also mention that if you have individual forum members who absolutely hate the holiday effects (there's always at least one)! Lol

If they go to their account "Preferences"...there's a check-box to "Disable Holiday Styling":

Screen Shot 2021-10-30 at 3.38.36 PM.webp
 
Last edited:
I have a Christmas forum, therefore I have snow everyday (and Im lovin' it!)
But a few members find it annoying.
Is there a way members can turn it off (the snow) for them self?
(not the Holiday styling, just the snow)
 
I have a Christmas forum, therefore I have snow everyday (and Im lovin' it!)
But a few members find it annoying.
Is there a way members can turn it off (the snow) for them self?
See above:
p.s. I should also mention that if you have individual forum members who absolutely hate the holiday effects (there's always at least one)! Lol

If they go to their account "Preferences"...there's a check-box to "Disable Holiday Styling":

View attachment 259420
 
You can easily turn the snow off for the whole forum, or they can turn the theme off individually with that setting.
 
Oh, then no, there's not a per-user setting for a specific aspect of the effects like that I'm afraid.
Happy holidays! I love the holiday theme and I would like to know is it possible to have less snowfall? It looks like a snowstorm when I have the dark theme turned on.

Never mind. I figured it out :X3:

VwIhrav.png
 
Yea you can change the snow fall by adjusting the "Snowflake Count" setting.

From ADCP:
Go to Appearance -> Holidays -> (Christmas or Winter) -> Effects -> Snowstorm -> Snowflake Count #
 
Hi thank you for your stunning work :)

I've an issue installing the add-on

Code:
Error: Class 'Carbon\Carbon' not found in src/addons/ThemeHouse/Holidays/Entity/Holiday.php at line 116
ThemeHouse\Holidays\Entity\Holiday->isActive() in src/addons/ThemeHouse/Holidays/Repository/Holiday.php at line 76
ThemeHouse\Holidays\Repository\Holiday->getCurrentHoliday() in src/addons/ThemeHouse/Holidays/Repository/Holiday.php at line 54
ThemeHouse\Holidays\Repository\Holiday->setCurrentHoliday() in src/addons/ThemeHouse/Holidays/Entity/Holiday.php at line 189
ThemeHouse\Holidays\Entity\Holiday->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1270
XF\Mvc\Entity\Entity->save() in src/addons/ThemeHouse/Holidays/Setup.php at line 156
ThemeHouse\Holidays\Setup->applyDefaultHolidays() in src/addons/ThemeHouse/Holidays/Setup.php at line 136
ThemeHouse\Holidays\Setup->postUpgrade() in src/XF/AddOn/AddOn.php at line 587
XF\AddOn\AddOn->postUpgrade() in src/XF/Admin/Controller/AddOn.php at line 768
XF\Admin\Controller\AddOn->actionFinalize() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 263
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
XF\App->run() in src/XF.php at line 517
XF::runApp() in admin.php at line 13

Can you please help me?
 
Back
Top Bottom