Search Results for 'buddypress'
-
AuthorSearch Results
-
September 9, 2010 at 5:40 pm #92007
In reply to: EventPress vs Jet Event System
Hugo Ashmore
ParticipantFairly pointless running this thread on further thoughts / questions can be added to this one:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/events-plugin-1/
September 9, 2010 at 5:35 pm #92006milordk
Participant@PJ
If you are careful, the administrative panel of the plugin is able to provide the user:
1) the opportunity to classify events
2) pre-empt classifiers through an administrative panel
Date format is determined by your locale – automatically. Select the date by using Datapicker ..@benobi , @abu_eldahab , @marquitathomas ,
Support for plug-in (discussion of problems, proposals for functional, etc.) on the official site – jes.milordk.ruSeptember 9, 2010 at 5:28 pm #92002In reply to: Allow Only Public Groups
rich! @ etiviti
Participantin the wp-admin->buddypress->restrict group creation
September 9, 2010 at 5:19 pm #91999September 9, 2010 at 4:55 pm #91995In reply to: Categorize registered users
–
MemberTo create a directory of services for a specific community.
The registered WP/BP users would be service providers which should be able to register and fill in some special fields (i.e. name, description, services they provide, locations where they work); the end users would be their consumers, which should be able to list those providers i.e. by service and location.
All the categorization stuff can be accomplished through taxonomies, it’s kinda easy and I can use multiple filtering criteria, even mix taxonomies with search keywords. It would work great if service providers where a custom post type, but since I need every one of them to log in and update their own data, I think user profiles are the best choice… except that none of this stuff applies to profiles.
Extending profiles with extra fields isn’t the problem, I don’t even need BuddyPress for that. But taxonomizing them… I can’t work it out :S
September 9, 2010 at 4:31 pm #91990In reply to: Custom Group Themes
Deuce
ParticipantAhh, just found https://buddypress.org/community/groups/buddypress-group-css/ maybe this will do the trick!
September 9, 2010 at 4:10 pm #91988afritech
Participant@nuprn1 Which table in particular? I can see wp_bb_meta has uri http://[domain-name]/wp-content/plugins/buddypress/bp-forums/bbpress/
Is that the right value?
The bb-config file exists
September 9, 2010 at 3:44 pm #91981In reply to: Allow Only Public Groups
rich! @ etiviti
Participanttry https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ set “Create group capability” to “subscriber” and all other settings to something above
September 9, 2010 at 3:38 pm #91980In reply to: Creating new Group Problem
@mercime
Participant“Are you sure you want to do this?”
1. Change theme to bp-default theme
2. Deactivate all plugins except BuddyPress
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/there-was-an-error-saving-group-details-please-try-again-1/?topic_page=1&num=15
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/group-creation-error-are-you-sure-you-want-to-do-this/September 9, 2010 at 3:20 pm #91979thelandman
Participant@modemlooper, thats a pretty neat little .js library. Cool.
@mohansingh, IE6 is what satan excreted on the internet back in the stone age. You shouldn’t be bothered about IE6 actually. Try this plugin https://wordpress.org/extend/plugins/nomoreie6/
September 9, 2010 at 2:54 pm #91977thelandman
Participant“I’ve been taught not to mess with those files because when update day comes im screwed.”
@porscheheritage, you can mess with those files as much as you please as long as you are not editing the files within pluginsbuddypressbp-themesbp-default
You should in fact have a child theme an entirely new theme to edit so you don’t run into problems if you update buddypress.
September 9, 2010 at 2:53 pm #91976modemlooper
ModeratorHas anyone ever tried this?
September 9, 2010 at 2:42 pm #91975In reply to: Buddypress pages redirect to homepage
Az Mansell
ParticipantHi there, ive just noticed, it only seems to be happening to administrators?!
if i sign up a new account that is just a subscriber it works perfectly fine.
strange!September 9, 2010 at 1:38 pm #91973PH (porsche)
ParticipantBut.. Shouldnt this basic user experience be built into buddypress? (btw Thanks @nuprn1 )
I’ve been taught not to mess with those files because when update day comes im screwed.
September 9, 2010 at 12:38 pm #91968Erlend
ParticipantHas this plugin been abandoned?
September 9, 2010 at 12:29 pm #91966Moh In
ParticipantYes nothing supports the bloody IE6 Browser.
September 9, 2010 at 12:08 pm #91964In reply to: Changing default INDEX?
PH (porsche)
ParticipantThanks for the reply guys!
Hat tip* to @rogercoathup @crashutah
September 9, 2010 at 12:06 pm #91963In reply to: Is BP the right plattform for my project?
Boone Gorges
KeymasterSounds to me like most of your requirements could be met with WP Multisite plus a few selected plugins and themes.
– P2 allows for front-end posting
– https://wordpress.org/extend/plugins/more-privacy-options/ expands WP’s default privacy options to allow blog admins to hide their blogs from everyone but themselves
– Forums could be accomplished with bbPress or a forum-specific WP pluginDepending on what you need out of “blogs”, you might also be able to repurpose BuddyPress groups to do something similar. For instance:
– Each member is the sole member of a private/hidden group, and uses BP activity to “blog”. Since this happens through BP, there is no WP Dashboard involved.
– Likewise with Notes
– Depending on what you want with “Link List”, that can be pretty easily done with an additional profile field.
– Forums would of course be built in, in the form of non-private groups that the user could join.How to decide? If you don’t need the rich functionality of blogs (post revision history, out of the box multimedia support, etc), then actually giving each user two WP blogs might be too much overhead. In that case, BP would be a good choice. The functionality that you’d need is all already there; your work would be limited to customizing and configuring the interface.
September 9, 2010 at 10:57 am #91962In reply to: Problem with BuddyPress Album+
John
ParticipantHere’s the original code “
I’ve wrap it in stripslashes like this
`<?php
$str = bp_album_picture_desc();echo stripslashes($str);
?>`It’s still displaying the /, maybe there’s something to fix in the box where I write/edit the description ? If I try to write/edit something with a ‘ it’s automatically giving me an error message and correcting the sentence with a /.
September 9, 2010 at 10:32 am #91961In reply to: Translating buddypress
John
ParticipantThanks I’ll have a look at it ! I’ve seen that the french translation https://i18n.trac.buddypress.org/browser/fr_FR has multiple files, how to pick the right one ?
September 9, 2010 at 9:41 am #91960In reply to: Feature Request – Profile Galleries?
Hitler
Member@thelandman, thanks for updates, man. Will wait for the official release. Hope it will be as kick butt as it seems
September 9, 2010 at 9:21 am #91958In reply to: Feature Request – Profile Galleries?
thelandman
Participant@Hitler, 0.1.9 has not been released yet. There is only a beta build for that. Wait until 0.1.9 is released, I’m patiently waiting for that too…
Trust me, it will be completely worth it.September 9, 2010 at 9:19 am #91957In reply to: Translating buddypress
Roger Coathup
Participanthttps://codex.buddypress.org/translations/
Have a look in the WordPress plugin repository for plugins that let your users switch language. You’ll also find plugins that support translation of page content (as opposed to the standard BP menus / text)
September 9, 2010 at 9:08 am #91956In reply to: BuddyPress Share It button live
nit3watch
Participant@modemlooper I’m using the group email subscription along-side your share it plug-in. When you click the email one, the drop-down/window appears over the ‘stuff’ below and when yours is clicked it pushes everything down.
I would like to make the 2 open the same ( as the group email one ). I dont know js and tried playing around but I cant come right. Think you could help me out? what might also be nice for other ppl is to have a option to select either js file?
Let me know, thanks.
September 9, 2010 at 8:41 am #91952In reply to: Feature Request – Profile Galleries?
Hitler
MemberThanks for suggestion. However, will this one work with 3.0? A lot has changed in the new WP and plugins that list their compatibility with 2.9 may be tricky to use with 3.0. Still, I would like suggest the core development team to consider adding galleries as internal feature of BP, rather than a plugin as it’s one of the fundamental features of any social network. I believe that’s a fair request.
-
AuthorSearch Results