Search Results for '\"wordpress\"'
-
Search Results
-
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”?
Topic: need some help
Im using the latest versions of WP and BBpress,
All i have learnt using WP and BBpress is from trial and error and use of support forums and information from other websites.
I gamer at heart and play many mmo’s, i use wordpress for our main site and wanted to include a forum for our members(BBpress). http://enigmas.eu
I have been able to change lay out and look, so it look like main site and i have install an Plugin (bbPress String Swap) to rename roles, but it only change them on the forum and not in the admin selection area and the same goes with Public-Privet-hidden forum.
I would like to be able to change the names with in the admin side, so that my Moderator’s know which role to select when a new member joins
Key master – Guild leaders
Moderator – Officer
Participant – MemberAlso when creating a forum know which one to select
Public – (can stay the same)
Private – Members Zone
Hidden – Officers ZoneAs im talking about the forum titles i would like to remove (private) from the forum breadcrumb i have seen many examples of how to do it and have tried them out, but they don’t seem to work. i don’t know if im doing some thing wrong. so look for a fresh input.
i know that my Moderator(Officers) could get used to knowing which role and forum section to choose from with out changing them. but the Private before the forum tile is a real pain.
any ideas would be great thank you
Hi,
I’ve just installed the bbPress plugin on WordPress 3.8_it_IT, but after i activated it
nothing changes in the menu (the forum item doesn’t appear) and I created the page Forum
as you indicated but it tells that there is no forum installed…
I tried to deactivate and activate again, and unistall and install but nothing…Could you help me?
Thanks in advanceHey there!
We have been doing good amount of work with bbPress lately and have implemented a variety of solutions including setting up paid forums via integration of bbPress with WooCommerce. While doing so, we realized that this set up in particular, needs deep understanding of the plugins so we thought of compiling a detailed tutorial and sharing it with the world.
I am glad to tell you that the tutorial is now out and you can check it out on our website HERE.
Also feel free to comment on this guide and ask us any questions for which we would get back to you soon.
Hi,
I am quite new to WordPress and definitely new to forums. I am trying to export a forum using SMF on one site and importing into bbPress on another site within WordPress. How do I go about doing this?
Thanks.