Search Results for '"wordpress'
-
Search Results
-
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.
Topic: our bbPress install…
Still a work in progress, we had to get it up ASAP, converted from phpBB.
http://www.herdhaven.com/forum/
Integrated with our WordPress blog
We’re playing with some stuff, trying to do some things with the forums, etc.
Has anyone seen this amazing commentform on http://css-tricks.com/snippets/css/flip-an-image/
That would be perfect for a BBpress theme.
So clean, sharp, easy to understand.
Yet it is original, in the form that the avatars are round float next to each other in block quotes and such. It breaks the tradtionally “square” internet-look and feels more alive.
They say nothing about either WordPress or BBpress there, but I sure wish someone could make that theme for BBpress. With working and easy to upload avatars! Which is absolutely essential to that design.
I have a Forum/Blog that I have been trying to get up and running. Right now I want to tackle the problem of having a huge amount of spam being generated by people — or bots — who are trying to register.
It is a payed web site (to keep out the riff-raff) and people have to buy a subscription to the site. But, suprisingly, this does not stop my inbox from being flooded by “requests for a username”.
Here is what my inbox looks like:
Most of the time, the email addresses in these messages are fake. But sometimes they are not but when I email these persons back, I am ignored. So they really are just spammers looking for a way of posting ad content on my web site for free.
The Registration page has a CAPTCHA Code required entry field:
http://www.arguemax.com/wp-login.php?action=register
But I wonder if the bots are sophisticated enough to get past that.
The user has to click on the “I accept the agreements” field but the agreements field clearly tells the user that they have to buy a subscription. If they do not click on that check box they get this:
One way I want to try to keep from getting all this spam is to make it such that the registration button is inactive until they click on the subscribe button
https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif
How do I go about making that happen?
Topic: Problem with cookies
Hi,
I’ve just integrated bloguismo.com and bloguismo.com/foro with BBPress but I’m doing something wrong with cookies.
First of all I’ve done deep integration but I have the logout/login problem…
Second: in the wordpress part (bloguismo.com) i use on the top nav bar this:
<?php $user_info = get_userdata(1);
echo($user_info->first_name . “n”);
?>
So it could shows the first name of the user registered, but shows my name (admin name)… could you register and test?
http://www.bloguismo.com/login/?action=register
http://www.bloguismo.com/foro/register.php (the same)
thanks!
Topic: Deep Integration Error
So i’m trying to Deep Integrate my WordPress with BBpress, everything is fine until now I get:
Parse error: syntax error, unexpected $end in /hermes/web03/b619/moo.defendersofthefallen/KaoTech/Forum/bb-config.php on line 72
In my bb-config.php line 72 is ‘ ?> ‘
You can see it for yourself at http://www.kaotech.co.uk/Forum
I’m sure I entered the code correctly
/* 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 had to start on line 2 instead of line 1 as ‘ <?php ‘ was the start of the file, and the same tags were closed on line 72.
Am I missing something obvious or? Anyhelp would be great!
Thanks!
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:
