Forum Replies Created
-
hmmmm… how did you find that!? I searched months ago for this, but found nothing…. only stuffs on password reset…
(proly cause I was searching resend activation with spam and creating spf record)
and here I thought I was the best googler in the world!
what if we wanted to collect all the active=0 (non activated emails/users) and resend an activation email?
is there a way to easily resend the activation email to non activated users?
how much would this cost:
modify rpx to insert fields into bp xprofle (as much as possible…name, email,)
specifically, we have a $session which stores a referral id… we’ve modified fbconnect to take the session variable and insert into the bp user profile
we need to modify the rpc to get the same $session and add that to a xprofile field
rpx sign-ups are redirected to a custom page, where we tell them to fill in their profile information… could you also redirect fb connect registers to the same page?
i.e. “you’ve registered using a 3rd party….. be sure to update/complete your profile info”
I would be interested in having this done
I believe you have my email
so Im running RC2 currently, and wondering what the difference is in 1.0 ?
or 1.0 is the “official release” of RC2?
it works with RC2 and RC2, wpmu 2.7 / 2.7.1
just doesn’t work perfectly….
and it doesn’t work if you’re already using the fbconnect plugin
fbconect users are different from rpx users
so i’ve had to remove the fb from rpx
this needs some modifications to allow the rpx to insert data into the xprofile fields..
the only reason Im not using this currently, is because we’re using sessions to pass a referral code and we can’t get rpx to insert the referral code into an xprofile field..
<marquee> Woot!!…. woot <marquee>
does this plugin add tables to the database?
@ Dallasclark
how’s your plug coming along
need any testing done?
depends if you want to hack the bp-core/bp-core-adminbar.php
you can hide the logo from there, and just hand code a \\\”home\\\” link
you would also want to give it the same class=\\\”\\\” as the other non-dropdown links
like this:
<li class="no-arrow">< a href="/groups">Search Groups</ a>my original bp-customs.php still works fine for me on RC2… here it is:
<?
function js_restrict_access(){
global $bp, $bp_unfiltered_uri;
if (!is_user_logged_in() &&
(BP_MEMBERS_SLUG == $bp_unfiltered_uri[0] ||
BP_GROUPS_SLUG == $bp->current_component ||
BP_BLOGS_SLUG == $bp->current_component)){
bp_core_redirect( get_option(‘home’) . “/register” );
}
add_action( ‘wp’, ‘js_restrict_access’, 3 );
?>
I adjusted time settings to match in WP-Admin>Settings>General
time still shows -1 yr etc
(so I hacked it to say “moments ago” instead of -1yr)
do I also need to adjust the apache server “clock”?
or is another setting somewhere in wp-admin/wpmu?
thanks
that’s weird… any other WP pages using that template? like the blog page?
try throwing this into the page
<?php the_title(); ?>
see what it returns
using all-in-one-SEO ? all filled in?
I notice your events page has no title… only “ModestoBuzz — “
tubepress: is this just for admin, or have you modified to work sitewide for all users?
looks interesting
thanks…links helps
I\’m all about observing greatness from afar… and then spongin\’ it up!
#additional rewrite rules for members
rewriteCond %{REQUEST_URI} ^members [NC]
rewriteRule ^members/(.*)$ http://www.buzzwe.com/admin-$1 [R=301,L]
rewriteCond %{REQUEST_URI}! (.*)admin
rewriteRule ^members-(.*)$ /admin/$1 [L]
ugh…. not working
really hoping this will be possible….
Works for me!
couple questions:
when using fbconnect to regiser, the welcome pack is bypassed
any thoughts?
and the default message is super-cool, how long til that’s complete?
when is your no-spam plugin scheduled to be complete?
Im currently using wp-captcha, but would like to beef-up my spam protection
what is this IRC freenode…chat? I would like to learn… im spongy
i went to freenode.com… cant seem to find anything
searched google…. no luck
I’ve added “Another-Wordpress-classifieds-plugin”
to my BP install, which works very well. I modified the plugin to only allow logged in users to post to the classifieds.
I think this plugin would be a great place to start. it seems like it could be easily modified to match your screenshots.
maybe the classifieds plugin could echo back the user’s data on their profile based on the email address they created the ad with. if that could be accomplished, I would then “lock down” the email address they enter in the ad to be the email address attached to their account (right now the user can enter any email)
classifieds plugin working with BP here:
is the autosuggest meant to work on all “search field inputs” ?
like buddybar, members/groups search in header, /members area, etc
or does it only work in the search bar added to the buddybar?
flickr thickbox is a nice improvement….
for my site admin, everytime i refresh the profile, the username in the flick settings changes to a random user
I left the flickr settings fields blank
?
thanks. upgrading to latest trunk now
groups extra fixed
(can you say how many more revisions there will be?)
groups extra error
Warning: Invalid argument supplied for foreach() in /var/www/vhosts/buzzwe.com/httpdocs/wp-content/plugins/buddypressdev/bpdev-groups/bpdev-groups-extra-classes.php on line 342
did that…. what about the fact that bp-dev-core has:
require_once ( ‘bpdev-core/bpdev-search.php’ );
this file doesnt exist…… ?
ready.