Search Results for 'buddypress'
-
AuthorSearch Results
-
August 10, 2010 at 4:32 pm #88653
In reply to: Changing blog page
Beck B
ParticipantTry this yet?
Show Excerpts
Except instead of copying over and editing the site’s main index.php, make sure you find the right file for your theme (in bp-default, that’d be the index.php file in the blogs directory–probably the same for BP Widget Theme, but I haven’t looked at it).August 10, 2010 at 2:52 pm #88646In reply to: How to create a landing page on BP?
PH (porsche)
ParticipantYou can try by adding “DirectoryIndex” by way of modifying the HTACCESS file.
The way I did it was I added the line:
DirectoryIndex my-main-landing-page-on-my-home-page.html
this tells your webserver to use that file as the main “index” instead of the “index.php”
it seems to work well as “maintenance page” while keeping all of the functionality of buddypress intact (blogs, members, sign ins, etc) still seem to function.
August 10, 2010 at 2:50 pm #88645In reply to: BP Member Filter
John Lewis
ParticipantIt was actually me that fixed the template error. Granted I didn’t know why, see below:-
https://wordpress.org/support/topic/plugin-bp-member-filter-cant-get-this-to-work
August 10, 2010 at 2:13 pm #88643In reply to: How to create a landing page on BP?
lightyoruichi
Member@Pisanojm Thanks but it doesn’t work
August 10, 2010 at 10:17 am #88622In reply to: Adding menu items to the admin bar
pcwriter
ParticipantWow, you really took this little project to heart, didn’t you? Thanks for investing so much time on it!

1. Didn’t realize the ul elements could cause problems but it works just fine without them (tested successfully on bp-default and child theme).
2. By wrapping wp_list_pages in ul elements, all pages aggregate under a top-level “Pages” nav item, with actual WP pages as subnav items and child pages as sub-subnavs as example below:
“Pages”
– Page 1 – – Page 1 child 1 – – Page 1 grandchild 1
– – – – – – – – – – – – – – – – – – – – – Page 1 grandchild 2
– – – – – – – – Page 1 child 2
– Page 2By removing the “Pages” li element and wrapping the call to wp_list_pages in li elements, WP pages appear as top level, with child pages as subnavs. Creating a new page adds it to the nav as a top-level item, unless excluded (either entering the page ID manually in the code, or with “Exclude Pages” plugin). I prefer it this way, but the modified code could be included as an option in the plugin for those who prefer having all pages listed under a common heading, with instructions on where to change the heading label.
3. I get no errors with the new WP3.0 checks in place. I couldn’t figure out how to do that, but I see it was a rather simple if !function_exists call. Huh…
4. I left the top link name “Pages” in the wp_nav_menu calls for now. I have not tested this code on WP3.0 so don’t know if the menus will behave as in 2.9.2
I ran the code with modifications, both yours and mine, and it works brilliantly. Collaboration is a wonderful thing

