Search Results for 'test'
-
Search Results
-
Topic: facebook graph connect issue
hi,
I don’t know what’s going on but the site is acting weird from time to time (seems bugged)
. Few days ago I couldn’t register and now it seems I can’t post comments in the plugin page.
Anyways, I just recently discovered bbpress and it immediately caught my attention.
I tried to install the following plugin http://bbpress.org/plugins/topic/facebook-graph-connect/ but I’m having some troubles with it. once I have followed the instructions I tried to test it by register via it, so I accepted the FB app req. and then when I got ‘re-directed’ to my site it just kept refreshing and wouldn’t stop. So I went back in to deactivate it however now my forum has ‘disappeared’. you can’t see any of the forums unless you login nor the search bar etc. just wondering if I could get some help. I know it’s in beta and all but if there is a fix let me know otherwise I’ll have to re install bbpress
* reason to I’m posting this here is of course because I can’t post on the plugin page itself, as I explained above.. weird bug:P
I reposted this as I was apparently marked as SPAM?
We’re running into issues where new posts that should appear on a new page of a specific thread are not showing up right away. It’s kind of hard to explain but I’ll try…
So a topic has say, 90 posts, where we’re displaying 45 posts / page. When post #91 gets posted, the pagination does not go from << Prev 1 2 Next >> to << Prev 1 2 3 Next >> but stays at only showing << Prev 1 2 Next >>
If you manually change the URL from /bbpress/topic/thread-name/page/2 to /bbpress/topic/thread-name/page/3 you can see the posts, but it takes awhile for that number 3 link to show up (haven’t figured out how / when it shows up, may just be after a certain amount of time or maybe after a certain amount of posts).
I know this is kind of advanced but if anyone has any ideas they’d be GREATLY appreciated.
Hello
I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default
The site is running Buddypress
Challenge:
The Forum navigation menus are still in English
Please tell me how I can ensure bbPress Forum is presented in Dutch?
Thanks in advance
Phil
P.S. I have searched this forum without success for a solution.
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
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!