Search Results for 'buddypress'
-
AuthorSearch Results
-
October 11, 2010 at 12:35 pm #94833
In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@web_art
1. not an error, just a usability problem
I’ll fix that.
2. it was a typo in apply_filters and is fixed nowAs for the group contact details. I’ll take those out in a future release and turn it into a separate plugin. I’m building a jobboard plugin as well and that uses the same fields, so in the next big release I’ll be reworking the whole group contact stuff
@guigoz
That’s something for another release, but it’s on the roadmapOctober 11, 2010 at 12:18 pm #94832In reply to: Forum tables are not created
rich! @ etiviti
Participantlocated in “youreprefix”_options table :: option_name->bb-config-location
if not there, probably why nothing is being created as buddypress looks there before generating all the tables.
October 11, 2010 at 11:59 am #94831In reply to: If Buddypress, then sidebar and css rules
Matt Edminster
ParticipantThanks fellas … I’ll see what I can put together.
October 11, 2010 at 11:45 am #94828In reply to: If Buddypress, then sidebar and css rules
Bowe
ParticipantWhat Roger says is right.. that’s the way to go.. you can also use the conditional tags to display certain sidebars on certain components only:
`
<?php /* GROUP SIDEBAR */ if(bp_is_group()){
if(!dynamic_sidebar(“Group Sidebar”)){
?>
`
It’s a great way to make your site more dynamic!October 11, 2010 at 11:38 am #94827In reply to: If Buddypress, then sidebar and css rules
Roger Coathup
ParticipantTake a look at this page: https://codex.buddypress.org/developer-docs/conditional-template-tags/
Essentially, something like !bp_is_blog_page() will return TRUE when you are on any page that isn’t a WordPress blog page – i.e. when you are on any of the Social Network (BuddyPress) pages.
Alternatively, the default theme already embeds some class information in the body tag – although there is no single one for a BuddyPress page, so you’d have to catch all the different classes.
October 11, 2010 at 8:34 am #94816In reply to: Buddyvents – New Events Plugin
guigoz
Member@travel-junkie
For inviting system, only event creator can invite his friends ? Attendee can’t invite his friends ?October 11, 2010 at 7:55 am #94812In reply to: Buddyvents – New Events Plugin
Sven Lehnert
Participant@travel-junkie Thanks a lot, I will wait till Wednesday and hope for 1.5.6. If not, I would be glad if you get me a copy.
October 11, 2010 at 7:06 am #94810In reply to: BuddyPress Share It button live
modemlooper
ModeratorTry adding this to bp-custom.php file in your plugins folder.
remove_action(‘bp_before_blog_single_post’, ‘bp_share_it_button_blog_filter’, 999);
October 11, 2010 at 7:03 am #94809In reply to: BuddyPress Share It button live
modemlooper
Moderator@pjnu I may add that option. I’ll probably do a version 2.0 with admin options to pick and choose share sites.
October 11, 2010 at 6:22 am #94807In reply to: Custom Group Details
techguy
ParticipantThere may be some plugins available that do some of this, but I haven’t kept up on it. I think some get close, but not exactly what you’re talking about. I think they do pieces.
That said, it’s pretty easy to add this using the BP Group API: https://codex.buddypress.org/developer-docs/group-extension-api/
It can ask for information at signup and then you can add a tab on each group for updating it and then display it wherever you want.
October 11, 2010 at 5:06 am #94805In reply to: BuddyPress Share It button live
PJ
Participant@modemlooper , Is there an option to have a share on Linkedin button in this plugin?
October 11, 2010 at 4:32 am #94803In reply to: Manual BuddyPress Install Help
@mercime
Participanthttps://codex.buddypress.org/getting-started/setting-up-a-new-installation/
Pretty permalinks is required for BP, therefore Apache Module mod_rewrite MUST be enabled.October 11, 2010 at 4:27 am #94802In reply to: Serious Problem in installation(404 Error Displayed)
@mercime
ParticipantGo to Settings > Permalinks and set to anything except default.
Also, you might want to check this out – https://codex.buddypress.org/getting-started/before-installing/#wp-configurationOctober 11, 2010 at 3:36 am #94800Kirk
ParticipantNo I’m the admin. So that is not the problem. Maybe I dont understand WP permalinks or BuddyPress permalinks.
1. In WP to make a menu link, you create a page
2. In my experience WP autopopulates the permalink
3. When you preview the site in a new window/tab the menu link is there and it works. end of story.How do I do the same with a forum in a BuddyPress group, so that users don’t have to drill down into the site? I get complaints from users they cant find the forum I’m trying to setup. So I assume the most straightforward solution is to make a WP menu link directly to the group forum (understanding they wont see it or get to it if they are not already a member of the BuddyPress group).
Any thoughts appreciated!October 11, 2010 at 12:08 am #94795In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@guigoz
The po file can be downloaded from here, so if you want to translate it, then go ahead
http://buddyvents.jobboardr.com/events.poJust added recurrent events (weekly, monthly, yearly). It’s still a bit experimental, though.
October 10, 2010 at 10:49 pm #94794In reply to: Manual BuddyPress Install Help
Rukario
ParticipantI got a white screen on every web page (including the dashboard) and had to delete the BP folder through the FTP just to get my website back. Is there some sort of error-checking method I should use to pinpoint the problem? I know that my host has some sort of PHP safety on, but I’m not sure about other restrictions. My WP install works fine, so I thought BP would be compatible as well.
Now I’ve already installed and used BP on a XAMPP test server and saw that it goes through an install process, even after uploading the folder. What I’m forced to do on my host is upload the folder, with no install available, and activate it through the plugins page. I thought that the missing step was what was causing the problem, but are you saying it should work automatically?
I read this before trying it out too, and my host enables everything (to my knowledge) but the Apache Module mod_rewrite.
https://codex.buddypress.org/getting-started/before-installing/Regardless, thank you for the quick reply.
October 10, 2010 at 10:25 pm #94793In reply to: Manual BuddyPress Install Help
Paul Wong-Gibbs
KeymasterUploading the BP folder and activating it should work. Do you remember what the error(s) was?
October 10, 2010 at 9:29 pm #94789In reply to: Log IP addresses
LPH2005
ParticipantYou might take a look at this function:
October 10, 2010 at 8:28 pm #94788silverlunace
MemberOk, I figured it out.
I had to activate the plugins across the network.
And then enable the ones I wanted to be used network-wide.October 10, 2010 at 8:19 pm #94786silverlunace
MemberI’m having this issue as well. I am using WPMU and I have selected “user accounts may be registered” in the Super Admin > Options > Allow users to register section. Still no go. I’ve tried all of the options that allow users to register but stil nothing. The register link just goes back to the main blog.
Any suggestions?
My answers to the questions:
1. Which version of WP/MU are you running? WP 3.01
2. Did you install WP/MU as a directory or subdomain install? subdomain (http://yourwebsite.com/blog)
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgraded from a previous version of WP/MU? No, it’s a new install. Was previously a single WP and I used the “Enable Multi-Site” plugin.
5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
6. Which version of BP are you running? 1.2.5.2
7. Did you upgraded from a previous version of BP? If so, from which version? No, it’s also a brand new install.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes, Akismet; BuddyPress template pack; Embedded Video; Enable Multi-Site; Exec-PHP; FeedBurner FeedSmith; FeedSnap; Full Text Feed; If You Liked That; In Series; MaxBlogPress Ping Optimizer; Sociable; Wp.com Stats; WP-Page Navi; and WP-Project;
9. Are you using the standard BuddyPress themes or customized themes? I am using the Twenty Ten Theme through the BuddyPress Template Pack plugin that allows you to use any theme with BP.
10. Have you modified the core files in any way? No
11. Do you have any custom functions in bp-custom.php? No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not running
13. Please provide a list of any errors in your server’s log files. Nobody can register. The registration link just goes back to the main blog.
14. Which company provides your hosting? Bluehost
15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux and ApacheOctober 10, 2010 at 8:01 pm #94784In reply to: bbPress – no admin menu
@mercime
ParticipantThere’s none. Forums are associated to groups. You should read this:
https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/October 10, 2010 at 7:34 pm #94782In reply to: Language files for site in subdomain
phos flip
ParticipantHi Paul – this is what I have in custom.php
`define( ‘BPLANG’, ‘mysite’ );
if ( file_exists( WP_PLUGIN_DIR . ‘/languages/buddypress-‘ . BPLANG . ‘.mo’ ) ) {
load_textdomain( ‘buddypress’, WP_PLUGIN_DIR . ‘/languages/buddypress-‘ . BPLANG . ‘.mo’ );
}`and I have ‘buddypress-s4c.mo in the languages folder (in plugins) (and also the .po file)
I’ve just gone through it again just to double check I wasn’t being dumb. I’m using poedit and noticed it gave a couple of errors when saving (wasn’t clear what they were). I’ll download poedit again and see if that maybe helps.
October 10, 2010 at 7:29 pm #94780In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@Svenl77
I guess that ‘very very soon’ means tomorrow. Then you could get Buddyvents on Tuesday. I won’t be giving any support if Buddyvents runs on anything lower than BP 1.2.6 and WP 3.0.1, so it makes sense for me to wait for 1.2.6 now that it’s only a couple days or so. If you really need a copy by tomorrow, then I could get you a copy.October 10, 2010 at 7:18 pm #94779In reply to: Buddyvents – New Events Plugin
Sven Lehnert
Participant@guigoz I’m not the author of this plugin!
@travel-junkie that’s bad news for me, I’m in need of your plug-in for a job I wanted to start next week…
October 10, 2010 at 6:14 pm #94778In reply to: Buddypress 1.2.6, 2 months late -.-
modemlooper
Moderatorbetter late and less buggy than never

-
AuthorSearch Results