Search Results for '+.+default+.+'
-
AuthorSearch Results
-
March 23, 2014 at 4:24 am #143969
Robin W
Moderatormaybe a plugin or theme conflict
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
March 23, 2014 at 4:10 am #143968In reply to: Remove "Published By" on main forum page
Stephen Edgar
KeymasterThat actually appearing from your themes template and not bbPress’ templates.
If you open up your
page.phptemplate of your theme (Or whatever the primary temmplate is) you will see something similar to this code:<div class="entry-author-meta"> <p class="author-name">Published by <span class="author vcard"><a class="url fn n" href="#" title="#">#</a></span> </p> <p class="author-description"> </p> </div>Now make a copy of your
page.phptemplate (or again the main template your theme uses) and rename the this tobbpress.phpopen up thebbpress.phpin a text editor and remove the section of code that I listed above.bbPress will now use this template rather that your themes default template.
March 22, 2014 at 3:11 pm #143959In reply to: Freshness for replies not working
Robin W
Moderatorquite possibly a plugin or theme conflict
try
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
March 22, 2014 at 2:20 am #143949In reply to: SimplePress Import
Stephen Edgar
KeymasterSorry for the late reply, this seems to be closest info I can find about the error but nginx/php5-fpm configs are not my strong suit, I use either the defaults or what my web host picks for me 😉
That said, when you hit stop, it stops (obviously) but when you click start it does just resume from where it left off.
March 21, 2014 at 3:40 pm #143941In reply to: Delete Topic Function
gjwarez
ParticipantHey Robin,
I add the line in this php file location
wp-content/plugins/bbpress/includes/core/capabilities.php// Participant/Default case bbp_get_participant_role() : default : $caps = array( // Primary caps 'spectate' => true, 'participate' => true, // Forum caps 'read_private_forums' => true, // Topic caps 'publish_topics' => true, 'delete_topics' => true, 'edit_topics' => true, // Reply caps 'publish_replies' => true, 'edit_replies' => true, // Topic tag caps 'assign_topic_tags' => true, ); break; }In this case the delete_topic does not work,
if i put delete_others_topics there it will work for all users.March 20, 2014 at 10:37 am #143910Topic: Custom Posts Showing in Forums Admin
in forum Troubleshootinglocke742
ParticipantI’m using bbpress and also a plugin called Pods (for implementing custom post types)
The problem I’m having is that the “Forums” page in the admin shows only items of the “articles” custom post type, and not the actual forums. Is this type of conflict common? I haven’t altered the default post type of bbpress.
March 20, 2014 at 6:46 am #143897In reply to: Internal Server Error in BBPress
Stephen Edgar
KeymasterFrom what I can see of your site just now is you still have those plugins enabled and your still using your theme. Disable your plugins and switch to a default WordPress theme like Twenty Thirteen and you won’t have a problem deleting those replies.
Once your done that activate your theme and check if the problem still exists.
Next enable one other plugin and check the problem again.
Next, your next plugin, check again.
Keep doing this one by one and you will find the conflict and we can go from there.
March 20, 2014 at 4:04 am #143884In reply to: How to remove IP addresses from bbPress?
Robin W
Moderatorif it worked before, then something has changed.
If you want to stop it using the template then create a ‘bbpress’ folder in the root of your theme, and copy
wp-content/pluigins/bbpress/templates/default/bbpress/loop-single-reply.php across to this new folder.
The edit to remove the code that displays this – lines 47 to 55 have an if(keymaster) statement that display this info
March 20, 2014 at 3:49 am #143882In reply to: Internal Server Error in BBPress
sanjaynegi
ParticipantHere are the answers…..
1. Yes bbPress is fully working, except that when i go to Dashboard>replies i get an internal server error mentioned above.
2. this is an old installation, few days back it was working fine from 10 days back i am getting this error in Dashboard>replies.
3. This error is always been there.
4. Nothing has changed on the site except i installed some plugins i needed.
5. I am running these wordpress pulgins are BackUpWordPress, bbPress Genesis Extend( beacuase bbpress has problems with genesis framework and it helps), bbPress Moderation, Broken Link Checker, Contact Form 7, ContestHopper for WordPress, Eggplant 301 Redirects, Genesis Simple Edits, Google Analytics for WordPress, Jetpack by WordPress.com, Nofollow for external link, SEO Friendly Images, W3 Total Cache, WordPress SEO, WordPress SEO News, WP-No-Tag-Base and Google Publisher Plugin.
6. Yes using W3 Total Cache as a caching software but i don’t think it is the issue.
7. Yes this problem is also there with ALL plugins except bbPress deactivated AND a default theme such as Twenty Thirteen installed i still get this error? and the default theme i used is Twenty Thirteen.
Thanks for your help…..
March 20, 2014 at 3:40 am #143881In reply to: Topics wont show up
Robin W
Moderatorok, lets see if it is a conflict problem
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
March 20, 2014 at 3:29 am #143875In reply to: Internal Server Error in BBPress
Robin W
Moderatoryes, but you do need to
a) show some patience – we are all volunteers here and have lives outside of bbPress
b) answer fully questions asked – these are not random or standard, they are specific to your problem. All are asked for a reason.To help me to help you, I need information to get to a problem definition, and from there to a solution.
Please respond to each question below
1. I now understand your problem as follows :
bbPress is fully working, except that when you go into Dashboard>replies you get an internal server error.
Is this correct? If not precisely when/how do you get the error
2. Have you just installed bbpress, or is this an old installation?
3. Has this error always been there, or has it appeared?
4. What else has changed on the site
5. What other plugins are your running?
6. Are you running any caching software?
7. can you confirm that with ALL plugins except bbPress AND a default theme such as twentytwlelve installed you still get this error? and which default theme you used.Thanks
March 20, 2014 at 1:32 am #143870In reply to: SimplePress Import
Stephen Edgar
KeymasterI was on Simple:Press v5.3.4 and have just now upgraded to v5.4.1
Tested the current bbPress v2.5.3 import using the SimplePress5 importer and everything worked fine.
Repair any missing information: Continue Conversion Complete No reply_to parents to convert Converting replies (0 - 99) No tags to convert No super stickies to stick Calculating topic stickies (0 - 99) Converting topics (0 - 99) Calculating forum hierarchy (0 - 99) Converting forums (0 - 99) Delete users WordPress default passwords (0 - 99) Converting users (0 - 99) Starting ConversionThis is the SQL query that runs the step you are stuck on:
SELECT post_id AS value_id, meta_value FROM sp_postmeta WHERE meta_key = '_bbp_forum_parent_id' AND meta_value > 0 LIMIT 0, 100This shouldn’t really cause any issues, worst case scenario you no longer have your forums grouped in their previous hierarchal structure.
The only other thing I can think of is maybe a SimplePress plugin/extension may have modified the database setup beyond the basic ‘out of the box’ setup I use.
You could also try reordering your SimplePress forums to force an update of their values in the database. Also try removing the forums from the groups and delete the groups. You can easily add the groups/categories again on the bbPress side once the import is completed successfully.
March 19, 2014 at 9:50 am #143831In reply to: Internal Server Error in BBPress
Robin W
ModeratorOk, I am also confused !
If http://www.techgreet.com/ is your site, it seems to be working fine on the client side, I can access and see the forums.
So for the server error – when exactly do you receive this error?
Are there particular actions that you take to create this?
Have you contacted your server administrator, and what did they say?for the tab error – I presume this is in the dashboard?
Have you just installed bbpress, or is this an old installation?
What else has changed
What other plugins are your running?It may be a plugin or theme conflict – not sure whether you tried deactivating all plugins except bbPress viz
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
March 18, 2014 at 6:17 pm #143794In reply to: Disappearing Topics and Replies?
Robin W
ModeratorI’d try and eliminate any conflicts
Deactivate any other plugins and see if a disappeared topic reappears. If so, re-enable the plugins one at a time to see which is causing the issue.
If that doesn’t help, then try switching to a default theme such as twenty twelve and see if it’s a theme issue.
Come back and let us know how you get on
March 17, 2014 at 1:50 pm #143736In reply to: Add forum description to forums index
Robin W
Moderatorelegant – depends !
If you simply alter this file then on any bbpress version update you’ll lose the changes, so make a note of them.
There are alternatives
1. Add the css styling change to the style.css file within your child theme.
If you have a child theme, then this is ideal, as neither plugin nor theme update will affect your change. Simply add the code below to your style.css
/*Styling for forum description */ #bbpress-forums div.bbp-forum-content { clear:both !important; margin-left: 0px !important; padding: 0 0 0 0 !important; }2. If you only have a main theme, then consider using a child theme – it’s quick and easy to create one, basically it’s just a theme that you create that says “use this main theme, but then add these bits”. Google child theme video and you’ll get loads of help.
3. Add this to the style.css in your main theme
But you’ll need to keep a note of it for theme upgrades, so this is really no better than changing in the bbPress template, and neater to do it in bbPress than your theme4. Make a directory called css in your theme (either child or main) and copy the bbpress.css file into it. Then make changes there. this then won’t be overwritten on upgrades, but you will not get the benefit of changes to the default bbpress.css that may be in upgrades.
Overall 1. is by far the best choice, as you keep the code no matter what happens. Otherwise keep a note of your changes (which are fine, and are what I did to test prior to putting the end result in my style.css), so that you can replicate them on upgrades.
March 17, 2014 at 10:56 am #143735In reply to: Add forum description to forums index
oweniverson
Participanti’m not a developer by any means, but this seems to work (there’s probably a better way 🙂
in my bbpress.css file here “wp-content\plugins\bbpress\templates\default\css”
i just broke out “div.bbp-forum-content” from this:#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content { margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; }to this:
#bbpress-forums div.bbp-forum-content { margin-left: 0px; padding: 12px 12px 12px 0; text-align: left; } #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content { margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; }and set that left margin to 0 px rather than 130.
let me know if there’s a better or more elegant way!March 16, 2014 at 4:36 am #143719In reply to: Photo in profile
Robin W
Moderatorbbpres uses gravatar as it’s photo system.
load you photo to gravatar and it will appear
I have a page on my site that explains this to users viz :
This site uses Gravatar to display avatars. if you already have a Gravatar account with your email for this site, then it will display on your forum posts; it can take a few hours before the link is established the first time. What is an Avatar? When you post, you'll see the default avatar beside your name. You can change this to any image you wish (providing it's decent!). Many people have a picture of themselves, or anything that represents your ego or character. Changing from the default avatar. The site uses Gravatar. The Gravatar site stores you avatar against your email address. This allows you to have a single image that many websites can use without you needing to add it or change it on each site. Since this site knows your email address (through your profile), this site can pick up the avatar stored with Gravatar. If you're not already signed up with Gravatar, then follow this link [https://en.gravatar.com/site/signup] to register your email address and avatar with them. This site will then pick up that avatar and display it against your post. It can take a few hours before the link is established the first time. Confused? Don't worry - if you're happy with the default avatar against your name, you need to do nothing further !March 16, 2014 at 4:13 am #143716In reply to: BB PRess disappeared!
Robin W
ModeratorDon’t know why it happened. try Dashoboard>tools>forums.reapir forums and run one at a time to see of this fixes your links.
It could also be worth checkint that you haven’t got a plugin or theme issue, although neither would cause a plugin to disappear.
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
This seems to be a known issue with this plugin viz :
https://wordpress.org/support/topic/wpsc-support-tickets-bbpress-conflict?replies=1
I see you’ve also posted to the plugin site, so hopefully the plugin author will come back to you.
March 14, 2014 at 5:34 pm #143682Stephen Edgar
KeymasterYou should be using a string for permalinks category base, NOT %category%
Eg. If you like, you may enter custom structures for your category and tag URLs here. For example, using
stuffas your category base would make your category links likehttp://example.org/stuff/uncategorised/. If you leave these blank the defaults will be used.March 14, 2014 at 1:17 pm #143676In reply to: bbpress forum extremely slow
Robin W
ModeratorCan only suggest you try the following to see if they are causing issues
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
March 14, 2014 at 8:52 am #143672In reply to: No toolbar available
Liberty
ParticipantThank you very much for your replys.
I made a lot to get this toolbar work. Here is a list of things I already done to solve my problem:- deleted every JavaScript
- deleted the code of the functions.php file
- deactivated every plug-in
- changed bbpress.php to page.php
- commented the bbPress-CSS in style.css out
- commented parts of my bbpress.php out
- enable the Visual Editor
…and I changed my theme to the default “Twenty Ten” theme and the toolbar appeared. The problem is my theme but I don’t know why. 🙁
JavaScripts are deleted and I will add header.php and footer.php files. I hope this is the solution but I don’t think so.
March 14, 2014 at 2:49 am #143661In reply to: bbPress 2.5.3
wpable
ParticipantIn file template/default/bbpress-functions.php, line 218:
bbp_enqueue_script( $handle, $attributes[‘file’], $attributes[‘dependencies’], $this->version, ‘screen’ );
i think it should replace by this line :
bbp_enqueue_script( $handle, plugin_dir_url( __FILE__).$attributes[‘file’], $attributes[‘dependencies’], $this->version, ‘screen’ );when using child-theme. I think it works not fine.
March 13, 2014 at 7:32 pm #143657In reply to: Users Do Not Register, Default role solution?
Stephen Edgar
Keymasterhttps://codex.bbpress.org/forum-settings/
Auto Role
Select the default role for bbPress forum members to be assigned, the roles are Keymaster, Moderator, Participant (Default), Spectator and Blocked. For full details of the permissions assigned by these roles please User Roles and Capabilities.I haven’t actually used S2Member so I can’t help to much here, but S2 supports bbPress and there should be something about this on the S2 site (I tried a search and mainly get results for our forums here at bbpress.org :/)
If you are importing them ‘manually’ I would say you will have to manually assign the bbPress role, though if this is something S2 does on the fly then I presume it should also be adding the bbPress role at the same time and this would be an S2 issue.
Also to note is that bbPress users don’t actually get the full role assigned to them until they have actually logged into the site.
March 13, 2014 at 3:02 pm #143643Topic: Users Do Not Register, Default role solution?
in forum Troubleshootingjollyjollyjolly
ParticipantSo the wordpress site in question is on 3.7.1 and bbpress is 2.5.3
Problem: None of the users on this site “register”. They are all imported via s2membership import function. As such the import overwrites the user role on each import.
All wp users that exist in the system should be able to by default be a participant. Is there an override?
March 13, 2014 at 8:52 am #143636In reply to: Search results issue and CSS border radius issue
Robin W
ModeratorOn issue no. 1
the ' is the code for a quote mark ie the ones either side of this ‘word’
so something is displaying rather than interpreting this.
Not sure why, could ebe a plugin or theme issue
try
Check other plugins
Check that no other plugins are affecting this.
Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
come back and let us know if that helped.
On your issue no. 2, bbp-foums class does the overall border
.bbp-header, .bbp-forums { border-top: 1px solid #EEEEEE !important; border-top-left-radius: 10px !important; border-top-right-radius: 10px !important; }fixed it on my test site
-
AuthorSearch Results