Info
- 12 posts
- 2 voices
- Started 5 years ago by Sam Bauers
- Latest reply from Sam Bauers
- This topic is not a support question
Plugin: Visual Support Forums for bbPress
-
- Posted 5 years ago #
Just until it gets picked up in the plugin directory, here is Visual Support Forums for bbPress.
This is an extension to the Support Forums plugin and requires it to work, it also needs to be loaded after that plugin, thus the slightly kludgy name.
The plugin will add cute little dots in front of your topics to indicate their support status, it will also remove the "[closed]" prefix and replace it with a nice little lock icon.
No configuration is necessary, just drop the files in your plugin directory.
-
- Posted 5 years ago #
a suggestion:
why dont you integrate both the plugins into one. and drive the icons from the admin menu for the options.
-
- Posted 5 years ago #
That would be ideal. It was just that this way I could release it without getting permission to integrate it first. If you are happy to have me work on your plugin, then just say the word. I could create a branch with the changes, or just dump a new version of the plugin in once you have seen it. I'm not sure that I have commit access to that folder in the plugin SVN though.
-
- Posted 5 years ago #
oh please feel free to.. try checking in the code. if you do not have access, may be you can add a patch file and i'll check it in for you.
-
- Posted 5 years ago #
so1o, In your recent update to support-forums, the upgrade function doesn't work for me. I've made a patch for it that turns that function into a single SQL query, which should be a lot faster than looping through API calls and running queries one by one. Was there a reason that you didn't just use a single query? I'll post the patch if you like, or try to commit it.
-
- Posted 5 years ago #
I've integrated the icons into the support-forum code. I'll see if I can commit it.
-
- Posted 5 years ago #
i think you are talking about the update of meta key..
that might have some problems for people who have used the support forum plugin 1.0 after upgrading to 0.8 that is why i had to do it that way around.let me explain.
take example where a person has upgraded to 0.8 - all his values from the topic table have been moved to meta data key - topic_resolved. now if they installed support forum 1.0 they would introduce new meta data called support_forum_resolved for topic x. if we just rename support_forum_resolved to topic_resolved we might get duplicate meta key topic_resolved for topic x.
also if you are getting an error that might be because of
http://trac.bbpress.org/ticket/580 -
- Posted 5 years ago #
That ticket explains things. I guess I'm a rare case.
-
- Posted 5 years ago #
so1o, I've created a new version of the plugin (let's call it 1.2 beta 1). I haven't committed it yet, I wanted you to review it. It covers these issues:
- Integrated visual-support-forum plugin features as options in admin
- Added admin action to upgrade database instead of running on plugin load
- When default status is "unresolved", topics with no status set now show in the "unresolved" view
- Sticky topics that are unresolved now show in the "unresolved" view
Download here for now:
-
- Posted 5 years ago #
The code looks gr8 sam... go ahead and commit it to version 2.0
-
- Posted 5 years ago #
I've committed and tagged version 1.2.
Moving it to version 2.0 seemed a bit excessive to me. I even considered 1.1.1 for a second there...
Anyway, the plugin site should have this updated soon.
-
- Posted 5 years ago #
This plugin has been merged with the original Support Forum plugin.
View this topic for more info.
-
You must log in to post.