Search Results for 'wordpress'
-
AuthorSearch Results
-
March 3, 2012 at 6:54 am #130787
In reply to: Logging Bugs
John James Jacoby
KeymasterThis is what I see when I am logged out of trac, which is what I suspect you’re seeing.

What do you see after clicking the “Login” link in the upper right corner? You should get an alert that pops up and prompts you to login. If so, use your WordPress.org/BuddyPress.org/bbPress.org username and password. You should be good to go from there.
March 3, 2012 at 2:29 am #130777@mercime
Participant@mosaicrob You will change 16 template files within the 6 BP folders transferred to your insignio theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
``March 3, 2012 at 1:46 am #130775In reply to: My Account Link
@mercime
ParticipantDo you mean something like this https://wordpress.org/extend/plugins/buddypress-profile-menu/screenshots/
March 3, 2012 at 1:22 am #130774In reply to: need rich media solution
@mercime
ParticipantBP Album, free, https://wordpress.org/extend/plugins/bp-album/ has photos and the BP Media beta version will also support audio files, embedded videos, embedded images, and much, much more.
BP Gallery, premium, http://buddydev.com/plugins/bp-gallery/ audio, video, images for individual users and/or groups
March 2, 2012 at 8:37 pm #130769In reply to: [Resolved] Profile Privacy and Directory Browsing
David Carson
ParticipantI am not saying to jump the gun and make every single Profile field either view-able or not depending on friendship. Just a simple choice to display or not to display your profile to people you are not friends with.
Have you checked out the trunk for BP 1.6 lately? https://buddypress.trac.wordpress.org/browser/trunk
You’ll be pleasantly surprised. See https://buddypress.trac.wordpress.org/changeset/5789 for example.
all members should have to be logged first before even given the option to view another members profile, maybe a landing page integration built into BuddyPress core that redirects any visitor the the landing page when attempting to view any post or page on the site.
That’s different and already possible with a couple lines of code.
March 2, 2012 at 8:14 pm #130766rubaduck
MemberHi,
I’m after basically some links on front page eg: docs, links, news, volunteers
then when a registered user logs in, buddypress kicks in and the registered user wont see any of the above listed links but new ones, such as friends, groups, docs, forums etc.
thanks for the reply though.
March 2, 2012 at 8:09 pm #1307659087877
InactiveAre you talking about a landing page? Check out my social network http://www.snaplist.net23.net if what I have done with my site is what your trying to achieve let me know and I will assist you.
March 2, 2012 at 3:42 pm #130757In reply to: I need a plugin to make everyone friends
Prince Abiola Ogundipe
Participant@cwhittl, not sure if this is what you looking for , but have a look at https://wordpress.org/extend/plugins/bp-automatic-friends/
regards
March 1, 2012 at 7:53 pm #130721mosaicrob
MemberHi @mercime
I’m using this theme: http://themeforest.net/item/insignio-flip-portfolio-wordpress-theme/full_screen_preview/1033674
Here is my install:
http://irsu.co/thegreatestgiftI just checked the code and it is pasted correctly. I can email it to you if helpful.
Thanks for using your knowledge to empower.
March 1, 2012 at 5:32 pm #130710@mercime
Participantheyshamsw You will need to change 16 template files within the 6 BP folders transferred to your thematic child theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`<?php
// calling the header.php
get_header();
// action hook for placing content above #container
thematic_abovecontainer();
?><?php
// calling the widget area ‘page-top’
get_sidebar(‘page-top’);
the_post();
thematic_abovepost();
?>`March 1, 2012 at 5:20 pm #130709markstone417@gmail.com
MemberSo are you guys going to address this issue? I have the same problem on a clean install of wordpress and buddypress with no additional plugins active and have tried several themes. My site is http://www.websitesthatkickass,com/patrick/
March 1, 2012 at 4:01 pm #1307039087877
InactiveMore than likely it is a plugin. Try disabling each plugin one by one and keep registering and trying the activation until you narrow it down to the culprit. I had the same issue once and the culprit was the “Disable WordPress Updates 1.2 plugin.”
March 1, 2012 at 7:08 am #130689In reply to: Sudden BBconfig issues
Paul Wong-Gibbs
KeymasterIf the pages loose their mapping, something’s been deleted or corrupted in the database. It could be a bug in BP (unlikely as I’ve not heard of anything similar), but I would guess more likely to been corrupted in the database or removed (accidentally or otherwise).
If your “backup” is still the hacked version, I hope you found how they got in. If you haven’t, you’re basically still hacked.
If your host thinks they have found a vulnerability in BP, please don’t discuss that aspect here, and send details to security@WordPress.org asap.
February 29, 2012 at 7:21 pm #130666In reply to: Feedback and help on my BP site
richardpd
MemberHi yadigit
Many thanks for your reply.
I’m afraid I do not know the Avatar upload is controlled.
I have no special plugins.
The 2 plugins I use are BuddyPress template pack and bbpress plugin.
The avatar control is probably through those (except WordPress always has had avatar control so possibly it is inbuilt from my WP theme?).
I don’t know exactly as I am so new to BuddyPress!-sorry…I am more concerned still about my BP site functionality and have several questions on that eg
1.How do I create a forum topic?2. Why is settings>general returning a blank browser page?
In short how do I use BuddyPress and what can I do with it on my site given that I mainly want to use it as a forum?
I am grateful for more helpful replies, comments and feedback-thanks
February 29, 2012 at 10:51 am #130646@mercime
Participant@heyshamsw we can only try our best to resolve such issues.
So what method did you try to use to make your theme compatible with BuddyPress, the first method which changes 16 template files or the second method with the xxx-buddypress.php files? https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
To help you evaluate which method is good for your WP theme, open up your theme’s header.php, copy code, paste code in pastebin.com, click submit, and post the generated pastebin.com uri here. Do the same thing for index.php, page.php, sidebar.php and footer.php.
Site URI with said thematic child theme would be helpful as well.
February 29, 2012 at 10:35 am #130644@mercime
ParticipantOk, I didn’t see that sidebar with the analog clock earlier on the registration page.
You will need to change 16 template files within the 6 BP folders transferred to your weaver theme in server during the compatibility process.
If you’ve changed any of the BP template files in your theme folder, replace all of them by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
``with
`<div id="post-” class=”hentry”>`February 29, 2012 at 7:31 am #130640Paul Wong-Gibbs
KeymasterBy default, BP has only that ‘name’ profile field. All BuddyPress profile fields are separate and distinct from any field in the WP user profile. For example, creating a field in BP called ‘biography’ won’t have any link or relation to the WP profile field of the same name.
The “profile syncing” option in BP, I believe, only tries to take your BP profile field ‘Name’, and separating on a space, populate WP profile’s First name, Last name, and Display Name fields.
February 29, 2012 at 12:36 am #130627In reply to: Buddypress Activation Email
deedles916
MemberI am having the same issue. WordPress 3.3.1 and BuddyPress 1.5.4
Added the custom code from above to the functions.php – did not help. Cannot get the activation email to get sent and I have tried 15 different REAL email accounts including comcast.net, verizon.net and yahoo.net.
After Registration… it lands me on the Registration Complete message… tells me an activation email is waiting for me. But also have the Gravatar Upload available. If I try to upload anything, it just bumps me out, because I have NOT activated yet.
I am STUMPED! I will try deactivating ALL plugins but I am down to the bare bones now.
Someone please help… I am weeks over due and I thought I was just about ready to launch… now this!
Thanks!
February 28, 2012 at 10:51 pm #130624In reply to: Buddypress DB queries
modemlooper
ModeratorUse a cache plugin
Paul Wong-Gibbs
KeymasterIf you don’t want to use multisite, the only other way is to use a single blog, and set each user up as Author role (so they can only edit and publish their own posters). Look at how something like Automattic’s P2 theme works (bpdevel.wordpress.com for an example).
February 28, 2012 at 10:14 pm #130621kuching
Participantis this the issue I’m experiencing?
https://buddypress.trac.wordpress.org/ticket/3725
looks like fixed in 1.6, is it?
February 28, 2012 at 3:13 pm #130588In reply to: [Resolved] Activate and Register Page Setup
erica34
MemberHello sorry to hear you are having the same problem. Are you talking about if you sign out of WordPress? I have never even seen the register page for buddypress. Its not the same as signing up for WordPress is it?
February 28, 2012 at 9:33 am #130576In reply to: Caps Look in the username field
@ChrisClayton
Participant@BlinkyBill01 – You can see the changes that will be in 1.6 here, https://buddypress.trac.wordpress.org/changeset/5443
the red markings is what was removed and the green is what was added,
to find it in the future, it’s usually linked to by a core dev before the ticket becomes closed,
https://buddypress.trac.wordpress.org/ticket/2207#comment:22…and for anyone thinking of using it on their site for a quick-fix, please note that it’s still in beta and being tested and not guaranteed to work… (theirs a reason it doesn’t get pushed out to live sites automatically)
Since it isn’t a critical bug but an enhancement i’d recommend waiting afew weeks until it’s out officially.
edit: ohhh, right. We are at version 1.5.4 you can see them here – https://buddypress.org/blog/
February 28, 2012 at 7:06 am #130568In reply to: New Blog URL on multisite
Paul Wong-Gibbs
KeymasterIf the URL shows correctly on the sites/create page, but not on the /reigster page, that could be a bug in BuddyPress. Please would you report it to https://buddypress.trac.WordPress.org; you can use your username and password from this site. Thanks
February 28, 2012 at 4:08 am #130564In reply to: Is buddy press compatible with WordPress 3.3.1?
@mercime
ParticipantBP 1.5.4 is compatible with WP 3.3.1
Blank pages – https://codex.buddypress.org/troubleshooting/blank-pages/
-
AuthorSearch Results
