Search Results for '\"wordpress\"'
-
Search Results
-
Strange problem. I’m trying to migrate from 1.2 to 2.3 without any success. The import hangs at around 37,000 replies. Forums, posts and replies are showing up to about 8 months ago but no fresher than that. I suspect this is because I tried the import about 8 months ago and we now have duplicate users.
But when trying to reset the forum (plugin not standalone) many thousands of meta data points are deleted from wordpress. As a result thousands of blog post tags and categories have disappeared.
I will restore the database but I have no idea how to progress the import from here.
Any ideas? We have been trying for a week now in what had become a very frustrating process. It’s also become expensive since I contacted a developer to help. Any advice is much appreciated.
Website is unitedrant.co.uk
1.2 is at \forum
2.3 is at \forumsEd
Arf! Arf!(Howdy! Howdy!),
I just move my content to a Bootstrap based WordPress Theme (Customizr) that so far I like alot. I’ve never used bbPress before, and don’t quite understand it’s integration with the usage of Pages. Particularly Full Width vs Sidebar usage.
Here’s a link to my site: Toolbox-4-Websites
I installed the bbPress Plugin into my WordPress 3.6 beta 3 installation.
I then created a new page titled “Forums” with a right sidebar.
I drag & dropped that page into my Primary Navigation Menu.
I created two Forum categories and dropped them beneath my “Forums” menu page.
I dragged all of the bbPress Widgets into my Theme’s right sidebar.Here’s the problem:
When I click on a Forum category, it opens up in a Full Page format missing the sidebar.
The viewers never get to see the 7 widgets.
I also notice that when I’m in the Admin panel, I’m given the option to edit the Forum, but NOT THE PAGE itself. Is this a bbPress issue, OR an issue with my theme?The Customizr Theme is intentionally designed to NOT allow the first Primary Menu Title to open as a page…only what’s beneath each title. Could the developer’s choice of that option be hindering my ability to edit each page beneath the main menu titles?
(I thought I would contact bbPress first, before I contacted the theme’s Developer).Topic: WP – bbP SYNC
Hello!
I’d like to sync my WordPress site with my Forum so that when I make a blog post, it’s automatically posted on the forum. My blog and my forum are on 2 different sites though.
So would this be somehow possible?
Thanks!
Please help to make these plugins compatible. WPML 2.8.2 and bbPress 2.3.2
[Sat Jun 08 12:41:04 2013] [error] [client 80.98.70.185] PHP Notice: bbp_setup_current_user was called <strong>incorrectly</strong>. The current user is being initialized without using $wp->init(). Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.3.) in /home/davidprog/dev/keszul.tk/server/wp-includes/functions.php on line 2959, referer: http://keszul.tk/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=Topic: Get User's WordPress Role
Hi all,
I have a little issue since bbPress switched to its own user roles. I was previously showing an image under a users avatar based on this role (ie admin, subscriber).
With the new method, it just shows the bbPress role of participant or key master. This is a problem because my registration forms put the user in WordPress role.
My question is this: is there a way to output the WordPress role rather than the bbPress role? Here is what I’m using at the moment:
$role = bbp_get_user_display_role(bbp_get_reply_author_id($reply_id));<div class="bbp-reply-author <?php echo $role; ?>">Any help is greatly appreciated!