Search Results for 'test'
-
Search Results
-
Topic: Got a question here.
Hi there.
I’m using the latest plugin version of bbPress, WP 3.5.1, and BuddyPress 1.6.4 and I have a question for you:
Does the code I found here still work, as that was posted almost one and a half years ago?
Plus if it does work, how do I modify it to show only certain forums (cause I’m using the Membership plugin from WPMU DEV to control access to a few which are for premium members only)?
Thanks in advance for the help,
Nathan P.I’m using the latest version of bbPress, Buddypress, in a subdomain multisite environment.
I have the site-wide forum enabled. It works.
I also have “Allow BuddyPress Groups to have their own forums” enabled. This part doesn’t quite work.
In the groups admin, I can enable the group forum. After I do this, the forum tab appears and shows that there are no new topics in the group’s forum. I can also see the new forum as a subgroup of the parent group-forum.
When I post new topics to the group’s forum, they don’t show up. They just disappear. I don’t even see them in the backend in the Topics view.
This briefly worked before – and then it stopped. I might have changed some slugs, and enabled and then disabled the Buddypress forum component.
I’ve ran the forum error checker in Tools/Forum. There are also no slug conflicts in Settings/Forum.
What can I do next?
Hi guys, I’m using the latest WordPress and BBpress over at http://cdiving.com/forums/
On the main forum page I would like to change the Freshness column so that it showed the last post in the forum instead.
Is this possible at all?
Thank you.
Topic: good work
Hello, I haven’t kept up with bbPress lately but out of curiosity I came back to see how it was going. So I ran a test site with the latest 3.5.1 version of WordPress and subsequently added bbPress via the plugins page.
I must say that you guys have done well. I was sure that this software was going to end but it looks like you finally gave bbPress a permanent niche in the dev world. I loved the older versions of it as well, when the forum software had it’s own site and database. I would often toy with WordPress themes and customize bbPress to match them. But this was, by far, the easiest installation of bbPress I ever ran. It seems more common sense to use it as a plugin with WordPress since it so many people use them together.
Anyways, I knew from the overhaul of this website that the dev team hadn’t given up. I give you guys props for keeping it alive! Now all that’s left to do is keep up with rivals (ahem, Vanilla).
Keep up the good work!
Situation:
Have a WP (3.5.1) installed and multi site enabled to use sub domains only (no top level domain mapping)
1. Create 1st Sub Site sub1.mysite.com and assign it to a new user (tom)
2. In another browser (Firefox) i login as tom to wp-admin and am able to got to the dashboard of sub1.mysite.com
3. Create a 2nd Sub Site sub2.mysite.com and assign it to user Tom
4. I switch back to firefox and f5 (refresh page) I can see in the top admin bar that Tom now has 2 subsites…and i can navigate to the dashboard of both sites…I then proceed to install buddypress and activate it at the primary site (mysite.com – not network activated) as per tutorial @ http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/
After which i repeat steps 1 thru 4 above to make sure i can still create and access subsites as the user Tom… and yes I can… We’re goo to here
Then I install bbpress following the same tutorial on the above video…
Now that I have a installation that comprises of WP3.5.1 Multisite configuration + Buddy Press + bbPress… I test once more…
So i proceed to perform the same steps 1 thru 4 above.. but this time with different results..
If i create the subsites via superadmin and try to login as user Tom.. I’m able to..
But if i go to front end of site using another browser (Firefox) i am able to login using my user and pass as Tom. But when i add an additional blog under Toms user account.. the blog gets created..
I then refresh the page and logout as Tom and the log back in as Tom i can see the admin bar has the new site listed under my sites. But when i go to mouse over the newly self created site the only two options i see are dashboard and visit site.
If i click dashboard i get a blank page with the error message “You do not have sufficient permissions to access this page.”
If i deactivate bbPress and then try to access the same sub site i still get “You do not have sufficient permissions to access this page.”
However if i register another sub site as Tom i can access the dashboard for this newly created subsites (Site created after deactivation of bbPress)
Reading blog’s and forums..
It appears to be an issue with roles and capabilities of a self generated sub site when bbPress is activated…
I have now spent 2+ days messing around with this and these is little documentation here at bbPress site..
In fact the documentation is available here…: http://bbpress.org/about/multisite/ and is useless as its not done…
There seems to be a million install guides that all show how to activate and configure bbPress..
Am i the only one with this issue as no one seems to be speaking about this anywhere that i have read…
“NOW PULLING MY HAIR OUT”
HELP!!! Anyone.. Someone..
Topic: Caching
I’m trying to setup a really basic forum for the first time i WordPress, but I must admit that it has shown more difficult than first expected.
Well after hours of bug finding I’m down to one problem, which is that BBpress doesn’t refresh when you make a post. The problem seems to be related to caching, cause when I disable caching in Chrome it works. No matter what I do I however just can’t seem to figure our how to make my browsers (firefox + Chrome) not cache the page in the first time.
The test forum is located here:
http://www.big-data-forum.org/?forum=big-data-3bbPress Version 2.2.4
Wordpress Version 3.5.1To post you have to login with:
Usr: Test
Passw.: 123456Hope that somebody can help me out 🙂
Best regards
TobiasHey everyone,
I’ve been trying to figure this out for quite some time, but it seems that I still need your help.
This error appears on creating new topics on every version of bbPress after 2.0.3. As this seems to be a nonce related issue, would you be so kind to tell me if there were any major changes in the nonce handling for versions after 2.0.3? I’m stuck with this version and I’d like to benefit from all the nice features these latest versions came with.
Please let me know what kind of details you need in order to help me sort this out. Thanks a lot!
Hi all,
New install: WordPress 3.5.1 MU joint Network with x7 Mapped domains
New install: Buddypress 1.6.4 Running all sites on Dynamix WP/BP theme
New install: BBPress 2.2.4 With Network & Group forums configured.
Buddypress has been installed ‘without’ the discussion forums tab enabled.
<code>define( ‘BP_ENABLE_MULTIBLOG’, true );</code> Is located in wp-config.
Other plugins installed all network enabled: Â WP SEO (Yoast), WPMU Domain Mapping, Ultimate coming soon page & Join my multisite.
Followed all Buddypress and BBPress latest instructions to the letter!
I can create new forums, and group forums with no problems. All forums and groups are traceable throughout all MU sites with no problems and I have used bp-custom-php with;
<code><?php
/* This fixes the MULTIBLOG avatar problem */
function nfm_bp_avtar_upload_path_correct($path){
if ( bp_core_is_multisite() ){
// Â $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );
$path = ABSPATH . ‘wp-content/uploads/’;
}
return $path;
}
add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);
function nfm_bp_avatar_upload_url_correct($url){
if ( bp_core_is_multisite() ){
$url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads”;
}
return $url;
}
add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);
?></code>
To carry user and group avatars throughout all networks.
Problem being, once a forum post is created I’ as keymaster cannot Edit, Close, Stick, Merge Trash or Spam “Any” forum posts. The page just refreshes without any actions taking place.
I have read two other posts relating to this similar/same issue, one from over a year ago, and one from as little as two weeks ago, both without solution, one without any replies.
Further to the above, I have noted that BBPress is not sending emails out on replies to forum posts with the Notify me of follow-up replies via email tab checked.
I sincerely hope someone may be able to help shed some light on this issue as it is really going to render my project useless if I can’t manage to resolve it.
I’m happy to offer a bbpress admin, administrative access to my site if they feel they may be able to assist in some way.
Here’s hoping .. !
Regards,
Sped
Hey all,
I am looking to launch my project very shortly:
REMOVED URLcurrently i am only working on my localhost but am looking to start working / testing on a live server.Currently i am using the latest stable release.. but am considering installing the latest beta version.. I am looking to do several customizations to my bbpress installation so basically i was wondering if i do install the latest beta version and begin working / modifying templates etc.. will i be able to upgrade to bbPress 2.3 easily enough once it is released ?
Thanks in advance for any assistance on this topic.
Regards, Darren
I’m testing bbPost, so obviously I do not know it! I made a tryal here: http://www.coalize.it/wordpress2/
In the sidebar on the right, one can see a link to the forum(s): when you click it not being a User you may read the simple test message of the Forum, while if you enter as a User (via facebook, or Google), you can see nothing more! No message, no Forum, nothing.
Strange enough, the title of the Forum says “Comments Disabled”, and I didn’t willing disable them!
Where do I’m doing wrong?
Thank you.I have a few questions that I was hoping one of the bbPress developers would be able to give me a quick hint about offhand.
I’m getting results that leave me completely puzzled, as I try to hook into or directly modify the `bbp_get_caps_for_role()` function in `/core/capabilities.php`.
The `bbp_get_caps_for_role` filter
My purpose is to try and return an array with true on all caps for any role, because I need to find out why only the keymaster gets to upload images.My first attempt is just to use the `’bbp_get_caps_for_role’` filter provided by the function. This is where the mysterious stuff starts…
I can add the filter, and when I check the `$wp_filters` global afterwards, I can verify that the filter has been added correctly. However it doesn’t fire. When I check the `$wp_filters` array inside the `bbp_get_caps_for_role()` function, just before the hook is applied, my filter has vanished. So somewhere there must be a function removing my filter. But where, and why!?
Testing by returning the `$caps` array with all caps set to `true`
So giving up on the filter for now, I simply try to hardcode the all-true `$caps` array directly into the `bbp_get_caps_for_role()` function and returns this, regardless of role. What then happens is even weirder. – Now my user can not even post a reply in the forum.How can setting all caps to true end up giving my user less rights in the forum?!
Thanks in advance guys!
For reference, here is the bottom part of my hacked `bbp_get_caps_for_role()` function:
`
…
‘assign_topic_tags’ => true,
);break;
}$caps = array(
// Keymasters only
//’keep_gate’ => true,// Primary caps
‘spectate’ => true,
‘participate’ => true,
‘moderate’ => true,
‘throttle’ => true,
‘view_trash’ => true,// Forum caps
‘publish_forums’ => true,
‘edit_forums’ => true,
‘edit_others_forums’ => true,
‘delete_forums’ => true,
‘delete_others_forums’ => true,
‘read_private_forums’ => true,
‘read_hidden_forums’ => true,// Topic caps
‘publish_topics’ => true,
‘edit_topics’ => true,
‘edit_others_topics’ => true,
‘delete_topics’ => true,
‘delete_others_topics’ => true,
‘read_private_topics’ => true,// Reply caps
‘publish_replies’ => true,
‘edit_replies’ => true,
‘edit_others_replies’ => true,
‘delete_replies’ => true,
‘delete_others_replies’ => true,
‘read_private_replies’ => true,// Topic tag caps
‘manage_topic_tags’ => true,
‘edit_topic_tags’ => true,
‘delete_topic_tags’ => true,
‘assign_topic_tags’ => true
);return $caps;
//return apply_filters( ‘bbp_get_caps_for_role’, $caps, $role );
}
`Hoping someone can confirm this bug to avoid this issue being skipped for the 2.3 release since it is considered critical
———————–
john the admin creates group1 – jane creates group2 (private)when jane visits group2 to create a forum post, it is posted to group1 and everyone can view the private forum post.
tested twice with new installs wordpress 3.5.1 + buddypress trunk-6779 + bbpress trunk 4761
jane is a standard user (participant)
I am trying to do something which i feel should be pretty simple.
I want to make forum/topics that are only visible and accessible by certain users i can determine myself.
For instance one forum/topic that only 2 forum users say “john” and “paul” have access to along with our admin.
There does not appear to be a way of doing this and i have tried most of the plugins the last 4 days of googling have provided.
Surely im missing something simple?
Im using the latest versions of wordpress and bbpress, just downloaded this week.
The forum in question – though not live, can be seen here: http://69.195.124.85/~youngmo7/12/shortcode-forums/
Any help or advice is greatly appreciated.
Thanks