Search Results for '+.+default+.+'
-
AuthorSearch Results
-
March 3, 2014 at 1:27 pm #143187
In reply to: Recent reply notifications not going to correct page
franzvz
ParticipantThanks,
Yea, I was going to post in both because I don’t know what the culprit is. I thought it was my theme, and have confirmed this happens with just the default themes as well.
The link however has a bbp_ tag to it, so that’s why I thought to post here too.
Just in case anyone else needs it
bbpress Version 2.5.3
BuddyPress Version 1.9.2March 3, 2014 at 8:48 am #143170In reply to: bbPress 2.5.3
Robin W
Moderatorhave you :
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, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
come back once you done those of you still have a problem
March 3, 2014 at 4:25 am #143161Robin W
Moderatorthe url reads
http://domain.com/whatever-your-shortcode-page-is-called/page/2/
So presume your page is called “topics”
The code works – I’ve just retested it on twentyten site and pagination and subsequent pages were fine, so suggest you 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, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
and then come back if you need further help.
March 3, 2014 at 4:18 am #143158In reply to: Subscribe Checkbox isn't working
Robin W
ModeratorJust check that it is not plugin related first
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.
Then to confirm it is a theme problem..
Check themes
If plugins are not the cause, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
Come back and let us know if you fixed, or for more help
March 3, 2014 at 3:57 am #143155In reply to: Still no visual editor?
Stagger Lee
ParticipantIf it works for others i must be making some mistake. Tried with default theme same problem. It is some test development with many, many WP and Bbpress plugins. Could be that some of them is blocking.
March 2, 2014 at 1:49 pm #143135In reply to: Rename "Submit" button
Robin W
ModeratorYou’d need to change a couple of templates
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php line 203
and
wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php line 135
You do this by creating a directory under your theme called “bbpress” and copying these two files to there. Then modify the lines as you want, you’ll need to change the word ‘Submit’ in the following towards the end of the line to whatever you want.
<?php _e( ‘Submit’, ‘bbpress’ ); ?>
bbPress will then use these files instead
You could use a translate function, but Submit is such a widely used it might affect any submit on your site
March 2, 2014 at 4:38 am #143111In reply to: Loop Reditect
Robin W
ModeratorCheck 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, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
Once you have done this, come back if its still a problem.
March 1, 2014 at 12:08 pm #143099Topic: Create page template for forum index
in forum InstallationTu Nguyen
ParticipantHello, I have installed bb and create a page named “Forums” (slug:forums) and assign for it a Template (not Default Template) but it always use Default Template (page.php) for displays forums . I also tried create a page with named page-10.php (or page-forums.php) (10 is the ID of the page and forums is slug) but not successfully. If I change “Forum Root” in BB settings, e.g: forums2 (not “forums” ) it works. But in breadcrumb the url to root forum is mysite.com/forum2. I want it is the same with the url when user select it from menu is mysite.com/forums.
Can anybody help me? Thanks
March 1, 2014 at 4:12 am #143093In reply to: Installed bbpress but not on Admin or Frontend
Robin W
ModeratorCheck 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, the it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
February 28, 2014 at 8:35 pm #143087Topic: Forums, Topics, Replies – Migration Help!
in forum Installationmshane8
ParticipantHello-
I am redesigning a site and want to migrate my current forums, topics and replies from my current site into my new site.
I have read through the instructions but I have 2 issues:
1) What is my platform? I am migrating from current bbpress plugin version to another. Both the production site and the dev site are on the same hosting provider with different databases obviously. I am assuming I use the default setting phpBB?
2) More importantly- what is the table prefix? It is default setting. I did not assign a custom prefix. But I cant find the table prefix anywhere in the MySQL database. There isn’t a table with the prefix wp_bb_ or anything related to that table structure?
* I am only using bbPress for forums, topics and replies. I am not using Buddy Press.
Thanks so much for the advice. The migrating instructions are not very specific.
February 27, 2014 at 1:56 pm #143040In reply to: Shopp and bbPress Conflict
Robin W
ModeratorWhilst much of this link is blanked out, it does seem to indicate a problem with conflicting page templates.
What I’d suggest you do is create a page template for your bbpress so that it only uses that one, leaving shop to use whatever template it is using.
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ part 8
You don’t say what theme you are using – and in fact it could be the theme’s page template that is causing the issue.
But let’s suggest for a starter that you look in your theme, and copy then rename it’s default page template as per part 8 above.
If you need further help doing that, or it doesn’t work, come back
February 27, 2014 at 10:06 am #143026In reply to: Forum Index expanding into sidebar.
Brennon
ParticipantFebruary 26, 2014 at 8:11 am #142965Topic: BBPress Widgets on category.php error
in forum TroubleshootingDeveloper ICAN
ParticipantHi,
When i place any of the BBPress default widgets that ‘list’ (ie ‘Recent Replies’, ‘Forums’, ‘Recent Topics’) on a category.php WordPress template, the listings
shows recent ‘posts’ from wordpress rather than BBPress objects?Is this a bug or is there anything any one can suggest? I’ve tried resetting the query etc right above the widget output and underneath but nothing seems to work?
Thank you for any advice here!
February 25, 2014 at 3:13 pm #142933In reply to: move Username and IP to the right of the avatar
Robin W
ModeratorYou’ll be needing to modify
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-topic.php
February 25, 2014 at 1:21 pm #142924In reply to: Is it that hard? WP Theme Selection Dropdown
traemccombs
ParticipantHeh, stop being so awesome in your replies. π
Anyway, me, the non-coder, still doesn’t understand why it(bbpress plugin) can’t simply have an option to use styles from other themes. If nothing else, the CSS etc would be a nice “base” for things like link colors, font sizes, whatever.
*sigh*
I tried bbPress Tweaks. Meh.
I’ll read the link you posted. Hopefully it doesn’t suck.
bbPress has such a non-WP feel about it though in everything I’ve come to expect from WordPress. Part of it is my frustration with PHPBB, and part of it is my frustration with not being able to get a non-sucky looking forum with bbPress.
And, I have yet to see a non-sucky bbPress based forum. Most are fairly crappy in how they present and deal with the content.
Easy of me to throw stones in a glass house when I don’t code I guess. I just wish there were more sane defaults in bbPress that looked better out of the box.
February 25, 2014 at 11:13 am #142916In reply to: Is it that hard? WP Theme Selection Dropdown
Robin W
ModeratorbbPress by default tries to use your themes default templates as it’s base. So it is already using your theme’s page template, maybe not the particular one you’re after, but it will be for your theme, or one you have created.
It will look for the following files in your theme in this order, and use that for it’s forums
plugin-bbpress.php
bbpress.php
forums.php
forum.php
generic.php
page.php
single.php
index.phpSee https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ for more detail and how to get it to use a particular template.
Since some theme writers create a bbpress template, and some have variously named page templates, it would be kinder hard to get bbpress to work out which of your themes files are page templates, and which you want to use.
Yes, getting the right template to display forums can involve you in renaming and moving some files, but that’s because you have decided to use a non-default theme (no criticism), and so your theme writer and the writers of bbpress would need to be telepathic to know how the other one is going to code. As I said some themes actively allow for bbpress, for others it is just one of thousand of plugins.
The plugin bbPress Tweaks
https://wordpress.org/plugins/bbpress-wp-tweaks/
In dashboard>settings>bbpress tweaks allows you to select from available templates as a dropdown, so partly achieves what you are after.
I fully appreciate that WordPress and plugins can cause a lot of frustration, and no you’re definitely not a troll (yet!), but less heaven and hell in your posts would be better!
February 25, 2014 at 9:03 am #142909Topic: Pagination WITH threaded replies
in forum TroubleshootingDoremdou
ParticipantHi,
I really need pagination WITH threaded replies on my bbpress forum. Because when a topic has over 500+ replies it is NOT conceivable to display them on the SAME page.
Do someone have a trick to do the following?
Enable threaded replies N levels deep
Break replies into pages with N top level replies per page and the first/last page displayed by default
Replies should be displayed with the older/newer replies at the top of the pagethe outdated plugin Threaded Replies had those options, but I cant find them on bbpress, that is just a shame… :/
Thank you very much for your help π
DoremFebruary 25, 2014 at 6:12 am #142901In reply to: Removing "Started by:"
Robin W
ModeratorOk, you need to do the following
If you have a child theme, then do this in there
If you don’t have a child theme, then seriously consider creating one, it’s very quick and easy, and will ensure that changes you make don’t get lost on theme or bbpress upgrades. Just google wordpress child theme videos and you’ll get lots of help.
In your theme create a bbpress directory
wp-content/themes/yourthemename/bbpressthen copy
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-topic.php to this directory so that you have
wp-content/themes/yourthemename/bbpress/loop-single-topic.phpEdit this file to delete line 60 which says
<span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>and save.
bbPress will now use the file in your theme’s bbpress folder instead of the default, and you won’t lose your change on bbpress upgrades – but will it it is in your main theme, so if you don’t create a child theme, keep a note of what you changed, as if your theme updates, then you may/will lose the bbpress folder and file.
February 24, 2014 at 10:57 pm #142891In reply to: Set depth of indent for threaded replies…
crzyhrse
ParticipantThanks Robin and hi again… π
That doesn’t find anything that seems to pertain, plenty of padding in the normal sense for various aspects of replies… And pertaining to replies is what I’m looking for because that is where the nesting (offsetting? indenting?) or threading occurs, per the Reply threading setting in the forum settings section of the Admin settings section…
I’ve searched through directories everywhere that made sense, php and css, for terms like nest, thread, indent, offset… found nothing… It would need to be some sort of code that recognized whether it was a first, second or third reply, etc, and also somehow say how much to indent… It would also seem to need to some way be affected by the setting for it, as mentioned above…
I was kinda hoping to maybe attract John James Jacoby’s attention on this, noticing how much he seems to know in the various support areas I’ve looked over time..?
This would seem to be something that would be helpful to others as well..? The default indent distance I believe is much more than is needed to show nesting, and the less it indents the less the following indents will be crowded to the right, don’t know but maybe even get cut off…?
Thanks… It is nice when someone replies, doesn’t always happen… π
John.
February 24, 2014 at 9:15 pm #142890In reply to: Edit Replies to post and get a blank page
w2kd
ParticipantNot a total new install but a new install of BBPress and we do have wishlist.
Also the page is not totally blank it still has the banner and footer but no menu or content generated. No side bar widgets.
I tried to deactivate the plugin without success.
Changing to the default template did work so its the AIR theme from YoothemeSo what next – look for something in the theme that could be causing it
February 24, 2014 at 3:11 pm #142869In reply to: Edit Replies to post and get a blank page
Robin W
ModeratorIs this a new installation, or has this just started on an old one.
Try disabling all other plugins, and seeing if that fixes it. If so then re-add back one at a time to see which is causing.
If none, the switch to a default theme such as twentytwelve and see if it still occurs
Come back and let us know the results
February 24, 2014 at 3:07 pm #142868In reply to: Changing bbPress templates
Robin W
ModeratorTry
The actions are used in the templates held in
wp-content/plugins/bbpress/templates/default/bbpress/
February 24, 2014 at 4:13 am #142849Topic: Freshness Date Format
in forum Pluginslajd
ParticipantHi,
How should I modify the format of the freshness date.
I want to change it to date and time.
I already google it,also search in this forum but can’t find clear solution.see attached image:

