Search Results for 'buddypress'
-
AuthorSearch Results
-
April 10, 2011 at 8:48 pm #109935
In reply to: Buddypress is finished?
Hugo Ashmore
ParticipantCheck out the Trac to see the state of development. There are three core developers with commit privileges they do all the work – mostly – and they work on a voluntary basis as this an OS project, members also help to move it forward and the speed at which it does develop is largely governed by the effort we all put in and other than the main three developers not many of us are contributing at the moment!
As for themes ? what do you want, again these are written on a voluntary basis and themes for BP are of a magnitude harder than a bog standard WP layout and are not a trivial matter and take time, but there are themes around if you look.
So no the project isn’t abandoned.
April 10, 2011 at 6:14 pm #109925In reply to: Original index template replaced by Buddypress index
@mercime
Participant== I can no longer reach the main index template from the editor as a Network Admin ==
If you mean files in child theme of bp-default theme, that has been reported
https://trac.buddypress.org/ticket/3096
https://core.trac.wordpress.org/ticket/16744If on other themes, please provide more information or steps to replicate problem.
April 10, 2011 at 4:18 pm #109917In reply to: codex.buddypress.org search is not working
Virtuali
ParticipantThat search has been down for awhile, as I think @johnjamesjacoby may be working on it.
April 10, 2011 at 3:35 pm #109912In reply to: Putting adsense ads in forum pages
April 10, 2011 at 10:18 am #109904In reply to: How to call member avatar
James
Participantalready was able to get one avatar with the code below, only don’t know how to add multiple IDs to bp_core_get_userid( ‘1’ ), but your method works well @mercime, somehow I forgot about this loop, thanks a lot!
`
<a href="” title=””> $member_id, ‘type’ => ‘thumb’ ) ) ?>`
April 10, 2011 at 8:35 am #109903In reply to: How to call member avatar
@mercime
ParticipantAn easier alternative would be to use the member’s loop to generate your list:
`
Featured Members
<a href="”>
`
where 2,12,46,233,365 are the user ID’s of the people you want to feature.
see https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/April 10, 2011 at 6:59 am #109901In reply to: How to call member avatar
James
Participanthi @mercime ,
thanks for reply. yes, idea was to use this plugin, but it has some strange issue with last wp bp updates described here: https://buddypress.org/community/groups/buddypress-featured-members-widget/forum/topic/multiple-avatars-of-the-same-member-showing-in-widget/
therefor, I hoped that there is some other approach.
April 10, 2011 at 2:23 am #109896In reply to: Allowing Users to Customize Their Background Image
gregfielding
Participant@WillDWhite
Did you end up buying this? How well does it work?April 10, 2011 at 1:47 am #109895In reply to: BP Default Theme for BP Pages Only
boruchsiper
Member@mercime Thanks. I’ll try your suggestion and see how it works out. The reason i want to do this is because the bp css and js seams to work best with the bp default theme. Before posting here I tried converting my existing theme using one of the links you referred to above, but it doesn’t work as smoothly as having the default bp theme. Besides, having the site look different on its social networking part isn’t that bad of an idea.
April 9, 2011 at 10:57 pm #109891In reply to: Restricting User Access to Posting Updates
@mercime
ParticipantApril 9, 2011 at 10:53 pm #109890In reply to: How to call member avatar
@mercime
ParticipantYou might want how to look at how it’s done in this plugin – not updated for a while
https://buddypress.org/community/groups/buddypress-featured-members-widget/home/
or https://wordpress.org/extend/plugins/buddypress-featured-members-widget/April 9, 2011 at 6:36 pm #109878In reply to: BP Default Theme for BP Pages Only
@mercime
Participant=== two themes on the same wordpress install ===
If you mean use two themes for a single WP install or a single site of a WP multisite install. No. I seem to recall a plugin that was supposed to do that a long time ago, but I doubt if it had even been upgraded nor if it will work with BuddyPress.
What can be done right now is to create a child theme of bp-default then copy over the “regular” WP pages from bp-default theme into your child theme like index.php, page.php, single.php etc. and call a different header, footer, sidebar and even styling for those specific pages.
April 9, 2011 at 11:19 am #109865In reply to: Search Activity
juanpons14
MemberI got it work with the tutorial in buddydev: http://buddydev.com/buddypress/creating-the-sitewide-globalunified-search-page-for-your-buddypress-theme/
I just made one function more:`function bpmag_show_activity_search(){
?>User’s activity:
<?php
}
add_action(“advance-search”,”bpmag_show_activity_search”,10);`Bye.
April 9, 2011 at 8:18 am #109858ericreynolds007
ParticipantPiece of cake. Just visit https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/ and follow the instructions.
Using the free app PoEdit, it’s easy to revise your labels without hacking core files.
EricApril 9, 2011 at 7:11 am #109857In reply to: redirect to activity after login?
edinchez
ParticipantApril 9, 2011 at 5:50 am #109856In reply to: activity slider??
April 9, 2011 at 1:01 am #109855In reply to: Activity box on static front page – not on sidebar
Marcos Nobre
ParticipantDid you try adding the activity loop?
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
April 9, 2011 at 12:38 am #109854In reply to: Forum Profile Info for each poster
skateage
Participant@imjscn I tried using that plugin but it seem to make all pages run very slow. I know how to call on the functions of the profile field i just dont know how to make it display for the current forum poster.
April 8, 2011 at 11:30 pm #109849In reply to: Comments are not working!
drewbarden
MemberI have this issue as well. Just migrated from a shared hosting environment to a VPS. This is the only change I’ve made. My stats:
Wordpress 3.1
Buddypress 1.2.8
Default Favicons
Root Directory
Core files untouchedPlugins:
BuddyPress Template Pack
W3 Total Cache with Object Cache & Minify active
BP-Album+
MarkItUp RTE (manual JS plugin install)So the issue is only on some groups. On both groups that work properly and don’t, there are no obviously problematic HTML validation errors. On the groups that are problematic, MarkItUp doesn’t appear on the textarea, and when “reply” is clicked, the page reloads (hashtag visible), and no comment box appears. Oddness. Thoughts?
April 8, 2011 at 10:03 pm #109847In reply to: activity slider??
Marcos Nobre
Participantfirst I have a custom home.php file where I put the activity loop
wrapped the loop with a div class activity-slideactivity loop can be found here: https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
Then loaded jcarousellite like this:
$(“.activity-slide”).jCarouselLite({
auto: 800,
speed: 1000
});you can find more info about jcarousellite here http://www.gmarwaha.com/jquery/jcarousellite/index.php
April 8, 2011 at 9:21 pm #109845In reply to: BP Default Theme for BP Pages Only
boruchsiper
Member@merciime The tutorials you linked to shows how to make buddypress pages look like the wordpress theme. What I want to accomplish is to have my regular wordress pages have it’s own theme, and use the default buddypress theme (that comes bundled with the plugin) for BP specific pages. In essence I want to use two themes on the same wordpress install.
April 8, 2011 at 8:00 pm #109841hmarshall
Member@nit3watch that’s useful thanks. But my normal login still shows up above, and my facebook login too. Is there a way to remove the normal buddypress login and have the facebook login bar below the ajax login?
April 8, 2011 at 6:16 pm #109837Henry
MemberHope you do well with this, I would also be interested in using this.
I’m sure many others would too!
April 8, 2011 at 5:32 pm #109835@mercime
Participant@edinchez Glad you fixed it. Perhaps you’d like to share how you resolved the issue for others who might be searching for the same kind of fix.
April 8, 2011 at 5:27 pm #109834In reply to: Sitewide Login – Adminbar
@mercime
ParticipantWP/BP versions? Is this a relatively new installation (2 weeks)?
Check Settings > Privacy of the Blog visited which causes the log out behavior. If you added the “More Privacy Options plugin” or “Network Privacy plugin” the blog might have been set for “Registered users only” etc. which would require log in, hence the forced log-out with wp-login.php.
Have you tried to disable all plugins except BuddyPress and changed to bp-default theme to check whether conflicts in plugin/theme is causing this error?
-
AuthorSearch Results