-
Virtuali posted on the forum topic CSS issue with Activity in the group How-To and Troubleshooting: 13 years, 5 months ago
Probably the avatar was so big because the default css attribute for the avatar sitewide (
.avatar {
) was probably set to a height and width, so it would automatically assign that height and width to that image because it has nothing else specified. -
Virtuali posted on the forum topic $bp->activity->table_name gives a blank in the group How-To and Troubleshooting: 13 years, 5 months ago
We have all been through hours of trial and error π
-
Virtuali posted on the forum topic CSS issue with Activity in the group How-To and Troubleshooting: 13 years, 5 months ago
Shrinking avatar would make more sense because who wants to type in a textarea that is the size of the cursor?
-
Virtuali posted on the forum topic Batch enable forums in the group How-To and Troubleshooting: 13 years, 5 months ago
Tell ALL your group administrators to do this in their group to make the forums work properly. If there is over 100K groups, you must have a LOT of group owners, or, 90% of them are spam groups.
If they are spam, you must go in and delete them all.
-
Virtuali posted on the forum topic CSS issue with Activity in the group How-To and Troubleshooting: 13 years, 5 months ago
That’s not the issue he is having. It’s with the avatar and the textarea is colliding.
Find this line in your
wp-content/themes/fishbook-buddypress-buddypack/style.css
div.ac-reply-avatar img {
border: 2px solid #FFFFFF !important;Add this to the bottom:
width: 33px;
height: 33px;
} -
Virtuali posted on the forum topic CSS issue with Activity in the group How-To and Troubleshooting: 13 years, 5 months ago
Give the link to the activity stream where you are having problems with, and I’ll inspect it.
-
Virtuali posted on the forum topic CSS issue with Activity in the group How-To and Troubleshooting: 13 years, 5 months ago
Get this application for firefox: http://getfirebug.com/ It can help you inspect elements, and you can see what your problem is through it. Go to the css error, and right click, and click “Inspect Element”, and it should give you the current rule, and than tweak it to find what your problem is, than change it […]
-
Virtuali posted on the forum topic Mashable running BP? in the group Gallery: 13 years, 5 months ago
I doubt it. A-lot of components are not there that look like buddypress.
If you look here: https://wordpress.org/showcase/mashable/ They didn’t set the “flavor” to buddypress.
-
Virtuali posted on the forum topic I need members directory for Profile Search plugin β but I donβt have one?! in the group How-To and Troubleshooting: 13 years, 5 months ago
Don’t swear. It’s a lack of respect, and knowledge. We try to keep this forum child friendly.
Save that talk for your night out with the guys. π
-
Virtuali posted on the forum topic Is there a way to add titles to groups of checkboxes within the same field in the group How-To and Troubleshooting: 13 years, 5 months ago
Well If the suffision theme offers the horizontal list, than copy the CSS from the theme using firebug, and you should be able to copy it into your current theme.
It’s probably a one rule statement of css your missing.
-
Virtuali posted on the forum topic On Register (BP Theme: Default), do not shown create blog data or, the fields in Profile in the group How-To and Troubleshooting: 13 years, 5 months ago
do not shown create blog data or, the fields in Profile, created by me after install
What? Please rephrase your question, because I can’t understand your problem.
-
Virtuali posted on the forum topic $25 If you can help me (Enter/Post Update) (3 posts) – Repost in the group How-To and Troubleshooting: 13 years, 5 months ago
No, your using it wrong. You will have to make a jquery function and apply it to the textarea. Maybe something in:
function onTestChange() { var key = window.event.keyCode; // If the user has pressed enter if (key == 13) { document.getElementById("txtArea").value =document.getElementById("txtArea").value + "n*"; return false; } else { return true;…
[Read more] -
Virtuali posted on the forum topic $25 If you can help me (Enter/Post Update) in the group How-To and Troubleshooting: 13 years, 5 months ago
-
Virtuali posted on the forum topic $25 If you can help me (Enter/Post Update) (3 posts) – Repost in the group How-To and Troubleshooting: 13 years, 5 months ago
I don’t need $25, but adding a key function would require a simple jquery attribute to the textarea.
key:'Enter',
-
Virtuali posted on the forum topic mentions not working for admin but work for other members? in the group How-To and Troubleshooting: 13 years, 6 months ago
It’s because the admin username that you set up with for your hosing account is different from the one that buddypress mentions to, which is “admin”. Not sure why this happens, but here is how to solve it. Install this plugin: https://wordpress.org/extend/plugins/wpvn-username-changer/, and change the username to “admin”. You don’t have to change…[Read more]
-
Virtuali posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
Well Timothy, I don’t want all of that work to go to waist! I’ll implement it on my site and see how it looks π
-
Virtuali posted on the forum topic ETA on Buddypress 1.3 – when will it be released? in the group Creating & Extending: 13 years, 6 months ago
Think of it this way- If it’s taking a really long time to develop, it must be blooming with very cool features. Would you rather have an update with little to no additions/fixes, but takes a short amount of time, or an update with tons of additions/fixes, and have it take a little while longer. […]
-
Virtuali posted on the forum topic Forum and mentions not working in the group Creating & Extending: 13 years, 6 months ago
Forums are associated with groups, so to create a forum, you must create a group. Please re-phrase the question, because I am afraid I’m not quite understanding what you mean. As for the mentions, try just mentioning the name of the user, without any other text. If you have a long paragraph, and than mention […]
-
Virtuali posted on the forum topic Member Profile URL with User ID instead of Username in the group How-To and Troubleshooting: 13 years, 6 months ago
Check this out, for customizing labels and URLs: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
You can get the current logged in user id from here: https://codex.buddypress.org/developer-docs/the-bp-global/
check out the
$bp->loggedin_user object
section -
Virtuali posted on the forum topic Change Avatar on mouseover like Facebook in the group Creating & Extending: 13 years, 6 months ago
Thanks MikeyD. Don’t quite understand why he spammed the topic with my site however.
- Load More
@gunju2221
Not recently active