Search Results for 'buddypress'
-
AuthorSearch Results
-
August 16, 2010 at 5:42 pm #89286
In reply to: Need to check if bp_profile_field_data() has data
tubruk
Participant@rogercoathup yeah I’m using the default theme and I just tried it I get this error:
Parse error: syntax error, unexpected T_IF, expecting ‘:’
August 16, 2010 at 5:42 pm #89285Boone Gorges
KeymasterCheck out messages_new_message() in buddypress/bp-messages.php.
August 16, 2010 at 5:03 pm #89279In reply to: [New Plugin] BuddyPress Group Forums – Move Topic
3sixty
Participantsorry for the delays on this, but I don’t have the plugin live on my installation at the moment pending other problems I had on my installation. such is the nature of single author plugins. Unfortunately, I can’t give a date for any changes or improvements to the existing plugin.
August 16, 2010 at 2:49 pm #89274Hugo Ashmore
Participant@ri-kun please avoid doing this in future, sometimes questions don’t get answered, sometimes that means you have to think about them again, perhaps they had obvious answers, perhaps a search would find the answer, sometimes reposting and rephrasing the question is required, what isn’t acceptable is to demand attention in the fashion that you have and is likely going to result in your thread being locked leaving you to have to repost, but you will have done your rep little favour in the process

