Search Results for 'buddypress'
-
AuthorSearch Results
-
March 8, 2011 at 3:09 pm #107194
In reply to: BuddyPress registration as homepage
jarus323
MemberHere’s a different way to do it. It’s not exactly what I want, but it’s a step forward.
For more info, you can see this: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/move-registration-form-to-home-page
From research, you have to edit slugs to get it to work.
I would be nice to find some examples of editing slugs for bbpress registration form.March 8, 2011 at 3:06 pm #107193meg@info
Participantyou can use BP notification manager
http://mydev.dz-tchat.com/buddypress-notifications-manager-bpnm.html
March 8, 2011 at 3:04 pm #107192In reply to: Complete disable email notifications for all users
meg@info
ParticipantMarch 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 #107188Rob Watson
MemberHere are example lines from my error log and access log (IP numbers obfuscated for security):
Error log:
`[Tue Mar 08 14:25:49 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/members, referer: http://098.765.43.210/`Access log:
`123.456.789.0 – – [08/Mar/2011:14:25:49 +0000] “GET /members/admin/profile/ HTTP/1.1” 404 300`With Permalinks set to “Month and Name”, a hit to the hello world blog post for this install generates the following error and access log entries:
Error log:
`[Tue Mar 08 14:38:48 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/2011, referer: http://098.765.43.210/`Access log:
`123.456.789.0 – – [08/Mar/2011:14:38:48 +0000] “GET /2011/03/hello-world/ HTTP/1.1” 404 298`Setting the Permalinks to “Day and Name” gives this:
Error log:
`[Tue Mar 08 14:35:02 2011] [error] [client 123.456.789.0] File does not exist: /data01/home/username/production/wp/2011, referer: http://098.765.43.210/`Access log:
`123.456.789.0 – – [08/Mar/2011:14:35:02 +0000] “GET /2011/03/05/hello-world/ HTTP/1.1” 404 301`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:44 pm #107186In reply to: Mark up validation errors in BP Default theme
aljuk
Member@boonebgorges not at all, thanks for response boone. I will.
I’ve just realised, through flushing cookies to check again, that these errors are thrown only for logged in users, and in a logged out state, several previous errors no longer get flagged (which is often the way when one thing is predominant in tripping up the validator). When I’m logged out, the output is entirely clean for Tranisitonal, and certainly tweakable for Strict.
March 8, 2011 at 2:23 pm #107185Rob Watson
MemberPaul,
Thanks for your suggestion. I deleted .htaccess, restarted Apache, did the permalink switch and changed it back, and saw that the .htaccess file was regenerated, but it didn’t fix the problem of getting 404s on everything but the home page.
I’m beginning to wonder if it’s the host. Problem is, the particular (corporate) hosting package i’m using (SAVVIS) is such that I’m responsible for all apps. They don’t support anything above the basic OS setup, so I can’t turn to them for troubleshooting. However, if you can think of anything at the network (maybe the firewall settings?) or OS level that I might be missing, then I could ask them to troubleshoot that part of it all.
March 8, 2011 at 2:18 pm #107184In reply to: Mark up validation errors in BP Default theme
Boone Gorges
KeymasterI think you’re probably right that this should be a class rather than an id, but it needs a bit more of an audit (in particular, a sweep through the rest of the core code to ensure that changing it to a class selector wouldn’t break everything else). @aljuk, would you mind opening a ticket on trac.buddypress.org to that effect, using the same username/pw as you do on this site?
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 11:56 am #107174In reply to: Missing Buddypress Admin Menu Items
Shaun MacRae
ParticipantMarch 8, 2011 at 10:48 am #107170In reply to: Mark up validation errors in BP Default theme
@mercime
Participantbp-default is running XHTML 1.0 Transitional and therein lies the big difference.
I’ve got my custom bp-default child theme (BP 1.2.
passing validation, no errors. In addition, http://testbp.org, BuddyPress’ demo site using bp-default theme (BP 1.3 trunk) has only 2 errors on Activity Stream because of html5 element “role” which is not recognized in validator
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftestbp.org%2Factivity%2FMarch 8, 2011 at 10:17 am #107167In reply to: How to avoid spam registration?
Jose Conti
ParticipantHi,
You can try WangGuard https://buddypress.org/community/groups/wangguard/
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 10:01 am #107165In reply to: buddypress theme need help looking for a good theme
@mercime
Participant=== just want to find a good theme that i wont have to edit soo much. ===
Check out http://www.arrastheme.com/forums/ for tips on how to make theme compatible with BuddyPress. Changes mainly on HTML and style.css. It’s not soooo much
March 8, 2011 at 8:51 am #107162In reply to: How do I add a menu item on the profile page?
Jens Wedin
ParticipantThank Virtuali ( @gunju2221). I really appreciate it, I will have a look at the code as soon as possible. Thanks again
March 8, 2011 at 8:29 am #107161In reply to: Shib authentication and Buddypress – help!
lpnotes
MemberSpecifically, I get this message sitewide:
401 Authorization Required
Invalid login credentials!
March 8, 2011 at 8:25 am #107160In reply to: buddypress theme need help looking for a good theme
richard
Participantan not everthing lines up. when the group widgets dose let you look at new old it just take you to group. just want to find a good theme that i wont have to edit soo much.
March 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 8:15 am #107157Paul Wong-Gibbs
KeymasterDelete your custom .htaccess and use the default (go into wp-admin permalinks, change it to another setting, then save, then change it back to what you want the permalinks to be. This should regenerated htaccess).
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
-
AuthorSearch Results