diff --git a/meta/issue.js b/meta/issue.js
new file mode 100644
index 0000000..921f28b
--- /dev/null
+++ b/meta/issue.js
@@ -0,0 +1,14 @@
+document.querySelectorAll('.issue-button').forEach(button => {
+ button.addEventListener('click', function() {
+ const parentDiv = this.parentElement; // Get the parent div with class "issue"
+ const hiddenElements = parentDiv.querySelectorAll('.issue-detail'); // Select hidden elements within this div
+
+ // Hide the button
+ this.style.display = 'none';
+
+ // Show the hidden elements
+ hiddenElements.forEach(element => {
+ element.style.display = 'block';
+ });
+ });
+});
\ No newline at end of file
diff --git a/meta/main.css b/meta/main.css
index 2c406f8..ad72efd 100644
--- a/meta/main.css
+++ b/meta/main.css
@@ -26,8 +26,13 @@ img.pfp {width:150px;height:150px;object-fit: cover;margin-right:10px;border-rad
p.mem {flex: 1;}
img.ico {vertical-align: middle}
+div.issue {border-color:red;color:red;width:100%;text-align:center}
+div.issue h2 {color:red}
+button.issue-button {outline: 2px solid red}
+.issue-detail {display:none}
+
/* Gallery */
-div.gallery {position: relative; overflow: hidden;}
+div.gallery {position: relative; overflow: hidden;width:100%}
img.slide {width:100%}
img.arrow {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;}
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}
diff --git a/support.html b/support.html
index 315478c..4dd1c28 100644
--- a/support.html
+++ b/support.html
@@ -12,6 +12,7 @@
+
@@ -23,6 +24,7 @@
(enable autoplay on your browser for the music to continue playing throughout the website)
+
Support
@@ -36,6 +38,13 @@
Check it with this tool, otherwise ask for help in the #support channel on Discord.
Why did the gift button dissappear?
Gifting was available using a WiiConnect24 revival. Unfortunately we were asked to stop sending out gifts via their service.
+
How do I change the region?
+
+
+
+
+
+
Go to Wii Shop settings and look for the Change Region button.
Title-related
@@ -45,7 +54,7 @@
Install Priiloader and enable the
Region Free EVERYTHING option in System Menu Hacks, then launch it again.
What is the old banner WiiMart?
-
+
@@ -72,7 +81,49 @@
numbers are stored, in the SOAP database with encryption.
-
+
User Agreements
+
+
+
+
+
If you've come across this screen then the following will help. Click on that User Agreements button, if it takes you to the Wii Menu then you can go to it manually.
+
Precaution: Please make sure you do not have a DNS set that interferes with the EULA. (e.g. str2hax)
+
Accepting the User Agreements
+
+
Click on the bottom right Wii icon to go to Wii Options, then click on Wii System Settings.
+
+
Go to page 2 and click on Internet, then click on User Agreements.
+
+
+
+
Manually Downloading the EULA
+
Before you go to the User Agreements you will need to install the vWii EULA applet.
+
Download the System Channel Restorer app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).
+
+
The homebrew app will look like this.
+
+
Press A to select the EULA, you can also get other channels while here.
+
+
Press the + START button to begin downloading. Once it is done, proceed with this guide.
+
+
+
Click on Yes.
+
+
+
+
How to bypass WiiConnect24 'not offered' message
+
This screen appears because the console is set to a country that was not supported by the original Wii Network Services.
+
Try switching to a country that youthink is supported (e.g. United States for North America, United Kingdom for Europe, etc.)
+
+
+
+
+
Click on Next.
+
+
Click on the I ACCEPT button, you'll now return to the Wii Menu.