Search Results for '"wordpress'
-
Search Results
-
Since i noticed the new bbpress wasnt going to be “theme integration friendly” just like the previous versions, i started to look for other forum plugins, simple:press was the next step but i find it quite slow loading.
Today while browsing an “drupal7 vs joomla 1.6” article i found a forum plugin for wordpress:
The Mingle Forum Plugin
http://cartpauj.com/projects/mingle-forum-plugin/
no need to ftp files, you can install it from within wordpress plugin page, no need for extra themes, it can use whatever theme wordpress uses, international localization/languages etc etc
@bbpress devs: in my opinion you’re overcomplicating something that should be “easy as 1,2,3” in bbpress (theme integration), you’re “integrating” not the opposite, lots and lots of people voiced their problems with complicated integrations or deep integration, why insist on having separate thmes for something that “uses” wordpress that itself already uses a theme. Make it simple.
REQUIREMENTS:
PHP 5.x
WordPress 3.0 or newer
FEATURES:
* NEW! SEO Friendly URLs
* NEW! Forum sitemap (../wp-content/plugins/mingle-forum/sitemap.php)
* NEW! Adsense areas
* Media embedding into forum posts (like Youtube, Flickr, Photobucket…)
* WordPress 3.0 ready!
* Categories with sub-forums
* User Groups
* User Levels (EX: Newbie, Beginner, Pro…)
* Private Messages – Forum integrates seamlessly with my Cartpauj PM Plugin (Requires Cartpauj PM vs. 1.0.09 or greater)
* Moderators
* Skins
* Captcha
* BB Code
* Smilies
* Custom Forum Search
* Guest posts (See Mingle Forum Guest Info add-on by wpweaver)
* Hot/Very Hot topics
* Sticky (Pinned) Topics
* Move, Edit, Remove and Close topics
* Forum RSS Feeds
* Email notifications on replies to topics
* Recent posts widget (or PHP shortcode for your theme)
* Integrates nicely with most themes (It’s tough to make it work for all themes so some skin modifications may be required for your site)
* Allow/Dis-allow other users to view your profile from the Forum
* Supports different languages
* Integrates with the Mingle Plugin (by Blair Williams) NOTE: The “Mingle” plugin is NOT required for forum to work
o Avatars
o Profile’s (Works with/without Pretty Profile URLs enabled in Mingle settings)
o Activity in the forum shows up as activity in mingle (Helps increase discussion in both your forums and your SN)
o Deleted forum topics will also delete the corresponding Mingle board post
Screenshots
http://www.flickr.com/photos/ricardouk/sets/72157625882755704/
hope others have had this problem and can help me. All I did was install bbpress and then used the integration wizard on setup. Everything seemed to work ok until I tried to login to WP to put a link to my forum.
Now when I try to login it won’t say the password is wrong it will just refresh the page.
I think it might have something to do with the auth fields i added a word to or maybe something I don’t know of.
Any help?
Hello,
I have been using wordpress for a year now and have decided I need a forum, hence I found myself on the BBPress site. I have setup bbpress and so far so good. I now want require a plug-in or instructions to add a new page to my wordpress site called Forum and when clicked it loads the forum as a page, and my wordpress header and menus remain along with widgets remain. I cannot find how to set this up. I know I can have a page called forum and when clicked a new web browser window will pop up with the forum in on a separate page but I don’t want this.
Can anyone help.
I installed bbPress here yesterday:
http://www.specialneedslifeline.com/forums
Everything seems to be working correctly… but when I attempted to log in to WordPress on the associated site this morning (http://www.specialneedslifeline.com) it failed.
I enter my username and password, but the login screen just refreshes – the WordPress dashboard does not load.
Logging in to the bbPress admin works fine.
Any ideas where I should start troubleshooting? I’m baffled.
Hello
I have domain domainnameDOTcom/
My WordPress directory is domainnameDOTcom/wordpress/
Installed BuddyPress Default 1.2.7 with WordPress 3.0.4
With BB-Press Forum
When I select any tab that is not created in WP then the FULL url including the WP install directory is evident
How can I ensure this WP directory remains “hidden” from the users perspective
I have tried to implement bp-custom.php which resides in /public_html/wptest/wp-content/plugins/buddypress without success.
That is the WP directory can be seen in the URL when I select “Forum” tab, thereafter the site adopts the extended url even though permalinks is set to /%category%/%postname%/
Here is the code I found on this site and tested:
code:
<?php
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);
?>
I look forward to hearing feedback
Phil
Hello,
We work many times with translations to Spanish languages, and we have a new team of person likes collaborate on net to translate to catalan language. we use the poedit but is not good to work on a group, and we like to collaborate with the wordpress,bbpress,buddypress community.
I know install with out problems wordpress,bbpress,buddypress and integrate. But i don´t know install GlotPress, and the instruction to do it is with SVN and i can do it with this proceed because we have a hosting (rent).
we need help. How install GLOTPRESS on BBpress in my hosting?
i have a bbpress install independence, is it good start or we need a wp whit bbpress install the base to install glotpress?
we like work with many colaborate for the Spanish community and catalan community, but need this time many help from they.
thanks you very much, and sorry with my english.
Is it possible to call wordpress plugin functions in bbpress?
I’ve added the deep integration code in bb-config.php:
/* Deep integration */
if ( !defined(‘ABSPATH’) & !defined(‘XMLRPC_REQUEST’))
{
define(‘WP_USE_THEMES’, false);
include_once(dirname(__FILE__) . ‘/../wp-blog-header.php’ );
header(“HTTP/1.1 200 OK”);
header(“Status: 200 All rosy”);
}
I added this too:
require_once(dirname(__FILE__) . ‘/../wp-load.php’);
define(‘WP_BB’, true);
However, i can only call the theme functions of wordpress i.e., get_header(), get_footer() etc…but i cannot get the wordpress plugin functions to work in my bbpress. I’m trying to call a function from a wordpress plugin named “Marquee” and placed it at the bottom of my bbpress template.
I hope we can enjoy it soon in a alpha state in order to update it easily. For me only one matter is pending and is that: