-
SVC posted on the forum topic Posted a New Activity Comment creates duplicate activity issue in the group How-To and Troubleshooting: 13 years, 9 months ago
Thats not a duplicate. When you post an update, and you reply to an update, the comment will show up underneath, and to the “In reply to” activity stream update also above it.
-
SVC posted on the forum topic Posted a New Activity Comment creates duplicate activity issue in the group How-To and Troubleshooting: 13 years, 9 months ago
Well the double post should disappear when you refresh the page, does it?? I had this problem, but it was fixed and tested for 1.2.7, so I would say it’s a plugin
-
SVC posted on the forum topic how to change "Avatar" text under a users profile area. in the group Creating & Extending: 13 years, 9 months ago
Duplicate Topic Detected! https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-change-avatar-text-under-a-users-profile-area-1/
Please don’t duplicate posts please.
-
SVC posted on the forum topic Adding BP tab with (mostly) static content in the group How-To and Troubleshooting: 13 years, 9 months ago
https://buddypress.org/community/groups/bp-groupblog/, adds a blog functionality for your groups. You would create a post “About **group** insideof it.
-
SVC posted on the forum topic Friend Acceptance Notification NOT GOING AWAY! in the group How-To and Troubleshooting: 13 years, 9 months ago
What version are you using??
Looks like it was already fixed, but check this out: https://trac.buddypress.org/changeset/2921
-
SVC posted on the forum topic Buddypress login by facebook, twitter etc in the group How-To and Troubleshooting: 13 years, 9 months ago
That site does not have buddypress even installed, but
https://wordpress.org/extend/plugins/wp-fb-autoconnect/ 🙂
-
SVC posted on the forum topic Sidebar profile data in the group How-To and Troubleshooting: 13 years, 9 months ago
Not really in the forums-loop, more if you want to add it under the widget, go into your sidebar.php. These $bp-global strings are always available for use, in your case here: https://codex.buddypress.org/developer-docs/the-bp-global/ so where you want the links to appear (view profile, etc) , you will need to add the strings
$bp->loggedin_user->dom…
[Read more] -
SVC posted on the forum topic Theme and Log In page aren't playing well together in the group How-To and Troubleshooting: 13 years, 9 months ago
Sounds like a theme issue, not really a bp issue… I would look into your plugins, or your database to make sure everything is in place
-
SVC posted on the forum topic How to Show a Skype Button only if it is Admin’s Profile in the group How-To and Troubleshooting: 13 years, 9 months ago
Well firstly, in order for the skype badge to work, you need to have the admin’s skype phone # or username defined somewhere where the badge can recognized it specifically for that admin profile.
You will need to put the function for “user id=1” meaning “admin” within, and place accordingly 🙂
-
SVC posted on the forum topic Some items randomly not being recorded in activity stream in the group How-To and Troubleshooting: 13 years, 9 months ago
Must be something you did to the files or something to that sort…
have you changed anything recently??
-
SVC posted on the forum topic How to add MarkItUp! Is there an easy way? in the group How-To and Troubleshooting: 13 years, 9 months ago
I am not going to use that plugin, I have markitup now running on the textareas through my database, with no plugin through a clean install following this guide: http://etivite.com/groups/buddypress/forum/topic/quick-tip-adding-markitup-to-group-forum-textareas/#topic
That plugin has corrupt jquery problems.
-
SVC posted on the forum topic word limit for all user updates in the group How-To and Troubleshooting: 13 years, 9 months ago
May be simple or hard, depending on you, but it can be achieved, through some jquery This is just off the top of my head in post-form.php in your theme
function textLimit(field, maxlen) { if (field.value.length > maxlen + 1) alert('To much Text!'); if (field.value.length > maxlen) field.value = field.value.substring(0, maxlen); }
now the textarea:… -
SVC posted on the forum topic HTML/Javascript in Admin bar in the group How-To and Troubleshooting: 13 years, 9 months ago
You will have to branch the facebook login with buddypress first, you can do this through a plugin.
Than you would take do action hook from the plugin and place it in the admin bar, 2 choices of doing so, in bp-core, or bp-custom
-
SVC posted on the forum topic Can't post content & embeded media? in the group oEmbed for BuddyPress: 13 years, 9 months ago
hey @r-a-y, yes, this is indeed a flaw, I have this issue also.
The potential fix listed above only works for status updates, but when users post comments with youtube video links, the content above the video player is not there.
Thanks!
-
SVC joined the group oEmbed for BuddyPress 13 years, 9 months ago
-
SVC posted on the forum topic Members List in the group How-To and Troubleshooting: 13 years, 9 months ago
Link to site?
-
SVC posted on the forum topic Gravatar cropping tool not showing in the group How-To and Troubleshooting: 13 years, 9 months ago
Are you using custom or default theme?
-If using custom, switch to the default and see if it fixes it
-
SVC posted on the forum topic Help for What’s New Textareas Autofill Text in the group How-To and Troubleshooting: 13 years, 9 months ago
jQuery is fine with me, probably better, weather to hook the js code into the file, or put it in an external file and call it. Problem is, I am still stuck on the textarea ID values. It still remains the same input text, only set once. Unless I put to more js in the […]
-
SVC started the forum topic Help for What’s New Textareas Autofill Text in the group How-To and Troubleshooting: 13 years, 9 months ago
I need a little help, maybe this is too complicated for a rookie, probably a question for the buddypress.org programmers. I am copying the ‘autofill textareas with text, than disappear when clicked, (like buddypress.org whats new textarea) although I am missing some Textarea IDs, and wondering if bp.org uses the same “id=”whats-new” for groups, and […]
-
SVC posted on the forum topic control location of error messages in the group How-To and Troubleshooting: 13 years, 9 months ago
I can tell you, that it’s not defined as bp_core_add_message.
The messages are a Div class defined in default CSS from buddypress. And the messages are placed in the same position in the php file in every instance you are seeing. There is no universal function for this.
- Load More
@gunju2221
Not recently active