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.
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.
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 »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.
753
Other software / Re: A little something I threw together
« on January 7th, 2012, 12:29 AM »without giving me a copy of the svn or something
Do you think you've learned enough about the Wedge codebase to be able to develop for it?
754
Other software / Re: A little something I threw together
« on January 6th, 2012, 01:18 AM »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)
Posted: January 6th, 2012, 01:11 AM
Can't speak for Pete. He's been AWOL for 4 days now... I have a feeling he's going to quit. :(
755
The Pub / Re: Logo Madness
« on January 4th, 2012, 12:38 AM »A difficult choice... Sober or busy? Hmm...
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
The Pub / Re: Will Wedge be a forum with an integrated Gallery(Aeva Media)?
« on December 30th, 2011, 01:59 AM »
Ah, see, I haven't used it. But I assume it integrates strongly into the forum...
758
The Pub / Re: Will Wedge be a forum with an integrated Gallery(Aeva Media)?
« on December 30th, 2011, 01:03 AM »
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 »As for $here, does that still mean there's a bug for me to fix...?
Posted: December 28th, 2011, 11:36 PM
I'm counting on you to check this out
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. |
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 Post.php, line 410. Does it make more sense for that to use sprintf()?
I don't understand your bumped question. Line numbers and files please?
762
Features / Re: New revs - Public comments
« on December 28th, 2011, 10:28 AM »
Bump
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?
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?