Thanks
February 22, 2014 at 11:10 pm #142817Topic: bbPress/Woocommerce/Slider Revolution conflict
in forum Pluginse11eca
ParticipantHello!
I’m having an issue with bbPress 2.5.3, Slider Revolution 4.0.5, and Woocommerce 2.1.2. I contacted Slider Revolution, and they said they couldn’t figure out the issue and that I should contact my theme creator since their plugin came bundled with my theme, but the theme creator says it isn’t a theme issue, so I’m reaching out to bbPress since the Woocommerce help desk is down for the weekend in hopes I can at least get a leg up – even though it’s a pretty weird triple-plugin conflict.
1. When all plugins are activated, layer styles in Revolution Sliderβs slide editor show a tiny white font in all the previews, but only generate default dark text.
2. When all plugins are activated, I cannot add a slider to a page where bbPress forums are active – it just doesn’t appear, even when I have disabled the theme’s default header, or tried to insert it via shortcodes or php. (Any other page and the slider loads fine)
3. When I deactivate bbPress and its associated plugins, the slider loads correctly because there is no forum on the page.
4. When bbPress and Woocommerce are both deactivated, everything works as it is supposed to in the editor as well.
Existing sliders on the website still load correctly – it’s just an issue of making new ones with a forum on the same page, and getting the editor to work. bbPress prevents a slider created in the Slider Revolution plugin from being published on a page with a forum, and Woocommerce messes up the editor.
Any help or ideas are appreciated. I’ve tried the troubleshooting options in the plugins and nothing seems to fix the issue. Thanks!
February 22, 2014 at 5:56 pm #142815In reply to: bbpress sidebar at bottom of page
tom211221
Participantthanks for the help i do not have the default template this was created for me…is there someway i can get it?
and where do i copy it to and how? sorry im new to all this
-
AuthorSearch Results