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
751
Plugins / Show Hooks
« on January 11th, 2012, 09:20 AM »
I got this idea from http://custom.simplemachines.org/mods/index.php?mod=3285 (Integration Hooks Report, by Emanuel and Sinan).

This plugin is basically the same principle as the SMF mod linked above, but with some Wedge-y aspects (which, incidentally, are impossible in SMF, or, at least, extremely convoluted). It shows all hooks installed on the platform, categorised by plugin as can be  seen in the attachment. Yet, there will be some stray hooks where webmasters customise their forum,, if they didn't edit the core.

There is a drop down box which allows for filtering by a specific plugin, stray hooks, or none at all.

752
Features / Re: Selectbox
« on January 10th, 2012, 10:26 PM »
Quote from Lurker on January 10th, 2012, 06:16 PM
Most people here can't see the quick moderation selectbox, even if it were enabled by default because it only shows up if you have moderation privileges.
doesn't it also show the option to mark selected topics as read, thus showing for everyone?
753
Other software / Re: A little something I threw together
« on January 7th, 2012, 12:29 AM »
Quote
without giving me a copy of the svn or something
As project admin in RH you can download a backup of the repo
Quote
Do you think you've learned enough about the Wedge codebase to be able to develop for it?
Yes. First, I think, we'll need to get a list down on what definitely must be in the alpha. Once that is out, we can plan the beta, and so forth.
754
Other software / Re: A little something I threw together
« on January 6th, 2012, 01:18 AM »
Quote
threw together a suggestion for an alternative layout for the SMF installation script, since I've always found it ugly and messy (sorry, but it's true)
I feel you're right. Your take seems so much niicer!


Posted: January 6th, 2012, 01:11 AM
Quote
Can't speak for Pete. He's been AWOL for 4 days now... I have a feeling he's going to quit. :(
He said he would probably retire in the comments on new revs thread, as you may recall.
755
The Pub / Re: Logo Madness
« on January 4th, 2012, 12:38 AM »
Quote from Nao on January 3rd, 2012, 07:19 PM
A difficult choice... Sober or busy? Hmm...
busy (one on the right)
756
Features / Re: New revs - Public comments
« on December 30th, 2011, 02:05 AM »
That would work and fix the issue, but I'd like to fix the *real* problem, which is as I described above.
757
Ah, see, I haven't used it. But I assume it integrates strongly into the forum...
758
If you want free, SMF + Aeva are possibly the best combination around. For paid, there's IPB.Board + IPB.Gallery. Possibly more that escape my memory.
759
Features / Re: New revs - Public comments
« on December 29th, 2011, 05:23 AM »
Quote from Nao on December 28th, 2011, 12:35 PM
As for $here, does that still mean there's a bug for me to fix...?
Yes. Actually, the problem seems to be in Load.php, where $sane_path is defined. Replacing it with $pluginsdir solves the problem.
Posted: December 28th, 2011, 11:36 PM
Quote
I'm counting on you to check this out
Will do later tonight
Posted: December 29th, 2011, 01:51 AM

Flawless! Actually, I tested only the post area. My plugin can now use a dynamic string in place of %1$s. :D I use post_post_validate to extend $post_errors, which isn't run in preview mode[1].
 1. Neither does pre_post_validate.
760
The Pub / Re: Logo Madness
« on December 29th, 2011, 12:41 AM »
Oracle from PM?
761
Features / Re: New revs - Public comments
« on December 28th, 2011, 10:58 AM »
I found the issue. $boarddir uses backslashes but dirname($file) has forward slashes.
Quote from Nao on December 28th, 2011, 10:44 AM
I don't understand your bumped question. Line numbers and files please?
Post.php, line 410. Does it make more sense for that to use sprintf()?
762
Features / Re: New revs - Public comments
« on December 28th, 2011, 10:28 AM »
Bump
Posted: December 28th, 2011, 10:23 AM

Also, I think I found a bug with either the CSS parser or the caching subsystem. I have a stylesheet with my plugin that uses $here. Well, that variable spits out the correct path.  Isn't it supposed to give the URI?
763
Features / Re: Fixing mismatched BBCode
« on December 27th, 2011, 09:53 AM »
What I think he's trying to say is to offer the user a link to try to fix the codes or simply tell the user of mismatched tags like you already have in the post error box
764
Features / Re: Selectbox
« on December 27th, 2011, 09:50 AM »
You're right, they only do the first letter. So much for assuming something  works one way when it really doesn't.
765
Features / Re: Selectbox
« on December 27th, 2011, 08:34 AM »
Why does selectMatchingItem specifically look at the first letter? Don't the regular select boxes search the whole text?