Skip to content

Instantly share code, notes, and snippets.

View hanakin's full-sized avatar
🎯
Focusing

Michael Miday hanakin

🎯
Focusing
View GitHub Profile
#ULtimate Buffalo Chicken Recipe
_*Most recipes call for 2x cans of canned chicken, but meat on a shelf is WRONG! And bland!!!!*_
###Requirements:
- 1x High Power Mixer
![Mixer](http://ghk.h-cdn.co/assets/cm/15/11/54ff2bb429153-cuisinart-power-advantage-plus-9-speed-hand-mixer-1110-s3.jpg)
- 1x Large Mixing Bowl
![Bowl](http://www.ramkitchen.com/images/catalog/category93.jpg)
@hanakin
hanakin / phpbb-theme-toc.md
Last active September 15, 2016 14:37
This is a table of contents, checklist, and progression chart for new phpbb theme development
<div class="c-card t-card">
<div class="c-card-body t-block">
<div class="c-card-media t-card-media">
<svg class="o-icon c-card-media-icon t-card-media-icon c-card-media-icon-read t-card-media-icon-read"><use xlink:href="#forum"></use></svg>
</div>
<div class="c-card-info t-card-info">
<h4 class="c-card-title t-card-title">
<a class="c-card-title-link t-card-title-link" href="#">Chit Chat</a>
</h4>
@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
@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 / 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.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_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');
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 / 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