Search Results for 'buddypress'
-
AuthorSearch Results
-
April 11, 2010 at 6:53 pm #72753
In reply to: Buddypress gifts component
warut
Participanthi, for update i not yet update gift plugin because I am coding new buddypress badge plugin (just finished it) so next version for buddypress gift will pospond to the next week.
if anyone interest to test badge plugin (before upload to wp) you can get it from my blog.
April 11, 2010 at 6:33 pm #72750In reply to: Seo for Buddypress 1.0 beta
Sven Lehnert
ParticipantYou are right, I forgot the forums.
I will add %%componentforumtopic%% for the forum topic title and %%componentforumtopictext%% for the entry.
What else should be in? Any idea?
%%current_component%% for the current component
%%current_action%% for the current action
I will have time for this at Tuesday.
Thanks a lot for testing!
April 11, 2010 at 6:29 pm #72749In reply to: Bridging Joomla, Jomsocial, phpBB3, WP, BuddyPress
Xevo
ParticipantLol, joomla and drupal should give up already.
April 11, 2010 at 5:59 pm #72748In reply to: Changing error text on registration page
r-a-y
KeymasterHi James,
Use a language file to change the text.
Read this guide:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
April 11, 2010 at 5:50 pm #72747In reply to: Buddypress Menus give 404s
r-a-y
KeymasterThis problem has been reported by sites running IIS.
Try this solution:
You could also try this patch:
https://trac.buddypress.org/ticket/2299
Or try this plugin as well (if you have ISAPI Rewrite 3.0 enabled on your IIS server):
April 11, 2010 at 5:05 pm #72745kriskl
Participantoh please do try it out.. it would be really great
maybe someone would convert it into plugin or something also!
April 11, 2010 at 3:50 pm #727393sixty
ParticipantIt would be very easy to modify your forum code so that only registered members can view posts. You could say “if the current user is not logged in, display a ‘sorry’ message, else proceed with setting up and displaying the forum posts. You could even set it up so they could view a few teaser posts at the top, and then display the ‘you must login’ message. I may in fact try this out on a few groups!
April 11, 2010 at 3:34 pm #72735In reply to: bp-default theme
Boone Gorges
KeymasterThe bp-default theme is not located in wp-content/themes. It is in wp-content/plugins/buddypress/bp-themes.
April 11, 2010 at 2:57 pm #72732modemlooper
ModeratorYou need to create a page in the admin called home and choose a page template.
April 11, 2010 at 1:47 pm #72728In reply to: Seo for Buddypress 1.0 beta
Anton
ParticipantIf you use %%componentname%% as the title for a forum topic, it doesn’t use “Replaced with component name(title of the entry)”
It uses the name of the Group and not the topic title.
April 11, 2010 at 11:46 am #72724tim-watt
MemberThere is a valid reason why I put it in a sub-directory – as every instruction suggest to do so, and that’s how I’ve always installed WP (with a modification to the .htaccess file).
I’ve moved the files to the root but the installation is shot to pieces now so I might as well start again.
I check back to see if this fixes things.
Thanks
April 11, 2010 at 10:52 am #72722In reply to: Buddymatic 1.2
lstelie
ParticipantHello,
To be more recise and complete my question, I do know that they are some more sophisticated preminum (in WP language, premium means “you have to pay for”) themes around. And even if its for personal non commerical web site i could afford to pay a few money.
But these premium themes are very very classical, a little bit like wp theme some years ago (I don’t intedn at all to be agressive it’s just my personal opinion).
I’m looking for something more dynamic, more graphicaly appealing (I currently use trhliingtheme with the buddypack at http://velofun.fr )
I’m looking for something more in the spirit of sites in the demo page ( https://buddypress.org/demo/ )
Luc
April 11, 2010 at 10:44 am #72721In reply to: Bridging Joomla, Jomsocial, phpBB3, WP, BuddyPress
Erlend
Participanthttp://www.jfusion.org/ should make this possible; in the 2.0 version anyhow, which you currently gotta get from the source as its not 100% done yet.
April 11, 2010 at 9:41 am #72717kriskl
ParticipantI see, thanks for the info
I am going to experiment first with facestream.. for some reason i get an error when try to set it up..
April 11, 2010 at 9:14 am #727165887735
Inactivewith this Facebook Connect plugin it creates a member in BP, so even if you remove the plugin their account stays:
April 11, 2010 at 8:29 am #72714kriskl
Participantwith phpbb it was easy to grow numbers.. because there was an option to restrict access.. to registered members only..
buddypress does not have this though

people can read all posts without registration
there is invite on,y and hidden forum.. but it is not the same asregister to view..
i think that;s missing feature by the way
re facebook login — I want them to be registered with me, not only with facebook haha
– unless I misunderstand..re hosting,, is it fast? to me it seems on the slow side,
so I am glad you said that.. guys who were helping me out had to install some plugins to optimize it.. etc..
it is on dedicated server / litespeed
April 11, 2010 at 7:42 am #72711In reply to: Display recent group topics in sidebar
r-a-y
KeymasterIf you’re comfortable with the loop, check out the bp_has_forum_topics() function located in /buddypress/bp-forums/bp-forums-templatetags.php.
Unfortunately this isn’t documented in the BP codex, but if you check out /bp-themes/bp-default/forums/forums-loop.php, you should have a good idea of how to construct a recent topics loop.
Hope that gives you a few pointers to go on.
April 11, 2010 at 7:40 am #72710rsqst
ParticipantOk, I think I’m close to knowing what I want; But I don’t seem to be much closer to getting there.
Unfortunately, I think my main problem is that the members loop isn’t flexible enough in its parameters for what I want (I want to add it to a child template and for it to automatically show the users of the current blog AND their xprofile information. Seems simple, but I’m lost).
I could hand code in each of users ID’s and get the exact output I want, but this means I have to make a new template for each blog/”art project”, and it doesn’t update automatically when a new artist is added to a project.
There’s hope in the group members loop (I’m using the BP Groupblog plugin, so when users join a group, they are added to a blog), but I still have to enter in the group_id manually in the template.
<?php if ( bp_group_has_members('group_id=1') ) : ?>
<?php while ( bp_group_members() ) : bp_group_the_member(); ?>
<?php $authorBio = xprofile_get_field_data( 'Bio', $user_id=bp_group_member_id() );
echo 'Authors bio: '. $authorBio; ?>
<?php endwhile; ?>
<?php endif;?>
But as it is, it outputs: 11Authors bio: 10Authors bio: 9Authors bio: 8Authors bio: 7Authors bio: 5Authors bio:
Should I scratch the whole thing and find a new route?
April 11, 2010 at 7:36 am #72708In reply to: Footer Feedback
r-a-y
KeymasterValid point… maybe when a forum post is displayed, the footer can show a bbPress backlink?
Contact the BP dev team on IRC (http://java.freenode.net/?channel=buddypress-dev) or add a ticket to Trac (https://trac.buddypress.org/newticket).
April 11, 2010 at 7:34 am #72707In reply to: BuddyPress Theme
r-a-y
KeymasterLocking thread.
PM timbo85 for more info.
April 11, 2010 at 7:18 am #72706vtblogmu
ParticipantThat theme isn’t showing the multiple sidebars in the main page even though they are visible in the widget customization screen..
April 11, 2010 at 5:19 am #72698@mercime
ParticipantI would recommend asking Brajesh, the theme author. He does answer comments regularly about the theme at his site –
April 11, 2010 at 5:14 am #72696In reply to: BuddyPress Theme
gerikg
ParticipantI can do it, not all themes work with that plugin.
April 11, 2010 at 2:59 am #72688@mercime
Participant@stwc – might be a bug somewhere. Instead of using
<?php locate_template( array( 'forums/index.php' ), true ); ?>try copy and paste code directly to your Home Page Template https://trac.buddypress.org/browser/tags/1.2.3/bp-themes/bp-default/forums/index.phpApril 11, 2010 at 2:14 am #726873sixty
ParticipantIt’s also very fast – what are you hosting on?
-
AuthorSearch Results