-
Virtuali posted on the forum topic change wording of site in the group How-To and Troubleshooting: 13 years, 5 months ago
Isn’t it easier to just edit the template file in my opinion?
Go to your current theme’s activity/index.php and change the
“
Site Activity
To whatever.
-
Virtuali posted on the forum topic Where is the Create a Group Button? in the group How-To and Troubleshooting: 13 years, 5 months ago
I would say something else, but fellow Mercime has covered just about everything. 🙂
-
Virtuali posted on the forum topic VPS server, apache memory usage through the roof in the group How-To and Troubleshooting: 13 years, 5 months ago
Do you have jetpack installed?
-
Virtuali posted on the forum topic Jquery Code for the Text Dissappear in the Whats New Textarea in the group How-To and Troubleshooting: 13 years, 5 months ago
This is what I use on my site. Insert this in your post-form.php:
$('textarea').each(function() { $(this).data('default', this.value); }).focusin(function() { if ( this.value == $(this).data('default') ) { this.value = ''; } }).focusout(function() { if ( this.value == '' ) { this.value = $(this).data('default'); } });
The above solution will work…[Read more] -
Virtuali posted on the forum topic Trouble Finding Where to Customize BP in the group Installing BuddyPress: 13 years, 5 months ago
Sorry, I don’t know why it does that with code tags.
Put this:/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css ); -
Virtuali posted on the forum topic Trouble Finding Where to Customize BP in the group Installing BuddyPress: 13 years, 5 months ago
Do you have template pack installed? If you do, all the files you need to edit are currently in your theme folder via FTP. For example, yourtheme/members/single To edit styles, template pack, or buddypress doesn’t add any styles to buddypress by default. You can add them by adding this to your current CSS. `/* Inherit […]
-
Virtuali joined the group Installing BuddyPress 13 years, 5 months ago
-
Virtuali started the forum topic Great Plugin! in the group BP Labs: 13 years, 5 months ago
What a nice plugin! 🙂 Adds nice features, great job.
I had to edit my css a little though to fit in my theme 🙂
-
Virtuali joined the group BP Labs 13 years, 5 months ago
-
Virtuali posted on the forum topic VPS server, apache memory usage through the roof in the group How-To and Troubleshooting: 13 years, 5 months ago
You’re having memory errors? Give me your list of plugins at http://pastebin.com and post back here
Some plugins are known to cause memory errors. ( *cough *cough jetpack ) 🙂
-
Virtuali joined the group How-To and Troubleshooting 13 years, 5 months ago
-
Virtuali posted on the forum topic Problems with buddypress in the group Requests & Feedback: 13 years, 5 months ago
Ggortan, do you have jetpack installed?
I have noticed many problems with jetpack causing memory errors.
-
Virtuali joined the group Requests & Feedback 13 years, 5 months ago
@virtuali
Not recently active