Search Results for '+.+default+.+'
-
AuthorSearch Results
-
February 1, 2016 at 11:43 am #171172
Pascal Casier
ModeratorHi,
You tried to switch to different permalinks settings, save it, then switch back to the settings you wanted and save again ?If you did, then I suspect a plugin conflict somewhere. Try to disable all other plugins and switch to a default theme, then reactivate one after the other.
Pascal.
February 1, 2016 at 11:18 am #171166In reply to: How can I make bbpress work like this forum?
Pascal Casier
ModeratorHi,
Categories on the left as a menu, that would be some custom development I think…
Email notifications should come automatically for new topics (if you are subscribed to the forum) and for replies (if you are subscribed to the topic).
Tags should be allowed by default, not sure what the question is.
Pascal.
January 31, 2016 at 12:41 pm #171134Topic: remove create New Topic in
in forum TroubleshootingJC1520
ParticipantHow do i remove “Create New Topic” as it shows as default at the bottom of my forum i would like to remove this.
I want to disable “Create New Topic” in for all logon users
I want to control the topics myself and only allow particpants to reply to topics that are in the forum. I have the lastest version of WP and BBpress.January 27, 2016 at 2:04 pm #171030In reply to: vbulletin 3.x import
blandow
ParticipantSo it didn’t work…
(The results I get when I start the import is no topics to import, no threads to import, etc)This is my config.php file:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.7.1 Patch Level 1 – Licence Number REDACTED
|| # —————————————————————- # ||
|| # All PHP code in this file is ©2000-2008 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # —————- VBULLETIN IS NOT FREE SOFTWARE —————- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| #################################################################### ||
\*======================================================================*//*——————————————————-*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+———————————————————+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*——————————————————-*/// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config[‘Database’][‘dbtype’] = ‘mysql’;// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config[‘Database’][‘dbname’] = ‘insidestlforums_beta’;// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config[‘Database’][‘tableprefix’] = ”;// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config[‘Database’][‘technicalemail’] = ‘insideSTL_host@insideSTL.com’;// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to “true” disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config[‘Database’][‘force_sql_mode’] = true;// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config[‘MasterServer’][‘servername’] = ‘localhost’;
$config[‘MasterServer’][‘port’] = 3306;// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config[‘MasterServer’][‘username’] = ‘redacted’;
$config[‘MasterServer’][‘password’] = ‘redacted’;// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off. (0 = off; 1 = on)
$config[‘MasterServer’][‘usepconnect’] = 1;// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.
$config[‘SlaveServer’][‘servername’] = ”;
$config[‘SlaveServer’][‘port’] = 3306;
$config[‘SlaveServer’][‘username’] = ”;
$config[‘SlaveServer’][‘password’] = ”;
$config[‘SlaveServer’][‘usepconnect’] = 0;// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$config[‘Misc’][‘admincpdir’] = ‘admincp’;
$config[‘Misc’][‘modcpdir’] = ‘modcp’;// Prefix that all vBulletin cookies will have
// Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config[‘Misc’][‘cookieprefix’] = ‘bb’;// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config[‘Misc’][‘forumpath’] = ‘/home/users/public_html/forums’;
// Example Win32:
// $config[‘Misc’][‘forumpath’] = ‘c:\program files\apache group\apache\htdocs\vb3’;
$config[‘Misc’][‘forumpath’] = ”;// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user’s ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config[‘SpecialUsers’][‘canviewadminlog’] = ‘1’;// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove (“prune”) entries from the admin
// log. See the above entry for more information on the format.
$config[‘SpecialUsers’][‘canpruneadminlog’] = ‘1’;// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config[‘SpecialUsers’][‘canrunqueries’] = ”;// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config[‘SpecialUsers’][‘undeletableusers’] = ”;// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config[‘SpecialUsers’][‘superadministrators’] = ‘1’;// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache – to use includes/datastore/datastore_cache.php
// vB_Datastore_APC – to use APC
// vB_Datastore_XCache – to use XCache
// vB_Datastore_Memcached – to use a Memcache server, more configuration below
// $config[‘Datastore’][‘class’] = ‘vB_Datastore_Filecache’;// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config[‘Datastore’][‘prefix’] = ”;// It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config[‘Datastore’][‘class’] = ‘vB_Datastore_Memcached’;
$i = 0;
// First Server
$i++;
$config[‘Misc’][‘memcacheserver’][$i] = ‘127.0.0.1’;
$config[‘Misc’][‘memcacheport’][$i] = 11211;
$config[‘Misc’][‘memcachepersistent’][$i] = true;
$config[‘Misc’][‘memcacheweight’][$i] = 1;
$config[‘Misc’][‘memcachetimeout’][$i] = 1;
$config[‘Misc’][‘memcacheretry_interval’][$i] = 15;
*/// ****** The following options are only needed in special cases ******
// ****** MySQLI OPTIONS *****
// When using MySQL 4.1+, MySQLi should be used to connect to the database.
// If you need to set the default connection charset because your database
// is using a charset other than latin1, you can set the charset here.
// If you don’t set the charset to be the same as your database, you
// may receive collation errors. Ignore this setting unless you
// are sure you need to use it.
// $config[‘Mysqli’][‘charset’] = ‘utf8’;// Optionally, PHP can be instructed to set connection parameters by reading from the
// file named in ‘ini_file’. Please use a full path to the file.
// Example:
// $config[‘Mysqli’][‘ini_file’] = ‘c:\program files\MySQL\MySQL Server 4.1\my.ini’;
$config[‘Mysqli’][‘ini_file’] = ”;// Image Processing Options
// Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
$config[‘Misc’][‘maxwidth’] = 2592;
$config[‘Misc’][‘maxheight’] = 1944;/*======================================================================*\
|| ####################################################################
|| # Downloaded: 16:07, Tue Jun 17th 2008
|| # CVS: $RCSfile$ – $Revision: 26534 $
|| ####################################################################
\*======================================================================*/January 27, 2016 at 8:27 am #171021In reply to: Problem browse pages with topics
Pascal Casier
ModeratorHi Gunilla,
Can you please try to switch to a default theme and see if it solves the issue ?
Pascal.
January 27, 2016 at 8:17 am #171019In reply to: Danish translation of BB press
Pascal Casier
ModeratorHi,
All translations are now centrally managed. Danish seems to be at 92% for the stable version.
Anybody can contribute to the translation (https://translate.wordpress.org/locale/da/default/wp-plugins/bbpress)When it reaches 100%, you can get in touch with a Global Translator Editor for the Danish locale to see how to continue.
Pascal.
January 26, 2016 at 11:17 am #170986In reply to: Should there be an image?
grungyape
ParticipantSo, I changed the forum layout, which means I no longer see the default page. In effect, while I still do not know if an image should show, I no longer see the page so I no longer care.
Thank you, this can be closed.
January 26, 2016 at 11:05 am #170985In reply to: New topic on new install won’t submit
Pascal Casier
ModeratorDid you try to switch to a default theme ?
Pascal.January 26, 2016 at 5:56 am #170977In reply to: Problem with language
Pascal Casier
ModeratorHi,
The current Bulgarian translation still has some strings waiting: https://translate.wordpress.org/locale/bg/default/wp-plugins/bbpress
If it reaches 100%, it should come automatically.Please talk to one of the General Translation Editors on Slack: https://make.wordpress.org/polyglots/teams/?locale=bg_BG
Pascal.
January 26, 2016 at 4:03 am #170970In reply to: BBpress showing date as Jan 1970
shareef790
ParticipantHi Robin
Yes in the default theme, the date is not showing on the homepage of bbpress which is good. The theme developer earlier when I asked is not supporting on this at all. Any idea or clues or atleast to remove the date completely from the homepage please.. appreciate your help thanksJanuary 26, 2016 at 3:08 am #170968In reply to: BBpress showing date as Jan 1970
Robin W
ModeratorIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
January 25, 2016 at 11:21 am #170947In reply to: Request to become German translation editor
Pascal Casier
ModeratorHi Manuel,
All help is appreciated !
To contribute to the translations, you just need to have a WordPress account and you can start translating strings: https://translate.wordpress.org/locale/de/default/wp-plugins/bbpress
When there are no strings left to translate, any German GTE could validate the package.
But let me forward your request to the team here anyway.
Pascal.January 24, 2016 at 4:55 am #170917In reply to: How to import bbpress users?
Robin W
ModeratorThe default role is set during login not during user creation (as that is done by wordpress) . Ie if a user doesn’t have a role, then this is set to the default role when the user first logs in.
So on import or indeed user creation, the database is not changed. As each user logs in for the first time it is set.
January 23, 2016 at 12:39 pm #170904In reply to: Into the menu can not be added forums
Robin W
ModeratorIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
January 23, 2016 at 12:34 pm #170902In reply to: Can’t access replies pages – leads to not found 404
Robin W
Moderatorprobably a theme or plugin conflict
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
January 23, 2016 at 11:54 am #170900In reply to: Get parent forum id upon new reply submit
Robin W
ModeratorPart 1
The form is held in
bbpress/templates/default/bbpress/form-reply.php
you’ll see several do_action hooks you could use, or indeed you could amend this template and save it in your theme as a new version.
wp-content/themes/%your-theme-name%/bbpress/form-reply.php
and bbpress will use this instead.Most of the template used in bbpress are held in
bbpress/templates/default/bbpress so hunt around in there for topic forms, profiles etc.
Part 2
` $forum_id = bbp_get_reply_forum_id($post_id);
`January 22, 2016 at 4:44 pm #170890In reply to: (not very) advanced search required
Robkk
ModeratorbbPress basically has search equal to the default WordPress search, so just basic functionality.
You can extend the default search in bbPress by using custom functions and modifying some bbPress search template files by placing the in a folder called bbpress in your child theme. Here is a GitHub repository that has some example files you may use, you will need to edit the files as it may be in Russian.
I have seen users use plugins and extend the default bbPress search functionality, and also services like Google Custom Search too.
January 21, 2016 at 1:46 pm #170854In reply to: taken out of forum page when clicking page 2
Robin W
Moderatorok, it’s not a good idea to post user access details on the website.
I took a quick look, but please DELETE my username to prevent you being spammed.
This may be either a permalinks issue, or theme or plugin
so try
Permalinks
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings>Permalinks, MAKE A NOTE OF WHAT IT IS SET TO, then select a different permalink structure and save. Then select your preferred permalink structure and save again.
If that doesn’t fix, Then
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
January 21, 2016 at 11:22 am #170843In reply to: Breadcrumbs
Robkk
ModeratorDo you have a forum or category called forum??
The default bbPress breadcrumbs can include the parent forum/categories name in the breadcrumbs, but it shouldn’t just display the post type like that.
January 19, 2016 at 3:02 pm #170763In reply to: BBPress for HUGE forums? Capable?
willywonkabar
ParticipantHey superaven,
That’s a perfect answer, actually. I was hoping that the move was successful, but even with what you shared, there’s still value in your answer. So thanks for that.
We’re currently testing BBPress and plan to test Xenforo and Discourse as well. Xenforo has its origins in VB, so to us, that seemed like the most like-for-like switch, but as we’re also a WP shop, with 10 years worth of posts, we were hoping to bring everything to WP, or find something with cleaner integration with WP. bbPress is/was our hope for that. As we currently stand, with our hybrid WP/VB site, user authentication, access control, and user profile data defaults to VB, using an open-source VB plugin. We want to bring that into WP, so we can take advantage of some other WP-specific plugins/services, keeping that user profile data (and profile pages) in WP instead, without needing custom code. Having all of that under one roof has its obvious advantages.
We’ll continue to test bbPress and the other platforms on our end. Thanks for the feedback! Much appreciated.
January 19, 2016 at 5:39 am #170756In reply to: Error with my custom theme
BeePee
ParticipantWith no plugins activated, and my theme activated it doesn’t work. Enable a default theme and it works – definitely theme related
January 18, 2016 at 9:45 am #170725In reply to: BBPress for HUGE forums? Capable?
Dotstore
ParticipantI am thinking of migrate my XenForo forums to bbpress forums.
My problem is that my fourms data are very huge approx 169000 users and approx 6269000 rows of xf_post table so my XenForo’s database’s table sizes are in giga bites.
-> So my question is does bbpress default importer tools is able to import these huge data on single click.?
-> Is there any extension or plugin required to import my users and forums from XenForo ?Please let me know your thoughts so that I can move forward to it.
Thanks,
MultidotsJanuary 18, 2016 at 8:16 am #170723In reply to: Cannot edit members’ posts even as an admin
cassel
ParticipantThanks.
I immediately found that the Edit works with the default WP theme of Twenty Fifteen.
I contacted the theme developer with that information.January 17, 2016 at 1:33 pm #170696Topic: Error with my custom theme
in forum TroubleshootingBeePee
ParticipantHi everyone.
I recently made a theme for a client and this is the first time I’ve included bbpress. Bbpress works with the default themes, but not for my custom theme and I can’t seem to find any documentation around to fix this – I’m getting the “Error: Are you sure you want to do this?” message.
Is there a theme support option I need to enable or something?
Regards,
Aaron.
January 14, 2016 at 11:58 pm #170668In reply to: Prevent participants from creating new topics
jessicana
ParticipantHello
Thanks. Just to confirm with you, suppose the role tutor is a role that can not create topics but can edit the reply s/he creates. Accordingly, is the code below be correct?
//code to add tutor role function add_new_roles( $bbp_roles ) { /* Add a role called tutor */ $bbp_roles['bbp_tutor'] = array( 'name' => 'Tutor', 'capabilities' => custom_capabilities( 'bbp_tutor' ) ); return $bbp_roles; } add_filter( 'bbp_get_dynamic_roles', 'add_new_roles', 1 ); function add_role_caps_filter( $caps, $role ) { /* Only filter for roles we are interested in! */ if( $role == 'bbp_tutor' ) $caps = custom_capabilities( $role ); return $caps; } add_filter( 'bbp_get_caps_for_role', 'add_role_caps_filter', 10, 2 ); function custom_capabilities( $role ) { switch ( $role ) { /* Capabilities for 'tutor' role */ case 'bbp_tutor': return array( // Primary caps 'spectate' => true, 'participate' => true, 'moderate' => false, 'throttle' => false, 'view_trash' => false, // Forum caps 'publish_forums' => false, 'edit_forums' => false, 'edit_others_forums' => false, 'delete_forums' => false, 'delete_others_forums' => false, 'read_private_forums' => true, 'read_hidden_forums' => false, // Topic caps 'publish_topics' => false, 'edit_topics' => true, 'edit_others_topics' => false, 'delete_topics' => false, 'delete_others_topics' => false, 'read_private_topics' => true, // Reply caps 'publish_replies' => true, 'edit_replies' => true, 'edit_others_replies' => false, 'delete_replies' => false, 'delete_others_replies' => false, 'read_private_replies' => true, // Topic tag caps 'manage_topic_tags' => false, 'edit_topic_tags' => false, 'delete_topic_tags' => false, 'assign_topic_tags' => true, ); break; default : return $role; } }Thanks
-
AuthorSearch Results