Skip to content

Conversation

@koreus
Copy link
Contributor

@koreus koreus commented Feb 4, 2025

Fix subforum not expanding
With latest bootstrap version class="in" was replaced by class="show"

Removed Warning: Undefined array key "subforum"
by adding a default:false value

Koreus and others added 3 commits February 4, 2025 11:06
Normally it is better to check for `!empty()`, otherwise it will internally still issue a warning.

If you checking for a particular value, then using something like 

`<{if isset($x)  && $x == 5 }>`

works pretty well
@mambax7
Copy link
Collaborator

mambax7 commented Feb 4, 2025

Thank you!
Can you test the changes I just submitted, and if they work for you?

@koreus
Copy link
Contributor Author

koreus commented Feb 4, 2025

Thank you! Can you test the changes I just submitted, and if they work for you?

All good for me

Theme was not saved in session, only in database
So Xoops was displaying the old theme
@mambax7 mambax7 merged commit e5dcef8 into XOOPS:master Feb 4, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants