Search Results for 'questions'
-
Search Results
-
I’m trying to eliminate the long page sign up form to my site so the user can simply just register with a user name and then once they login, can they complete the profile questions I setup?
There is a fantastic thread discussing the future of BP. Within the thread, a few people were referenced whom I’d never seen post. In fact, if they had posted, I would never have known they were core developers or even had knowledge about BP. This got me thinking – if I was going to repair BP.org website – what changes would I make?
Insert
Andy, also asked that there not be endless lists of things wanting to be changed but an action plan. So, I’ve renamed this thread “Action Plan” with the goal of actually developing a plan of changes to the site. I’m sure that there are many people here with more talent but I’m not teaching over the next two months – and am trying to learn BP for my own website.Here is the quote from Andy:
If you hate the new site (I agree it’s a mess) then design some mockups, write some HTML wireframes, tell me how much it sucks and your plans to change it. Start a community discussion, but with the goal of a plan of action. I am more than willing to provide access to people who want to get stuck in, but endless forgotten lists of what needs to be improved will not change things.IMPORTANT
The list is created on WriteBoard.
http://123.writeboard.com/7555930eb348e12b5
Please add your thoughts into this thread.
—- old list —
Here are some thoughts – maybe you have others – but this is the order of priority (for me).
1. Add xprofile – options include “BP core developer,” “WP core developer,” “programmer,” “php expert,” “web designer,” “graphics designer,” “hobbyist,” … etc … Next, add something to the support forums so that we know how this person “self-describes” themselves. This would help us know if the person answering is taking a guess or has experience with the code.
2. Add pagination at the bottom of the first listing of support threads. I can’t tell you the number of times the bottom is reached – only to go back to the top to move to the next page. Ugh.
3. Add the ability to “easily” paste code into a support topic. The lack of posting code is annoying – to say the least.
4. Add the ability to quote a person. Again – there is an awesome plugin that can solve this issue.
5. Add the ability to post an image. There have been many times that a posted image would quickly clear things up….
6. An easily / available link to FAQs and documentation.
These top six would help me tremendously navigate the site, post my questions quickly, help others, and understand the person helping me actually has knowledge or is just learning too …
What would you change on this site to help BP succeed?
Do you have to have MPMU to run Buddypress ? I have had problems with the registration not working with just WP and Buddypress ?
Hello,
I’m New with Buddypress i want to merge friends Acrivity And Personal Activity in one page
first i removed the subnav “friends” and “personal” with this function
function bp_merge_friends_personal()
{
global $bp;
bp_core_remove_subnav_item($bp->activity->slug, ‘friends’);
bp_core_remove_subnav_item($bp->activity->slug, ‘just-me’);}
and every thing worked fine
i add new Sub Nav called ” wall “with this code
function bp_Add_Wall ()
{
global $bp;
$activity_link = $user_domain . $bp->activity->slug . ‘/’;
bp_core_new_subnav_item( array( ‘name’ => __( ‘Wall’ ), ‘slug’ => ‘wall’, ‘parent_url’ => $activity_link, ‘parent_slug’ => $bp->activity->slug, ‘screen_function’ => ‘bp_activity_wall’, ‘position’ => 10, ) );}
every thing worked fine i should write code for bp_activity_wall function to display the user activity and his friends in the same page like “Facebook”
when i clicked to the Wall link it return me to the man page
my questions is
how to add new template or page to that display these activities
or if there another solution to merge friends activity and personal activity in the same page
Regards
http://namoo.co.uk/groups/converters/forum/topic/tool-dokuwiki-to-bp-wiki-converter-doku2buddy/
First posted on the BP-Wiki site, but I figured the BuddyPress community as a whole might appreciate the awareness of this tool’s existence.During the past week or so, one of my project partners has been working on a conversion tool from DokuWiki to BP-Wiki. Please check it out:
http://code.google.com/p/doku2buddy/BP-Wiki plays a big part in our brand new, fully integrated website, so this conversion tool means a lot. Testing would be highly appreciated. If you have any questions about the tool, I’ll try bring the author in here.
Topic: Noob questions?
• Why when I log into buddypress.org am I automatically taken to my profile instead of either staying on the page I’m already viewing or taken to the front page? How can I change this?
• I have tried multiple time to upload an Avatar here at bp.org and always get this error msg.
“There was an error handling that image, please try again.”• I have stated I’m a wp/bp noob, my previous sites were forum or cms sites using phpbb3 or SMF, or joomla, so I am super frustrated with bp forums no bbcode, no preview, no easy way to add categories or subcategories? Here at bp.org how do I quote someone, or post an image , or post a link?
• How do I know if plugins will work with the latest version of BP 1.2.4.1 if the plug-in show (Requires: 2.9.1 BP 1.2)?
)
You’ll have to chase me out of town with torches and pitchforks. 


