Skip to content

Instantly share code, notes, and snippets.

View imarklee's full-sized avatar

Mark Lee imarklee

View GitHub Profile
@imarklee
imarklee / world
Created February 6, 2015 18:42
hello
<?php
echo "Hello"
@imarklee
imarklee / testing
Created February 6, 2015 18:42
testing
<?php
echo "Hello"
@imarklee
imarklee / com_jbjobs.xml
Created February 6, 2015 18:43
joombah
<install>
<sql>
<file charset="utf8" driver="mysql">install.jbjobs.sql</file>
</sql>
</install>
@imarklee
imarklee / Default (OSX).sublime-keymap
Created February 6, 2015 18:47
sublime key bindings
[
{ "keys": ["f1"], "command": "toggle_side_bar" },
{ "keys": ["f3"], "command": "find_next" },
{ "keys": ["f4"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["f10"], "command": "gist" }
]
@imarklee
imarklee / view replies
Created February 6, 2015 18:48
View replies easydiscuss
<?php if (($category->canViewReplies() && $post->assignment->assignee_id == $my->id) || DiscussHelper::isSiteAdmin()){ ?>
require_once(JPATH_ROOT . '/components/com_easyblog/router.php');
@imarklee
imarklee / view.ejax.php
Created February 12, 2015 16:51
fix for calendar
require_once(JPATH_ROOT . '/components/com_easyblog/router.php');
@imarklee
imarklee / gist:35accd5f053bf71af42d
Created February 14, 2015 15:10
fix ja purity iii
#eblog-wrapper.eblog-origami .blog-meta {
width: 55px !important;
}
@imarklee
imarklee / gist:2d39a807608534e72378
Created February 15, 2015 06:58
yoo_aurora toolbar width fix
.tm-toolbar {
width: 46.8% !important;
display: block !important;
}
@imarklee
imarklee / dashboard.write.options.php
Created February 15, 2015 07:04
hide send notification emails
<li style="display: none;">
<label><?php echo JText::_('COM_EASYBLOG_BLOGS_BLOG_SEND_NOTIFICATION_EMAILS'); ?> :</label>
<div style="margin-top:4px">
<?php echo $this->renderCheckbox( 'send_notification_emails' , $send_notification_emails );?>
</div>
</li>