Search Results for 'questions'
-
AuthorSearch Results
-
October 18, 2011 at 1:32 pm #122016
In reply to: A Few Questions About 1.6 Dev
Boone GorgesKeymasterSetting up a true development environment may take some time up front, but it saves enormous amounts of time in the long run. The simple fact that you can work locally instead of remotely is in itself an enormous time-saver. Add on top of that the fact that you will be avoiding unexpected site crashes, because everything will be tested ahead of time, and it’s a far more sane way to work
October 18, 2011 at 2:13 am #122172In reply to: A Few Questions About 1.6 Dev
kkradelParticipantGood thinking but also time intensive – I gave myself two weeks to get BuddyPress 1.2.10 and then 1.5 up and running and marketed on my site and three months later I’m still trying to get it working. I wish I had the time to set up a test environment.
October 17, 2011 at 7:37 pm #123259In reply to: A Few Questions About 1.6 Dev
Boone GorgesKeymasterGood thinking
October 17, 2011 at 7:30 pm #123257In reply to: A Few Questions About 1.6 Dev
kkradelParticipantThanks.
Seems that the 1.6 upgrade won’t be as tooth pulling as I had imagined it might be
In the meantime, I think that while my current setup is running ok, when I find some time I’ll set up a test environment for the new uprades – so as not to have a jumble for my users when the time comes.
October 17, 2011 at 6:35 pm #123253In reply to: A Few Questions About 1.6 Dev
Boone GorgesKeymaster> What are the differences and similarities as to how the buddybar and the WP adminbar are configured? What will be lost and what will be gained and how configurable will it be?
The BuddyBar will still be there, though it will be turned off by default in favor of the WP Admin Bar. (In BP 1.5, that’s reversed – you can enable the WP admin bar manually with
`define( ‘BP_USE_WP_ADMIN_BAR’, true );`
in wp-config.php.)BP’s WP Admin Bar implementation has:
– a logged-in user dropdown menu (links to logged-in user’s groups, activity, etc
– admin links for current group
– admin links for currently displayed user
– NotificationsThere is ‘Visit Random’ button in the current implementation, though it’s worth an enhancement request on http://trac.buddypress.org
In any case, it will be completely customizable. The BuddyBar is mostly hardcoded HTML. The WP Admin Bar is built using an easy-to-use API, making it far easier to customize to your liking. If you don’t like the search, it’s easy to remove. If you don’t like the appearance, it’s easy to modify with CSS.
> Does anyone know yet if BP 1.5 will run on WP 3.3?
It’s mostly fine. The WP Admin Bar, which changes a lot between 3.2 and 3.3, does not work all that well.
> Is there any way to create one nice big CSS for the whole BuddyPress shebang, so it won’t be so difficult to figure out the where, how, and why of formatting?
Most of bp-default’s CSS is in bp-themes/bp-default/_inc/css/default.css.
October 17, 2011 at 4:01 pm #121903In reply to: BP 1.5 – Paging, Permalinks, 404 anomaly
Lara SchenckMemberI am having the same issue paging through a category on a group home page. I’ll post any solutions if/when I find them.
And upvoted your post on StackOverflow and, hopefully you don’t mind, I posted it on WordPress StackExchange as well: http://wordpress.stackexchange.com/questions/31319/buddypress-paging-permalinks-404-page-2
October 11, 2011 at 11:58 pm #122288In reply to: Author’s questions on BuddyPress
WalidParticipantwell, I just met your post by chance and the word author attracted me to read it, as I’m myself a beginner writer, who have exactly the same combination as you describe, WordPress and buddypress
I can say all you want exactly can be done by buddypress, all that features you mentioned are built-in without any need for plugins, but for few options there is this plugin wanted:subscribe2 ( if you don’t have already )
subscribe to comments ( like in wordpres )for the theme, I may suggest the default theme which I use, or the new Frisco theme.
for media need, of course the new buddypress media or bp-Albumperhaps other friend can give you more details, have a nice day
October 11, 2011 at 9:16 pm #123076In reply to: After upgrade new members cannot sign up!
acesParticipantAre the emails in the spam or junk directories?
Some hosts need an extra plugin to work with wordpress mail, such as the one suggested on the following page: https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
I have used https://wordpress.org/extend/plugins/wp-mail-smtp/ which has a useful debugging feature….
October 9, 2011 at 10:40 am #123048In reply to: Questions about the Global Forum in bp1.5
Paul Wong-GibbsKeymasterbbPress (plugin) will see further integration in BuddyPress 1.6 & bbPress 2.1.
bbPress (plugin) should detect BuddyPress and support @ mention and activity stream integration. If those aren’t working for you, you’ll need to report a bug on the bbPress site.
October 8, 2011 at 1:32 am #122702In reply to: Not getting registration/activation email
acesParticipantIF wordpress isn’t sending any emails (ie they’re not in spam or junk folders) it may need an extra plugin – see https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
Or try https://wordpress.org/extend/plugins/wp-mail-smtp/ to help diagnose where the issue is and add some extra settings to fix it…October 6, 2011 at 9:05 pm #122622In reply to: How to manage users & their extended profiles?
Brian BowmanParticipantI’ve added extended fields per buddypress’s capabilities; however, they don’t show up in my registration process….any idea why not and what I need to do about it:
Here is a completed profile where someone actually went back into their EDIT PROFILE and finished adding all the data: http://www.localjobs.com/blog/members/jimtait/profile/
Yet, even then – not all the REQUIRED fields are showing up on EDIT mode.
And here is the URL to register…and you can see that just a small bit of those initial fields actually during a new registration process – and my REQUIRED fields don’t show up either: http://www.localjobs.com/blog/register
Any ideas what I’m doing wrong? I’m asking this here because I’m getting zero responses after 3 weeks in the HOW-TO section having asked the same questions and this can’t be that hard to answer….
Much thanks.
September 29, 2011 at 2:36 pm #121460christophermpMemberHey echoman,
I just stumbled across your questions through Google and thought I’d offer you a little help. Do you see in your Fatal error where it says “is_site_admin()”? That’s where your problem is. You will need to open the bp-album-core.php file, scroll down to line 305 where it says “is_site_admin()”, and replace the word “site” with the word “super”.
is_super-admin()
September 29, 2011 at 1:33 am #121431In reply to: Unable to Post New Topics to Forum
@mercimeParticipantPlease answer some troubleshooting questions posted
September 26, 2011 at 2:21 am #121105In reply to: BP and Multisite questions pre-install
lckitchenMemberThank you, I will test!
September 26, 2011 at 2:00 am #121102In reply to: BP and Multisite questions pre-install
r-a-yKeymasterTry this tutorial:
https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/Please test on a dev environment first!
Just so you’re aware, there are a few 1.5 bugs that have popped up regarding multisite installs:
https://buddypress.trac.wordpress.org/ticket/3602September 25, 2011 at 11:02 am #121019In reply to: Get image, title and blog-link
Paul Wong-GibbsKeymasterImage, title, and link of… what? Posts from your blog(s)? If so, that’s all standard WordPress theming and has nothing to do with BuddyPress making it any harder.
I think the first example at http://wordpress.stackexchange.com/questions/13020/display-thumbnail-only-on-the-very-first-post-in-the-loop will get you started!
September 24, 2011 at 7:41 pm #120950In reply to: 3 Questions PLEASE help
Mary JaneMemberNo, thanks you lol
September 24, 2011 at 5:58 pm #120922In reply to: 3 Questions PLEASE help
Paul Wong-GibbsKeymasterOk thanks
September 24, 2011 at 5:57 pm #120920In reply to: 3 Questions PLEASE help
Mary JaneMemberthe box is super small not like ive seen on othere sites
September 24, 2011 at 5:44 pm #120913In reply to: 3 Questions PLEASE help
Paul Wong-GibbsKeymasterI hope to check BP Labs soon. What’s the problem? Do you get a box appearing, or nothing?
September 16, 2011 at 7:57 pm #120198In reply to: Avatar Upload Problem During Registration
rbbp22MemberHi folks sorry, coming back to this after a while.
I submitted my findings/questions to bp trac. They say that avatar upload during registration is going to be discontinued in bp 1.5 default theme. So, it may be a good idea to think about doing avatars after registration.
Personally, I can see their thinking.
1) Why let people who aren’t yet committed users get access to your file system?
2) registration is really complicated by the fact that you don’t yet know the user’s user id.Still, I may be looking at this some more …
September 14, 2011 at 11:46 pm #120090In reply to: 3 Questions PLEASE help
Boone GorgesKeymaster2 – You would have to write some javascript that does the refreshing. I don’t know of any ready-made implementations.
3 – There’s no automatic way to filter these out in BuddyPress at the moment. You could write a function that would take them out of $activities_template when hooked to bp_has_activites.
September 14, 2011 at 8:05 pm #120081In reply to: 3 Questions PLEASE help
Mary JaneMemberBUMP
September 13, 2011 at 7:32 pm #119993In reply to: My buddypress site: yeah! Hackney
ApposlParticipantYour site is unbelievably awesome. I have two questions I really hope you can help me with.
How can I add a social bit like you did in the upper right? Like, Tweet, +1? I’d almost rather the LinkedIn share instead of Tweet but whatever, what you have there would fit my site perfectly!
Also…your login box and Facebook compatibility? Is that a widget or custom? It’s beautiful and perfect.
September 13, 2011 at 6:51 am #119958In reply to: Questions about upcoming 1.5 version
Paul Wong-GibbsKeymasterThere’s no end difference between installing and upgrading. Existing child themes should continue to work, as should those guidelines on the codex. It’s possible someone updated the codex incorrectly, or for an earlier beta version where we fiddled with child theme style sheets a bit (and then added more compatibility code in). Feel free to update the instructions; log in to wp-admin on the codex site and find/edit the Page.
-
AuthorSearch Results