Search Results for '"wordpress'
-
AuthorSearch Results
-
August 19, 2015 at 2:18 pm #165580
In 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. What I don’t understand is, that when I upload all the original files, it still does the same mistake.
Can’t you tell me if there’s some specific files that I should re-upload as original, in case I’ve changed something in them?
What files did you edit, if you did edit any files?? I hope you did not edit the bbPress plugin files in the plugin directory of your site??
I’ve never used child themes before, so I’m not sure how to do this.
This will help you learn about creating a child theme.
https://codex.wordpress.org/Child_Themes
After creating the child theme just copy the bbPress templates to your child theme in a folder called bbpress.
Or second option: Could you rewrite the htaccess hack so it might work? 🙂
You really shouldn’t need an htaccess hack at all, that is why I said don’t use it yet.
August 19, 2015 at 12:26 pm #165573In 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: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 11:10 am #165564In reply to: Can’t use the fourms
Robkk
ModeratorWhen you close a forum/category you can possibly close the topics and sub forums of it. Check and see what forums you have closed in Forums > All Forums in the WordPress backend.
August 19, 2015 at 7:57 am #165558In reply to: add a "Featured Image" to a forum
Mei Ling
ParticipantHi Robkk,
I have tested your code. Well I can select in the admin panel “edit topic” or “new topic” “featured image”, I select the picture…when I turn back to the topic, no picture. It doesn’t remain selected.
I use the latest WordPress: 4.30.Could you help me?
I thank you in advance
Mei Ling
August 18, 2015 at 9:35 pm #165546In reply to: My Account Link and Submenu
Robkk
ModeratorIts just the WordPress toolbar moved under the header and styled differently.
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 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 5:18 pm #165540In reply to: edit topic input displays full HTML
Rommel Castro
Participanthey everybody,thank you for your answers, i found that the issue was being caused by this plugin: https://wordpress.org/plugins/show-template/
for some reason was enabled on production.
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 2:20 pm #165529In reply to: Multiple Buddypress groups for Forums
Robin W
Moderatordon’t know, but maybe worth looking at
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 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
August 18, 2015 at 12:13 pm #165515In reply to: new topic “Time out” issue
Robkk
ModeratorWhat are the bbPress plugins you have on your site?? There has been some similar issues while using some specific plugins.
Also did the user see the issue message somewhere in the form like the flood control errors in bbPress or was it displayed in place of the whole site?? This issue could also be a connection time out error on your server.
https://codex.wordpress.org/Common_WordPress_Errors#Connection_Timed_Out
August 18, 2015 at 12:00 pm #165512In reply to: SMF Import Help Needed
sharingsunshine_wp
ParticipantSo you are saying to deactivate the plugins that are in WordPress?
August 18, 2015 at 11:04 am #165506Topic: [Multisite] Access Denied after bbPress is activated
in forum Troubleshootingweeix
ParticipantHi!
I use WordPress in Multisite mode and allow admins to choose thier own plugins that I installed for them – bbPress is in the list too. I (as a super-admin) can activate bbPress in any site and use them normally. However, when an admin tried to activate bbPress, a page with this error message appears afterward:
You do not have sufficient permissions to access this page.
And they’re unable to see any bbPress-related menus and do not have any permissions to access any of these page:
- http://example.com/subsite/wp-admin/options-general.php?page=bbpress
- http://example.com/subsite/wp-admin/index.php?page=bbp-about
I can activate bbPress network-wide to solve this problem, but that would be bad for other admins that doesn’t need bbPress in their sites – additional menus might confuse them.
Wordpress 4.2.4 (Multisite)
bbPress 2.5.8August 18, 2015 at 10:04 am #165503In reply to: Notifications not working
Robkk
Moderatoror if a new user registered for the forum
Getting a notification for a new user registering is from the core of WordPress. If you do not seem to get any notification at all on your site, you may need to contact your host for help on this.
Again if you do not seem to get any or some of these below notifications you may need to contact your host.
New Comment / Comment Awaiting Moderation
New Trackback
New Pingback
Lost Password
New User Registration (For Admin)If you do get some, then we have to do more troubleshooting(which could possibly be a plugin issue) and some possible bug finding in bbPress.
August 18, 2015 at 8:33 am #165502In reply to: Notifications not working
BBC
ParticipantI have the dame problem for more then six months.
I have disabled all plugins
But still no email notifications
So I will follow this post with interest
I have the latest WordPress and the 2012 theme.
Everything as clean as possibleAugust 18, 2015 at 8:25 am #165501Topic: Notifications not working
in forum Troubleshootingaikichick2012
ParticipantHello there,
I installed bbpress a couple of months ago on my wordpress website and have only recently noticed that I never get any notifications by email, like when a new topic is created, a new comment was made in the forum or if a new user registered for the forum. In “settings” the box for notifications is checked. Other users don´t get notifications, either.
I have installed AsynCRONous bbPress Subscriptions (a solition that seems to have worked for some people here), but it is still not working 🙁
I use wordpress 4.2.4 and bbress 2.5.8
Could it be a problem with other plugins I use, such as wp spamshield?
I am not a programmer or developer, so my knowledge is limited, I am afraid… 🙁
Thanks for any help,
SonjaAugust 17, 2015 at 7:04 pm #165487Robkk
Moderatora. Stop All Notifications for this Topic
The user can just unsubscribe from the topic either from their profile or visiting the topic again.
b. Provide one Daily Notification with all Comments for this Topic
c. Provide one Weekly Notification with all Comments for this TopicFor a daily digest I guess you could use this plugin, but it might not be exactly what you are looking for, and users have reported the plugin not functioning properly. You may need to hire a developer for users to get a daily digest of a specific topic.
August 17, 2015 at 6:51 pm #165486Robkk
ModeratorI think this is somewhat of a server issue. See if flushing your permalinks would help.
https://wordpress.org/support/topic/an-error-occurred-while-processing-this-directive-version-342
August 17, 2015 at 6:38 pm #165483In reply to: Forums not send out reply emails
Robkk
ModeratorBCC could have some issues on some servers, usually installing this plugin will help.
https://wordpress.org/plugins/asyncronous-bbpress-subscriptions/
August 17, 2015 at 3:59 pm #165478In reply to: SMF Import Help Needed
sharingsunshine_wp
ParticipantThanks for approving the post and I certainly will heed the links minimum from now on. I upgraded the later version and now I am getting this error.
Repair any missing information: Continue 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 'users_profile_table.the_user_id = users_table.the_user_id WHERE users_table.the_' at line 1] SELECT convert(users_table.the_users_id USING "utf8mb4") AS the_users_id,convert(users_table.the_users_password USING "utf8mb4") AS the_users_password,convert(users_table.the_users_password_salt USING "utf8mb4") AS the_users_password_salt,convert(users_table.the_users_username USING "utf8mb4") AS the_users_username,convert(users_table.the_users_nicename USING "utf8mb4") AS the_users_nicename,convert(users_table.the_users_email_address USING "utf8mb4") AS the_users_email_address,convert(users_table.the_users_homepage_url USING "utf8mb4") AS the_users_homepage_url,convert(users_table.the_users_registration_date USING "utf8mb4") AS the_users_registration_date,convert(users_table.the_users_status USING "utf8mb4") AS the_users_status,convert(users_table.the_users_display_name USING "utf8mb4") AS the_users_display_name,convert(users_table.the_users_aim USING "utf8mb4") AS the_users_aim,convert(users_table.the_users_yahoo USING "utf8mb4") AS the_users_yahoo,convert(users_table.the_users_jabber USING "utf8mb4") AS the_users_jabber,convert(users_profile_table.the_users_id USING "utf8mb4") AS the_users_id FROM smf_users_table AS users_table INNER JOIN smf_users_profile_table AS users_profile_table USING users_profile_table.the_user_id = users_table.the_user_id WHERE users_table.the_user_id != -1 LIMIT 0, 100 -
AuthorSearch Results