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.
46
Archived fixes / Menu lines are not showing here
« on March 22nd, 2013, 08:48 AM »
The nice menu separators are not showing here on this site.
We aint got none of two thangs: pix and mentions!!
Son,, here's a pic.
We aint got none of two thangs: pix and mentions!!
Son,, here's a pic.
47
Archived fixes / add_linktree()
« on March 22nd, 2013, 08:34 AM »
Is it to be removed? I need to know, because if so, I need to remove the call from my plugins.
48
Off-topic / 10 Surprising Health Benefits of Playing Video Games
« on March 20th, 2013, 10:22 AM »49
Archived fixes / Error in wedit::add_button()
« on March 15th, 2013, 06:41 AM »
Using $this when not in object context in I:\www\wedge\trunk\Sources\Class-Editor.php on line 98
I don't think it should be static.
Posted: March 15th, 2013, 06:10 AM
I don't think it should be static.
50
Archived fixes / Quick edit bug: Quotes turn into backslash
« on February 23rd, 2013, 01:39 AM »
When using quick edit, if the subject has a quotation mark, it turns into a backslash and everything after is truncated. Reproducible here.
Topic subject: This is a "test"
becomes this: This is a \
Topic subject: This is a "test"
becomes this: This is a \
51
Archived fixes / Tooltips for "like" buttons inconsistent
« on February 23rd, 2013, 01:03 AM »
My own post shows the tooltip over the number of likes, but other people's posts have it over the actual link. Tested on this website.
52
Plugins / Future Dated Posts
« on January 15th, 2013, 10:50 AM »53
Archived fixes / parse_bbc_inline does not process colors
« on January 15th, 2013, 09:10 AM »
May I please know the reason for this?
54
The Pub / I just discovered a trick
« on January 13th, 2013, 08:25 AM »
Encode HTML in an option for a select box and watch the formatting unwrap.
55
Plugins / Post Fields
« on January 13th, 2013, 07:18 AM »
This is the first plugiin that I've ever started for Wedge. You may be able to recognise that it takes the principle of the custom profile field and applies it to posts.
I've long thought that SMF/Wedge were very one-sided in allowing for profiles to be expanded upon but not posts. This is my answer.
I built this to be plugged into, with ~6 hooks. This enables me, and other plugin developers, to easily modify the interface and logistics of posts and even topics. This,, combined with floating boards, provides a horizon of limitless opportunities and new ideas. Well, not unlimited, only goes as far as the imagination wills.
I've long thought that SMF/Wedge were very one-sided in allowing for profiles to be expanded upon but not posts. This is my answer.
I built this to be plugged into, with ~6 hooks. This enables me, and other plugin developers, to easily modify the interface and logistics of posts and even topics. This,, combined with floating boards, provides a horizon of limitless opportunities and new ideas. Well, not unlimited, only goes as far as the imagination wills.
56
The Pub / Microsoft to turn off Windows Messenger on 15 March
« on January 13th, 2013, 04:43 AM »57
Archived fixes / Installer error
« on January 10th, 2013, 06:13 AM »
Call to undefined function detectBrowser() in F:\www\wedge\trunk\install.php on line 1985
58
Plugins / Passworded Boards
« on January 9th, 2013, 02:44 AM »60
Archived fixes / Moderation filters "function" param wroong
« on November 25th, 2012, 01:00 AM »
Index: I:/repos/arantor_wedge/trunk/Themes/default/ManageModeration.template.php
===================================================================
@@ -117,7 +117,7 @@
break;
default:
if (!empty($rules['function']))
- $print_criteria[] = $rules['function']($criteria);
+ $print_criteria[] = $criteria['function']($criteria);
else
$print_criteria[] = $txt['modfilter_cond_unknownrule'] . ' ' . $criteria['name'];
}
http://wedge.org/pub/plugins/7711/maximum-images-per-post/msg283603/#msg283603
===================================================================
@@ -117,7 +117,7 @@
break;
default:
if (!empty($rules['function']))
- $print_criteria[] = $rules['function']($criteria);
+ $print_criteria[] = $criteria['function']($criteria);
else
$print_criteria[] = $txt['modfilter_cond_unknownrule'] . ' ' . $criteria['name'];
}
Posted: November 25th, 2012, 12:58 AM
http://wedge.org/pub/plugins/7711/maximum-images-per-post/msg283603/#msg283603