Auriel Kitsu
@auriel Active 7 years, 11 months ago-
Christian Wach replied to the topic auth redirect from home URL to login page in the forum Help & Support 4 years, 1 month ago
I find that the Restricted Site Access plugin works perfectly for private sites. If you want to style the default WordPress login screen, there is a guide on the WordPress codex.
Best wishes, Christian
-
Christian Wach replied to the topic Permeability with Twitter & Facebook in the forum Help & Support 7 years, 6 months ago
I’d like to add Keyring to this thread as a possible solution. It’s credited to Automattic (amongst others) so it should have decent support. To quote from the FAQ:
Keyring just provides a framework for handling connections to external services. You need to download another plugin which makes use of Keyring to do anything useful (e.g. an importer…
-
Christian Wach replied to the topic Permeability with Twitter & Facebook in the forum Help & Support 7 years, 6 months ago
You could try integrating IndieWeb with CBOX. You would probably have to use a compatible theme, since IndeWeb has some fairly stringent requirements regarding microformats. Also, I don’t think there’s much in the way of BuddyPress integration yet, but that might not be too hard to achieve.
Cheers, Christian
-
Christian Wach replied to the topic Signup confirmation email not sending in the forum Help & Support 7 years, 8 months ago
You’re welcome!
-
Christian Wach replied to the topic Signup confirmation email not sending in the forum Help & Support 7 years, 8 months ago
Hi Jonathan,
I’ve seen this problem on some web hosts when sending HTML emails is blocked or misconfigured. You could try adding the following to your child theme’s (it’s good to see you’re using a child theme!) functions.php file:
add_filter( 'bp_email_use_wp_mail', '__return_true' );
This will disable the HTML emails and revert back to the…[Read more]
-
Christian Wach replied to the topic Group Docs – folder issues in the forum Help & Support 7 years, 8 months ago
created a folder for “Meeting Materials” and placed the document in that folder
It did just occur to me that perhaps your user created the folder as a “Personal” folder rather than one specifically for the group. There’s a dropdown that allows this to happen. If that happened, then the results would be something like what you’re reporting, exc…[Read more]
-
Christian Wach replied to the topic Group Docs – folder issues in the forum Help & Support 7 years, 8 months ago
Hi Joanna, I’ve tried to recreate the problem you’ve encountered but cannot. Is there anything special about your setup? Do you have any other plugins that might be interfering?
Regarding creating folders without creating a document, I pretty sure that’s possible at present. @cbox_admin may be able to give a definitive answer.
Cheers, Christian
-
Christian Wach replied to the topic Moderating New User Registrations? in the forum Help & Support 7 years, 8 months ago
Also worth looking at https://wordpress.org/plugins/bp-registration-options/ which will hold new signups for moderation.
BTW, there’s no reason not to add other useful plugins to a CBOX install – it’s just that we may not have tested them.
Cheers, Christian
-
Christian Wach replied to the topic http error on profile image upload? in the forum Help & Support 7 years, 8 months ago
Hi Joanna, yes I mean the server error logs. If the error occurs again when you try and upload a file, you can refer to the error logs to see what error prevented it from happening. It’s this error report that will help us get to the bottom of your issue.
Cheers, Christian
-
Christian Wach replied to the topic ui/slider controls in CBox Theme options not rendering in the forum Help & Support 7 years, 9 months ago
Thanks for reporting this Troy. I seems to be because AGP loads a more recent version of jQuery on all admin pages. Useful to know.
Cheers, Christian
-
Christian Wach replied to the topic ui/slider controls in CBox Theme options not rendering in the forum Help & Support 7 years, 9 months ago
I added the following function to functions.php and start getting white screened with http 500 error.
If the code is exactly as you posted, then it looks like you have curly quotes rather than straight quotes. Your code works for me with straight quotes.
Cheers, Christian
-
Christian Wach replied to the topic ui/slider controls in CBox Theme options not rendering in the forum Help & Support 7 years, 9 months ago
Hi Troy,
#1 should be solved with the
my_flex_slider_controls()
function which allows control over all the front-end slider settings.
#2 is usually solved by regenerating the CBOX JS, but if you say that it isn’t working then I’d agree that you probably have a plugin conflict.Keep us informed of how you get on!
Cheers, Christian
-
Christian Wach replied to the topic ui/slider controls in CBox Theme options not rendering in the forum Help & Support 7 years, 9 months ago
Hi Troy, it looks to me like your CBOX CSS and JS files need rebuilding. Put the following in your wp-config.php file:
define( 'INFINITY_DEV_MODE', true );
Then reload a page (any page will do) and remove the code above. Then see if your CBOX Theme Options work as expected again.
If you want to force the controls to show, add the following to…[Read more]
-
Christian Wach replied to the topic ui/slider controls in CBox Theme options not rendering in the forum Help & Support 7 years, 9 months ago
Hi Troy, you can modify any of the setup arguments with a filter:
/**
[Read more]
* Customise the CBOX Slider setup arguments.
*
* @param array $args Existing setup arguments.
* @return array $args Modified setup arguments.
*/
function my_flex_slider_controls( $args ) {
$args['speed'] = 1000;
return $args;
}
add_filter( 'cbox_flex_slider_controls',… -
Christian Wach replied to the topic http error on profile image upload? in the forum Help & Support 7 years, 9 months ago
Hi Joanna, it’s not clear without seeing some error logs, but quite often this happens when your server is full – have you checked that you have enough space?
Cheers, Christian
-
Christian Wach replied to the topic Manually Update Plugins? in the forum Help & Support 7 years, 9 months ago
Any specific place in the wp-config that the line needs to go?
Anywhere will do.
Cheers, Christian
-
Christian Wach replied to the topic Manually Update Plugins? in the forum Help & Support 7 years, 9 months ago
Hi Ethan,
Troy’s advice is correct – the way to override CBOX’s plugin management is to add the following code to your wp-config.php file:
define('CBOX_OVERRIDE_PLUGINS', true);
The CBOX plugins will then appear in your plugin list and can be updated from there. What you lose, of course, is the curation which tries to ensure that the suite of…[Read more]
-
Christian Wach replied to the topic Forum missing in the forum Help & Support 7 years, 11 months ago
Hi Simon, there’s a known issue with bbPress and WordPress 4.7. Please see this thread for details and a solution.
Cheers, Christian
-
Christian Wach replied to the topic WordPress 4.7 and bbPress in the forum Help & Support 7 years, 11 months ago
Hi Tom, thanks for reporting this – I can reproduce the symptoms that you see on my test installs. The way to update bbPress independently from the rest of the CBOX plugins is as follows:
1) Add the following line to your wp-config.php file:
define('CBOX_OVERRIDE_PLUGINS', true);
2) Visit your “Plugins” page in WordPress admin (or network…[Read more]
-
Christian Wach replied to the topic CBOX + Discourse + CiviCRM = ? in the forum Help & Support 7 years, 11 months ago
I haven’t used Discourse – though I must say that it looks really interesting. I have, however, integrated CBOX with CiviCRM on a number of sites and have written a number of plugins to facilitate this – you’ll find them on the WordPress plugin directory if you want to try them out.
It’s probably easier for me to respond in detail to more…[Read more]
- Load More