Search Results for 'wordpress'
-
Search Results
-
Hi, new to the forums and relatively new two Buddypress (have been using on this installation for around 2 months). I’m running into a problem with the friend request confirmation link — when logged out of Buddypress and following the link from email, only a blank page displays (even no code on “View Source”). It attempts to the following (badly formed) URL: http://pvp-live.com/wp-login.php?redirect_to=http%3A%2F%2Fpvp-live.com%2Fmembers%2Fchestersrp%2Ffriends%2Frequests%2F&action=bpnoaccess
Could this be a redirect issue? I have it set to pretty permalinks with mod_rewrite turned on…
.htaccess looks like this:# BEGIN s2Member GZIP exclusions
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* – [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressRunning WP 3.5.1, BP 1.7 — am hesitant to upgrade as I have a bbPress install on this site where I’ve hacked core quite a bit, sadly.
Any thoughts greatly appreciated, thanks in advance.
Topic: Buddypress posts Pagination
Hi I’m trying to get pagination working from members profile pages. I found this http://wordpress.org/extend/plugins/bp-posts-on-profile/ plugin, it doesn’t work any longer, so I created my own way of doing this using bp-custom.php everything works okay and the posts are displayed fine, but I can’t seem to get the pagination working, is there anything obvious I am missing I’ll post a snippet of the code I’m using.
?php
if ( get_query_var('paged') ) { $paged = get_query_var('paged'); }
elseif ( get_query_var('page') ) { $paged = get_query_var('page'); }
else { $paged = 1; }
$items = 20;
$args=array(
'posts_per_page' => $items,
'category__not_in' => get_option('pheno_blog_cats'),
'author' => bp_displayed_user_id(),
'paged' => $paged,
);query_posts($args);
?>
Is there anything obvious I am missing?
Good day,
I have set up a new installation of
buddypress 1.7
wordpress 3.51
theme onecommunity 1.03
bbpress 2.31
no groups setup – don’t need any (enable group forums unchecked)
sitewide forum setup
homepage = Home and set to frontpage1and keep getting this error:
Fatal error: Call to undefined function bp_has_groups() in /home/flpsblog/www/voice/wp-content/themes/OneCommunity/frontpage1.php on line 40appreciate any assistance or push in the right direction.
thanks
Topic: [Resolved] Distorted Avatar
BuddyPress Version 1.7.1
Wordpress Version 3.5.1Follow up issue from the following Login Plugin here “Cant write the plugin name as it contains blocked word”
Summery
The main problem is that the wrong avatar is chosen to be displayed “-bpthumb.jpg” while the correct one is -bpfull.jpg.Using WordPress 3.5.1 (installed as a directory in root) together with BuddyPress 1.6.5 I’m trying to upgrade from using group forums to bbPress version 2.3.1.
Following http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/ to the letter except the version of bbPress is now 2.3.1. When I get to step 5 I get the insufficient permissions message.
Activating bbPress falters with the message:
You do not have sufficient permissions to access this page.
at http://localhost/wp351/wp-admin/index.php?page=bbp-about
The bbPress plugin seems to activate but really doesn’t and I can’t seem to proceed from here.Navigate to “Tools > Forums“ – Forums doesn’t exist under the Tools menu. This is where I’m stuck.
I updated permalinks but this makes no difference. I notice the WordPress Dashboard includes a widget for bbPress forums with the correct number of users but 0 forums, topics and replies.
When I tried this same process several weeks ago (perhaps with bbPress 2.3) it all worked well.
I’m using the a child of the bp-default BuddyPress theme and my server is running Apache.
Please help me. Where did I go wrong?
I am using WordPress Multisite with Buddypress installed. I use the buddypress default template. I got to problems, I hope you can help me solve.
1. My buttons overlay each other. Are there some codes to make the space between them further away. I have a screen shot, but dont know where I can upload it here. But it is the to buttons “Follow” and “Friendship” You can see it, when you are searching for a member in the search bar. You can try it at my website meework.com. But you need to make a profile to do it.
2. Is there some way you can display whitch users who has “Favorite” your post. Right now I cant see who has favorited my comments. Is there some codes to do that.
From Thomas
so im pretty new to buddypress and wordpress… so is anyone willing to explain to me how profile k pics work/are handled? there isn’t an option currently in my “signup” fields. also, i want to embed profile pic/info in one of my sidebars… kinda facebookish.. is this possible as well? any help would be great!
Hi everybody, thank you for this great plugin.
I begin with my platform datas:
– wordpress 3.5.1
– buddypress 1.7.1
– bbpress 2.3.1
That’s my site forum: http://escrivere.com/forums/forum-groups/indice-argomenti/I’ve made the transition from buddypress group forums to bbpress following your guide.
All seems to work fine, but there’s a big issue that i can’t deal with!When a user tries to invite some other user to his group the invited users don’t receive any notification, not via mail nor on their status bar!
The problem exists on public, private and hidden group forums.
Some solution?Other issue: Even if a forum is private or hidden (using buddypress administration) users that are not subscribed to the group can see the topic title here:
If group is private they are redirect to the page where they can request to enter in the group.
If the group is hidden they get a 404 error page.I don’t know how to deal with bbpress forums options, if I made a group forum “hidden” using bbpress settings group vanish from topic index, also for users that are subcribed to the hidden group, except for moderators and keymaster.
Ah, and another big big mistake when a users try to change group settings of his group (private, hidden, public) forum option is deselected and forum group vanish, until you select again the forum group!
Hope you can help me!
Topic: Problems with "Order"-Reload
Hey guys,
I am using WordPress 3.5.1 and Buddypress 1.7.1 and I got the following problem:
Everywhere on the site, where someone can chose a point out of a dropdown, to sort the activity (for example), nothing happens – the site just won’t reload.
Does anyone knows the problem and can help?
Hello, after installing the buddypress plugin on my wordpress site, I began to have a lot of CSS errors when I use the CSS validator. I also ran the validator on buddypress.org and it also has lots of errors. Is there a way to fix this? I am doing something wrong?
Thank you!
validator:
http://jigsaw.w3.org/css-validator/my site:
http://hola-china.net/genesis/I’m wondering how I could change the profile link format from BuddyPress /member/user/ format back to the old wordpress /profile/?viewuser=2?
I ask because I am using an older custom profile plugin that uses the old Linking system. It’s much more powerful than the BuddyPress profile system. It would be awesome if I could change it in BuddyPress so i can still keep the ALL the BuddyPress features but Harness the power of the plugins profile plugin.
Can someone point me in the right direction? Which function to modify?