Search Results for 'buddypress'
-
AuthorSearch Results
-
April 6, 2010 at 8:10 pm #72071
In reply to: Custom Login Page in BuddyPress
jordashtalon
MemberCool it’s working now,
That’s weird I fixed the syntax error before, but I must’ve taken out too much because it wasn’t working before, thanks a ton for your help.
April 6, 2010 at 8:02 pm #72069r-a-y
KeymasterRead this:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
Use a program like PoEdit to edit language files.
April 6, 2010 at 8:00 pm #72068techguy
ParticipantThis thread has someone who wants the same thing: https://buddypress.org/forums/topic/join-all-public-groups-at-once Maybe you can work together or see if they’ve found the solution beyond r-a-y’s link which is good.
April 6, 2010 at 7:52 pm #72067In reply to: Custom Login Page in BuddyPress
Brajesh Singh
Participanthi there
there was an extra
)by mistake on this lineif ( $bp->current_component != BP_LOGIN_SLUG) )It should be
if ( $bp->current_component != BP_LOGIN_SLUG)Then put login.php in youractive-theme/registration/login.php and check out,. it must work.
btw, are you putting the code in bp-custom.php or somewhere else?
April 6, 2010 at 7:36 pm #72063In reply to: Custom Login Page in BuddyPress
jordashtalon
MemberI have been trying it in a browser where I am not logged in.
April 6, 2010 at 7:34 pm #72062In reply to: Custom Login Page in BuddyPress
Brajesh Singh
ParticipantIt will redirect back to home page if you are logged in as a logged in member should not be able to access that page.
Try to logout and then visit that page.
April 6, 2010 at 7:31 pm #720603sixty
ParticipantI guess I should have started here:
https://buddypress.org/forums/tags/translation
OK, so I found buddypress.pot – can anyone explain how to work with .pot files? Can I just edit this and the changes will magically appear in my theme?
April 6, 2010 at 7:30 pm #72059In reply to: what templates should I modify?
cocomozlo
Memberah, no, just took the main files WP uses from Buddypress install, just not all of them, will check that out, thanks
April 6, 2010 at 7:25 pm #72057In reply to: Custom Login Page in BuddyPress
jordashtalon
MemberBrajesh, that doesn’t quite work, when I go to http://domain.com/login it redirects back to the homepage. Instead of to the login.php
April 6, 2010 at 6:57 pm #72052In reply to: Custom Login Page in BuddyPress
Brajesh Singh
Participanttry this one
define("BP_LOGIN_SLUG","login");
function bl_setup_component(){
bp_core_add_root_component( BP_LOGIN_SLUG );
}
add_action( 'bp_setup_root_components', 'bl_setup_component', 2 );
//handle the screen
function bl_screen_handler(){
global $bp;
if ( $bp->current_component != BP_LOGIN_SLUG) )
return;//return the control back
if(is_user_logged_in())
bp_core_redirect(bp_get_root_domain());
//load template
bp_core_load_template("/registration/login",true);
}
add_action("wp","bl_screen_handler",3);Put a template file login.php with the form in your registration folder and it will work as you have mentioned.
April 6, 2010 at 6:34 pm #72049In reply to: Custom Login Page in BuddyPress
jordashtalon
MemberHi 21cdb, I added your code to my bp-custom.php file (which I created and added to the /plugins folder)
And it caused an infinite Redirect if the user was not logged in.
What i’m trying to do is a custom login page, I do want anyone to have access to every part of the website whether they are registered or not, (except for if they aren’t registered they can’t make posts or replies)
What code would I put in the login.php?
April 6, 2010 at 4:53 pm #72034In reply to: My BuddyPress Implementation – iPadalicious.com
ibrooklynite
ParticipantRan into some issue and had to go vanilla WP at the moment unitl I get more time. I just wanted to edit the OP but I can’t .
April 6, 2010 at 4:48 pm #72033In reply to: BuddyPress Group Tags is now available
Bowe
ParticipantYes!! Awesome
Thank you so much
April 6, 2010 at 4:41 pm #72032In reply to: Ajax (or javascript?) area not working
peterverkooijen
ParticipantAjax breaks when you look at it funny. Noone really knows how it works. It’s magic. Try offering a goat?
April 6, 2010 at 3:59 pm #72030In reply to: Plugin to require strong passwords
Paul Wong-Gibbs
KeymasterSurely there’s some WordPress plugins that do this? They ought to work with BuddyPress.
April 6, 2010 at 3:24 pm #72028In reply to: Buddypress groups forums problem
rich! @ etiviti
Participantanything in the server error_logs? duplicate table names?
April 6, 2010 at 3:12 pm #72024In reply to: Buddypress groups forums problem
koms
Participantmysql 5.0.89-community
April 6, 2010 at 3:05 pm #72022In reply to: Buddypress groups forums problem
rich! @ etiviti
Participantwhat version of MySQL?
April 6, 2010 at 3:02 pm #72018In reply to: I might have broken the whole install…
Jeff Sayre
ParticipantThe siteurl and home (url) are required by BuddyPress to properly determine where it needs to look to find its various support files. So, that is why you could still access BP but the layout looked funky. BP could not resolve the path to the theme’s CSS files.
If you changed the url back to the original, proper path, it all should work now without any issues. Is that the case?
I assume that you were trying to provide your friend some assistance to a different issue. If you have a new issue, unrelated to this particular topic, please start a new thread and mark this one resolved.
By the way, for future reference, the topic you posted here is a WordPress issue and not a BuddyPress issue. That’s fine that you posted here, but if you have additional problems related to this particular issue, I’d suggest posting in the WordPress forums instead as most people here ignore issues that are not BuddyPress specific. I just happened to be looking at the right time!
Of course, if you have BuddyPress-specific issues, then post them in these forums.
April 6, 2010 at 2:53 pm #72016In reply to: I might have broken the whole install…
tessat
MemberHmm I see what you mean, and I was able to accesss the MySQL database for the root wordpress install, but not for the buddypress part (I think), so if I were to add the /community to the urls, wouldn’t I be affecting the root install, and not hte buddypress part? Thanks so much for your help!
April 6, 2010 at 2:01 pm #72009In reply to: Idea: Go directly to the most recent post
rich! @ etiviti
Participantif you use Group Forum Extras Plugin – i have a simple function in which you can wrap the ‘freshness’ col to the last post anchor
for the function code: “Link the freshness time_since to the last post”
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/other_notes/
in action::
April 6, 2010 at 1:48 pm #72007rich! @ etiviti
ParticipantHa! Well I’d have to understand the problem clearly first

