Search Results for 'buddypress'
-
AuthorSearch Results
-
September 8, 2011 at 2:24 pm #119737September 8, 2011 at 11:05 am #119734
In reply to: Desperately need help creating full width pages!
September 8, 2011 at 10:29 am #119733In reply to: Why won’t Buddypress search posts?
Firat dede
MemberHi Mr. Zen,
Where will we add this php scripts? Thanks.
September 8, 2011 at 9:59 am #119731In reply to: Header Background Image
Quint
Participant@tommyhoang, the major benefit of creating a child theme is so that when the parent theme gets updated, the customizations that were made won’t be lost. The child theme’s style.css is where the CSS customizations are being defined. That’s where you would have styled the header.
By the way, the child theme’s style.css is intended to override the targeted styling in default.css which resides in the parent theme. I’m new at this but I don’t see the purpose of you creating a default.css for your child theme.
September 8, 2011 at 9:34 am #119730In reply to: Desperately need help creating full width pages!
@mercime
Participant@qrahaman you’re right. It’s a bug which should be reported in https://buddypress.trac.wordpress.org/ Would you like to do the honors? Use same username and password you used to log in buddypress.org
September 8, 2011 at 9:31 am #119729In reply to: Need some suggestions on this…
Quint
Participant@modemlooper, I’m too new at this to help you but I just wanted you to know that your group announcement plugin that could broadcast across the stream from the “group” itself is a fantastic idea! Here’s a thought. What if there is so much activity in the stream that a observer/member (not of that group) misses it? Do you think providing a subscription feature for a specific group’s Group Anouncements would be something folks would want?
September 8, 2011 at 9:14 am #119728In reply to: Desperately need help creating full width pages!
Quint
Participant@modemlooper, thanks for replying. I saw I could do that right after I posted my question. I tried what you suggested for each of the component pages but it didn’t work. I created a new page and selected the appropriate template, and that worked. So then, I tried associating the Members component page with that newly created page. No go. Even though it mapped to the new page, the sidebar still shows up. Am I missing a step or do you think this could be a bug?
September 8, 2011 at 8:28 am #119726In reply to: removing group auto join
@mercime
Participant@tommyhoang use language file to change the text or add this to your functions.php file
`class Tommys_Translation_Mangler {
function filter_gettext($translation, $text, $domain) {
$translations = &get_translations_for_domain( $domain );
if ( $text == ‘You will auto join this group when you reply to this topic.’ ) {
return $translations->translate( ‘Feel free to reply.’ );
}
return $translation;
}
}
add_filter(‘gettext’, array(‘Tommys_Translation_Mangler’, ‘filter_gettext’), 10, 4);`Reference: http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/
September 8, 2011 at 1:39 am #119719In reply to: Remove search box from header in Default bp theme
tommyhoang
Member@sbruner, yeah i figured that out right before i read this. any chance you can help me out on this other topic
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/removing-group-auto-join/September 8, 2011 at 1:34 am #119718In reply to: Desperately need help creating full width pages!
Quint
Participant@mercime, I know this is a somewhat old thread but I would appreciate your advice on how to remove the sidebar and make the content area full width (for all the component directories: Activity, Forums, Groups, Members) from a markup/php standpoint for Buddypress 1.5. I am running Beta 3.
Per @modemlooper plugin, I’ve been able to add fields to groups. So what I’ve asked you is the next step; that is, to make room for all the content.
Thanks @modemlooper. I went hunting for an answer and there it was. Your plugin works like a charm!!
September 7, 2011 at 10:15 pm #119712In reply to: Header Background Image
tommyhoang
Member@r-a-y, remove custom css from which file? default.css?
as soon as i put
<?phpdefine( ‘HEADER_IMAGE_HEIGHT’, 300 );
?>into my functions.php, i cant access wp-admin dashboard. i get this message: Warning: Cannot modify header information – headers already sent by (output started at /home6/stemcomm/public_html/wp-content/themes/STEM/functions.php:17) in /home6/stemcomm/public_html/wp-includes/pluggable.php on line 934
September 7, 2011 at 9:13 pm #119711In reply to: How To Change Default Email Notifications Setting?
r-a-y
KeymasterVarious notification settings are scattered throughout the BuddyPress codebase; each setting is saved as user meta.
To disable them, you have to set each one to “no” for each member.
eg. To disable email notifications for a member, you can use:
`update_user_meta( $user_id, ‘notification_messages_new_message’, ‘no’ );`You’ll have to pass the user’s ID for the `$user_id` variable.
In BP 1.2.9, to find notification settings, try looking at /plugins/buddypress/bp-X.php, where X is each component’s main loader and search for “notification_settings”, then grab the meta key and rinse and repeat:
eg. https://buddypress.trac.wordpress.org/browser/tags/1.2.9/bp-messages.php#L254September 7, 2011 at 8:43 pm #119710In reply to: BuddyPress Forum Registration Problem for Users
Sensibledogs
MemberI am wondering if I am in over my head with buddypress? On my wordpress dashboard I do not have a site admin for buddypress? I don’t know how that has happened.
September 7, 2011 at 8:33 pm #119708In reply to: Header Background Image
r-a-y
Keymaster@tommyhoang – If you’re using that tutorial, remove any custom CSS you may have for the header and everything should work out fine.
September 7, 2011 at 5:00 pm #119704@mercime
ParticipantBackup DB. Could still be lurking elsewhere like in BP tables. Export SQL, open up with text editor and search for jaws.my
September 7, 2011 at 3:33 pm #119702In reply to: Buddypress Youtube Video Gallery?
linick
Memberpleaseeeeeeeeeeeeeeeeeeeeeeee….:'(
September 7, 2011 at 1:39 pm #119700In reply to: Remove search box from header in Default bp theme
Steve Bruner
Participant@tommyhoang glad to hear you got it working. The header widget is supposed to be where you put it.
Just move it in your header.php file to where you want it to show.September 7, 2011 at 11:38 am #119698ryzalyusoff
Memberhuh…i dont know..i think that i have done all the steps mention and required already..
and in my phpmyadmin or my wordpress dashboard setting, all the url also have been replaced by the new one.plus, i also entirely remove the first version of the site from its original server which in the jaws.my server.
So my point here is that, if theres is no more file there in my old server, i mean how could the new site be related with my old site ,even if maybe somehow theres still the old link there in my new site?obviously, i am asking this because this problem is still not solved TT_____TT
help please…thank you..September 7, 2011 at 10:05 am #119697In reply to: Custom Login Page in BuddyPress
September 7, 2011 at 7:34 am #119694In reply to: Remove search box from header in Default bp theme
tommyhoang
Member@sbruner, great news! i finally got it to work! thanks for the all resources and help man. really really appreciate it!!!! one last question, is the header widget suppose to be below the default buddypress banner? i was hoping for it to be on the banner.
my widgetized footer only displays the widgets vertically and not hortizontally. i believe ill have to do some style.css with this but im not very good with coding. So i decided to not use widgets and just edit the codes in my child’s footer.php to include links to pages. hahaha works great but hopefully i didnt do something wrong by using this alternative route.
September 7, 2011 at 7:30 am #119693In reply to: Header Background Image
tommyhoang
Member@r-a-y, when you say (YOUR IMAGE URL HERE) do you mean just paste a link to the picture we want? How would i change these codes so that I can simply upload a new header image in dashboard and crop it to a certain size?
i’ve used this tutorial http://buddydress.com/2010/04/custom-header-tutorial-adding-an-image-and-changing-the-size/
but it gets all messed up when i edit my child theme’s default.cssSeptember 7, 2011 at 4:38 am #119691In reply to: Headers sent by error message
@mercime
ParticipantSeptember 6, 2011 at 8:08 pm #119675Boone Gorges
KeymasterCould you open an enhancement ticket on trac.buddypress.org? Ideally with a patch
September 6, 2011 at 3:19 pm #119661In reply to: Buddypress Youtube Video Gallery?
linick
Member*it doesnt work…
sorry for my bad english
September 6, 2011 at 8:45 am #119654In reply to: BuddyPress theme with bbPress templates
matuh
Participant@modemlooper how’s it going? Getting to themes yet? Sorry for bothering, you have definitely a lot of work to do at this quick time. The left sidebar is the only thing that I haven’t figured out yet, everything else is now working as expected. Is there maybe any temporary solution? Some quick code that would to this?
-
AuthorSearch Results