-
SVC posted on the forum topic Important Requests in the group Requests & Feedback: 13 years, 10 months ago
Good requests and thanks for your feedback!
As for the change avatar, it could be as simple as adding a filter to the activity stream, I could search around a bit.
It could be too late to add features to 1.3, but I’m not sure π
-
SVC joined the group Requests & Feedback 13 years, 10 months ago
-
Virtuali posted a new activity comment 13 years, 10 months ago
P.S I don’t really think it’s fair to the other members participating the forum discussion you closed because of Espeon’s troll well being, I think you should just delete her posts and open the topic for them.
-
Yep you could well be right. Problem is I don’t like deleting posts ever unless really pushed to it or if they are simply offensive and inflammatory towards others, otherwise it smacks of autocratic censorship.
I think I’ll re-open the thread and change the closed topic comment to “lets draw a line under things and leave the thread to continue on…[Read more]
-
No, thats the troll’s job, to make you think that!
You are very important here, you have great knowledge, and don’t ever change because one troll does not like you. π
Every forum needs a person like you to keep it up and running every day!
-
-
-
Virtuali posted an update 13 years, 10 months ago
@hnla Don’t let trolls ruin your day. Trolls say you have nothing else to do when they should be the ones talking. You are a great helper to everyone here, and know so much more than me it’s unthinkable! You have helped me, and 1598 other people, and you are also a very cool person. π
-
P.S I don’t really think it’s fair to the other members participating the forum discussion you closed because of Espeon’s troll well being, I think you should just delete her posts and open the topic for them.
-
Yep you could well be right. Problem is I don’t like deleting posts ever unless really pushed to it or if they are simply offensive and inflammatory towards others, otherwise it smacks of autocratic censorship.
I think I’ll re-open the thread and change the closed topic comment to “lets draw a line under things and leave the thread to continue on…[Read more]
-
No, thats the troll’s job, to make you think that!
You are very important here, you have great knowledge, and don’t ever change because one troll does not like you. π
Every forum needs a person like you to keep it up and running every day!
-
-
-
-
Virtuali replied to the topic Add a welcome message to admin bar instead of website name in the forum How-to & Troubleshooting 13 years, 10 months ago
function add_welcome_message() {
global $current_user;
get_currentuserinfo();
$author = $current_user->display_name;
if ( is_user_logged_in() ) {
echo "
<li>Welcome <strong>" . $author . "</strong></li>";
echo '
<li><a href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a></li>';
} else {
echo "
<li>Welcome…[Read more] -
SVC posted on the forum topic Add a welcome message to admin bar instead of website name in the group How-To and Troubleshooting: 13 years, 10 months ago
function add_welcome_message() { global $current_user; get_currentuserinfo(); $author = $current_user->display_name; if ( is_user_logged_in() ) { echo " Welcome <strong>" . $author . " </strong> "; echo ' <a href="' . wp_logout_url( site_url() ) . '">' . __( 'Log Out', 'buddypress' ) . ' </a> '; } else { echo " Welcome <strong>Guest</strong> "; }…
[Read more] -
SVC posted on the forum topic Site Maintenance in the group Miscellaneous: 13 years, 10 months ago
I see a future buddypress.org with no spammers π
-
SVC posted on the forum topic Editing the My Profile Page in the group How-To and Troubleshooting: 13 years, 10 months ago
Making the text-box’s shorter is a simple as shortening the CSS attribute to less than 100%, or whatever it is currently set to. but to do this and point you in the right file, I need to know if you are using the default theme, or a custom theme.
-
SVC posted on the forum topic Let users add their own background? in the group How-To and Troubleshooting: 13 years, 10 months ago
Background on the profiles?
If on the site’s background you might have to search on an additional plugin for it
-
SVC posted on the forum topic Buddy Press Not Sending Activation Email – BP 1.2.7 | WP 3.0.4 in the group How-To and Troubleshooting: 13 years, 10 months ago
No, I would not recommend going to an earlier version of WP, the last few are critical security updates.
With the mail plugin, it should work. I am not saying it will pop up immediately, it might take a few minutes, but it should be there sometime.
-
SVC posted on the forum topic Help! "Sorry, no members were found" in the group How-To and Troubleshooting: 13 years, 10 months ago
Plugins– do you have any other plugins that could be conflicting?
Deactivate all your plugins to see if it fixes it.
-
SVC posted on the forum topic Error message on installation in the group Installing BuddyPress: 13 years, 10 months ago
Are you on your own server? Or who do you host from?
-
SVC posted on the forum topic Please help – Theme broken in the group How-To and Troubleshooting: 13 years, 10 months ago
Well first thing, unless it’s the buddypress default theme, we have nothing to do with other themes, this is a buddypress plugin support forum.
From going to charizmatic.com, it looks like you don’t even have bp installed, if you need help with the theme, go to your theme’s site’s forums there.
-
SVC posted on the forum topic Buddy Press Not Sending Activation Email – BP 1.2.7 | WP 3.0.4 in the group How-To and Troubleshooting: 13 years, 10 months ago
Buddypress, as mentioned many, many, many times, is wired through the wordpress emails. Buddypress has absolutely nothing to do with the emails. So don’t blame it on BP, there is nothing bp can do for the activation email really. As through searching on forums, this issue is rising problems after problem. Bluehost seems to be big […]
-
SVC posted on the forum topic Users can't complete sign-up in the group How-To and Troubleshooting: 13 years, 10 months ago
Have you searched the forums here on buddypress? because there are lots and lots of other topics about this.
The buddypress confirmation email is wired around wordpress emails, so it’s not buddypress’s fault, it’s most likely your host.
-
SVC posted on the forum topic Help! "Sorry, no members were found" in the group How-To and Troubleshooting: 13 years, 10 months ago
Make sure the “order by” drop-down isn’t set to anything but default. If it just persists, I image you must have done something to the filters of the activity, or changing something in the files.. have you done anything to the files? If you have, download wordpress from this site (manual.zip) and copy the original […]
-
SVC posted on the forum topic Changing url of member page in the group How-To and Troubleshooting: 13 years, 10 months ago
What specific “activity page links” are you talking about?
The member/activity/just-me?
-
SVC posted on the forum topic Changing url of member page in the group How-To and Troubleshooting: 13 years, 10 months ago
^^ was just taken from here https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/ π
-
SVC posted on the forum topic Need a way to change the group tab βHomeβ to say βActivityβ in the group How-To and Troubleshooting: 13 years, 10 months ago
Isn’t this a duplicate?
I swear I’ve seen it before…
-
SVC posted on the forum topic register page problem in the group How-To and Troubleshooting: 13 years, 10 months ago
The sidebar isn’t cut off at testbp.org, thats the correct layout that the default will look like.
Could you provide a link to your site so we know what css you need to fix? (if any)
- Load More
@gunju2221
Not recently active