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.
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 »As for the middle button click, I'm guessing no one is bothered by it, since I got no complaints..?
125
Archived fixes / Template logic error for unapproved topics
« on June 29th, 2013, 11:27 PM »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)
127
Features / Re: More useless nonsense
« on June 29th, 2013, 08:04 PM »Right now the installer pushes everything to MyISAM
128
Archived fixes / Re: Just emptied the boards table and got an error
« on June 29th, 2013, 07:51 PM »
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?
131
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 29th, 2013, 01:42 AM »Oh, and btw... Why is the Move notifier called 'move', when others have a 's' at the end..? (likes, mentions)
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 »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.
135
Archived fixes / Re: Incorrect list styling in the notifications window
« on June 21st, 2013, 03:49 AM »
The culprit is Code: [Select]
.mimenu ul