I’m still confused if his end goal is external bbpress <-> buddypress theme’d (like buddypress.org) or custom plugin to display external bbpress categorization (main themes) within buddypress on the /forums/ component page (similar to what i did with group forums extras and the forum index subplugin – example: http://etivite.com/forums/ )
BuddyPress restricts its own functions to a parent_id (BP_FORUMS_PARENT_FORUM_ID) so no internal bp functions will pull out external bbpress forums.
But – you can call some internal bbPress functions if bb_init is invoked. Not all will work (due to various linking issues or meta table stuff) but some will get you the info you need.
(example: http://etivite.com/groups/buddypress/forum/topic/quick-tip-remove-change-avatar-link-under-profile-if-avatar-upload-is-disabled/ note the “tags” section on the topic – this is actually calling a bbpress function but i had to rework the linking)
So given that… if we look at the bb-template/front-page.php we see the bb_forums() loop. and if you have an external bbPress hooked up… then just plug this code into buddypress/theme/forums/index.php
<?php if ( bb_forums() ) : ?>
<h2><?php _e('Forums'); ?></h2>
<table id="forumlist">
<tr>
<th><?php _e('Main Theme'); ?></th>
<th><?php _e('Topics'); ?></th>
<th><?php _e('Posts'); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<?php if (bb_get_forum_is_category()) : ?>
<tr<?php bb_forum_class('bb-category'); ?>>
<td colspan="3"><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
</tr>
<?php continue; endif; ?>
<tr<?php bb_forum_class(); ?>>
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><?php forum_description( array( 'before' => '<small> – ', 'after' => '</small>' ) ); ?><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
</tr>
<?php endwhile; ?>
</table>
<?php endif; // bb_forums() ?>BUT – the links are borked if it pulls up an internal bbpress group forum (so check is required for BP_FORUMS_PARENT_FORUM_ID and use the buddypress forum link function ) otherwise the links point to the configuration which the internal bbpress is using (which should be the same as an external bbpress install)
hopefully i confused everyone a bit more
April 6, 2010 at 1:27 pm #72002In reply to: Ascii Characters in Email
drummergirl
ParticipantI just registered a test user so I could replicate the issue and I noticed this difference in the subject lines:
[Girls Can' ;t WHAT?] Activate Your Account (intentional space left in to demonstrate the error)
[Girls Can’t WHAT?] New User Registration
The new user registration notice is correct in the subject line (the sender is still displaying wrong, although it used to just say ‘WordPress’ for the sender name.)
So is this a buddypress issue or a wordpress issue?
April 6, 2010 at 1:22 pm #71998Xevo
Participant@ etiviti (rich!)
Explanations aren’t neccesairly solutions.
April 6, 2010 at 1:18 pm #71997rich! @ etiviti
ParticipantWhat I mean is, I already created Main Themes in the bbPress admin area, but they aren’t appearing in BuddyPress…the last issue for me, as I understand this situation is “what code do I need to put in which BuddyPress file to make the Main Themes appear in my forum section.”
Man, this issue is getting SO SUPER OLD…can someone come step up to the plate?
Members are trying to help and have provided a few explanations on the issue of bbpress <-> buddypress. (in other threads too)
-
AuthorSearch Results