Skip to content

Instantly share code, notes, and snippets.

View hanakin's full-sized avatar
🎯
Focusing

Michael Miday hanakin

🎯
Focusing
View GitHub Profile
ACT 1:
- Dark wood: follow path
- Tree: random
- wp: random
- Black marsh
- wp: random
- tower: random
- Tower Levels: Left
- Tamoe Highland: top right
- Outer Cloister: 3 Maps (Left WP = Go bottom right, Center Cross with top right wp = Go straight, Right WP with nothing in middle, Go top left)
@hanakin
hanakin / prosilver_changes_3.2.9_to_3.3.0-css.diff
Created May 13, 2020 19:56
phpBB 3.2.9 to 3.3.0 prosilver changes
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index ffaa71034f..04a895873c 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -149,7 +149,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
}
.site_logo {
- background-image: url("./images/site_logo.gif");
+ background-image: url("./images/site_logo.svg");
@hanakin
hanakin / chameleon-101-ep1-transcript.txt
Created April 3, 2019 08:23
Chameleon 101 EP1 Transcript
Hello everyone
I am hanakin from phpBB. I am the Front-end Development Lead
and today I am going to provide some much needed insights and information on the new theme.
I know it has been awhile since the blog post, and I promised to provide more details. I apologize that it has taken this long, but I recently switched jobs and had to move. I am still trying to get settled finding a place etc...So please have be patience with me.
There is a lot of development todo still and a lot of information that I need to provide you.
@hanakin
hanakin / poe-guide.md
Last active September 4, 2018 04:10
poe guide

Legend

  • 🏆 Reward
  • ➡️ Go here
  • 🔯 Get the WP in this area
  • 🗣️ Speak to this
  • ☠️ Kill this
  • ❓ Help this
  • 🔎 Find this
  • 🚪 Open this
  • 🗺️ Map tip
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index cf21ac216..ffaa71034 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -409,14 +409,9 @@ dl.faq dt {
/* Quote block */
blockquote {
background-color: #EBEADD;
- background-image: url("./images/quote.gif");
border-color:#DBDBCE;
@hanakin
hanakin / 3.1.11-3.2.1_js_changes.diff
Created December 4, 2017 22:38
3.1.11-3.2.1_js_changes.diff
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js
index ec9b53328..6903ad226 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -26,7 +26,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) {
});
// Mark subforums read
- $('a.subforum[class*="unread"]').removeClass('unread').addClass('read');
+ $('a.subforum[class*="unread"]').removeClass('unread').addClass('read').children('.icon.icon-red').removeClass('icon-red').addClass('icon-blue');
@hanakin
hanakin / 3.1.11-3.2.1_html_changes.diff
Created December 4, 2017 22:36
3.1.11-3.2.1_html_changes.diff
diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html
index 4546f53d6..0978d9189 100644
--- a/phpBB/styles/prosilver/template/attachment.html
+++ b/phpBB/styles/prosilver/template/attachment.html
@@ -29,36 +29,7 @@
</dl>
<!-- ENDIF -->
- <!-- IF _file.S_WM_FILE -->
- <!-- method used here from http://alistapart.com/articles/byebyeembed / autosizing seems to not work always, this will not fix -->
@hanakin
hanakin / 3.1.11-3.2.1_css_changes.diff
Created December 4, 2017 22:33
3.1.11-3.2.1_css_changes.diff
diff --git a/phpBB/styles/prosilver/theme/base.css b/phpBB/styles/prosilver/theme/base.css
new file mode 100644
index 000000000..98c57d926
--- /dev/null
+++ b/phpBB/styles/prosilver/theme/base.css
@@ -0,0 +1,115 @@
+/* --------------------------------------------------------------
+ $Base
+-------------------------------------------------------------- */
+
@hanakin
hanakin / 3.2.0-3.2.1-css.diff
Last active September 9, 2017 12:06
style changes diffs
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css
index 5e9b4cfb2..70cfb83a7 100644
--- a/phpBB/styles/prosilver/theme/bidi.css
+++ b/phpBB/styles/prosilver/theme/bidi.css
@@ -13,6 +13,10 @@
text-align: left;
}
+.rtl p.jumpbox-return {
+ float: right;
@hanakin
hanakin / prosilver_changes_3.1.10-3.2.0.diff
Created March 28, 2017 19:22
code changes for proliver 3.1.10 -> 3.2.0
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg
index 300a831..7252820 100644
--- a/phpBB/styles/prosilver/style.cfg
+++ b/phpBB/styles/prosilver/style.cfg
@@ -21,8 +21,8 @@
# General Information about this style
name = prosilver
copyright = © phpBB Limited, 2007
-style_version = 3.1.10
-phpbb_version = 3.1.10