-
Xevo replied to the topic [BP 2.0b1] Standard search gets bricked when activated in the forum How-to & Troubleshooting 10 years, 7 months ago
Fixed it, seems like BuddyPress had a conflict with me turning ?s= into /search/.
Anyone got an idea how I can make this work?
-
Xevo replied to the topic Stick a featured member at the top in member directory in the forum How-to & Troubleshooting 10 years, 7 months ago
Before any loops take place, do a check if there are any featured members (probably through a metakey check). If so, show them. After that let the loop run as usual.
[Just a raw sketch]
-
Xevo replied to the topic Activity Wall Time Setting in the forum How-to & Troubleshooting 10 years, 7 months ago
It’s probably the server that your WordPress is running on which is causing this problem. The time on the server is probably 2 hours ahead. Just a guess though.
-
Xevo started the topic [BP 2.0b1] Standard search gets bricked when activated in the forum How-to & Troubleshooting 10 years, 7 months ago
Hi,
I’m trying out the new BuddyPress 2.0b1 and it seems to brick my search function whenever I activate it, I also use the plugin relevanssi. However even if I disable relevanssi my search still wont work.
Anyone else encountering this problem or do you guys know what might be the problem? Lemme know!
Thanks,
Mitch -
Xevo replied to the topic Edit template pages "Profile, Activity, etc…" of a member in the forum Creating & Extending 11 years, 2 months ago
Had the same question a couple of days ago.
-
Xevo replied to the topic Activity Streams have no SUBMIT button in the forum How-to & Troubleshooting 11 years, 2 months ago
Do you by any chance have BP Wall installed?
Since I had the same problem with the plugin causing this problem.
-
Xevo replied to the topic Buddypress hosting & performance in the forum Installing BuddyPress 11 years, 2 months ago
Personally I would recommend a host close to where your community is located. This helps a lot with speed already. Since most of the “recommended” hosts are located in US, which will make your site load slow if your for example located in Europe.
-
Xevo replied to the topic Easy way to add tab to profile in the forum Creating & Extending 11 years, 2 months ago
This worked great, thanks guys!
-
Xevo replied to the topic Html (a href) problem in the forum How-to & Troubleshooting 11 years, 2 months ago
Make sure to put http:// in front of them, otherwise it will just think you mean a directory or file on your server.
-
Xevo replied to the topic Using BuddyPress as Private Club Network in the forum Ideas 11 years, 2 months ago
Maybe you could add a form that shows when a users tries accessing the register page that would require them to enter a security code first before seeing the actual register page.
Something like
if(!is_user_logged_in()) {
[Read more]
if(!$_POST["access"]) {
-show access form-
} else {
-show register page-
}
} else {
-redirect user since… -
Xevo replied to the topic Using BuddyPress as Private Club Network in the forum Ideas 11 years, 2 months ago
Just redirect any url towards the register/login page if the user isn’t logged in?
-
Xevo replied to the topic Avatars Not Displaying in the forum How-to & Troubleshooting 11 years, 2 months ago
This can probably help you out.
-
Xevo replied to the topic Image width in the forum How-to & Troubleshooting 11 years, 2 months ago
Just make the image width: 100%?
#activity-stream .activity-inner img { width: 100% }
-
Xevo replied to the topic How do I set up a forum? in the forum How-to & Troubleshooting 11 years, 2 months ago
Because the forums inside buddypress only work for buddypress groups. If you want a global forum, you will have to install bbPress as well.
-
Xevo replied to the topic Edit profile url in the forum How-to & Troubleshooting 11 years, 2 months ago
You mean the settings page?
Thats mysite/directory(members)/%username%/settings/
Or do you mean the wordpress backend profile page?
-
Xevo replied to the topic Avatars Not Displaying in the forum How-to & Troubleshooting 11 years, 2 months ago
Have you checked where the broken image links too?
Might be that it tries to get the image from a wrong directory.
-
Xevo started the topic Easy way to add tab to profile in the forum Creating & Extending 11 years, 2 months ago
Hi buddypress community,
I was wondering if there is an easy way to add a tab in the profile page (between friends/groups etc) and load some code on that page.
Thanks!
-
Xevo replied to the topic Random Wish/Idea for Buddypress in the forum Ideas 11 years, 2 months ago
I personally think a media option should’ve been in the core since the start. All the plugins that have been made are cool and all, but most of them are really big and bloaty or are premium.
A simple media option in buddypress which can be added upon by plugins would be a much better way to go in my personal opinion.
-
Xevo replied to the topic Men/Woman Option Redirect? in the forum How-to & Troubleshooting 11 years, 2 months ago
Create a radio button through your profile fields, and once logged in let your theme get the profile fields data and let it decide what template parts to load.
Thats pretty much it.
-
Xevo replied to the forum topic Check out the BuddyPress.org redesign in the group Gallery 12 years, 10 months ago
Yes it looks nice, wish all the *Press sites would take the same look though.
- Load More
@xevo
Active 3 years, 9 months ago