Search Results for 'buddypress'
-
AuthorSearch Results
-
September 24, 2012 at 6:43 pm #142364
frank tredici
MemberMAJOR FRUSTRATION — BP FORUM TELLS ME “It looks like you’ve already said that!”
September 24, 2012 at 6:39 pm #142363frank tredici
Member@modemlooper (bp forum not letting me post nicely, so I am splitting my reply in 2 parts)
Out-of-the-box, BP has a Send Invites link on the Groups forum. We don’t want that link unless you are a Group Admin or Group Moderator. Currently, we only have 1 private group set at this time with a group moderator. It is Group 17. But I know we will be getting more and more of these instances and I want to avoid hard coding the Groups each time to control the Send Invites link.
See my code below from a plug-in I wrote. It is in next thread post.
September 24, 2012 at 6:37 pm #142362frank tredici
Member@modemlooper (having technical trouble posting right now…stay tuned)
September 24, 2012 at 5:45 pm #142360In reply to: Broken links with non-english characters
Paul Wong-Gibbs
KeymasterCan you file a bug report to https://buddypress.trac.wordpress.org please, with some example usernames and exact steps how to create the bug. You can use your username and password from this site. Thanks
September 24, 2012 at 5:35 pm #142358frank tredici
MemberI remember trying those last week and ended up having to resort to the if() statements I have included earlier in this thread.
I have progressed to the point of having to hard code the group ID because I can’t capture it on the fly while in the Group section of the Loop.
September 24, 2012 at 3:53 pm #142354frank tredici
MemberTried `bp_group_id()` — no luck.
September 24, 2012 at 3:42 pm #142352frank tredici
Member`
if (groups_is_user_mod( get_current_user_id(), $guid ) == “1”) return;
elseif (groups_is_user_admin( get_current_user_id(), $guid ) == “1”) return;
else …
`Everything else works — `groups_is_user_mod()`, `groups_is_user_admin()`, and `get_current_user_id()`.
Right now I have hardcoded the Group ID and assigned it to var $guid. But I want to do this dynamically so I don’t have to manually hardcode certain group ids.
Here’s what I want to get to work:
`
if (groups_is_user_mod( get_current_user_id(), bp_get_group_id() ) == “1”) return;
elseif (groups_is_user_admin( get_current_user_id(), bp_get_group_id() ) == “1”) return;
`Thanks for helping !
September 24, 2012 at 3:35 pm #142350frank tredici
MemberJust tested your recommended code.
`$guid` is still empty during the loop in my Groups.
September 24, 2012 at 3:07 pm #142347frank tredici
MemberThanks @modemlooper.
My question is not how to display it. My question is how to capture it.
Currently I assign it to a variable like this `$guid = bp_get_group_id();`
The problem is that while I am in the loop of groups & discussions, the current group id is not being captured. `bp_get_group_id()` returns an empty string or NULL.
Also, I issued a bug report on it as well.
September 24, 2012 at 12:32 pm #142340In reply to: [Resolved] User error mention
josefabiosan
ParticipantI activated the default theme and let only the bbpress plugin, Akismet and BuddyPress enabled. still shows the error. I tested with another User and nothing new.
September 24, 2012 at 9:22 am #142336GordonRe
ParticipantHi
That’s what I was doing when I found the problem with the WP Visual editor. However now both these issues are fixed – thanks! – still have issue with the other theme which is supposed to be BP compatbile but have taken it up with theme supplier.September 24, 2012 at 9:21 am #142335In reply to: [Resolved] Buddypress – Risen theme
Hugo Ashmore
ParticipantNo you needed the opening php tag the error occurred as you then started php once again on line ten without having closed out php first. So you could have either have removed opening php tag on line ten or kept it and closed out php after the PHPdocs stuff */ ?>
September 24, 2012 at 8:38 am #142334In reply to: [Resolved] Buddypress – Risen theme
TWC01
ParticipantGot it fixed, thanks for your help guys
September 24, 2012 at 8:34 am #142333In reply to: [Resolved] Buddypress – Risen theme
TWC01
ParticipantHi.
This is the activity/index.php page http://pastebin.com/PkHZdQ3K I can see there is an extra <?php at the top so I have removed it. and this is what I get http://www.christianinspire.net/activity/
I am guessing the `/** * Template Name: BuddyPress – Activity Directory * * @package BuddyPress * @subpackage Theme */` needs removing but also the css code needs adding to style.css but when i look for
`/ > BuddyPress Component Finishing Styles
*/ `it is not in the css file.
Any ideas?
September 24, 2012 at 7:37 am #142332In reply to: [Resolved] Buddypress – Risen theme
Hugo Ashmore
ParticipantYou will need to show a few lines before that line number as the error doesn’t actually occur on that line that is just where php first finds , due to the error, it can’t progress cleanly. You will likely have an additional stray closing php tag.
September 24, 2012 at 7:33 am #142331In reply to: [Resolved] Buddypress – Risen theme
TWC01
ParticipantThanks, i tried those but still wouldnt work
September 24, 2012 at 7:31 am #142330In reply to: [Resolved] Buddypress – Risen theme
Hugo Ashmore
Participantbackticks added for you they are the character that looks like comma but very slanted.
September 24, 2012 at 6:57 am #142329In reply to: [Resolved] Buddypress – Risen theme
TWC01
Participantok so for some reason backticks are not working for me but i added what you said to add in point A and tried the suggestion when it do not work under the code to add.
September 24, 2012 at 3:28 am #142328In reply to: Home Page in BuddyPress site has “not found” error
modemlooper
ModeratorIn the WP admin Settings > Reading do you have it set to a page or latest blogs? Also try changing permalinks under Setting > Permalinks
September 24, 2012 at 2:40 am #142325modemlooper
ModeratorIf it’s tabs added to plugins there isn’t that option yet. I’m going to add that option later.
If you dont want to wait you can add this code:
`$bp->bp_nav = 100;`
if you have say the BP Album+ plugin and want to change it’s position just change ‘put label name here’ to Album. Then choose a number. I have placed labels at 10 increments. So position 1 is 10 2 is 20. You could place the Album tab at 25 and it would be in-between tab 2 and 3
September 24, 2012 at 1:33 am #142324Philip2
ParticipantThis plugin was great I see the changes but still I can’t order some of the profile menu that I had installed.
September 23, 2012 at 11:58 pm #142322In reply to: [Resolved] User error mention
josefabiosan
ParticipantThe WP version is 3.4.2 / The theme is custom COMMUNITY / Plugins are:
Akismet
bbPress
BP Display Name
BP Labs
BP Show Friends
BuddyMobile
BuddyPress
BuddyPress Activity Plus
BuddyPress Media Component
BuddyShare
WP Maintenance Mode
This error is from the beginning of the installation only with BuddyPress and theme.
thank youSeptember 23, 2012 at 6:41 pm #142321In reply to: Buddyvents special forum style with form
@mercime
Participant@farandhigh if I’m not mistaken you’ll have to add a form/forum on the screen/template which is provided by BuddyVents. Since that is a premium plugin which the community has no access to unless purchased, you should be asking the plugin author.
September 23, 2012 at 6:38 pm #142320In reply to: how to remove this and organize my bp-links
September 23, 2012 at 5:06 pm #142319@mercime
Participant== BuddyPress installed OK. ==
Not quite. You see that message under “Add New Page” title in your image “The following active components ….. REPAIR”. Click on Repair and make sure that each component has an associated page first.
-
AuthorSearch Results