Search Results for 'wordpress'
-
AuthorSearch Results
-
January 16, 2012 at 8:42 pm #128082
KAIROS_Canada
MemberHi.
Resolved the problem.
Wasn’t enough memory assigned in my php.ini.
My host doubled it to 128 mb.That took a long time to figure out….
NIk
January 16, 2012 at 6:30 pm #128078@mercime
ParticipantDid you install any other plugin after you resolved the issues with genesis ? Just to be sure, try to deactivate your plugins folder via FTP/cpanel by renaming the folder to e.g. wp-content/plugins-xxx
Rename the folder back to wp-content/plugins after you access wp-admin.
January 16, 2012 at 4:38 pm #128068KAIROS_Canada
MemberHello.
I seem to be back to squar one this morning.
When I login to WordPress I am taken to my website’s homepage with the BuddyPress toolbar at the top.
When I click on ‘Dashboard’ i get a completely blank page at http://www.kairoscanada.org/wp-admin/.Not good.
I can’t access my admin at all.
Nik
January 16, 2012 at 3:54 pm #128067miguelcortereal
ParticipantForgot to say what I’m using:
Wordpress 3.3.1
Buddypress 1.5.3.1 with default theme
bbpress 2.0.2
GD Attachments 1.5.3January 16, 2012 at 2:52 pm #128066aces
ParticipantThe latest buddypress ( with bp-default theme ) can use the default wordpress menu, which is under appearance section of admin.
Some web hosting requires an extra plugin for email. https://wordpress.org/extend/plugins/wp-mail-smtp/ has a useful feature that displays debugging information when sending a test email. Another plugin is suggested in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
January 15, 2012 at 10:10 pm #128009In reply to: “create account” link going to page not found
@mercime
ParticipantIf you installed WP/BP in directory http://yoursite.com/wordpress/ and if you have enabled registration and BuddyPress is activated, the link to create an account goes to http://yoursite.com/wordpress/register by default. The only way to have http://yoursite.com/register is if you installed WP/BP at domain root.
January 15, 2012 at 10:04 pm #128008In reply to: Using BuddyPress for a Running Team?
Julian
MemberI will be surprised if GoDaddy cooperates with BuddyPress at all. I am currently working on another WordPress site that moves like molasses with GoDaddy. Fortunately for them their hosting/domain expires in a month so they can easily change hosting providers. In the case of where I am planning to install BuddyPress it looks like they have a long time left until GoDaddy ends. I probably will have to figure out other solutions to optimize WordPress and BuddyPress if it’s real slow.
Thanks for the advice about building a child theme!
January 15, 2012 at 9:11 pm #128003In reply to: “create account” link going to page not found
fridaynighthalo
MemberWP and BP are most recent versions. WP is installed in a directory named wordpress. When I look at the register page from dashboard>pages it shows the link as being “/register”. This is happening with the default theme.
I am thinking about removing and reinstalling BP. Maybe it was something I did?
January 15, 2012 at 8:47 pm #128002In reply to: Buddypress Klout released – enjoy :P
CJ Kruger
ParticipantFinally got my line sorted then battled for 2 days because I didnt know the wp svn was case sensitive..
Anyways, Ive added some screen shots and the plugin is sorted, would love some feed-back or feature requests.
Ps: Buddypress isnt on Klout so I used the WordPress one instead for the group scores

