-
Virtuali posted on the forum topic Fatal Error on activating BuddyPress Plugin in the group Installing BuddyPress: 13 years, 7 months ago
Try upping the memory limit if possible.
If you can’t up the memory limit, try to implement some of the improving performance tips listed here – https://codex.buddypress.org/getting-started/improving-performance/
-
Virtuali posted on the forum topic What's the best way to get a unified search that includes all site content INCLUDING blog posts? in the group How-To and Troubleshooting: 13 years, 7 months ago
Chill out! 🙂 Check this out: http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
I have this in my site, and it’s a great approach, if you follow the directions.
-
Virtuali posted on the forum topic Show the forum poster’s IP address to only poster person and moderators in the group How-To and Troubleshooting: 13 years, 7 months ago
That’s because you need to add the current post ID of the current poster.
Put this in your bp-custom.php
function my_topic_poster_id() {
global $topic_template;
return $topic_template->post->poster_id;
}Than the new code for the IP would be:
-
Virtuali posted on the forum topic FATAL ERROR!! in the group Installing BuddyPress: 13 years, 7 months ago
Go to your wordpress Admin Dashboard, and go to “Add plugin” then search “Buddypress”. Install the plain and simple Buddypress plugin first, then activate the template pack.
-
Virtuali posted on the forum topic Password Reset in the group How-To and Troubleshooting: 13 years, 7 months ago
Not a buddypress issue. Use: https://wordpress.org/support/
-
Virtuali posted on the forum topic Inaccessible Group in the group How-To and Troubleshooting: 13 years, 7 months ago
Have you created the non-existent group? Or is the Count just off?
-
Virtuali posted on the forum topic Login re-direct error when WordPress installed in sub-directory in the group How-To and Troubleshooting: 13 years, 7 months ago
Ah, the famous 404 not found 🙂
Try this reference link: https://codex.buddypress.org/troubleshooting/navigation-links-return-404-errors/
-
Virtuali posted on the forum topic FATAL ERROR!! in the group Installing BuddyPress: 13 years, 7 months ago
It means the that the function isn’t being recognized, do you have the buddypress plugin installed? The template pack can’t work without the actual plugin 🙂
-
Virtuali posted on the forum topic Avatars are overlapping in member and group page. in the group How-To and Troubleshooting: 13 years, 7 months ago
Well it looks like you added a massive avatar border to all your avatars, so thats why it needs that extra CSS tweak for starters. You will need to go into your theme’s CSS, or wherever that piece is located, we can’t tell you where it is, but It could be in your theme’s default […]
-
Virtuali posted on the forum topic Allowing Users to Customize Their Background Image in the group How-To and Troubleshooting: 13 years, 7 months ago
Nice Ray! 🙂
Do you have a Preview of the new plugin on your site? Would you mind giving a link?
-
Virtuali posted on the forum topic Show the forum poster’s IP address to only poster person and moderators in the group How-To and Troubleshooting: 13 years, 7 months ago
Well than it would be:
-
Virtuali replied to the topic A couple of beginner questions. in the forum How-to & Troubleshooting 13 years, 7 months ago
Should be
function pages(){
?><li class="no-arrow"><a href="yoursite.com/activity">Activity</a>
<li class="no-arrow"><a href="yoursite.com/groups/">Groups</a>
<?php
}
add_action( 'bp_adminbar_menus', 'pages', 15 ); -
Virtuali posted on the forum topic A couple of beginner questions. in the group How-To and Troubleshooting: 13 years, 7 months ago
Should be
function pages(){
?><a href="yoursite.com/activity">Activity</a>
<a href="yoursite.com/groups/">Groups</a>
< ?php
}
add_action( 'bp_adminbar_menus', 'pages', 15 ); -
Virtuali posted on the forum topic A couple of beginner questions. in the group How-To and Troubleshooting: 13 years, 7 months ago
Does it not appear?
You need to insert it in your bp-custom.php
-
Virtuali posted on the forum topic codex.buddypress.org search is not working in the group Requests & Feedback: 13 years, 7 months ago
That search has been down for awhile, as I think @johnjamesjacoby may be working on it.
-
Virtuali posted on the forum topic picture display vertical in the group How-To and Troubleshooting: 13 years, 7 months ago
Did you put it in a active CSS?
Put it in your active theme’s CSS.
-
Virtuali posted on the forum topic Importing LJ communities to BP groups in the group How-To and Troubleshooting: 13 years, 7 months ago
What is LJ? If it’s another group or forum software, you will need to search for a LJ to wordpress bridge. Otherwise, there is no other way to import, unless there is a feature with the LJ software.
-
Virtuali posted on the forum topic Putting adsense ads in forum pages in the group How-To and Troubleshooting: 13 years, 7 months ago
-
Virtuali posted on the forum topic picture display vertical in the group How-To and Troubleshooting: 13 years, 7 months ago
add this to your css
div#sidebar div.item-avatar {
width: 40px;
height: 40px;
clear: none;
float: left;
} -
Virtuali posted on the forum topic Show the forum poster’s IP address to only poster person and moderators in the group How-To and Troubleshooting: 13 years, 7 months ago
Actually scratch the
and put:
- Load More
@gunju2221
Not recently active