Hello everyone, I am using the GetShopped Support plugin and trying to configure it in my WAMP sever, in a Win Server 2008 R2.
WAMP version: 3.0.6
MySQL version: 5.7.14
Apache version: 2.4.23
PHP version: 7.0.10
The dropdown options, to select to display the topic status (Open, Solved, not a support question) in the settings is giving me several error messages:
Warning: Illegal string offset ‘res’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 54
Warning: Illegal string offset ‘notres’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 59
Warning: Illegal string offset ‘notsup’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 64
Warning: Illegal string offset ‘admin’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 74
Warning: Illegal string offset ‘user’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 79
Warning: Illegal string offset ‘mod’ in C:\wamp64\www\tacforum\wp-content\plugins\bbpress-vip-support-plugin\includes\bbps-core-options.php on line 69
Can you please let me know how to solve this?
Thanks in advance.
]]>I am running a buddypress multisite and when using ‘GetShopped Support Forums’ the following issues appear.
1. Drop down for ‘Assign topic to:’ brings up many users not in the forum and dose not include all the people in the forum/Group
2. Before the back end tick box is selected to make this Group a support group, as admin, I see 1 of the 3 drop down choices, ‘Assign topic to:’ but this is not visible to participants
3. the “tick box is selected to make this Group a support group” should be available in the front end management section
https://www.ads-software.com/plugins/bbpress-vip-support-plugin/
]]>Please tell those who are versed in the plugin GetShopped Support Forums – how to assign “subject to the employee”?
Where to find these settings in the administration panel?
And whether in such a way to limit the scope of moderation (assigned theme)? So that the person appointed would moderate a particular topic (or subforum / or section)?
https://www.ads-software.com/plugins/bbpress-vip-support-plugin/
]]>can you please update this plugin ?
it will be great if it supports the current version of wordpress too.
https://www.ads-software.com/plugins/bbpress-vip-support-plugin/
]]>I have added a few new things:
1) topic voting
2) sidebar registration widget
3) copied the ‘resolved’ dropdown to near the submit button, so you can easily mark a topic as resolved while you are replying to it (much quicker!)
4) fixed a couple of potential bugs around permissions (ie: anyone could mark a thread resolved or assign a thread to someone etc..)
You can grab the code (and see the changes) from here: https://github.com/dtbaker/bbPress-Support-Forums
The voting and sidebar registration features can be seen in the demo here: https://ultimateclientmanager.com/forums/forum/feature-requests/
(I have modified some of the div tags/classes in this plugin to better support bootstrap, so it might look a bit funky on the standard bbPress install)
Cheers,
Dave
https://www.ads-software.com/plugins/bbpress-vip-support-plugin/
]]>Activation problem when changing direction Control Panel stated note that I use Arab Algh in Control Panel Please advise how I Arabization and the amendment to the css file
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Hi
The [not resolved] and [not support question] doesn’t show up, only [resloved] is show up. How to fixed it? Thanks!
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Hey guys.
After an hour and a half of scratching my head and wading through the crazy flow of BBP filters, I’ve found that there’s a problem with your ‘bbps_get_all_premium_topic_ids’ function in ‘includes/bbps-common-functions.php’.
This function throws a nasty “There is an error in your SQL syntax” error when there are no premium forums in a site.
It needs a check on the $exclude variable so that the post_parent IN clause is not served an empty list.
function bbps_get_all_premium_topic_ids(){
global $wpdb;
$forum_query = "SELECT <code>post_id</code> FROM ". $wpdb->postmeta ." WHERE <code>meta_key</code> = '_bbps_is_premium'" ;
$premium_forums = $wpdb->get_col($forum_query);
$exclude = implode(",", $premium_forums);
$premium_topics = array();
if (!empty($exclude)) {
$topics_query = "SELECT <code>id</code> FROM ". $wpdb->posts ." WHERE <code>post_parent</code> IN (".$exclude.")" ;
$premium_topics = $wpdb->get_col($topics_query);
}
return $premium_topics;
}
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>I have mp3 download links for sale using wp ecommerce. Starting a few weeks ago, customers are getting download links and when they’re clicked on, the link says it’s no longer valid. I don’t know what has changed. I’m sure this has been an issue others have posted but I must say, the search link given in the “before posting a new topic” link, really did nothing to help. When I get results on the getshopped website, the forum disappears as soon as I log in. I can’t even tell where the fourm help is!
]]>I keep getting this when I activate the Plugin
Fatal error: Cannot redeclare bbps_register_widgets() (previously declared in /home4/thechau2/public_html/wp-content/plugins/GetShopped_support_forum_widgets/support_hours.php:13) in /home4/thechau2/public_html/wp-content/plugins/bbpress-vip-support-plugin/bbps-premium-support.php on line 141
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Hi guys,
I am using WordPress 3.5 network with debug turned on. I’ve just installed a bbPress and your plugin and immediately after I’ve activated the GetShopped Support Forums plugin, I got several PHP errors.
So I dug into your code to fix those quickly and here is what I came up with: https://dl.dropbox.com/u/2812977/bbpress-vip-support-plugin-EDITED_BY_WEBMAN.zip
Please note, that all my changes in those 4 files are wrapped with “WEBMAN EDITED CODE STARTS/ENDS HERE” notice (in one file there are couple of changes). Please go through that an consider updating the plugin with that (already prepared) code.
Thanks in advance!
Oliver
PS: Please, let me know when you download the code or I will delete it from my Dropbox in 2 weeks. Thanks.
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Hello,
Once I activate the plugin on my RTL WordPress, something changes in the CSS files across the whole dashboard.
You can even recreate it yourself easily by installing a fresh copy (RTL) from https://ar.www.ads-software.com/wordpress-3.4.2-ar.zip
Thanks
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>on line 152 is this
$wpdb->update( 'wp_posts' , array('post_parent' => $new_forum_Id), array('ID' => $topic_id) );
It should be this:
$wpdb->update($wpdb->posts, array('post_parent' => $new_forum_id), array('ID' => $topic_id) );
Not everyone has their WordPress tables prefixed with “wp” and it will break being able to move posts on sites that don’t.
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Just curious as there has been no updates in a year, is this plugin still in development, or did it get replaced by another support forum plugin for bbPress?
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>Even though the option is checked “Display the users rank title below their gravatar?” it does not display users rank.
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>I have the support forum plugin installed on a multi-site install of wordpress with bbpress 2.1.
Once installed, however, When viewing topics the options I have are setting a topic to resolved or not, a move topic to other forums checkbox, which does not change the current forum, but does change the forum where the topic started, and an assign button with no dropdowwn box that does nothing.
Also, when viewing the topic list, I can only see tags for resolved topics, not “not resolved” or “not a support topic”. Finally, when viewing a forum in the backend, I cannot stop it being a support forum. If I untick the box and update page, when the page reloads the box will be ticked and the forum will still be a support forum.
In the backend I have all options ticked in the “Topic Status Settings” and “Support Froum Settings” sections of the settings.
The only thing I can think of that might be affecting it is I used an earlier version of the plugin for a few days a while ago and possibly it did not uninstall itself properly
https://www.ads-software.com/extend/plugins/bbpress-vip-support-plugin/
]]>