Oh and fyi – emoticons or smilies please ‘lolz’ is derived from l33t or txt speak and most coders/developers dislike that language also ‘lolz’ carries a particular meaning it’s meant to be laughter with sarcastic overtones! not. I hope, what you intended?
August 16, 2010 at 2:16 pm #89270Bowe
Participantyou do realize you’ve totally demotivated everyone with helping you by posting 6 times in a row?
August 16, 2010 at 12:51 pm #89266In reply to: Future groundbreaking plugins
S
ParticipantI marked the plugin as RC (tested on clean install today, fixed a couple of aesthetic bugs).
The download link: http://stas.nerd.ro/pub/data/2010_sushkov_trunk-r1053.zip@LPH2005, Not yet, I will probably add this option asap, mostly once we get the 0.1 release stable (which I plan very soon).
@PJ, the dashboard warning, should be fixed now, also some other CSS fixes.
August 16, 2010 at 12:49 pm #89265In reply to: Adding topic tags after topic creation?
Pisanojm
ParticipantI would love the ability for my moderators to add tags to already posted forum topics… Most people that are starting on our BuddyPress site (educators) have never really dealt with folksonomy (tags). This is a TOP needed BP core function.
August 16, 2010 at 11:42 am #89262In reply to: Help : Friends online widget
anindyaray
MemberI have tested this in localhost with BP 1.2.5.2 / WP 3.0.1 …. firstly it showed warning and crashed , then by adding the plugin name to the file it seems to work fine.
@netweblogic Thanks
August 16, 2010 at 10:21 am #89253In reply to: image link in a plugin folder – dev question
nit3watch
ParticipantBleh.. @r-a-y, soz about that. I did use the same as what you suggested in your above post. Was still giving the error till I created a new group, maybe I should have cleared cache and everything.. ( will def remember now
)Thank you though for all your help!
August 16, 2010 at 10:04 am #89252In reply to: page title in BP
Roger Coathup
Participant@bpuser44 : Thanks for the positive feedback. I hit the support forums a little hard over the weekend.
You can find stuff on bp-custom.php and / or functions.php (which can be used for similar things in your theme folder) by searching the forums. BuddyPress development is not as simple as WordPress theming – you are looking at hooks, filters, and reworking core functions a lot more in BP. This should lessen as the API develops in future releases.
BP would benefit no end from a great set of developer tutorials; finding the resource (right people) and time to write them is the big challenge in the Open Source world.
There was a short lived job board forum on the site – that would be a great place to advertise and for you to find BuddyPress consultants, plugin developers, and website designers. Unfortunately, the board was taken down – I don’t know why. We have a current freelance opportunity for a skilled BuddyPress developer, but nowhere effective to advertise it – which is really frustrating.
Most of our work is on commercial BuddyPress developments – so feel free to give me a shout if you want to explore the consultancy route (http://21inspired.com).
August 16, 2010 at 9:20 am #89250Sandra l***
Participant@Whyameye and PeD,
In the plugin , there is a sub-directory called “events” (under bp-events) that need to be moved under the root of your selected Buddypress theme (i.e. same level as groups, members, activity, etc…)
Other thing I noticed:
When creating an event, one can attach the event to a group. The problem is that the group does not show up later on (it should display “organized by [name of the group]”) when displaying the event. In order to fix this, look for function bp_event_groups_dropdown( $grp_id ) in file bp-events-templatetags.php and replace this loop
foreach ($groups as $group) {
echo “name.”‘”;
if ($grp_id == $group->id)
echo ” selected”;
echo “>”.$group->name.””;
}echo ”;
with
foreach ($groups as $group) {
echo “id.”‘”;
if ($grp_id == $group->id)
echo ” selected”;
echo “>”.$group->name.””;
}echo ”;
(i.e. replace “group->name” with “group->id” in the if statement)
August 16, 2010 at 9:18 am #89249In reply to: Avatar Crop Problem
Bowe
ParticipantSame problem.. WP Multisite with the latest version of BuddyPress.. I will look up the exact javascript error and report back!
August 16, 2010 at 6:46 am #89245Hugo Ashmore
Participant@adam320
It’s great you have written a plugin to help combat this vile practise of spamming, and the community thanks you for that.However dragging up four old posts and posting to each the same reference to your plugin would generally be considred to be… Can you fill the blanks in?

You have the group created, shout about the plugin there. Resurrecting old posts is somewhat annoying for the listings.
August 16, 2010 at 5:44 am #89241In reply to: Videos & picts embedded in forums?
modemlooper
ModeratorBuddyPress Oembed plugin is what you need
August 16, 2010 at 12:54 am #89235Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 16, 2010 at 12:53 am #89233In reply to: Is there any way to stop spammers?
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 16, 2010 at 12:53 am #89232In reply to: Spam Blogs
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
Adam Nowak
MemberTry out my plugin, to help combat spam blogs:
August 16, 2010 at 12:11 am #89229In reply to: page title in BP
Roger Coathup
ParticipantThe solution given by @intimez fixes this problem.
See ths thread as well: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/sub-pages-e-g-about-are-not-getting-the-correct-title-tag-set/August 15, 2010 at 11:41 pm #89226In reply to: ‘Load More’ Button not Working!
Ben Collins
Participant@intimez – Many Thanks, has cleared up the problem…. Onwards!!
August 15, 2010 at 10:17 pm #89223In reply to: ‘Load More’ Button not Working!
intimez
ParticipantSwitch to default theme and disable all plugins to test. Does it work after?
August 15, 2010 at 9:49 pm #89220In reply to: Need to check if bp_profile_field_data() has data
Roger Coathup
ParticipantAre you using the default theme, or something similar? Are you trying to do this in the profile-loop.php file inside the profile loop? Is it only the About Me field you want to replace?
if so, you need to edit your profile loop with something like this (note: the default template files use tables for the profile display):
Making use of the bp_get_the_profile_field_name() to check you are only applying your image to the correct field.
And use the CSS files to style the table cells appropriately.
August 15, 2010 at 9:17 pm #89219In reply to: activity feed no longer showing commented on
intimez
ParticipantTested new install of below and not working:
wordpress3.0.1+buddypress1.2.6-bleeding (branches_1.2-r3194)Settings > Privacy > Site Visibility
I would like to block search engines, but allow normal visitorsLet me know if need to list other settings
August 15, 2010 at 8:36 pm #89216In reply to: Half page of HTML with home / siteurl different
Callum Macdonald
Participant@mercime: Ok. I didn’t know that, thanks for pointing it out. I’m not actually using a multisite install though. I might do in the future, so I’ll move the site just to be on the safe side. I’m baffled by the half page of HTML I see as a logged in user.
August 15, 2010 at 8:24 pm #89213In reply to: No Title of Each Posts and Pages
@mikey3d
ParticipantThank you for stick with me. Roger.
It works! OK, now I’m trying to reverse the title tag after go to see the pages.
In bp-custom.php, the code:
if ( is_single() ) {
$title = __( ‘Blog | ‘ . $post->post_title, ‘buddypress’ );Change to:
if ( is_single() ) {
$title = __( $post->post_title, ‘buddypress’ );This result I get for title tag: My blog | Hello world!
I want to reverse the title like: Hello world! | My blog
How could I do that?
Thanks, Mikey3D
-
AuthorSearch Results