Search Results for 'test'
-
Search Results
-
I have the latest releases of each I beleive:
bbpress 1.0.2
buddypress 1.0.3
and I followed these instructions as close as possible I believe.
http://umwblogs.org/wiki/index.php/Integrating_WPMu,_BuddyPress,_and_bbPress
It did not work, I have actually tried differenct variations 4 times now. When I was at the last part I got locked out of bbpress and could not log back in. That is where I am now in this issue. please assist.
Topic: Open forum on it's own page
Hi,
Is it possible to browse to the complete forum? I mean to a page that has no latest discussions, just the forum and its subsections.
If I browse to domain/forum.php I’m being redirected to the frontpage. The frontpage has latest discussions and below that you have the forums and its subforums.
I want a page with only the forums, so I can put on my frontpage the latest discussions and in th navigation a link to the forums.
Anyone?
Topic: Integration Problems
Hi all,
Recently, I installed WordPress (2.8.3) and bbPress (latest stable 1.0.2). The integration of users works correctly, but not the single sign on not work.
I can register in blog and the user it´s created in both and viceversa.
But i can´t logged in in both at the same time.
I have installed the plugin bb Integrationi in WordPress, and AUTH KEY, AUTH salt, etc… same in both config files, same in admin dashboards and add the COOKIEPATH in the wp-config…
When I login in, in any of them, 6 cookies are created: (????? are letters and numbers, same in all the cookies)
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-admin
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/bb-plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /bbpress/my-plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-content/plugins
Name: wordpress_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C5b5f99919dde2ab?????cf3fffd153d3
Path: /wp-admin
Name: wordpress_logged_in_3f168778f6e6312b92518?????faf17d
Content: admin%7C1251289349%7C636047d6d7482fbd45
1a89aeb9 (different hash)
Path: /With the steps of this post, all is same…
Any idea about what its wrong?
Topic: Tag Exclusion in Views/Loops
I have been trying to implement tag exclusion in custom views and loops, without success.
I was looking at registering a custom view (example below) with the tag excluded. I assume this means adding ” AND tag_id !=xxx” or similar to the query, but I can’t find out how to do this.
$args = array( ‘order_by’ => ‘topic_title’, ‘order’ => ‘DESC’ );
bb_register_view( ‘alphabetical-descending’, __(‘Alphabetical: Descending (Z — A)’, ‘desc’), $args, false );
I also tested a more hackish method (requires core edits for proper pagination) from another thread:
function filter_front_page_topics($where){
$exclude_tags=array (“<tagid goes here>”);
if ( is_front() ) {foreach($exclude_tags as $tag) { $where.=” AND tag_id != “.$tag.” “; }}
return $where;
}
This returns no posts, though the original version for forum exclusion works…
Any suggestions about how to proceed with either approach would be appreciated.
I have the latest versions of WordPressMU, Buddypress, and bbpress installed on my site. Each component works fine individually, but I can’t get the logins to integrate. When I login to WordPress and I switch over to bbpress, I still need to login again. I have verified my cookie/salt/auth settings in both wp and bb config.php files. It’s driving me crazy. I’ll PAY someone to help me hack this. I’m probably just missing one simple step, but I can’t figure out what it is. Please help! Thanks!!!
I have installed the latest wp and bbpress with cookie integration enabled. But it seems not working. If log in from wp, bbpress account is automatically logged out. Same thing the other way around. What could be wrong? I believe I set all the keys correctly.