Search Results for 'buddypress'
-
Search Results
-
Hi, I’m working on a site at illuminationsculturalexperiences.com and the header looks different in different browsers and screen resolutions. A guy at the warrior forum told me just to add width=”900″ to the css file in the body area, but no matter where I put that, nothing changes.
Any help appreciated!
Hi there!
(note : backslashes are removed on the forum, so “n” is “backslash-n”)
I have a problem concerning the translation using the po/mo files. Everything works fine except for the emails content because of the new lines. Not the \n new line, but real new lines in code, as for example the file bp-groups-notifications.php:21 :
`
$message = sprintf( __(
‘Group details for the group “%s” were updated:To view the group: %s
‘, ‘buddypress’ ), $group->name, $group_link );
`Using Poedit myself or using the official translations (french in my case) generates the same po entry :
`
#: bp-groups/bp-groups-notifications.php:23
#, php-format
msgid “”
“Group details for the group “%s” were updated:n”
“n”
“To view the group: %sn”
“n”
”
n”
msgstr “”
“Les options de la famille “%s” ont été mises à jour:n”
“n”
“Accéder à la famille: %sn”
“n”
”
n”
`In run time, the match is not made and therefore the content is not translated. The only way will be to add_filters to modify the email content, replacing the real new lines by n.
Any idea how to solve it ?
Thanks!
I fished the following two lines out of the Simple Facebook/Twitter Connect plugins (login scripts) in order to make account linking available from within a Buddypress profile. Theoretically, this ought to work … just a matter of making the link accessible, right?
`add_action(‘profile_personal_options’,’sfc_login_profile_page’); //Simple Facebook Connect account link function`
`add_action(‘profile_personal_options’,’stc_login_profile_page’); //Simple Twitter Connect account link function`So my question is, what would be the code to use to insert both buttons at the bottom of the Profile > Settings > General page? (I’m assuming I would add these lines to my bp-custom.php file).
Well, the title basically sums it up.
In the case of the job posting board, I’d like to have a content type of “Job Post”, that specific users can create via the frontend – sorta like when creating a group. This content type should contain input fields like for example ‘Salary [integer]’, ‘Location [text language="field"][/text]‘, ‘Job Description [text language="area"][/text]‘, ‘catagory [check boxes]’ and so forth.
When this content type is submitted it should be listed on a dedicated page, where the user can sort the list jobs by category, location etc. The marketplace would basically be the same thing, but obviously with different fields.I just stumbled upon Buddypress yesterday, so I’m really the definition of a noob.

Anybody knows if this could be done? … Any alternatives?

I tried to privatize my buddypress site, but really not to much avail but I have a little solution that could help.
1. Install plugin “Add All Nav Links to BP Adminbar’ and do all your fidgeting.
2. Hide admin bar for logged out users
3. Install “BuddyPress Sliding Login Panel”
4. Relocate your admin bar with this code in your theme style.css
‘/* Relocate Admin-Bar */
body { padding-top: 0px !important; }
#wp-admin-bar {
bottom: 0 !important;
position: fixed !important;
top: auto !important;
}
#wp-admin-bar ul {
bottom: 27px;
}
#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul{
bottom: auto;
position: relative;
}/* END Relocate Admin-bar */
‘Do not show your widgets for buddypress. I’m still working on that to show them somewhere for logged in users.
You can see how I did it here: http://www.thehcgprofessor.com
Topic: Another Forum Plugin
I am looking for a simple very light weight discussion forum plugin/component only with categories,tags and posting form. User/profile link should link to the buddypress profile page and show latest activities in the profile page.
I like vanilla forum but don’t want another profile area/page.
I think this is easy one for developers.
I want to leave Buddypress forums for the users to create their own groups and forums with freedom. Therefore I want another separate forum for some topics/categories.