Search Results for 'buddypress'
-
AuthorSearch Results
-
October 14, 2012 at 6:48 pm #143425
In reply to: Adding Dynamic Profile Link to Main Menu Item
modemlooper
ModeratorOctober 14, 2012 at 5:54 pm #143422In reply to: Adding Dynamic Profile Link to Main Menu Item
ript247
Participant@mercime I just finished pluging in the code for a user profile page and I am having the same issue the link to main menu was not automatically created. I have been reading the post for the next steps and I am not sure what to do from here. Could you please explain how to get the profile page to link to main menu items. I am using bp community theme.
October 14, 2012 at 5:25 pm #143419charlietech
Participanti figure out that its the page caching in w3 total cache thats causing the login issue but Im still not seeing the bp share it icons.
October 14, 2012 at 3:32 pm #143416In reply to: Missing Activation code
NealW
ParticipantHey there. I just figured out what was causing this. I had activated bbpress after installing group forums in Buddypress when this started. I deactivated bbpress and the request for an activation code went away.
October 14, 2012 at 1:04 pm #143413Tammie Lister
ModeratorThe ones that don’t have an image are they using gravatar to get the image or uploading? Do you get the same issue when you use BuddyPress default theme or are you using that already?
October 14, 2012 at 11:28 am #143412In reply to: Can I search this forum?
WPwebbouw
Participant@modemlooper good idea, thanx
October 13, 2012 at 10:46 pm #143407In reply to: How to display custom group value?
@mercime
ParticipantOctober 13, 2012 at 9:59 pm #143405WPwebbouw
ParticipantThanks @solid_snake for putting me on the right track. As the maxlength attribute is html5 only and doesn’t work in IE and Opera, I went looking for other solutions. I found a javascript solution with a counter that works well after some tweaking:
http://inmyexperience.com/2003/02/setting-a-maxlength-on-a-texta.htmlChanged the javascript a bit to:
function textCounter( field, countfield, maxlimit ) { if ( field.value.length > maxlimit ) { field.value = field.value.substring( 0, maxlimit ); alert( ‘You reached the maximum of ‘+maxlimit+’ characters.’ ); return false; } else { countfield.value = maxlimit – field.value.length; } }In the html I changed the keypress event to a keyup event:
onkeyup="textCounter(this,this.form.counter,1000);"Works in all browsers.
October 13, 2012 at 9:10 pm #143403In reply to: [Resolved] Single Activity URL
MeRuud
ParticipantFound the answer, was looking at the wrong place.
Not sure if this is the way to go but to get the permalink of the activity use:
`bp_activity_get_permalink`So I used a variable then echo the variable in the comment link like this:
`activity->id, $activities_template->activity ) ?>
<a href="” class=”button acomment-reply bp-primary-action” id=”acomment-comment-“><?php printf( __( 'Comment %s‘, ‘buddypress’ ), bp_activity_get_comment_count() ); ?>`UPDATE:
Use “
Thanks,October 13, 2012 at 8:36 pm #143400@mercime
ParticipantYou could have different layouts/colors for different sections/pages of your site within one theme already.
You could create a Twenty Eleven child theme, then install/activate BP template pack plugin and go through the Appearance > BP Compatibility process. The cool thing is that you create a header-buddypress.php (with link to own stylesheet) and a footer-buddypress.php, both with the same structure as the BP Default theme and basically you’re good to go. The two new files would cover all the BP templates transferred to your Twenty Eleven child theme.
October 13, 2012 at 7:30 pm #143398In reply to: [Resolved] How to style the buddybar
October 13, 2012 at 7:16 pm #143396Bobby Jones
ParticipantSpence,
OK this looks very helpful … What about on the domain side… How should we setup the CNAME, A, MX records based on the server setup we have above ?
Thank you.
October 13, 2012 at 4:58 pm #143392In reply to: Can I search this forum?
modemlooper
ModeratorUse google and add site:buddypress.org to search param
October 13, 2012 at 2:21 pm #1433909087877
Inactive@naijaping Actually I have it worked out already and styled in a drop down menu on my site.
October 13, 2012 at 1:04 pm #143388Prince Abiola Ogundipe
Participant@shawn38, @designnz, @yeshourun, i am so so sorry, have not been checking this thread as i receive no notification at all. i will share this code when am back next week. I have been working on my Main site : http://goo.gl/4OqMP
username : demo
password : demoI think i should be able to share how to make the notification work something similar to facebook.
once again apology
October 13, 2012 at 10:23 am #143385In reply to: Private blog posting in public activity stream
WPwebbouw
ParticipantHow do you set a blog as ‘private’ in a multisite / Buddypress setup?
October 13, 2012 at 10:00 am #143384In reply to: Facebook pages
sakarya
Participant@juanmaguerrero, using groups for content, I need different plugin.
October 13, 2012 at 7:07 am #143379In reply to: 1.6 allowing users to register with spaces in SN
inkblot
ParticipantHow about this:
https://wordpress.org/extend/plugins/restrict-usernames/
It looks like something that might possibly work for your problem, and would disallow the use of spaces in the username since I believe it’s all handled on the WordPress side of things for BuddyPress anyhow concerning registrations and so forth…
October 13, 2012 at 6:55 am #143378In reply to: Changing Groups name
inkblot
ParticipantIf you are using the BP-Default theme you just go into your WordPress Admin panel, go to Themes, choose “Editor” and you should then be able to find what you are looking for in BuddyPress Default under;
Main Index Template
(groups/index.php)This file should be where you can rename those few things, among others, though you really should create a child theme (https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/) to add any such changes or customizations with in order to future-proof yourself so that when a new version of BuddyPress is released it doesn’t overwrite your own custom changes to the code.
Don’t forget to save the changes to the file before you proceed, and be extra careful as to what you are making any such changes to when doing so!
If you mess it up you can always pull a fresh file from another copy of BP-Default and upload it to the correct place on your server and just start over from scratch.
Good luck!
October 13, 2012 at 4:50 am #143377forfuture
ParticipantDear karmatosed
Thanks for the comment and expert intervention and you are only the point of view of an example of the sub-panel monitors are out to General Manager Control Panel even Ayabtho in Control Panel ..
Queries you say that the draft BuddyPress
May Aistmr at any time can stop!!October 13, 2012 at 12:40 am #143371@mercime
ParticipantBuddyPress ships with fully customized bbPress 1.
Re BP 1.7: As Paul, a BP core dev, mentioned above it’s the customized bbPress 1 which will be phased out, the Group Forums will be kept but will be moved to the Sitewide forums (bbPress plugin). See bbPress Settings where at the bottom of the panel, there’s a section specifically for BuddyPress Group Forums https://mercime.files.wordpress.com/2012/08/bp16-swforums-03.jpg?w=700
October 12, 2012 at 9:36 pm #143367In reply to: Posting to activity stream issues
fibis
ParticipantI’m having a similar issue. Everything worked fine until I upgraded WordPress and Buddypress day before yesterday to:
WordPress 3.4.2.
Buddypress 1.6.1Now whenever someone posts text the whole page is displayed in the text box for a couple of seconds and then the page makes like it’s going to save, but hangs white. If you stop or refresh the page whilst it’s hanging this is displayed infront of the url http://wyciwyg://62/
I’m using the custom community theme, but have tried using the default them and it still does it. The only person that doesn’t have this problem is me when I’m logged in as admin. All other user levels have this problem though.
I did add bbpress forum after upgrading and have tried deactivating that, but that didn’t fix it. Posting in the forum works fine though.
Any ideas on how to fix this please?
October 12, 2012 at 8:13 pm #143362In reply to: problem with https links to activity action
charlietech
ParticipantSorry, I dont know if this is the same type of question but im trying to reduce my http request. I have bp on my home page and everytime a new member register, my http request goes up. I have an F in minimize request and redirect. Where would i go to redirect these links at the bottom? would i be able to use activity action for this or no?
https://secure.gravatar.com/avatar/1c95cd48d4619c4b0a465f4f402adb7e?d=http://www.xertionfitness.com/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg&s=50&r=G
//i0.wp.com/www.xertionfitness.com/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpgOctober 12, 2012 at 7:45 pm #143360In reply to: fatal error
bonaccorsoantonio
ParticipantDo you know the buddypress version of march 2011. Have you the link of download?
October 12, 2012 at 7:36 pm #143359In reply to: fatal error
bonaccorsoantonio
ParticipantI change buddypress in old version, but fatal error continued …
-
AuthorSearch Results