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.
61
Archived fixes / array_flip()
« on May 5th, 2013, 04:10 PM »
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /wedge/Sources/Subs-Cache.php on line 668
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /wedge/Sources/Subs-Cache.php on line 668
in some boards the error above shows up
Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /wedge/Sources/Subs-Cache.php on line 668
in some boards the error above shows up
63
Archived fixes / menu height
« on April 25th, 2013, 05:52 PM »
with in the last day or so the menu height seems to have shrunk. the background of the home button should be within the the lower border and not go out of it imo.

opera
wuthering theme

opera
wuthering theme
64
Bug reports / Re: quote sent pm
« on April 22nd, 2013, 10:17 PM »
then that would be why i did not have an issue... i dont usually preview a pm i am sending before i send it.
i tested a preview with a quote from a pm to another user and no error message [on sm.org] but then this issue/bug should be discussed on sm.org and not here
Posted: April 22nd, 2013, 10:15 PM
i tested a preview with a quote from a pm to another user and no error message [on sm.org] but then this issue/bug should be discussed on sm.org and not here
65
Bug reports / Re: quote sent pm
« on April 22nd, 2013, 10:01 PM »
actually that is not true, i just did that a few days ago with no problem at all.
actually on sm.org if you quote a pm that you already sent the next screen does not have a recipient filled in so you can send the message to anyone.
actually on sm.org if you quote a pm that you already sent the next screen does not have a recipient filled in so you can send the message to anyone.
66
Archived fixes / Re: Wireless Theme Image Bug
« on April 22nd, 2013, 09:29 PM »
i was not reporting it to him as a bug i was asking him about it. i just never got around to making a topic for it.
67
Bug reports / Re: quote sent pm
« on April 22nd, 2013, 02:38 PM »
i mean the sent box not the inbox. or do you mean use conversation mode which would show the messages you sent?
Quote from emanuele on April 22nd, 2013, 02:03 PM is this a 2.1 only feature? i have not had issues that i can recall quoting a pm i sent to another person to someone else with smf 2.0.
imo this is a dumb feature if it was added to 2.1.
Posted: April 22nd, 2013, 02:36 PM
Quote from Nao on April 22nd, 2013, 01:54 PM And yes, it has annoyed me a couple of times, too... ;) (Not being able to quote my own sent PMs.)* emanuele joins the group of the annoyed by this behaviour and brings some wine (just for fun)
imo this is a dumb feature if it was added to 2.1.
68
Archived fixes / moderation log and non-moderators
« on April 22nd, 2013, 02:19 PM »
if a user is not a moderator but has the ability to do some moderation actions like locking a thread [i would assume moving a thread as well] these actions are never logged in the moderation log so there is no trace as to who had locked/moved etc the thread. it could be useful to know that a user [thread starter etc] did a moderation action on the thread and that a ghost did not do it.
this is also an issue with smf not just wedge.
this is also an issue with smf not just wedge.
69
Bug reports / Re: Posting / New Posts
« on April 22nd, 2013, 02:16 PM »
i dont have the message index, but you can see it here somewhat

i was the last one to reply to that thread and yet it was marked as unread to me, and i do return to the thread after posting.
Return to topics after posting by default. is checked
no other messages were unread but that one that i last replied to
and now this one was... i did a quick edit of that last post before going back to the message index

i was the last one to reply to that thread and yet it was marked as unread to me, and i do return to the thread after posting.
Return to topics after posting by default. is checked
no other messages were unread but that one that i last replied to
Posted: April 22nd, 2013, 02:15 PM
and now this one was... i did a quick edit of that last post before going back to the message index
70
Archived fixes / Re: Wireless Theme Image Bug
« on April 22nd, 2013, 02:08 PM »
well i know it has been there more then a few months, i just never reported it until a few weeks ago to arantor via pm.
71
Archived fixes / Re: Flexbox bug
« on April 22nd, 2013, 02:08 PM »
adding /?flex to the url did not even cause a page reload?
going to the url in a new tab and searching the source does not show any flex in the source but to reference images etc in this thread due to the prettyurls.
going to the url in a new tab and searching the source does not show any flex in the source but to reference images etc in this thread due to the prettyurls.
72
Bug reports / Re: quote sent pm
« on April 22nd, 2013, 02:04 PM »
in smf you can quote and reply to a sent pm with no problem, it is just an issue in wedge.
73
Archived fixes / Re: Flexbox bug
« on April 22nd, 2013, 01:04 PM »
given that flexbox was disabled for opera, i am seeing this issue but it seems to only happen when a pm has a code block in it [not tested with a quote]
i had not looked at sent messages to see the issue.
not that it matters but a sample of code that causes the issue
Code: [Select]
[edit] when posting that code in a post the same issue is not seen
i had not looked at sent messages to see the issue.
not that it matters but a sample of code that causes the issue
foreach ($context['recent_items'] as $item)
echo '
<li class="aeva_item">
<a href="', $galurl, 'sa=item;in=', $item['id'], '">
<div class="topic_starter_info ui-li-desc">
', ucwords($txt['by']), ' ', $item['poster_name'], ' ', $txt['on'], ' ', date('d M, Y H:i', $item['time_added']), '
</div>
<img src="', $item['thumb_url'], '" alt="" style="border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; text-align: center;"/>
<h3>', $item['title'], '</h3>
<p>', $item['desc'], '<br /></p>
',$item['is_new'] ? '<p><img alt="" src="' . $settings['default_images_url'] . '/' . $context['user']['language'] . '/new.gif" border="0" /></p>
</a></li>';[edit] when posting that code in a post the same issue is not seen
74
Bug reports / PM Quoting
« on April 22nd, 2013, 01:02 PM »
not exactly a bug but a missing feature. i find it useful to be able to quote a pm that has been sent if i need to send it to someone else, or send it again to the person that it was sent to as a reminder. in wedge there is only the possibility to delete a sent pm, not quote or reply to it.
75
Archived fixes / Re: Wireless Theme Image Bug
« on April 22nd, 2013, 01:00 PM »
this has been here for as long as i can remember, not a few months