Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Could not open socket
I don’t even know that this is really an error with the plugin itself but I’m hoping someone may have some suggestions. I currently host my WordPress site through DreamHost. After a recent upgrade (I think to 2.5), I started getting a lot of complaints about socket errors after people tried to post a new topic or reply. It comes and it goes, I haven’t found any consistent time, nor have I experienced it myself because it’s not an every time sort of problem.
DreamHost talked about other sites loading down the server, but after they fixed that, it continued. So I requested my site be moved to a new server, but it’s STILL happening. Does anyone have any ideas of what I can do? My users are getting rather frustrated.
Thanks!
WordPress: 3.8.1
bbPress: 2.5.3I am using the theme responsive, and I downloaded bbpress to access the forums. I have my forums set up on wordpress, but I get the error message “Please go to the admin section and change your Website Toolbox forum settings” when I try to visit my site and view them. I had a plug in called website tool box but I deactivated and deleted it. Please help!
Hello!
I’ve searched the forums for a topic that has the same issues as I’m having, to no avail. I have created a website using wordpress.org (http://meechanchronicles.com/Install), and installed bbPress version 2.53. I’ve been able to create the forum, and using wordpress, I’ve created a couple of forums and one topic.
I followed the bbPress codex for adding Login/Register pages, as well as a Lost Password page. Whenever I try and access the forum from the outside (ie not logged into WordPress), I seem to be stick in a circular link that never actually does anything.
In addition, neither the Register/Lost Password pages work, returning a 404 error. I’ve double checked the shortcode links as well as made sure that the permalink addresses are spelled correctly and match the shortcodes.
I am totally new to creating forums, but I feel that I’m missing something simple. Any help is greatly appreciated.
Thanks!
AdamRunning bbPress 2.5.3 on the main/primary site of a WordPress 3.8.2 Multisite installation, I notice that the bbPress admin pages are only accessible to Super Admin. Regular admin users do not have access to the bbPress back-end. Not even the admin user with keymaster role…
Is there any way this can be fixed š
Topic: wordpress 3.8.1 MU
i have multisite network based on the latest WP
when i try to activate the plug in my WP-dashboard crushed
the web site is working and i cant access into the admin panel
i have to delete the plugin and only then i can access into to admin dashboardWordpress 3.8.1
BBPress 2.5.3
BuddyPress 1.9.1
Site link: http://www.nzp8nt.comHi team
I have a new install of BBPress (within BuddyPress) on my site.
I imported my old forums (which have been un-used for around 18months) from vBulletin. No issues with the import.
However my members (we haven’t launched yet, and they are not registered as active in BuddyPress) are getting email notifications on topics that are in the system.
Any ideas?
I’ve turned off notifications in BuddyPress just in case that is it, but would love if someone could tell me what might be causing it, and how I can turn it off for historic posts.
Thanks!
MartinWhen I installed BBpress I was able to add a topic and a form and the Forums entry was visible to the administrator account.
Now if I log in as administrator or any account the forums are not visible or available.
You can see a basic list but as soon as you click on anything page not found 404 comes up
The shortcodes do produce an output from the forum if put in a new page or in the footer but
the url
http://racingpigeon.com/forums/ is blocked whereas the same shortcode in
a new page added at http://racingpigeon.com/forumsx/ produces outputIf I log out then I see the output at
http://racingpigeon.com/forums/
I have tried all different levels of forum access but none lets me see it.bbPress Version 2.5.3
Wordpress Ver WordPress 3.8.1 Maintenance Release January 23, 2014Thanks Ian
WordPress 3.8.1 running Suffusion theme.
bbPress Version 2.5.3On a registered participant login, I keep getting “The forum āPrivate: Small Starsā is closed to new topics and replies.”
or “This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.” if I’m on admin privileges.The forums are definitely open.
Repair forums gives me (As Admin and Keymaster) “You do not have sufficient permissions to access this page.”
I have searched for this topic, but the phrases around “This forum is marked as closed to new topics” bring up almost every webpage that uses bbPress, as it’s the default text at the bottom of so many topics!
What could be wrong here?
Thanks in advance for any help.
David.
Topic: Forums UL LI elements help
Wordpress Version: 3.8.1
BBPress Version: 2.5.3Hi guys, the UL LI elements of my forums are following the styling declared for UL LI in my style.css file instead of the bbpress.css file. How do I correct this? Any help is appreciated.
Here’s the site: http://www.uptmcaa.com/forums
I am using WordPress-bbpress at the my site.
When many messages were contributed to a topic and it became 10 pages or more, the link to 10th page had broken.The following code is the cause.
It will replace from “&paged=10” to “0”.bbpress.2.5.3
C:\xampp\htdocs\bb\wp-content\plugins\bbpress\includes\topics\template.php
895 line// Remove first page from pagination if ( $wp_rewrite->using_permalinks() ) { $pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $pagination_links ); } else { $pagination_links = str_replace( '&paged=1', '', $pagination_links ); }One solution for correcting this is the following. (Insert “if($pagination[‘total’] == 1)”)
// Remove first page from pagination if ( $wp_rewrite->using_permalinks() ) { $pagination_links = str_replace( $wp_rewrite->pagination_base . '/1/', '', $pagination_links ); } else if($pagination['total'] == 1) { $pagination_links = str_replace( '&paged=1', '', $pagination_links ); }Topic: phpBB3 import dont work
Hi
i have WP 3.8.1 and bbpres 2.5.3 , i’m using phpBB3 but now i will work with wordpress an there own forum (bbpress)
i used in tools -> forums -> import forums
typed the database datas in and klick STARTafter that the import start but it import ONLY the user nothing else.
i have tryed this 3 times and it runs alway over one hour and only user are imported
no forums no topics no cats ……NEED HELP PLEASE
Iām using WordPress version 3.8.1 (the latest as of this writing) and bbPress version 2.5.3 The url wouldnāt show the problem since the forum is private and you would only see āOh bother! No forums were found here!ā on the page as a non-logged in non-member of the site. This question also relates to the WordPress dashboard rather than the site itself. I’ve given a user on the site the bbPress role of Moderator with the expectation that he should be able to set up new forums, however, when he logs in, he can only see/access topics, replies and profile in the WordPress dashboard. There is no link to “Forums” where he can add new ones. Why is this the case when according to the roles information on this page: http://codex.bbpress.org/bbpress-user-roles-and-capabilities/ a Moderator “can create and edit forums. Can create, edit and delete other usersā topics and replies. Can manage Tags, and moderate a forum with the moderation tools”?
