Search Results for '\"wordpress\'
-
Search Results
-
Current site:
Wordpress V 3.4.2
bbpress V 2.1.2
Buddypress V 1.6.1Old site:
Wordpress 1 user
phpbb v 3.10 40 usersI converted my forums over to bbpress. Everything went fine.
All the threads and users where there.
I installed buddypress as well and that works fine.
buddypress automatically synced up with all of the existing users.I’m building the site up though so the activity on the site is low. However I’ve noticed something. All of the buddypress features work perfectly. However with bbpress no one can post or reply. In fact the only way admin can do anything is to do so through the dashboard. If admin is broswing the forum he cant reply or create a new topic.
The edit box is there, but when you click ‘submit’ it just reloads the page and nothing happens. I’ve tried this with users at all levels.I wanted to integrate bbpress into buddypress, but the only way I can do that and retain my existing data is to choose group forums with existing install, but that wont work because i dont have a bb-config.php
I have completely disabled buddypress and the problem still exists. Somewhere something in my bbpress configuration must be messed up. any help?
I’m trying to add featured images to forums. I have successfully filtered the register_post_type call like so;
/** * Add thumbnails to forums */ function ys_forum_featured_images( $post_type ) { $post_type['supports'][] = 'thumbnail'; return $post_type; } add_filter( 'bbp_register_forum_post_type', 'ys_forum_featured_images' );That did not, however add the meta box to the post edit page so I further used the following;
/** * Add featured image meta box */ function ys_bbp_featured_images(){ add_meta_box('postimagediv', __('Featured Image'), 'post_thumbnail_meta_box', 'forum', 'side', 'low'); } add_action('add_meta_boxes', 'ys_bbp_featured_images', 100);The meta box then appears but in the image details I see the “Insert into post” button and “Delete” link but no “Use as featured image” link.
Any idea how I get that added?
The only thing I could find were these tickets talking about the link appearing when it shouldn’t:
http://bbpress.trac.wordpress.org/ticket/1633
http://core.trac.wordpress.org/ticket/18669Topic: Backgrounds on bbpress pages
Hi Guys…
Please. I have a little problem. My wordpress theme has backgrounds in every page, but in bbpress pages I have not the possibility to set one. Could You help me explaining me how to add at least 1 background for ALL the bbpages ?? Thank You.
PietroI really hate to open a new topic since there seems to be several on the subject I have in mind. Which involves issues when trying to import a bbPress 1.1 installation to WordPress 3.4.2 using the bbPress 2.1.2 plugin.
I have read the other topics but I am still not getting something right or I am just overlooking a step.
As stated, I have a current bbPress 1.1 installation that is integrated to my WordPress installation.
When I fill out all the fields in the Import Forums section, it starts the process but I receive a message “No forums to convert”, “No topics to convert” and etc. However, there are no errors.
I looked in the WP_Options table for the bbp_converter_query option to see if it provided any information but that option was not there.
After everything completes, I do run the Repairs and Recounts to no avail.
Quite honestly, to me… it looks like the plugin is not connecting to the database even though I know the settings are correct.
Any assistance would be very much appreciated.
Thanks much,
BertTopic: User count mismatch
Hey,
I have the latest version of WordPress and use Multisite installation with 30+ users. The multisite has 6 different blogs and one forum powered by bbPress.
According to the Dashboard of the website with bbPress there are 32 users on the fora. But when I click on the ‘Users’ Tab there are only 4 users…
Also users complain that they get errors while trying to start new topics…Look here for a screenshot: http://imageshack.us/photo/my-images/440/screenshot20120917at154.png
Also in the superadmin dashboard of the network there are only three listed users, but it says there should be 32…
Any idea how to resolve this?
Topic: Persian BBPress
Hi . I am Translating bbpress system to persian(Farsi) language .
I have A Question To You : How Can I Put My Translate Stats To This Page ??? http://translate.wordpress.org/projects/bbpress/plugin . for example : korean Language : http://translate.wordpress.org/projects/bbpress/plugin/ko/default .
Thanks a lot .Hi,
I’m trying to import an existing vBulletin 4.2 based forum. The IP is correct, so are database name, user name and password. However all the importer says is “No users to import”, “No threads to import” etc.
I’m running latest stable versions of WordPress and bbPress.
Any clues? Thanks!
I’m trying to change the pagination to Next and Prev
In plugins -> bbpress -> bbp-includes.php -> bbp-reply-template.php
I have found that you can replace
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
with
‘prev_text’ => ‘Prev;’,
‘next_text’ => ‘Next’,I know you’re not meant to hack the core, so how do I do this in my own theme?
Using WordPress 3.4.1, bbPress 2.1.2 and my forums are a current work-in-progress at http://netballscoop.com/forums/
Topic: Problem with BuddyPress 1.6
Someone please help!! I have wordpress 3.41 and I updated my buddypress to 1.6. When I did this its messing with my other widgets!! They will not move, but when I de-active the buddypress 1.6 plugin then my other widgets starts to work. Im also getting this message in the back office as well: Don’t worry! We’ve moved the BuddyPress options into more convenient and easier to find locations. You’re seeing this page because you are running a legacy BuddyPress plugin which has not been updated.
So can anyone help me with this??!!
Topic: bbPress on another Subdomain
Hi everyone,
I’ve been trying to install bbPress on another subdomain:
1. WordPress domain: blog.xxx.com
2. bbPress domain: forum.xxx.com
Wordpress should be able to manage the bbPress installation.I’ve been searching around for a while, found a few threads, started a few years ago and wondering if there is now a new way to integrate that feature?
Thanks for help.
I already searched this forum and quite a few people had a similar problem about 6 months ago. My case is a bit different though.
I’m running the latest version of bbPress on the latest version of WordPress.
The created forums are all open and public.
When I as an admin user create new topics in any forum, I get the following result on any of these forum pages:
> This forum contains X topics, and was last updated by Admin Y hour,
> Z minutes ago.
>
> Oh bother! No topics were found here!The topics list simply does not show up for me as a creator of these topics. When logged in as a subscriber, everything shows fine though.
My list of plugins is:
bbPress, Black Studio TinyMCE Widget, Manage Upload Types, Polylang, User Access Manager, WordPress HTTPS, wp-jquery-lightbox, wpsc Support Tickets, WP SlimStat
The used theme is:
EvoLve by Theme4Press
Iโve released a brand new bbPress Plugin called โString Swapโ where you can easily change a few breadcrumb parameters as well as some other strings for the frontend (Forum Archive Title, some Breadcrumbs parameters, User Roles Display, plus a few Forum strings).
You can check it out here:
http://wordpress.org/extend/plugins/bbpress-string-swap/After installing/activating, look on the bbPress Settings page where there is a new section then ๐
Any feedback is much appreciated! ๐ Thank you!
Hope this helps some users ๐
-Dave.