Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - live627
121
Features / Re: More sidebar complications...
« on June 30th, 2013, 11:07 PM »
What about a single tap?
122
The Pub / Re: Infinite Scroll
« on June 30th, 2013, 07:16 PM »
Why would plugins be a problem? Theoretical guessing?
123
Features / Re: More sidebar complications...
« on June 30th, 2013, 12:55 AM »
I use it to open links in new tabs all the time. So much easier than Ctrl+Click...
124
Features / Re: More sidebar complications...
« on June 30th, 2013, 12:48 AM »
Quote
As for the middle button click, I'm guessing no one is bothered by it, since I got no complaints..?
Click where?
125
Archived fixes / Template logic error for unapproved topics
« on June 29th, 2013, 11:27 PM »
Code: [Select]
Index: I:/Backups/Linux Drive/john/repos/arantor_wedge/trunk/Themes/default/MessageIndex.template.php
===================================================================
--- I:/Backups/Linux Drive/john/repos/arantor_wedge/trunk/Themes/default/MessageIndex.template.php (revision 2166)
+++ I:/Backups/Linux Drive/john/repos/arantor_wedge/trunk/Themes/default/MessageIndex.template.php (working copy)
@@ -111,7 +111,7 @@
  <td class="subject ', $alternate_class, '">
  <div', (!empty($topic['quick_mod']['modify']) ? ' id="topic_' . $topic['id'] . '" ondblclick="modify_topic(' . $topic['id'] . ', ' . $topic['first_post']['id'] . ');"' : ''), '>
  <span id="msg_' . $topic['first_post']['id'] . '">', $topic['new'] && we::$is_member ? $topic['new_link'] : $topic['first_post']['link'],
- !$context['can_approve_posts'] && !$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : '', '</span>';
+ $context['can_approve_posts'] && !$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : '', '</span>';
 
  // Is this topic new? (assuming they are logged in!)
  if ($topic['new'] && we::$is_member)
126
Features / Re: More useless nonsense
« on June 29th, 2013, 09:12 PM »
ouch
127
Features / Re: More useless nonsense
« on June 29th, 2013, 08:04 PM »
Quote
Right now the installer pushes everything to MyISAM
Couldn't it be modified to push InnoDB without worries?
128
I truncated it and only it.
129
Archived fixes / Just emptied the boards table and got an error
« on June 29th, 2013, 09:43 AM »

Notice: Undefined offset: 0 in I:\www\wedge\trunk\Sources\Subs-BoardIndex.php on line 476


The mod category still shows up just fine.

Will this happen to some crazy person other than me?
130
Features / Re: More sidebar complications...
« on June 29th, 2013, 01:49 AM »
me likey!
131
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 29th, 2013, 01:42 AM »
Quote
Oh, and btw... Why is the Move notifier called 'move', when others have a 's' at the end..? (likes, mentions)
I  named  it but  you can change it. My reasoning was that it always notifies on a single topic because one topic was moved at a time.
132
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 23rd, 2013, 04:22 AM »
hehehe award image instead of user avatar
133
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 22nd, 2013, 11:33 PM »
Quote
And it was a good idea, and it should be extensible. Maybe a crazy plugin author gets a good idea and implements something else for their notifier, it doesn't hurt to keep that option open.
* live627 chuckles

And that crazy author is me.
134
Plugins / Re: Team List
« on June 22nd, 2013, 01:49 AM »
Got user menus running.

135
The culprit is
Code: [Select]
.mimenu ul