Search Results for 'wordpress'
-
AuthorSearch Results
-
October 25, 2011 at 2:18 am #122255
aces
ParticipantWell I’ve just done it ( https://buddypress.trac.wordpress.org/changeset/5227 ) and the issue seems to be fixed!
Unfortunately it means changing the lines in the `/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php` file
This edit will be overwritten when buddypress is upgraded, and buddypress may have further revisions to 1.5* before 1.6 (with the fix) hatches so take notes in case you have to re-do it!
Make sure you back everything up before trying the edit!
October 24, 2011 at 9:57 pm #122236In reply to: What is up with BuddyPress.org???
djoep
MemberOn a similar thread I was told that there was some sort of “retrofit” going on and that I should check the buddyPress demo site.
I checked the buddyPress demo site and there was absolutely no information regarding the buddyPress forum bugs. However, the thread I started got locked so I could not respond.
Might be worthwhile putting your comments over on the wordpress plugin forum for buddyPress so people know what they’re getting.October 24, 2011 at 8:48 pm #122234In reply to: Updated my BuddyPress and now nothing works
donnaamos
Memberthis is the htaccess.file I have not found the error logs yet. I did go through the wizard after installing.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPress
October 24, 2011 at 4:51 pm #122184djoep
Memberhmmm… I think I might consider a completely separate install under a sub domain or separate path so I could also experiment with a completely different set of plugins, wordpress versions (like 3.3 beta), as well as themes. I am not familiar with MU to know if you can have such independence, for example, having two versions of buddypress installed at the same time.
joeOctober 24, 2011 at 4:20 pm #122181modemlooper
Moderatorhttps://wordpress.org/extend/plugins/nkthemeswitch/
Allows admin to use a development theme on live site
October 24, 2011 at 10:40 am #123034Paul Wong-Gibbs
KeymasterI think we fixed this in https://buddypress.trac.wordpress.org/ticket/3621
October 24, 2011 at 10:38 am #123032In reply to: All activation emails going directly to SPAM folders
Paul Wong-Gibbs
KeymasterIt’s neither the fault of WordPress, BuddyPress or Welcome Pack that your emails are filtered into spam folders. I suggest changing the content of those emails so that email spam services are less likely to flag the email as spam. There may also be server configuration changes you could make to help.
October 23, 2011 at 11:10 pm #123021@mercime
ParticipantDownload BuddyPress https://buddypress.org/download/ and save to hard drive.
Unzip folder and drag buddypress folder to wp-content/plugins/ in XAMPOctober 23, 2011 at 10:19 pm #122905In reply to: [Resolved] Member redirect loop
Lee Rickler
MemberResolved –
The problem was that I had added `define(‘BP_DEFAULT_COMPONENT’, ‘messages’);` to the wp-config file.
Found to be a bug and added to trac:
https://buddypress.trac.wordpress.org/ticket/3707October 23, 2011 at 4:23 pm #122908@mercime
ParticipantDeactivate BuddyPress. You have to resolve pretty permalinks issue before activating BuddyPress.
There’s a good post in WP.org to help resolve permalinks in WAMP at https://wordpress.org/support/topic/how-to-change-permalinks-under-wamp
If that doesn’t do it for you, please post in https://wordpress.org/support/forum/installationOctober 23, 2011 at 12:22 pm #122898mmln
MemberAfter correcting the .htaccess as below it worked
# BEGIN WordPress
RewriteEngine On
RewriteBase /abc/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /abc/index.php [L]# END WordPress
October 23, 2011 at 9:10 am #122890In reply to: Username / Display name problem
Paul Wong-Gibbs
KeymasterIf you think you’ve found a bug, and ideally can recreate it on a clean test install, please please report it to us on http://buddypress.trac.WordPress.org if it isn’t already.
October 23, 2011 at 6:13 am #122459In reply to: [Resolved] Compatibility issue with Mammoth Theme
@mercime
Participant== I have already done step 4 but nothing changed in apperiance of my theme..==
First, do not disable BP Template Pack CSS. Also, the link I posted above in #4 for styles to add to your style.css file was wrong and corrected now to https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/Re: image attached. Some minor tweaks you could add to your style.css
`span.activity, div#message p {
background: #202020 none !important;
}
div.item-list-tabs {
background: #202020 none !important;
}
div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
background-color: #cccccc !important;
}
div#subnav.item-list-tabs {
background: #cccccc none !important;
margin: -22px -19px 15px !important;
}`
Note: there are a lot of !important declarations there to override bp.css enqueued after your stylesheet.== Btw ajax/js of my buddypress doesnt load anything ==
Make sure you didn’t disable the BP Template Pack JS/Ajax, i.e. no check marks on this page https://mercime.files.wordpress.com/2011/10/2011-09.gifOctober 23, 2011 at 12:02 am #122836modemlooper
ModeratorDeactivate BuddyPress template pack if you are using a child theme and not a WordPress theme you want to add BuddyPress support to.
October 22, 2011 at 12:40 pm #123358In reply to: My buddypress activity on facebook.
gopi4nath
MemberHi all
I used buddypress locally for creating small social network in that part i use openinviter plugin for importing contacts from other email providers like facebook, gmail,twitter and orkut. But it works only to gmail remaining i got an error like in the following….
Login failed. Please check the email and password you have provided and try again later
Login failed. Please check the email and password you have provided and try again later
You do not have any contacts that you can invite!can anybody give suggestion……………….
I used :
Wordpress version
.2.1buddypress version: 1.5
openinviter pulgin version :1.7
October 22, 2011 at 10:09 am #123353In reply to: new install activate error php fatal error
Paul Wong-Gibbs
KeymasterSee https://buddypress.trac.wordpress.org/ticket/3682

If it only popped up once after completing the installation wizard, it seems to be harmless.
October 21, 2011 at 11:24 pm #123201Paul Wong-Gibbs
KeymasterYou might get better luck with this on the WordPress.org forums, since you’ve identified the problem is with your WordPress permalinks.
October 21, 2011 at 11:22 pm #123200In reply to: Pages won’t show
Paul Wong-Gibbs
KeymasterI assume you mean your regular WordPress posts’ content? I’m not sure, I haven’t seen this before. At least part of your site is working, e.g. http://www.passiveincomeformula.net/members/adrien/
It’s probably not directly related to BuddyPress, rather a theme configuration issue or a conflict with another plugin. Which plugins are you running?
October 21, 2011 at 8:11 pm #123328In reply to: Group forums won’t uninstall
zatmando
MemberHave you found a solution for this issue?
I am currently experiencing the same thing. I turned off all plugins, using the default theme, running current version of Buddypress and wordpress.
October 21, 2011 at 5:55 pm #123325In reply to: Buddypress Profile privacy for non-friends
jsigned
MemberSo a little bit more searching found this:
https://buddypress.trac.wordpress.org/ticket/1995
Which has had no attention for 17 months until cnorris23 jumped on board 3 days ago.and this
https://buddypress.trac.wordpress.org/ticket/3695
which has some attention and actual code by cnorris23. You go guy!I just don’t understand why this critical functionality has had no attention. Hopefully cnorris23 will make some progress.
October 21, 2011 at 5:03 pm #123318In reply to: Moving Root from Subdomain to Root Domain
@mercime
ParticipantWhat I’m getting from your post is that you have separate single WP installations in 3 physical subdomains domain1.site.com, domain2.site.com, and domain3.site.com and now you want to move the installation of domain1.site.com to domain root site.com.
If this is the case, then:
https://codex.wordpress.org/Moving_WordPress
https://codex.wordpress.org/Changing_The_Site_URLIf you mean differently, then please post your question with more specifics at
https://wordpress.org/support/forum/multisiteOctober 21, 2011 at 3:42 am #123244In reply to: [Resolved] Compatibility issue with Mammoth Theme
@mercime
Participant1. Just to be sure we have a clean slate,
– if you’ve only revised activity/index.php, then upload a clean copy of activity/index.php from this page https://buddypress.trac.wordpress.org/browser/tags/1.5.1/bp-themes/bp-default/activity/index.php
– If you’ve revised some other files already, deactivate BP Template pack plugin. Then delete the 6 folders transferred to your mammoth theme folder in server – activity, blogs, forums, groups, members, and registration. Then activate BP Template Pack and run Appearance > BP Compatibility again to the end. Fresh BP template pack folders will then be transferred to your mammoth theme folder.2. Open up mammoth theme’s header.php and Save As header-buddypress.php in mammoth theme folder. Open up header-buddypress.php and add the following at the very bottom of the file:
``3. Create a new file in your mammoth theme folder named sidebar-buddypress.php and add the following within:
``
4. Finally, you might want to tweak the default BP styles enqueued by BP Template Pack – check out some basic tweaks in this page
October 21, 2011 at 2:12 am #122574In reply to: Help with domains registration
@mercime
ParticipantOctober 20, 2011 at 4:05 pm #122559In reply to: Customizing labels on register page
@mercime
ParticipantCopy over the register.php file from bp-default theme into your child theme folder following the directory structure of bp-default i.e. into buddypress-colours/registration/register.php
October 20, 2011 at 6:56 am #121885In reply to: Couple Thoughts
alanchrishughes
Participant@boonebgorges @modemlooper Maybe a better way to look at what I was suggesting is instead of “like facebook,” look at it more like giving users “mini blogs.” An idea might be to create a new tab isolating this specific type of activity so you can leave the existing activity tab as it is listing every single thing a user does with links to said activity. Then if site admins don’t want this facebook/mini blog style feature they can just remove the tab and focus on group/forum activity. Pulling in the WordPress WYSIWYG editor for the mini blogs would also be a nice feature to top it off. All just day dream ideas.
-
AuthorSearch Results