Search Results for 'wordpress'
-
AuthorSearch Results
-
March 9, 2011 at 3:46 am #107263
In reply to: Can I make the member update excerpts longer?
r-a-y
KeymasterIf you’re familiar with WordPress filters, there’s a filter you can hook into to override the member excerpt – “bp_get_member_latest_update” (located in /plugins/buddypress/bp-core/bp-core-templatetags.php).
If you’re new to WordPress plugin development, check out this codex article:
https://codex.wordpress.org/Plugin_API#FiltersMarch 9, 2011 at 2:58 am #107258r-a-y
KeymasterMarch 8, 2011 at 8:18 pm #107226@mercime
Participant=== but other than my main blog, brand new install? ===
It all depends on a variety of factors which include what your realistic expectations about adding BuddyPress are. I don’t know what your current site/blog is all about so only you can determine if social networking will enhance your current site’s branding or if it would be better if the social networking feature was a separate entity/site altogether.
March 8, 2011 at 7:38 pm #107225Rob Watson
MemberWell, I definitely had PHP 4.3 or better, MySQL 4.1.2 or better, and Apache Module mod_rewrite enabled for “pretty permalinks”. I had installed it a couple of times over before that, but I can’t remember whether I tested the clickthrough to the single hello world post for that (just saw the home page and that the dashboard worked), so I wouldn’t know whether I had a fully stable WordPress install to begin with.
I’ll give the reinstall a try and report the results for posterity in this thread.
March 8, 2011 at 7:19 pm #107222In reply to: Want O Hide Widgets From Logout Users.
aces
ParticipantMarch 8, 2011 at 6:45 pm #107214lselwd
Memberyou say: stay single WP installation,
but other than my main blog, brand new install? hence my main blog if for it purpose…
I do not want users create a blog/site of their own.
March 8, 2011 at 6:18 pm #107211@mercime
Participant=== … relocating my .htaccess file to various locations throughout the /var/www/html hierarchy … I thought the BuddyPress installation instructions were pretty straightforward, but it seems to actually work in a whole different way from what is documented. ===
BuddyPress installation is pretty straightforward when server configuration is stable and meets standard requirements https://codex.buddypress.org/getting-started/before-installing/
which includes WordPress install already working with pretty permalinks at the very least https://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks You should read this as it addresses the .htaccess file which is at the crux of the matterThe .htaccess file for your WordPress installation should be where WP is installed.
If WP in root, http://yoursite.com/ then .htaccess should be at http://yoursite.com/.htaccess.
if WP in subdirectory, then .htaccess should be at http://yoursite.com/subdirectory/.htaccess.Strongly recommend you restart from scratch by deactivating BuddyPress and BP plugins, change theme to default twentyten theme, deleting .htaccess file wherever you placed it and dropping tables in DB. Reinstall WordPress and resolve pretty permalinks issues at https://wordpress.org/support/forum/how-to-and-troubleshooting before installing BuddyPress.
Good luck.
March 8, 2011 at 5:13 pm #107204@mercime
ParticipantGo multisite (create a network) and install BuddyPress if you want to allow your users to create a blog/site of their own in your installation. Otherwise, do not create a network, stay single WP installation.
March 8, 2011 at 3:02 pm #107191Rob Watson
MemberNoting that it wants to go to `wp/members` rather than where the buddypress install and BP Compatibility configuration directions had me put that and its other folders (which was in `/wp/wp-content/themes/bp-default`), I copied all the bp-themes directories to where WordPress and the web server are looking for them… `/wp/members`.
The URL that appears in the browser is http://098.765.43.210/members/admin/activity/
That’s not exactly right, though, as the structure “admin/activity” isn’t even part of “members”. The error log reflects this (correctly) as:
`[Tue Mar 08 14:48:36 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/members/admin`And so does the access log:
`123.456.789.0 – – [08/Mar/2011:14:48:36 +0000] “GET /members/admin/activity/ HTTP/1.1” 404 301`So I truncate the URL in the address bar to be http://098.765.43.210/members and now I get a blank page. No source.
The access log now says:
`123.456.789.0 – – [08/Mar/2011:14:53:01 +0000] “GET /members/ HTTP/1.1” 200 -`But the error log now says:
`[Tue Mar 08 14:53:01 2011] [error] [client 123.456.789.0] PHP Fatal error: Call to undefined function get_header() in /data01/home/username/production/wp/members/index.php on line 1`I’m soooo totally baffled by all of this. I thought the BuddyPress installation instructions were pretty straightforward, but it seems to actually work in a whole different way from what is documented.
March 8, 2011 at 2:45 pm #107189bhain3s
Membermaybe it has something to do with the membor count starting out as zero or no members atall or something Im lost, should I turn WP_ERROR off and that might bypass this?
March 8, 2011 at 2:44 pm #107187bhain3s
Memberyes buddypress 1.2.8 I looked at the particular line it was talkin about in the error and here is the whole function where the error started….
if ( (int)$this->total_member_count && (int)$this->pag_num ) {
$this->pag_links = paginate_links( array(
‘base’ => add_query_arg( ‘upage’, ‘%#%’ ),
‘format’ => ”,
‘total’ => ceil( (int)$this->total_member_count / (int)$this->pag_num ),
‘current’ => (int)$this->pag_page,
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
‘mid_size’ => 1
) );March 8, 2011 at 2:16 pm #107183In reply to: Updating 1.2.8 and Template Pack
Virtuali
Participant@stevieg, there is nothing more that you are required to do than to remove the WordPress Admin bar, that they added.
Don’t get worried over nothing, updating to wordpress 3.1 is safe, it’s been a fare share amount of time since it was updated, so plugins can update their compatibility with it also.
March 8, 2011 at 1:32 pm #107178lselwd
Membermay install in one site of multi-site wordpress, only? better install in wordpress only one site, or it does not matter?
March 8, 2011 at 10:14 am #107166@mercime
Participant@bhain3s BP 1.2.8?
@junvette issues reported re 1 and 1 hosting
https://buddypress.org/community/groups/installing-buddypress/forum/topic/error-500-internal-server-error-an-internal-server-error-has-occured-please/#post-23821March 8, 2011 at 8:24 am #107159In reply to: Shib authentication and Buddypress – help!
lpnotes
MemberThanks Paul. I did find https://wordpress.org/extend/plugins/shibboleth/, but installing it broke my .htaccess file for some reason (I couldn’t log back in to the site). I had installed 1.2.7, 3.0.4.
March 8, 2011 at 8:16 am #107158In reply to: Shib authentication and Buddypress – help!
Paul Wong-Gibbs
KeymasterDon’t worry about BuddyPress for this, just look for WordPress plugins that enable shib login.
March 8, 2011 at 6:51 am #107154@mercime
ParticipantYes,
March 8, 2011 at 6:42 am #107153In reply to: Help In Configuring WP Super Cache
@mercime
ParticipantThis is not a BuddyPress issue and better addressed at WordPress.org forums – https://wordpress.org/support/forum/plugins-and-hacks
March 8, 2011 at 6:19 am #107152lselwd
Membersingle user or multiple users
with this you mean roles/permissions/users?
March 8, 2011 at 5:10 am #107150Rob Watson
MemberI have tried adding all these settings, selecting all different forms of pretty permalinks, relocating my .htaccess file to various locations throughout the /var/www/html hierarchy, and restarting httpd over and over again, but none of them have worked.
The only other thing I can think of is that at one point I was using a symlink to point documentroot /var/www/html/wp to /data01/home/username/production/wp (i.e. /var/www/html/wp –> /data01/home/username/production/wp). Right now, documentroot points directly at /data01/home/username/production/wp for the VirtualHost DocumentRoot directive without using a symlink. I still can’t get WordPress posts or buddypress activity, group, member, etc. pages to appear. All 404s.
Any ideas of other things I could try?
March 8, 2011 at 3:39 am #107145In reply to: Install Multisite
@mercime
Participant1. Recommended steps
a. Install WordPress
b. Create a network (i.e. multisite) https://codex.wordpress.org/Create_A_Network,
c. Resolve any multsite issues first https://codex.buddypress.org/getting-started/before-installing/ at https://wordpress.org/support/forum/multisite
d. then install BuddyPress https://codex.buddypress.org/getting-started/setting-up-a-new-installation/2. Portugese, doesn’t look to have much support
WordPress – https://codex.wordpress.org/WordPress_in_Your_Language
BuddyPress – no Portugese submitted at https://codex.buddypress.org/developer-docs/translations/March 8, 2011 at 12:52 am #107143In reply to: Users can’t register through BuddyPress home page
ianatkins
ParticipantI just struggled with this, and I’d like to think I’m experienced with WordPress and not that stupid.
My problem was I missed the message about validating my test account, and got distracted by the avator
upload. When tried to login with my test accounts I was simply returned to the homepage with no feedback.So people have you validated the accounts that your trying to register, and admins can we get a bit of
feedback upon logging in with a non validated account.Looking good so far, thanks for the plugin,
Ian.
March 7, 2011 at 11:15 pm #107124In reply to: Background and Sidebar Issues
Virtuali
ParticipantNo, not the buddypress css, your Theme’s Style.CSS.
The easiest way to access this is in the wordpress admin –> Go down to the theme editor, and go down to the bottom to your style.css.
Now find this piece of css:
`/* Main Content
*/#content {
width:960px;
margin: 0px auto;`right below the last line, add
`background-color: #85C8F2;`March 7, 2011 at 11:07 pm #107123JunVette
MemberI’m also having a problem with activaing BuddyPress. I’ve just done a fresh install of WordPress 3.1.
I tried the automatic install from within WordPress and it just sits at the following message and doesn’t go any further. I’ve let it site for half an hour:
Installing Plugin: BuddyPress 1.2.8
Downloading install package from https://downloads.wordpress.org/plugin/buddypress.1.2.8.zip…I’ve also tried to install manually. I’ve uploaded the “buddypress” folder to the “wp-content/plugins” folder and when I go into WordPress Plugins and try to activate, I receive the following message:
Error 500 – Internal server error
An internal server error has occured!
Please try again later.I’m using 1and1 hosting…. any suggestions?
Thanks,
March 7, 2011 at 10:36 pm #107119In reply to: Buddypress pages not working
Virtuali
ParticipantDid you read in the codex page given to you?
To fix this problem, enter the WordPress admin panel > Settings > Pemalinks – set to any configuration other than the default configuration. The mod_rewrite must be enabled on your server for pretty permalinks to work.
-
AuthorSearch Results