January 15, 2012 at 12:47 pm #127993In reply to: [SOLVED] – BuddyPress on IIS 6 fails to load page
@mercime
ParticipantThe part about the Installation Wizard is in the plugin’s readme.txt as seen in https://wordpress.org/extend/plugins/buddypress/installation/ as well in BP Codex https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
January 14, 2012 at 11:52 pm #127989In reply to: Internal Server Error after Upgrade to 1.5.3.1
marnixbras
Participant1 I disabled all WordPress plugins (not very graceful) by renaming the “plugins” folder in wp-content to “~plugins”
2 going back to the plugin area in the wp-admin give the message that all your plugins are gone, and therfore deactivated
3 I renamed my plugin folder ‘~plugins’ back to ‘plugins’ and all my plugins showed up in my admin again, deactivated.
4 Activating them one by one gave me a 500 error again by activating “Group E-mail Subscription” https://wordpress.org/extend/plugins/buddypress-group-email-subscription/
5 repating the proces, but skipping the “Group E-mail Subscription” gave me a up-to-date BP, I have to find a other solution to email my groups… (any ideas?)January 14, 2012 at 10:53 pm #127986In reply to: BP Theme Compatibility – Step Three Help
@mercime
ParticipantIn your situation where you mentioned you didn’t change the BP template files at all, you can’t hook into div#content as your theme already has it – the one which renders grey background between your content and sidebar. You could hook into `div.padder` and add this to your stylsheet:
`div.padder {
background-color: #fff;
padding: 20px;
}`BuddyPress generates body classes for each component/specific BP pages. Check out body classes generated https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-core/bp-core-template.php#L1482
January 14, 2012 at 9:00 pm #127984In reply to: How to disable Group Activity updates?
@mercime
ParticipantIf your BP theme or bp-default child theme doesn’t have one yet, copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/groups/single/activity.php to your theme folder following the directory structure, i.e. yourthemefolder/groups/single/
Open up activity.php file and delete the following lines:
``
Save.
January 14, 2012 at 8:45 pm #127983In reply to: Increasing the Activity Steam limit?
@mercime
ParticipantIf it’s not in your theme or child theme folder, copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/activity/activity-loop.php following the directory structure i.e. yourthemefolder/activity/activity-loop.php
Open up activity-loop.php and replace:
“with
“replace 10 with higher or lower number.
January 14, 2012 at 9:40 am #127973In reply to: “create account” link going to page not found
@mercime
ParticipantWP/BP versions? Is WP installed in domain root or in subdirectory named wordpress?
Are you using custom BP theme or is this also happening when you switch to bp-default theme?
January 13, 2012 at 8:00 pm #127957KAIROS_Canada
MemberOK.
I have it running.I had to enable ‘Show adminbar on the homepage’ in GenesisConnect Settings.
This displayed the BuddyPress admin bar at the top of my homepage where I was being redirected on logging in. *Then* I was able to use the BuddyPress admin bar to log in to WordPress.This was very confusing.
I kept expecting to go straight to the old WordPress admin area after logging in.
January 13, 2012 at 7:10 pm #127955@mercime
Participant== If you choose Sitewide Forum as your forum option, you do not get a menu link to your forum. ==
You create one in custom menu. What theme are you using?.== If I select to install Sitewide Forums for Buddypress, it presents a popup window to install bbPress as a plugin in wordpress. ==
That’s the way it’s done.Have you read this: https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
January 13, 2012 at 6:05 pm #127952ewhisper
MemberAfter further thought; it can’t be the .htaccess.
The URLs are not being redirected- they are where I want to go.
It’s the content that’s incorrect; which seems that it’s one of the buddypress options to ‘select page’ to show the content on; however, I’ve delected the page, created a new one, etc in trying to get this to work – it’s a buddypress/wordpress issue – not an .htaccess one.
January 13, 2012 at 4:41 pm #127944@mercime
ParticipantCustomizations in one theme will not work in another theme, whether it be a WordPress theme or a BuddyPress one. It’s not chaos, it’s just a part of reality that anyone who has installed a basic WP site without BP would know.
If you’re going to develop a community with BP, you’d have to learn how to cope with the changes in code. Not to put you off BP or anything, but have you tried https://wordpress.org/extend/plugins/wp-symposium/ ?
January 13, 2012 at 4:21 pm #127942KAIROS_Canada
MemberI thought that this was likely the answer:
http://www.studiopress.com/plugins/genesis-connectSpecial plugin from StudioPress ($50) to run with BuddyPress if you’re running the Genesis Framework.
Still have the same problem.
Have posted prob to StudioPress forum and they are currently responding.January 13, 2012 at 2:45 pm #127937KAIROS_Canada
MemberHi Mercime.
Genesis is the theme I’ve had running for six months since I first launched kairoscanada.org.
I’ll check in at StudioPress (who make Genesis) re. problems installing BuddyPress.
They’ve been good in providing support.
Will let forum know if they have any answers.Thanks for the tips.
NIk
January 13, 2012 at 2:07 pm #127934In reply to: Permalink Problem?
geogruven
MemberThanks for your help Paul and Brian… here’s my htaccess:
‘
#
# Server root folder www .htaccess
# This file provides server security limiting access to the localhost only.
# Comment next four lines to deactivate. (Allows external access)
#
#Order Deny,Allow
#Deny from all
#Allow from 127.0.0.1
#Allow from ::1#
# To allow execution of cgi scripts in this directory uncomment next two lines.
#
AddHandler cgi-script .pl .cgi
Options +ExecCGI +FollowSymLinks#
# Activate this section to use the Private Server Feature!
# Defaults: Username – root; Password – root
# Note AuthUserFile: File path is relative to server root
# To lock server, uncomment the next 4 lines. (A name and password is required)
#
#AuthName “Uniform Server – Server Access”
#AuthType Basic
#AuthUserFile ../../../htpasswd/www/.htpasswd
#Require valid-user# BEGIN WordPress
# END WordPress
‘Wordpress is 3.3.1, BuddyPress is 1.5.3.1 and Dynamic Widgets is 1.4.2 which is out of date (latest is 1.5) however the list of fixes doesn’t include anything that seems to be related to this problem.
TIA,
GeorgeJanuary 13, 2012 at 10:42 am #127929ewhisper
MemberWordpress is installed at the root domain.
I went through the upgrade process.
It’s a multi-site install.It’s not the default theme; although the default theme has the same problems.
The /membership-information/ URLs are all pages.
I’ve tried changing the members page, slug, resaving permalinks, and so far nothing has worked. This only affects the members page. The activity, forums, and other buddypress features don’t show content on inappropriate pages.
The URLs load fine; but the content is always the buddypress membership information.
January 13, 2012 at 7:26 am #127926In reply to: Conditional Avatars
r-a-y
KeymasterSince you’re using:
`add_filter( ‘bp_core_fetch_avatar_no_grav’, ‘__return_true’ );`You can also define your mystery man image with:
http://pastebin.com/AST92STzFor LINKTOYOURIMAGE.gif, try making it a transparent GIF. That’s probably the best you can do at the moment.
—
Also, a ticket was just brought up to add CSS classes to avatars:
https://buddypress.trac.wordpress.org/ticket/3922Keep an eye on that one.
January 13, 2012 at 12:42 am #127906@mercime
ParticipantDeactivate the genesis plugins, change theme to Twenty Eleven, then activate BuddyPress, and change theme to bp-default theme. And if everything’s working well, activate your new theme (genesis i presume) and the other genesis plugins.
-
AuthorSearch Results