-
Shmoo replied to the topic add to html markup in bp_activity_action() in the forum How-to & Troubleshooting 10 years, 11 months ago
I’ve made a Trac. to get easier customization for this ‘problem’..
It’s set for BuddyPress version 2.0
https://buddypress.trac.wordpress.org/ticket/5261 -
Shmoo replied to the topic strange tag in member profile page in the forum Installing BuddyPress 10 years, 11 months ago
Probably a typo on a HTML or PHP tag, code not being valid – missing some double quotes or having too manny of them.
Scan this page through a HTML Validator and see the result.
http://validator.w3.org -
Shmoo replied to the topic Display user's social follow buttons in profile in the forum Ideas 10 years, 11 months ago
its better to use social button plugin
No it’s not..
This is a great Tutorial, thumbs up for giving this nice piece of code.
Social Media Button Plugins often stack a lot of scripting in your website. Lots of JavaScript and a other junk you’re not looking for while WordPress + BuddyPress is already pretty heavy because of all features.This…[Read more]
-
Shmoo replied to the topic Changing default activity stream view in the forum Requests & Feedback 10 years, 11 months ago
I think it’s too complex for a Plugin because this is too specific to your needs , plugins are great when they serve lots of people. But you could alter the layouts if you know how the template structure in WordPress and BuddyPress works.
Give each page it’s own custom Activity-loop template and you should be able to make whatever view you want…[Read more]
-
Shmoo replied to the topic Using BP_DEFAULT_COMPONENT to select a plugin tab in the forum Creating & Extending 10 years, 12 months ago
Yeah mostly it’s the slug or the name of the template ( file-name.php ) inside the plugins folder.
members/single/plugins.php
” 3rd-party plugins should use this template to easily add template support to their plugins for the members component. ”
Thats the template they use for adding a component to the profile page.
Just try a few or ask…[Read more]
-
Shmoo updated the Change Default Members Profile Landing Tab page, on the BuddyPress Codex 10 years, 12 months ago
By default BuddyPress will load the Activity tab when clicking on a users profile link. If you would like to change this default landing tab to something else than the Activity tab you can do so..
Add the […]
-
Shmoo replied to the topic [Resolved] Remove Activity tab from Groups in the forum How-to & Troubleshooting 10 years, 12 months ago
Yeah I was afraid of that too..
I think I’ve seen some Filter a few days ago to remove a menu-tab. This way you can remove lets say the activity link from popping up on the navigation menu’s.
Try Google at this: BuddyPress + remove + item + PHP_code_that_prints_the_menu()
-
Shmoo replied to the topic Using BP_DEFAULT_COMPONENT to select a plugin tab in the forum Creating & Extending 10 years, 12 months ago
Hahaha.. I was looking for the same thing yesterday so I made a Codex-page for this question.
You have to add that code to the config.php file.
-
Shmoo replied to the topic [Resolved] Remove Activity tab from Groups in the forum How-to & Troubleshooting 10 years, 12 months ago
What are you gonna do with your Groups without Activity system it’s the ‘comments’ part of a group.
Just to make sure where do you want to delete the activity from showing up.
example.org/groups/test-group/ * here */
example.org/members/profile/ * here */?
You can always remove the activity-loop from the template structure.
When…[Read more] -
Shmoo replied to the topic Group mods bug in Beta 1.9 in the forum How-to & Troubleshooting 10 years, 12 months ago
But shouldn’t een Moderator have control over comments inside the group ?
Okay he can not edit the group description or delete the group as a moderator but I think a moderator should be able to bann people, en edit comments inside the group.
Thats what moderators do, keeping an eye on things.
Right now he can edit only when bbPress is active.…[Read more]
-
Shmoo replied to the topic Activity Time is GMT. Activity Stream "Posted an Update" time is incorrect. in the forum How-to & Troubleshooting 10 years, 12 months ago
Don’t hold back on posting more code-snippets on here 🙂
It’s still not 100% what I was hoping for but at least I’ve removed the default ‘ XX time ago ‘ string.
I can’t believe how difficult it is to customize the Activity-stream against ofter BuddyPress functions. The Activity is BuddyPress’ backbone that connects everything together…[Read more]
-
Shmoo replied to the topic [Resolved] BP groups limit? in the forum How-to & Troubleshooting 10 years, 12 months ago
I guess loading-times will always be a problem because i’ve never seen a BuddyPress website that loaded regular speed..
-
Shmoo replied to the topic How to allocate personal URL to profile page? in the forum How-to & Troubleshooting 10 years, 12 months ago
What do you mean by change this to a different page ?
You can change the layout of the profile-page and change it to what ever you want it to look like.
If you wanna change this page you can look in the template files..Or redirect it to a complete different page…[Read more]
-
Shmoo started the topic Group mods bug in Beta 1.9 in the forum How-to & Troubleshooting 10 years, 12 months ago
I just noticed that Group Moderators have no access or any control over Group actions.
I was busy inside my own theme so I thought I’d messed something up but when I switched back to a default WP TwentyTwelve theme I noticed the same error.
When I as a Group Admin promote another regular member to Moderator of this Group he doesn’t get access to…[Read more]
-
Shmoo replied to the topic How to make a simple conditional check in the forum How-to & Troubleshooting 10 years, 12 months ago
Update 2
This topic is resolved!
Found the second conditional statement aswel,
<?php if ( is_user_logged_in() && bp_current_user_can( 'bp_moderate' ) ) : ?>
<li><a class="button" href="<?php bp_group_permalink(); ?>admin/edit-details/"><i class="fi fi-wrench"></i></a></li>
<?php endif; ?>
Hope this can help somebody else in the…[Read more]
-
Shmoo replied to the topic How to make a simple conditional check in the forum How-to & Troubleshooting 10 years, 12 months ago
Update:
One conditional I got done by looking at some other template files..
Inside the Group Activity template ( groups/single/activity.php ) I found this PHP tag and from reading the lines of code I could tell this was what I’m looking for.IF user_is_logged_in AND = group_member do that 🙂
[Read more]
<?php if ( is_user_logged_in() &&… -
Shmoo started the topic How to make a simple conditional check in the forum How-to & Troubleshooting 10 years, 12 months ago
I’ve manually re-created the bp_get_options_nav because it’s a too dynamic and clunky piece of code.
Now I’ve made a simple HTML nav-list of each group component and added some PHP code between to print the ‘bp_group_permalink’ / [component-name] / but I only need to find a way to check IF a user can moderator this current group or is admin, if…[Read more]
-
Shmoo replied to the topic DVD Collection in the forum Creating & Extending 11 years ago
In the Plugins section I’ve seen two plugins that work with BuddyPress.
Catalog + Pets the last one can also be used for everything else you just have to change the idea of Pets to some other subject.
-
Shmoo replied to the topic Feedback: BP is getting better by each release-cycle in the forum Requests & Feedback 11 years ago
True, but I was thinking of using the FitText.js plugin to prevent usernames from going to a second line when they become longer at this index page.
While working with min-heights on each element I try to control each member ‘widget’ having the same overall height.I would like to use BuddyPress as an upgrade (redesign) of an exciting bbPress…[Read more]
-
Shmoo replied to the topic Where Are The CSS Files For BuddyPress???? in the forum How-to & Troubleshooting 11 years ago
The buddypress.css file is inside the plugins folder.
wp-content / plugins / buddypress / bp-templates / bp-legacy / css / buddypress.css (copy)
If you wanna change or add to this file this file you can copy-/paste it inside your WP theme folder inside a css folder and this new file will be used instead of the old one.
wp-content / themes / […[Read more]
- Load More
@macpresss
Active 6 years, 12 months ago