Search Results for 'buddypress'
-
AuthorSearch Results
-
December 19, 2010 at 4:25 am #100927
In reply to: Minor @mention admin flaw.
Virtuali
ParticipantI have no idea if this is just a issue in my site, but it’s kinda confusing because the “ @admin” does not mention the administrator, the “ @gunju2221” on my site does, because thats my WP username. It’s funky!
December 19, 2010 at 3:53 am #100924In reply to: Problem Installing buddypress…
@mercime
ParticipantRename the buddypress folder in wp-plugins via FTP or cPanel to deactivate BuddyPress.
The correct translation in WP lingo is “You do not have sufficient permissions to access this page.” And while this was triggered by activating BuddyPress, it starts with your WordPress installation.
There are plenty of threads in WP.org forums and Google search with different solutions to get back your Admin/Super Admin privilege in the installation. Good luck.
December 19, 2010 at 12:56 am #100923In reply to: Changing Size Of Forum Cloud Tags
streamstalker
MemberI figured it out… FYI
Changing smallest size, largest size, and max number of tags for BP defualt theme:
1. FTP to – example.com/wp-content/plugins/buddypress/bp-forums/ – in your WP directory
2. Open – bp-forums-templatetags.php
3. Ctrl +F to find – bp_forums_tag_heat_map
4. Edit and SaveDecember 19, 2010 at 12:44 am #100921streamstalker
MemberHere is one of the easiest ways to change the amount of activity stream posts per page in the default BuddyPress theme.
1. FTP to – example.com/wp-content/plugins/buddypress/bp-activity/ – in your WP directory
2. Open – bp-activity-templatetags.php – in your text editor
3. Ctrl + F – then enter – ‘per_page’
4. Just change the value following – ‘per_page’ =>December 18, 2010 at 10:50 pm #100918@mikey3d
ParticipantInstall and Configure W3 Total Cache in 7 Easy Steps
zemalf.com/1443/w3-total-cache/
December 18, 2010 at 10:13 pm #100916In reply to: BuddyPress custom settings permanently
Paul Wong-Gibbs
KeymasterIf you’ve found a bug with certain settings not being saved, please report it on http://trac.buddypress.org so that we can fix them.
December 18, 2010 at 9:08 pm #100908Tammie Lister
ModeratorIf you mean in blog posts / page comments you can do this using the following:
`ol.commentlist .bypostauthor .comment-meta{
whatever you want here
}`*You can also do without .comment-meta just depends on what style you want to add
There is a patch coming in 1.3 I think you can see here done by @DJPaul: https://trac.buddypress.org/attachment/ticket/2748/2748-1.patch
December 18, 2010 at 6:57 pm #100906In reply to: Changing Group tab display defaults
Marcus (aka @msykes)
ParticipantThanks @r-a-y v.helpful
Here is a small improvement, because depending on the name of the group e.g. “home group” you could get a false positive here with the previous strpos function
`
<?php
function redirect_to_forum() {
global $bp;$path = clean_url( $_SERVER );
$path = apply_filters( ‘bp_uri’, $path );
if ( bp_is_group_home() && $bp->current_action == $bp->bp_options_nav )
bp_core_redirect( apply_filters( ‘bp_uri’, $bp->bp_options_nav) );
}
add_action( ‘wp’, ‘redirect_to_forum’ );
?>
`December 18, 2010 at 6:16 pm #100905Dolphus
Memberhi andrea, I fix that problem… redirect link broken
but… still login page go to admin page…December 18, 2010 at 5:26 pm #100903Andrea Rennick
Participantno, I was referring to the fact that core wordpress only shows a user’s blog under “My sites” that they are admin on.
If you alreayd have users with blog, and then add buddypress, then yes – this has been a persistant issues. BP doesn’t automagically go find them all.
December 18, 2010 at 5:24 pm #100902In reply to: BuddyPress/WordPress Menu Issues
Andrea Rennick
ParticipantAre you on a Windows server?
December 18, 2010 at 5:22 pm #100900Andrea Rennick
Participant“Permission denied” means look at the physical file or folder on the server. WP or bbpress does not have permission to write to it. (CHMOD)
No idea what;s up with your links, but all the slashes are stripped out.
December 18, 2010 at 4:50 pm #100898aljuk
MemberI experienced the same issue on my local dev server, but once I enabled the plugin online it works fine.
I suspect the issue is down to which php modules are(n’t) enabled in my MAMP install, but are enabled on my host.December 18, 2010 at 3:43 pm #100894In reply to: Members, groups and Member Blog pages not working
Mark
ParticipantJust as an update, its not working in IE anymore so I tried deactivating all the plugins, uninstalling Buddypress, rebooting the server and reinstalling buddypress with no plug-ins active and I still had the same issue with the links not loading. I know it’s not the theme because my theme works fine on my test site. Any other ideas? Maybe its is a php, javascirpt or ajax issue or memory leak of some kind? I’m not sure what is used to make those links load. Any more help is very appreciated.
December 18, 2010 at 12:29 pm #100889Dolphus
Memberhi, andrea, how to fix this ?
see:
external bbpress installation:
setup work
but still the broken link:Internal bbpress installation :
occurs this error: “Permission denied”December 18, 2010 at 12:02 pm #100888chestnut_jp
MemberHi @andrea_r,
Do you mean it is natural that the buddypress plugins is re-activated in order to show site blog under each user’s My Blogs?
Sorry, but I am not with you…How about your buddypress site? Each user does not have site blog under their My Blogs unless the re-activation of buddypress plugin?
If so, I will report it as a bug to the tracker, since it does not hapen only for me, and I really do want this to be fixed.
Anyway, aren’t there any other people seeing the same thing happening?December 18, 2010 at 7:31 am #100882In reply to: Ban and Kick User is Broken
Virtuali
Participant@r-a-y, If I am using the previous version, will it totally mess it all up?
I tried to do it manually before, but I could not find the original to replace with new, thinking it was because I was not using 1.2.6
December 18, 2010 at 7:27 am #100880In reply to: Displaying forum topic tags
streamstalker
MemberI am rather new to BuddyPress but have a question about how the forum topic tags are being displayed. The tags that appear multiple times are bigger as normal seem to be too large to fit inside the given area.
Example: http://troutpic.com/forums/
December 18, 2010 at 7:04 am #100878In reply to: Change error message display
Virtuali
Participant@imjscn, Color is CSS, therefore probably being in the buddypress default.css file?
Probably Under:
*Error/Success Messages
find:}
div#message.error p {
background: #e41717;
color: #fff;
border-color: #a71a1a;
clear: left;
}It spells it out for you from there
December 18, 2010 at 6:54 am #100875In reply to: Minor @mention admin flaw.
Virtuali
ParticipantDecember 18, 2010 at 5:35 am #100873In reply to: Blog posts on page template… how to?
pcwriter
ParticipantBingo! A straight copy/paste of the given example worked like a charm.
A bit of customization and voilà… I’m a happy camper!
Thanks
December 18, 2010 at 5:20 am #100872In reply to: Minor @mention admin flaw.
Boone Gorges
KeymasterWhen the admin account is created for buddypress, the @mention is “ @admin“.
I’m not sure what this means. BP doesn’t create any admin accounts. It uses the same accounts as your WP installation. As long as you have WP 3.0+, you should have had the opportunity to select your admin login name when you signed up.
Can you be more specific about where you are seeing @admin show up incorrectly? In the member header? Or in activity items? Or elsewhere?
December 18, 2010 at 5:13 am #100871In reply to: Help with Messaging and @mentions
Boone Gorges
KeymasterNotifications for at-mentions will be in BP 1.3: https://trac.buddypress.org/changeset/3403
Your messaging problem sounds strange, like your installation somehow got corrupted, or like you have a plugin conflict. Are you running any other BP-related plugins? Try deactivating them and turning on the BuddyPress Default theme for the sake of testing; that will help determine whether the problem is with BP, or your BP configuration, or with third-party add-ons.
December 18, 2010 at 3:12 am #100865In reply to: Help with Messaging and @mentions
stoi2m1
Participant@r-a-y I think my issue is beyond a simple email issue. I installed the email plugin you mentioned just to humor the situation. When I try to send a private message I get redirected to the homepage of my site. So I could either be experiencing a 404 error or some other similar problem.
Also Im not even getting notifications at the recipient. I also do not have a message in the senders sent message box nor in the recipients inbox.
Thanks,
December 18, 2010 at 1:51 am #100860In reply to: BP chat….please help!!!
@mercime
Participant@gunju2221 3 stars for the BP Ajax-Chat Plugin which is different from the BP Chat plugin. It can get confusing with the similar names

-
AuthorSearch Results