latinosamorir
Forum Replies Created
-
ok, make this a request for it! ??
would be a great addition to buddypress.
https://lamsocialclub.com, 4680+ members and counting. using a modified version of WPFB Autoconnect to import all the profile data but would love to add the LinkedIN capabilities.
Thanks!
Thank you for this.
When you say:
“on another completely unrelated note, this plugin is not designed nor intended to be bbPress or BuddyPress compatible. “
does it just mean you have not tested it out yet and you have no idea how it will interact with Buddypress installs?
Do you have plans in the future to make it BP compatible?
Thank you.
Forum: Plugins
In reply to: [AutoChimp] AutoChimp custom post types?Hey Theron!
Long time no talk.
Did you ever get around doing this? If not, can I sponsor it again?
Thanks!
Forum: Plugins
In reply to: [Invite Anyone] [Plugin: Invite Anyone] Group Invite for members not workingHello all.
I have Invite Anyone installed (great plugin) and 1.6.1 buddypress. The send invites for groups via emails works great. However, if I want to invite a current member, two things happen:
– I type in a potential username and it takes forever for the search to show potential usernames — I have 4,400+ users
– Once the username shows up, I click on it and the user shows on the list of Invited Users at the bottom, however, the user invited does not receive an email/message/notification and the invite is gone to waste.
Here are the lists of installed plugins for my site: https://lamsocialclub.com
Thank you in advance for any help!
WordPress Version: 3.4.2
BuddyPress Version: 1.6.1
MultiSite Status: Allowed / Disabled
Browser Version: Firefox 15.0.1 for Mac
Plugin Version: 2.3.3
Addon Version: 26
Facebook API: OK
Theme: BuddyPress Social Child
Server: Apache
cURL: OK
Active Plugins: 34 (Akismet 2.5.6; All in One SEO Pack 1.6.15.1; AntiVirus 1.3.3; AutoChimp 2.02; BP Gallery 1.0.10.1; BP Group Cutomizer Lite 1.0; BP Group Email 1.0.6; BP-Registration-Options 3.0.3; BuddyPress Pending Activations 0.5.2; Buddypress Sitewide activity widget 1.1.3.3; BuddyPress Sitewide Notice Widget 0.1; BuddyPress 1.6.1; BulletProof Security .47.3; Events Manager Pro 2.2.1; Events Manager 5.2.3; Google Analytics for WordPress 4.2.5; Google XML Sitemaps 3.2.8; Invite Anyone 1.0.15; Mail From 1.0.1; NextGEN Gallery Sidebar Widget 0.4.3; NextGEN Gallery 1.9.6; NextGEN Galleryview 1.0.1; outbrain 7.0.0.0; P3 (Plugin Performance Profiler) 1.3.1; podPress 8.8.10.13; SI CAPTCHA Anti-Spam 2.7.5; Fast Secure Contact Form 3.1.5.5; Subscribe To Comments 2.1.2; Ultimate Branding 1.0.3; Welcome Pack 3.3; WP-FB-AutoConnect 2.3.3; WP-PageNavi 2.83; WP Socializer 2.4.4; WPMU DEV Dashboard 3.1.5; )Forum: Plugins
In reply to: [podPress] [Plugin: podPress] MP4 not showing up on postNow that I have the file showing, I wanted to submit it to itunes and unfortunately I get this error:
“We had difficulty reading this feed. Bad http result code: 403”
My feed is:
https://lamsocialclub.com/category/podcasts/alma-tv/feedThis feed has been validated by W3C…
Any thoughts?
Thank you,
GiovanniForum: Plugins
In reply to: [podPress] [Plugin: podPress] MP4 not showing up on postThis did the trick!
See here:
https://lamsocialclub.com/a-latino-night-at-sfmoma/I wanted to know if you could help me figure out how to decrease the size of the media player ONLY when it’s viewed in archive form:
https://lamsocialclub.com/category/podcasts/alma-tv/
For mp3’s it works because the media player is small, see here:
https://lamsocialclub.com/category/podcasts/alma-latina/Thanks again!
Forum: Plugins
In reply to: [podPress] [Plugin: podPress] MP4 not showing up on postTim. Thank you for your response. I tried it on Chrome and Firefox and the same problem.
I also added the shortcode [display_post] but nothing happened.
Here is a sample post:
https://lamsocialclub.com/a-latino-night-at-sfmoma/
I have also added screenshots of the admin edit post page:
https://lamsocialclub.com/wp-content/uploads/2012/08/Screen-Shot-2012-09-01-at-7.01.19-AM.png
https://lamsocialclub.com/wp-content/uploads/2012/08/Screen-Shot-2012-09-01-at-7.01.14-AM.png
I tried looking at the error console of firefox but I did not find anything.
The mp3 files seem to work.
As you can tell on the archive page: https://lamsocialclub.com/category/podcasts/
All players show up except for the mp4.
Thank you,
GiovanniForum: Plugins
In reply to: [Confirm User Registration] [Plugin: Confirm User Registration] BuddyPress?Hi nix255.
I ended up using bp-registration-options.php and added this code:
[ Moderator note: Instead of using blockquoute, wrap code in the backtick character or use the code button. It makes the code readable. ]
// BP Profile Info $query = "SELECT value FROM ".$wpdb->prefix."bp_xprofile_data WHERE user_id = ".$user_id." AND field_id = "; //Location $locquery = $query. "'3'"; $temp_location = $wpdb->get_var($locquery); $bp_location = bp_unserialize_profile_field( $temp_location ); //Ethnicity $ethnicity = $query. "'21'"; $bp_ethnicity = $wpdb->get_var($ethnicity); //Country of Birth $country = $query. "'34'"; $bp_country = $wpdb->get_var($country); //Education Level $eduquery = $query. "'278'"; $bp_education = $wpdb->get_var($eduquery); //Industry $industry = $query. "'291'"; $bp_industry = $wpdb->get_var($industry); //Job title $jobtitle = $query. "'290'"; $bp_jobtitle = $wpdb->get_var($jobtitle); //Company $company = $query. "'289'"; $bp_company = $wpdb->get_var($company); //University $university = $query. "'288'"; $bp_university = $wpdb->get_var($university); //Major $major = $query. "'425'"; $bp_major = $wpdb->get_var($major); //Graduate School $grad = $query. "'424'"; $bp_grad = $wpdb->get_var($grad); //Field of Study $fieldstudy = $query. "'426'"; $bp_fieldstudy = $wpdb->get_var($fieldstudy); //Salary Level $salquery = $query. "'319'"; $bp_salary = $wpdb->get_var($salquery); //Marital Status $mstatus = $query. "'417'"; $bp_mstatus = $wpdb->get_var($mstatus); //Birthday [NEEDS WORKS] <<<<<<<<<*************************************** $bdayquery = $query. "'326'"; $tempbday = $wpdb->get_var($bdayquery); $bp_bday = date('m/d/Y',$tempbday); $dateBday = date('Y-m-d',$tempbday); list($year,$month,$day) = explode("-",$dateBday); $year_diff = date("Y") - $year; $month_diff = date("m") - $month; $day_diff = date("d") - $day; if ($month_diff < 0) $year_diff--; elseif (($month_diff==0) && ($day_diff < 0)) $year_diff--; $bp_age = $year_diff; ?> <tr style="background:<?php echo $bgc;?> !important;"> <td valign="top"><?php //echo $user_id; ?><input type="checkbox" id="bp_member_check" name="bp_member_check[]" value="<?php echo $user_id; ?>" /></td> <td valign="top"><a>"><?php echo $userpic?></a></td> <td valign="top"><strong><a>"><?php echo $username?></a></strong></td> <?php if ($groups!=""){ ?> <!-- <td valign="top"> <?php $db_result = $wpdb->get_results( "select a.id,a.name from ".$iprefix."bp_groups a, ".$iprefix."bp_groups_members b where a.id=b.group_id and b.user_id=$user_id and a.id in (".$groups.") and a.status in ('semi','private') and b.is_confirmed=0" ); if ( count( $db_result ) > 0 ) { foreach( $db_result as $the_db_result ) { $group_id = $the_db_result->id; $group_name = $the_db_result->name; ?> [<input checked="checked" type="radio" name="usergroup_<?php echo $user_id; ?>_<?php echo $group_id; ?>" value="approve" />Approve<input type="radio" name="usergroup_<?php echo $user_id; ?>_<?php echo $group_id; ?>" value="deny" />Deny<input type="radio" name="usergroup_<?php echo $user_id; ?>_<?php echo $group_id; ?>" value="ban" />Ban] <strong><?php echo $group_name; ?></strong> <?php } } else { echo "N/A"; } ?> </td> --> <?php } ?> <td align="top"> <?php $bp_out = "Location: " . $bp_location . "; " . $bp_ethnicity . "; " . $bp_country . ";"; $bp_out .= $bp_education . "; " . $bp_major . "; " . $bp_university . ";"; $bp_out .= $bp_grad . "; " . $bp_fieldstudy . ";"; $bp_out .= $bp_industry . "" . $bp_company . "/" . $bp_jobtitle . ""; $bp_out .= $bp_mstatus . "; " . $bp_salary . "; " . $bp_age . ""; echo $bp_out; ?> </td> <td valign="top"><a>"><?php echo $useremail;?></a></td> <td valign="top"><?php echo $userregistered;?></td> <td valign="top"> <table> <tr> <td valign="top"> <?php echo '<img src="https://api.hostip.info/flag.php?ip=' . $userip . '" / >' ?> </td> <td valign="top"> <?php $response = wp_remote_get( 'https://api.hostip.info/get_html.php?ip=' . $userip ); if(!is_wp_error( $response ) ) { $data = $response['body']; $data = str_replace("City:","City:",$data); $data = str_replace("IP:","IP:",$data); echo $data; } ?> </td> </tr> </table> </td> </tr> <?php } ?> </table> <input type="submit" name="Moderate" value="Approve" /> <input type="submit" name="Moderate" value="Deny" onclick="return confirm('Are you sure you want to deny and delete the checked memeber(s)?');" /> <input type="submit" name="Moderate" value="Ban" onclick="return confirm('Are you sure you want to ban and delete the checked memeber(s)?');" /> *If you Ban a member they will not receive an email. <?php }else{ echo "No new members to approve."; } } ?> </form>
Hope this helps.
Forum: Plugins
In reply to: [Invite Anyone] 403 Permission Denied with Invite Anyoneanyone? thank you!
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Category floating bar position not workingAnyone?
Does anyone know if anything new came out of this? Meaning, a new plugin that does something similar? Expected updates? etc.
Thank you.
Giovanni
Forum: Plugins
In reply to: [Confirm User Registration] [Plugin: Confirm User Registration] BuddyPress?Also, I wanted to display buddypress xprofile fields that people submitted in the “Pending registration” tab, any idea how to do that?
Thank you,
GiovanniForum: Plugins
In reply to: [Confirm User Registration] [Plugin: Confirm User Registration] BuddyPress?I just tested it with Buddypress and it works great!
Thank you Ralf for such a wonderful plugin. Do you have a blog in english? Tried reading your blog but it’s all in german. I’d love to learn what else you code.
Donation box?
Thank you.
GiovanniThat would be very cool.
BP Social from WMPU DEV https://premium.wpmudev.org/project/buddypress-social-theme/
Thanks Boone.