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.

Topics - live627
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.
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.
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
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 \
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 »
Schedule posts to be published in a future date.


(Requires Post Fields)
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.


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 »
Because people will want it.


Here comes the ingenuity: No additional hooks are needed. I use the menu hook to modify profile and recent; their context is available to modify.
59
Off-topic / How to Apply Thermal Paste the Kentucky Way
« on December 19th, 2012, 07:58 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'];
             }

Posted: November 25th, 2012, 12:58 AM

http://wedge.org/pub/plugins/7711/maximum-images-per-post/msg283603/#msg283603