Here’s my revision: http://pastebin.com/4U85PWrt
No word yet from WP about my plugin submission… still waiting. Got to get to work now, thanks again!
August 10, 2010 at 8:09 am #88615In reply to: Adding menu items to the admin bar
Hugo Ashmore
ParticipantI’ve had to do a fairly extensive rewrite on the function for a number of reasons:
1/ There was a significant degree of malfomed ul child nesting which prevents drop down aspects working correctly primarily I’ve removed the opening and closing UL elements as they are not required and cause issues.
2/ Not sure how the wp_list_pages was intended to work but with the parameter ‘title_li’ declared as empty you correctly remove the wrapping elements but would need to add UL elements manually wrapping the function call for the dropdown to function correctly.
3/ Added back in the wp_nav_menu function calls but wrapped them in a check to see if WP 3.0 is running i.e are the new menu available if not hide altogether.
Also added a reverse check to remove the wp_list_pages function if using the new menus as there is little point in both and the new menu system serves better.
4/ Changed region and menu top link names to ‘pages’ but this area is a fundamental issue as it cant be known what the user sets as menu names, ideally one shouldn’t hard code values but retrieve them from the admin menu area, but this proves far too hard to work out (asked a question on WP support but haven’t had a reply and I don’t expect one – sadly there is little codex documentation of any depth on the new menus.)
This issue applies to the wp_list_pages as well as you can’t really pass any values for ‘include’ and ‘exclude’ as these values can’t be known so you ought to remove those values you have hardcoded (I have left them in).
If I can get some guidance on how to fetch values from the menu backend view such as menu names then it will be possible to make the menus far more effective but have spent quite a while trawling through the core WP files for nav-menu and it’s not obvious and too time consuming.
I have copied the revised code to this pastebin page, give it a check over, but don’t assume I have things all correct, run it as plugin copy 2
August 10, 2010 at 7:17 am #88612In reply to: A question for theme designers
rustybroomhandle
Participant@anointed – Got it, thanks, and it’s ok, don’t need access, I just want to look at which scripts and css load when the page loads.
August 10, 2010 at 6:14 am #88611In reply to: Getting rid of Gravatars …
Paul Wong-Gibbs
Keymaster@pisanojm ‘s suggestion is probably best. And yes, Gravatar.com is owned by Automattic.
August 10, 2010 at 6:04 am #88610In reply to: Group avatar in activity stream
Anton
Participant@r-a-y – can’t get this to work. Here is my code lines 416-440 in bp-activity/bp-activity-templatetags.php – http://pastebin.com/SLR3qk6L
August 10, 2010 at 5:45 am #88609In reply to: Is there a way to rename groups?
techguy
ParticipantJust create a language file and change all the references to group: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
August 10, 2010 at 3:27 am #88602In reply to: How to create a landing page on BP?
lightyoruichi
MemberLet’s say a user visits my site, http://buddypress.com. I want them to view a simple page that has random post’s thumbnail. And when they clicks any of the post thumbnail, they’ll be directed the post page.
But I want to retain my home page.
August 10, 2010 at 3:04 am #88599In reply to: BP Forums and LaTeX (using MathJax and JsMath)
taylor
ParticipantI just noticed that the forums on my site and on BuddyPress.org is stripping backslashes from all of my text. In the example latex code I typed, there should be a backslash attached to “nabla”, “cdot” and “vec{B}”. Why does it do this and is there any way to stop it?
August 10, 2010 at 2:33 am #88598In reply to: Search bar can it search blog post ?
Thibaut
ParticipantSame problem. I get a single blog buddypress installation (no wp 3.0 blogs network activated). I don’t see any option to search in blog posts. I don’t find any plugin too ??? Does anyone know where to search for this ?
August 10, 2010 at 1:29 am #88597In reply to: Group Activity Feed
August 10, 2010 at 12:11 am #88589In reply to: Undo theme upgrade for BuddyPress?
shaimart
ParticipantHey guys,
Thanks for the replies. Unfortunately I didn’t backup my files prior to the install. I did everything via the admin panel/ dashboard. After installing the BuddyPress plugin itself, one of the options appearing at the top of the dashboard was to upgrade my current theme, that I did. It was a 3 step process I believe, the 1st or 2nd being updating my original theme files.
I still have the original theme files from when I purchased the theme, though would I have to overwrite all the current theme files with the original? I have made some changes throughout the ones I had, which probably means I’ll be back to where I started, but also, what about the plugins I already have installed? Would overwriting the current theme files with the original ones cause any harm or disruption to my currently installed plugins?
Thanks for all your help, very much appreciated!
August 9, 2010 at 10:53 pm #88585jp
ParticipantHi !
Your idea is great.
Where do you write all those codes ? into functions.php ?
Moreover, I would like to merge all “personal”, “friends”,”groups” and “mentions” in one ? using your method, would it be possible ?
Thanks to help me.I’m using wordpress 3.0 , buddypress 1.2.5 , and bp-default theme
August 9, 2010 at 8:52 pm #88579In reply to: How to Override the BuddyPress Avatar Override
Seobrien
ParticipantSide conversation – it is possible to replace the default avatars with something custom? Not Gravatar but our own folder of images from which to randomly apply avatars?
August 9, 2010 at 8:47 pm #88578In reply to: How to Override the BuddyPress Avatar Override
Craig S. Kiessling
ParticipantIf this is a stupid question, and the answer is hidden in a FAQ or previous topic, etc., please let me know – as I have searched and can not find anything relating to this topic….
August 9, 2010 at 8:45 pm #88577Jamie Marsland
Participant@josemv tks i have insalled and seems to fix my issue. On the install instructions it says min requirement php5 , my server is running 4 but still seems ok?
August 9, 2010 at 8:38 pm #88576Seobrien
ParticipantBeen a while since I’ve been back here; nice to see so much progress has been made!
Going through an overhaul and update of our BP setup and I’m curious if this was ever built into the codebase. Can Buddypress be applied, easily, across domains?August 9, 2010 at 8:16 pm #88575In reply to: User Pages?
Beck B
ParticipantWait, I’m confused. You want it to show up in their profile, right? So why not just create a profile group and relevant fields?
Although…hmm….that might get tricky in terms of multiple Living/Deceased. Or you just allow a max number of pets (say, 5 in each category) and create that many profile fields. Anything left blank won’t show up in the profile.
That wouldn’t let you upload photos natively, although I wouldn’t be surprised if we already have a plugin for that.
Then again, you also wouldn’t have anything compiling everybody’s tributes. Is that what you want? Have to admit, I’m not super-clear on what you’re looking for.Hm.. Not my most helpful reply, sorry.
Another thought: maybe you can mix a form you create with one of the front-end blog post plugins. So whatever interface they’d normally have to post an entry to the blog (your listing of everybody’s tributes) would be heavily locked down to just the info you want. I’m thinking BuddyPress would automatically include a link to the generated tribute post somewhere in their activity feed. (I know you said you don’t want a blog type page, but here I’m assuming you meant that you didn’t want the submission page to be part of a blog, not that you don’t want the submitted tributes to be incorporated in a blog.)
August 9, 2010 at 8:12 pm #88574In reply to: Custom WordPress theme to work to BuddyPress HELP!
diahelp
MemberNever mind dude, Don’t even know what I was asking myself, lol!
Yeah I just tried it on a crappy template from WordPress and done it all fine! I have experiance on themes, coded my own one into WordPress so didn’t find it hard once started!
Thanks again
August 9, 2010 at 8:00 pm #88573In reply to: Having Disqus for comments in a BuddyPress forum
Pisanojm
ParticipantWhy not Ping the disqus folks? They might be interested in developing this integration themselves…. it makes sense.
August 9, 2010 at 7:58 pm #88572In reply to: Undo theme upgrade for BuddyPress?
Beck B
ParticipantIf you didn’t back up your files, check with your host. Some (like GoDaddy) do automatic backups periodically, so you might be able to recover your old files.
August 9, 2010 at 7:57 pm #88571Ipstenu (Mika Epstein)
ParticipantSome free time returned.
You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter.
So that now exists thanks to @r-a-y ( https://trac.buddypress.org/ticket/2481 )
I’m assuming I need to tell bp_blogs_record_activity_content to use the excerpt, but would that just be using the code r-a-y already made here: http://pastebin.com/s9PajKjU or something else.
-
AuthorSearch Results