Search Results for 'wordpress'
-
Search Results
-
Topic: Time When User was Active
The time when the user was last active not always match on members page and user profile page (for example it can say active 8 hours ago on profile and active 15 minutes ago on members page).
Also when I look at the website from different computers times when user was active don’t much for the same user.Also sometimes user’s avatar doesn’t display on the members Directory and members count (next to “All Members” is wrong.
Another issue: Some user never got an activation e-mail.
My website:
WordPress 3.5.1
BuddyPress 1.4.1Hi!
I need help finishing a Buddypress site. I am a fairly experienced php/wordpress developer but this is the first time using Buddypress and I need help finalizing some of the more advanced features.
http://vettingzoo.definitionad.com/
Setup:
(Most plugins are up-to-date by todays date 4/3/2013)– WordPress 3.5.1
– Buddypress 1.6.5
– BP Media Plugin 2.7.5
– BP Media Kaltura Add0on 2.0
– GEO My WP 1.7.1
– BP User Account Type PRO 1.0.3.1
– Custom designed Buddypress themeThe site is essentially a Job/Service directory site a la “Angie’s List”. The twist is that users can send vendors questions and Vendors, in turn, reply with video replies to the user. If a user wants to proceed with hiring the vendor, they “vet” them which is like making a friendship connection that can then be displayed to other users. The more “vets” a vendor has, the more you should be able to trust them. There is no reviews on this site.
Using BP User Account Type PRO, I created two types of users, regular users and vendors. I then used GEO My WP with Buddypress integration to allow users to search for vendors by zip code/category.
Need:
1. Ability for users to “vet” (make connection) with a vendor and then have the ability (via a function) to pull how many times a vendor has been “vetted”. Ideally, this is its own separate function than “friends” but if the quickest way is to re-purpose “friends” then I’m fine with that as long as we can restrict it to only friending/vetting vendors since that’s the important part. Users shouldn’t be able to “vet” other users. The vet button should display on the vendor profile page but ideally, this is built in a way where I can call a function and plug in the “vet” button into other templates.
2. I need to modify Buddypress private messages to be able to include videos. Right now, it only allows for plain text messages. The idea is that if a user poses a question to a vendor that requires specific and personal answers, it should go only directly to that person as oppose to just posting a video on that vendor’s profile. Keep in mind, videos are being posted using Buddypress Media plugin and we purchased and installed the Kaltura add-on to make sure vendors can upload any video type and have it convert to the right type.
Goal:
I am looking for the main features/functionality to be developed, any css/styling/design that needs to be done, I will take care of.
Budget:
Looking to keep development cost between $300-500 but I’m flexible. Hopefully a skilled Buddypress developer won’t find these additions too challenging.
Contact Info:
xavier@xcast3d.com
I check my e-mail frequently and generally reply quickly.Payment:
PayPal.Timeline:
Within a few days would be nice.Thank you for reading this.
Topic: WooTumblog for buddypress
Goodday everyone,
i we appreciate it if any expert here can share his opinion on this issue.i hire a freelancer to integrate the WooTumblog tumblr style posting to my buddypress site front-end but after wrestling with it for about 3 day he suddenly giveup and told me there is no solution for it. this happen when i hire another developer. what is going on here? is it true that is not really possible?
sorry for my bad English.
latest version of wordpress
buddypress 1.7so i’ve opened a folder in themes named it “silver” added new file style.css and copied the following
/*
Theme Name: silver
template: bp-default
Author: tali
Description:lets start
Version: 1.0
Tags: buddypress, two-column, grey, dark*/
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
body{
background-color:red;
}the silver theme was activated but the body color did’nt change:(
after reading all the similar threads on this subject i added a file functions.php
and the code is:
if ( !function_exists( 'bp_dtheme_enqueue_styles' ) ) :
function bp_dtheme_enqueue_styles() {
// Bump this when changes are made to bust cache
$version = '1.0';
// Register our main stylesheet
wp_register_style( 'silver', get_stylesheet_directory_uri() . '/style.css', array(), $version );
// Enqueue our main stylesheet
wp_enqueue_style( 'silver' );
}
add_action( 'wp_print_styles', 'bp_dtheme_enqueue_styles' );
endif;still nothing:(
what am i doing wrong?
how to change styles?Hey guys! I’ve been putting together a site for the past few months, it’s using multiple plugins, but they are all disabled other than:
bbPress
Buddy Press
Buddy Press Template Pack
Wordpress HttpsA while back, everything was working fine. I felt as though I was ready to submit the site to the client when I went through one more walk through and discovered that bbpress would no longer allow any user type to post in the forums and gives me the error when ever attempting to post a reply or topic “Are you sure you want to do that?”. I haven’t done anything with in the bbpress installation to cause this and I haven’t modified any user roles. I was thinking that I would probablly be better off removing bbpress and reinstalling it but I also am aware that this can sometimes cause an even bigger nightmare.