Search Results for 'bbpress'
-
AuthorSearch Results
-
August 19, 2015 at 12:26 pm #165573
In reply to: new topic “Time out” issue
Robkk
ModeratorYeah I saw this while searching to see if users had similar issues. I think the error message was displaying in the browser like this user said instead of being on the forums as a bbPress error message.
This user says a fix could be using wp-cron and sending the notifications in the background, which the notify no spam version does.
This error could also be just on the user’s side and all they have to do is clear up their coookies, browser cache, all that browser goodness.
August 19, 2015 at 11:52 am #165571In reply to: new topic “Time out” issue
Robkk
ModeratorbbPress notify (not no spam) had a similar issue before I wonder if the forked version (notify no spam) has had the error. That is the only thing I can say to check out possibly, but you would need more information from the user.
August 19, 2015 at 11:49 am #165570In reply to: Search function doesn’t work for anonymous
Robkk
ModeratorI have been changing a bit of translations in the code – that’s why you might find a mistake here.
You haven’t been editing core files right?? There are other ways you can translate bbPress, unless you are just editing the templates that you can copy into your child theme?
There might be another thing you could do if you haven’t already, place all the bbPress templates in a child theme of theme in a folder called bbpress.
Also remove the htaccess hack since it seems not to work. I don’t want it causing issues.
August 19, 2015 at 11:22 am #165566In reply to: add a "Featured Image" to a forum
Robkk
ModeratorDid you copy and edit the bbPress templates in your child theme heavily?? Removing the hook @kachan64 pointed out, can make the code not work.
Also does the picture save correctly in the WordPress backend?? If you could link to a forum that should has a topic with a featured image, I can check to see if there is a CSS problem.
August 19, 2015 at 11:15 am #165565Robkk
ModeratorBunch of plugins can do this.
This one also has auto subscribe to topics too.
https://wordpress.org/plugins/bbpress-auto-subscribe-for-new-topics-and-replies/
August 19, 2015 at 10:32 am #165562In reply to: bbPress Shortcode
Acs-Yt
ParticipantOMG, it’s Full Width! This code resolved the problem:
.bbpress .col-md-8 { width: 100% !important; } .bbpress .col-md-4 { width: 0 !important; display: none !important; }Thank you for helping me!
August 19, 2015 at 6:35 am #165557In reply to: Topic Title on Forum Index
kachan64
ParticipantThanks, the code from github is running outside of a forum loop and works on a localhost test site. They used the code in loop-forum.php
<?php if (($has_replies = (strstr(bbp_get_forum_freshness_link(), '<a')))): ?> <?php bbp_topic_title(array( 'post_id' => bbp_get_forum_id() ) ); ?>, <?php _ex('by ', 'bbPress Freshness Author', 'bunyad'); ?> <?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 45 ) ); ?></span> <?php endif; ?>This is my code running inside a loop in loop-single-forum.php and didn’t work, will just output my forum title for some strange reason if I post to that forum’s sub-forum.
August 19, 2015 at 12:31 am #165551Topic: BBPress and MemberPress, topic access
in forum Installationjeromias
ParticipantHi,
I am using BBPress with MemberPress together.
I have set up rules to denie access to the forums except for members. This works:
When I list the forums in the dashboard (Admin area), it shows “Members” in the access column.
But if I list the topics in the dashboard, it shows “Public” for all of them.
I couldn’t find any rule under “Admin > Memberpress > Rules” that would change this, except “All Content”.The thing is, because all forums are blocked, the topics will be blocked as well, but it doesn’t show up in the list.
Thanks to anyone who can help
August 18, 2015 at 11:07 pm #165550In reply to: bbPress Shortcode
Robkk
ModeratorIt should be this
@media and (min-width: 992px) { .bbpress .col-md-8 { width: 100% !important; } .bbpress .col-md-4 { width: 0 !important; display: none !important; } }You can also try it without the media queries.
.bbpress .col-md-8 { width: 100% !important; } .bbpress .col-md-4 { width: 0 !important; display: none !important; }August 18, 2015 at 11:00 pm #165549In reply to: conversion of PHPBB to BBPress
Robkk
ModeratorNo file attachments are imported.
If the image was part of the original post with using the BBCode [img] then that IS imported as part of the post, if the image was an attachment to the post then it is not imported.
There are scripts that handles importing images from other forum software to GD bbPress Attachments that you can take a look at though. This might be custom development and you may need to hire a developer to create an importer for file attachments from phpBB though.
August 18, 2015 at 9:32 pm #165545Robkk
ModeratorOkay I have also seen posts saying file permissions and possibly a user created issue messing with comments
<!-- comment-->in php files.You didn’t edit the files in the bbPress right??
Before editing the file permissions you may need to do some more troubleshooting as listed here.
You have the right file permissions set right??
August 18, 2015 at 9:13 pm #165544Robkk
ModeratorbbPress by default doesn’t allow users to upload images, so it must be another plugin. Since the images seem to be stored in the ckeditor plugin, you may need to contact their support.
August 18, 2015 at 7:29 pm #165543pchandra
ParticipantThanks. I tried that. Still the same. I have to keep bbPress Plugin deactivated for the website to work.
August 18, 2015 at 6:45 pm #165542Topic: My Account Link and Submenu
in forum Installationstardrive
ParticipantDear Support,
Please, how can I make my BBPress forum to show the “My Account Link and Submenu” for each logged in user, like the one you that is showing just below the download menu on the top right side of this screen?
BBPress version: 2.5.8
Wordpress version: 4.2.4Regards,
Stardrive
August 18, 2015 at 4:37 pm #165539In reply to: bbPress Shortcode
Acs-Yt
ParticipantI added them into the “Simple Custom CSS” plugin, downloaded from wordpress.org.
At the end, it looked like:
@media and (min-width: 992px) { .bbpress .col-md-8 { width: 100% !important; } }and
@media and (min-width: 992px) { .bbpress .col-md-8 { width: 100% !important; } }It is still not Full-Width 🙁
August 18, 2015 at 3:40 pm #165538goldlux
ParticipantWe really need some help with this. We are using BBPress, RtDating, and Rtmedia. When a user uploads an image to a forum topic the path of the image in the URL is
Not only does this look like a crazy long path. It seems like poor security. I have seen other sites that just display an attachmentid
How can we sanitize the url and hide all of the paths?
August 18, 2015 at 3:00 pm #165534Topic: conversion of PHPBB to BBPress
in forum InstallationIsrael Pimentel
Participantfriends,
I did read many topics on the conversion of PHPBB to BBPress, although I like the forum, need to know if the conversion of the images is possible, even through a different plugin or scrip.
I know that own plugin bbPress can not do so.
August 18, 2015 at 2:58 pm #165533In reply to: SMF Import Help Needed
sharingsunshine_wp
ParticipantI tried again and it did complete but I have the same problem in that there are replies missing and topics missing.
In this conversion I turned off all plugins except for the two bbPress plugins.
August 18, 2015 at 2:19 pm #165528In reply to: new topic “Time out” issue
gptxffa
Participantbbp last post
bbpress go to first unread post (inactive currently)
bbpress new topics
bbpress new UI (inactive currently)
bbpress notify no-spam
bbpress unread post v2 (inactive currently)
bbpress style pack
GD bbpress tools
GD bbpress attachmentsI will ask about how the message displayed for him.
August 18, 2015 at 2:17 pm #165527In reply to: Search function doesn’t work for anonymous
Robkk
ModeratorOkay I found a few fixes for this possible bug, I will need to contact the devs later to see if they had seen something similar before. One is an htaccess rewrite rule and the other is really something simple.
Okay you can try the trailing slash fix mentioned here first to see if it helps, but you are not really experiencing a 404 error because the search term you are searching is stripped for some reason.
As a test try setting your permalinks to default and try searching again to see if it will keep your search term and search for it. The query
search?action=bbp-search-request&bbp_search=adwordsis usually seen in the default permalink structure instead of /search.Also make sure you do not have a trailing slash in any of the slugs in Settings>Forums.
The htaccess rewrite method is adding this to your htaccess file on your site that is uaually in the WordPress directory to solve the issue, but do not try this just yet, I don’t want you messing with your htaccess file
# BEGIN bbpress search hack <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} ^action=(.*)&bbp_search=(.*)$ RewriteRule ^/soeg/(.*)$ http://antonhoelstad.dk/soeg/%2/? [L] </IfModule> # END bbpress search hackAugust 18, 2015 at 1:52 pm #165525In reply to: SMF Import Help Needed
Robkk
ModeratorOh okay, the genesis extend plugin should be fine as it really only modifies layout styling for bbPress pages with the Genesis theme. You can try deactivating all but bbPress and the genesis extend plugin.
As for mods on your SMF forum, I am not entirely sure. It might not matter on your SMF forum.
August 18, 2015 at 1:22 pm #165521In reply to: bbPress Shortcode
Robkk
ModeratorWhat I posted is just some custom CSS.
Paste custom CSS in any of the following for it to work.
Child themes stylesheet
custom css plugin
bbpress stylesheet in a css folder in child themeAugust 18, 2015 at 12:53 pm #165519In reply to: bbPress Shortcode
August 18, 2015 at 12:49 pm #165518In reply to: SMF Import Help Needed
sharingsunshine_wp
ParticipantI meant on mods the mods on the smf forum. I am on a genesis framework and there is a plugin for bbPress and the genesis framework would that be necessary to activate when doing the import?
So to recap my questions do I need to any of the following before converting?
1. inactivate all but bbPress and bbPress genesis framework plugin
2. inactivate only bbPress plugin
3. remove all mods from the smf forum before converting
Thanks,
August 18, 2015 at 12:44 pm #165516In reply to: SMF Import Help Needed
sharingsunshine_wp
ParticipantI deactivated all the plugins and now I am getting this error
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups_table.forum_id = forums_table.forum_id LIMIT 0, 100' at line 1] SELECT convert(forums_table.the_forum_id USING "utf8mb4") AS the_forum_id,convert(forums_table.the_parent_id USING "utf8mb4") AS the_parent_id,convert(forums_table.the_topic_count USING "utf8mb4") AS the_topic_count,convert(forums_table.the_reply_count USING "utf8mb4") AS the_reply_count,convert(forums_table.the_total_topic_count USING "utf8mb4") AS the_total_topic_count,convert(forums_table.the_total_reply_count USING "utf8mb4") AS the_total_reply_count,convert(forums_table.the_forum_title USING "utf8mb4") AS the_forum_title,convert(forums_table.the_forum_slug USING "utf8mb4") AS the_forum_slug,convert(forums_table.the_forum_description USING "utf8mb4") AS the_forum_description,convert(forums_table.the_forum_order USING "utf8mb4") AS the_forum_order,convert(groups_table.forum_id USING "utf8mb4") AS forum_id FROM smf_forums_table AS forums_table INNER JOIN smf_groups_table AS groups_table USING groups_table.forum_id = forums_table.forum_id LIMIT 0, 100I made sure I am using your revision of code. I only have the bbPress plugin activated and I put the site in maintenance mode via .htaccess
Thanks for helping me with this.
Randal
-
AuthorSearch Results