Search Results for 'buddypress'
-
AuthorSearch Results
-
November 2, 2010 at 9:20 pm #97279
jordashtalon
MemberYeah I was hoping to try and display that they were a moderator if they were a moderator of Any Group, or i’m thinking have on the profile page say something to the effect of: “Moderator of: x group, y group, z group”
I just realized on the forum topic page there is a CSS Class added to each Moderators Topic post, so I could add some CSS to the Forum topics to highlight what the moderators are saying.
November 2, 2010 at 8:58 pm #97274In reply to: Buddypress events
Ekine
ParticipantFrontend users can also add events using Eventpress. You just need to click on the “Create event” tab within the events page (http://domain.com/events/create/). See screenshot: http://i56.tinypic.com/k4fn9f.gif
What I like about Travel_Junkie’s Buddyvents event plugin is the clean event creation process and the fabulous grid view.November 2, 2010 at 8:56 pm #97273In reply to: Buddypress events
kunalb
Participant@abstorm You’ll need to upgrade people to Event Creators (a new role is created) to allow them to create events—and they can do that via both the front end or back end.
BuddyVents is good too.
November 2, 2010 at 8:45 pm #97270paulhastings0
ParticipantI was actually under the impression that WordPress 3.0.1 stopped working with Dreamweaver CS5. Have you verified that this is a BuddyPress-specific problem?
November 2, 2010 at 8:37 pm #97268In reply to: Buddypress events
Anonymous User 96400
InactiveI wrote a plugin where everybody can create events. Can also be restricted to just group admins.
Have a look here: http://test.shabushabu.eu/Notice that there is a price tag attached to the plugin.
November 2, 2010 at 8:31 pm #97267Boone Gorges
KeymasterAwesome, good to know – I’ll have a more proper fix for the plugin sometime soon, but this will definitely work as a stopgap.
November 2, 2010 at 8:27 pm #97266LPH2005
ParticipantNon-admins are not shown the upload fields. Adding the actions and will let you know.
Update: Yes. That worked. Thank you.
November 2, 2010 at 8:22 pm #97265In reply to: Buddystrem Twitter Error
ABStorm
MemberI also just noticed that the buddypress Foursquare API isn’t installed
Plugin could not be activated because it triggered a fatal error.
Fatal error: require_once() [function.require]: Failed opening required ‘./bp-foursquare-classes’ (include_path=’.:/usr/local/php5/lib/php:/home/content/76/6912176/html/ncsocial/wp-content/plugins/buddystream’) in /home/content/76/6912176/html/ncsocial/wp-content/plugins/bp-foursquare-api/bp-foursquare.php on line 24November 2, 2010 at 8:19 pm #97264Boone Gorges
KeymasterCan I get a bit of clarification on what “can’t” means in “users can’t upload”? Does it mean that the upload field isn’t showing up at all for non-admins? Or does it mean that they get an error when they do try uploading?
If it’s the former, try pasting the following lines into the very beginning of forum-attachments-for-buddypress-bp-functions.php, right after `<?php`:
`add_action(‘groups_forum_new_topic_after’,’bb_attachments_upload_form’);
add_action(‘groups_forum_new_reply_after’, ‘bb_attachments_upload_form’);
add_action(‘groups_forum_edit_post_after’, ‘bb_attachments_upload_form’);
add_action(‘bp_after_group_forum_post_new’, ‘bb_attachments_upload_form’);
add_action(‘bp_group_after_edit_forum_post’, ‘bb_attachments_upload_form’);`November 2, 2010 at 8:08 pm #97263Brian Bowman
ParticipantDitto the problem here. We can’t be the only three that work with CS5 and Buddypress. Any answers here …. pretty please.
November 2, 2010 at 7:51 pm #97262In reply to: “Create a Blog” Initial Message
Boone Gorges
KeymasterNo, it looks like there’s no way to do it. It shouldn’t be that way, though – would you mind filing an enhancement ticket at trac.buddypress.org?
November 2, 2010 at 7:51 pm #97261Meini
MemberThanks for your replies so far. I too had set $bb_attachments =”read”, which had worked until recently. Changing it to “participate” hasn’t fixed the issue either, despite the fact that logged in users have the participate role turned on.
November 2, 2010 at 6:47 pm #97257LPH2005
ParticipantSorry – didn’t see your reply https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bb_attachments-roles-for-uploading/
We should close that other thread. I’ll have to study `groups_is_user_mod()` rather than `bb_current_user_can()`
November 2, 2010 at 6:39 pm #97256In reply to: bb_attachments roles for uploading
LPH2005
ParticipantSorry, I didn’t see your reply earlier. This thread should be closed. We should continue discussions on the thread linked below:
November 2, 2010 at 5:20 pm #97248LPH2005
ParticipantYep – tried `read` instead of `participate` but that didn’t work.
November 2, 2010 at 4:50 pm #97246Boone Gorges
KeymasterActually, you should try setting them all to ‘read’. It’ll still be limited to logged in users in virtue of the fact that BP itself only allows members to post in forums.
I’m not near a computer at the moment, but I’ll try to figure it the problem as soon as I can.
November 2, 2010 at 3:09 pm #97240konradS
Participant@bowromir: hey bowe, your screenshot page is broken: http://bp-tricks.com/buddypress-slick-screenshots/
Nice theme, I like it.November 2, 2010 at 2:54 pm #97239LPH2005
ParticipantI ran into the same problem and have gone through the functions’ roles to find an answer. Unfortunately, I don’t have a solution.
forum-attachments-for-buddypress-bp-functions.php
lines 46-51.
`global $bb_attachments, $bp;
$bb_attachments=”read”; // minimum role to see list of attachments = read/participate/moderate/administrate
$bb_attachments=”read”; // minimum role to view inline reduced images = read/participate/moderate/administrate
$bb_attachments=”read”; // minimum role to download original = read/participate/moderate/administrate
$bb_attachments=”participate”; // minimum role to upload = participate/moderate/administrate (times out with post edit time)
$bb_attachments=”moderate”; // minimum role to delete = read/participate/moderate/administrate`Obviously do not want to give upload moderate or administrate to everyone …
Next, the plugin Members was installed, edited “Subscribers” to have upload_files capability and still no joy.
November 2, 2010 at 2:49 pm #97237In reply to: Installed Template Pack Now I have A White Screen
LPH2005
ParticipantAs hnla suggested, the topic is covered extensively on these forums. You can try a search using, ‘white screen’ (https://buddypress.org/search/?f=white+screen)
Before going too far, you might try to increase the php memory limit via the wp-config.php file first. If your host allows it, you can also change the setting in the .htaccess.
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
November 2, 2010 at 2:48 pm #97236rich! @ etiviti
Participanti would replace the settings ` ‘screen_function’ => ‘bp_core_screen_general_settings’ ` used in the nav_item with your own set of functions
November 2, 2010 at 2:21 pm #97231Maryke van Rensburg
ParticipantSorry, this is the code for my header
`<?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo('name') != "") echo ' – ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo(‘name’); if(get_bloginfo(‘name’) != “”) echo ‘: ‘; single_post_title(); }
else { wp_title(”,true); } ?>
<script type="text/javascript" src="/script.js”>
<link rel="stylesheet" href="” type=”text/css” media=”screen” />
<link rel="alternate" type="application/rss+xml" title="” href=”” />
<link rel="alternate" type="application/atom+xml" title="” href=”” />
<link rel="pingback" href="” />`
November 2, 2010 at 1:57 pm #97230In reply to: Use of date_i18n instead of date in bp_format_time ?
calvin_42
ParticipantYeah I just wanted to be sure the regression was real before reopening the ticket. Thanks.

ps : could you check my previous post which has still no answers ? See https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/strings-containing-new-lines-like-emails-content-are-not-translated/. Thanks.
November 2, 2010 at 11:36 am #97223In reply to: Avatar no more displayed / Can not be uplodaed
Tolden
MemberI dont know how to find out who the owner of the directories is? On the permalinks page I only can change the structure, nothing else. I do not really know what you mean, what I have to do on this page.
I tried to deactive all plugins except Buddypress and activated the Buddypress Default Theme. Same issue with that! I cant believe that this is a server issue, because the avatar pics still exist and it problem came up since I updated…
November 2, 2010 at 11:09 am #97221In reply to: Email notifications when new post in activity stream
November 2, 2010 at 10:41 am #97220In reply to: Buddybar not showing at top of the site?
@mercime
Participant“The primary theme is buddypress enabled,”
@zenzard – what primary theme? Per your post, you’re using “Ecolines” theme from repo, but I can’t find any such theme there https://wordpress.org/extend/themes/ -
AuthorSearch Results