Search Results for 'wordpress'
-
Search Results
-
Hi there,
I was wondering if it was possible for forum posts to be held in moderation, and don’t appear on the website, until the administrator approves them?
I’m looking for something similar to the default WordPress comment approval/moderation system for the ‘Contributor’ user role.
I had a look at the ‘Buddypress Moderation’ plugin, but it doesn’t do what I’m after. With this plugin, all posts already appear on the website regardless of administrator approval, and users can only report them (crowd-sourcing).
I’m considering switching from my current installation of Mingle to Buddypress, as my users and I are finding Mingle is not as intuitive as we’d like. I know Mingle uses WordPress’s user registration and management system and I believe Buddypress does the same, so would it be possible to make the switch without my users having to re-register? Also, if I have issues with Buddypress and need to switch back (as Mingle is functional right now, if not a little awkward), would that be possible? Not sure if anyone knows, but this seemed the best place to ask.

The theme I am using is:
http://themeforest.net/item/smallfolio-wordpress-theme/111268
And when running the bp-template pack it tells me to edit some files. But I am at a complete loss.I want this:
http://stormation.info/tsc2/members/to look like this:
http://stormation.info/tsc2/sample-page/Thanks in advance,
EliottI’m trying to do a small tweak to my activity stream. The problem is that my site is a membership site where certain posts are public and some are not. Basically public posts are teaser versions of full posts (for SEO purposes) so it looks a bit funny when I have those teaser posts visible in activity stream.
I browsed through plugin section but couldn’t find anything that could do this. I used to code PHP for a living but I don’t know WordPress all too well. And if it makes any difference, I’m using Headway as a theme.
The error message “The following active BuddyPress Components do not have associated WordPress Pages: Search Page” shows up on the all my BuddyPress Dashboard pages. When I press “Repair,” nothing happens.
I tried buddypress for the first time today. At first it installed ok, but it completely overwrote my nice Weaver II theme. So.. I uninstalled it. My site went to a blank page, so I went into pages and deleted all the pages buddypress created (activity stream, groups, members, etc.).
Then I decided to try again and choose the option that seemed to let me integrate with my existing theme. But I’m seeing this error at the top of all the dashboard pages:
The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members.
There is a “repair” button next to that but pressing that doesn’t seem to “repair” anything.
Any suggestions as to how I might proceed?
Thanks,
doug
I looked around the forums but could not find this question. I currently have the latest version of wordpress and buddypress installed and I am working with the Genesis Framework. They sent me over here for my question…
All I want to do is sub out the Register button with a Home button when the user is logged in. Currently it redirects the user to the home page if they are logged in, but this is misleading and unnecessary.
I am not sure really sure where to start, but essentially something like this has to placed somewhere in the buddypress directory…..right?
“
Thanks for your help!
Hello,
I got Worpdress 3.4 multisite and buddypress which is installed on a secondary blog. The primary site is example.com and example.com/community is buddypress.
I have installed the plugin http://wordpress.org/extend/plugins/add-users-sidebar-widget/ on the front page of example.com to enable users to create an account/site with example.com.
When they do create an account then they get an email from multisite superadmin however the activation link looks like this:
http://example.com/community/wp-activate.php?key=5576f5c8cbaf0529
After the activation, the user gets a second email from the Multisite super admin with the site login credentials:
http://example.com/username/wp-login.php
Question: should the user receive the first activation email as shown below?
http://example.com/wp-activate.php?key=5576f5c8cbaf0529
If yes, could you please advise on what to do?
I have also posted this to buddypress however no answers yet. Thank you for your support.
A.Topic: Group Subscription Plugin
Is there a WordPress/BuddyPress plugin that allows a Group to pay subscription and then limit the number of members joining the group?
For example: I could use such a feature to sell discounted memberships so that if you pay for 5 subscriptions as a package they come cheaper than individually purchased subscriptions. I’d simply have a group limited to 5 members and then have the group purchase the subscription. Any one of the 5 users is then able to access premium content by virtue of being members of the paid up group.
Hey
I would like to start by saying thanks to creating Buddypress. I love it! And find it so useful to what I have created. But I have few problems.
1. I try to register a “rest user” . I get a confirmation link to follow, but it does not register me. It says Error and then it does not allowed me to log in. I spoke to Parallelus (Salutation) about this problem, and they told me it is a Buddypress issue.
2. I am not able to find the tempalte to CREATE AN ACCOUNT when u choose to register so I can add few more lines/subjects as age, profession etc to the registered user profile. At the moment I only have NAME http://stockholmsocial.se/register/
Where can I add those line to it, where is the form? I only find contact form, which I have amended perfectly. (once again Parallelus about this issue and they told me it is a Buddypress issue.3. I also would like to hide all users for NON Members, how do I do that? At the moment people can see users online and their status event though they are not members. I tried to find a CSS to add the function-is-user-logged-in but cant find.
4. I have activated the WordPress Social Log in buttons FB, Twitter, Linked etc and they show only when I log in as admin, but I would like it to show under the button REGISTRATION and LOG IN in the front page. I copied the shortcode, but does not work.
Thanks in advance
JM
jmsweden
Member
Posted 0 seconds ago # EditI get this message
An error occurred when the site was getting http://stockholmsocial.se/register/. It may be down for maintenance or be configured incorrectly.
Here are some suggestions:
Load the Web page again later.
HTTP Error 500 (Internal Server Error): An unexpected condition was that the server could not fulfill the request.Topic: YD Profile Visitor Tracker
Hello guys,
I’ve just installed an external Buddypress plugin named YD Profile Visitor Tracker.
I hope someone of us is using this too.I’ve followed the instructions at http://buddypress.org/community/groups/yd-profile-visitor-tracker/ and http://www.yann.com/en/wp-plugins/yd-profile-visitor-tracker
But it’s throwing this error:
Warning: strip_tags() expects parameter 1 to be string, array given in /home/frisco/wp-content/plugins/yd-profile-visitor-tracker/inc/pvt.inc.php on line 392
From line 388-392 I’ve found this code:
`
// Fetch other (regular, default) WordPress (wp) user data
if( function_exists( ‘get_userdata’ ) ) {
$visitor_data = get_userdata( $data );
foreach( $visitor_data as $key => $value ) {
$data = strip_tags( $value );
}
`I’ve tried to fix this by modifying line 392:
`
$data = strip_tags( (string) $value ); `But now it’s throwing this error:
Catchable fatal error: Object of class stdClass could not be converted to string in /home/frisco/wp-content/plugins/yd-profile-visitor-tracker/inc/pvt.inc.php on line 392
I hope someone is using this BP plugin too. Who can help me to fix this?
Tanks in advance,
Kookidooki