Search Results for 'wordpress'
-
AuthorSearch Results
-
June 12, 2009 at 10:51 pm #47330
In reply to: How can I remove Logout link from the userbar?
3125432
InactiveHi,
Where is the core? It is mentioned everywhere in this forum and I can’t find it for the life of me. As a result, I am stuck, unable to follow the wonderful suggestions here.
I am using WordPress MU 2.7.1 and Buddypress 1.0.1
Thanks,
Brian
June 12, 2009 at 10:44 pm #47329In reply to: Navigation buttons – Where are they?
3125432
InactiveHey:
I have read and reread this forum post to discern how to find and edit the nav bar names.
I am using WordPress MU 2.7.1
Buddypress 1.0.1
Facebuddy theme
Burt says: “- header.php in both the home and member theme dirs bp_nav_items() > bp-core-templatetags.php function bp_nav_items() ” but when I look in my files in the control panel, I can’t find it anyhwere.
I know this is super easy but I think I am missing a very basic file breadcrumb trail.
wp-content -> themes -> facebuddy-home-theme -> ?
I have looked in file after file for Burt’s mention of bp-core-templatetags and there is no bp-core that I can see anywhere or any kind of templatetag. What am I missing?
Thanks,
Brian
June 12, 2009 at 10:22 pm #47328thebloghouse
ParticipantYeah JJJ – can’t wait!
All this hassle has made me realise that if I want the benefits of WordPress MU then I need to switch the ‘sliding’ components that were working on the old, standalone wordpress blogs to something that keeps up (well nearly at least!) with WPMU and it’s jQuery updates
June 12, 2009 at 7:59 pm #47312In reply to: Urgent Help!
John James Jacoby
KeymasterLooks like you’ve got the blog on lock down for right now, so I can’t really help with your issue. My guess is that somehow the activity feed didn’t strip out the chars or give a good slug, so WordPress is going crazy with it, but I’d like to see it in action to make sure.
June 12, 2009 at 7:27 pm #47306In reply to: Forum Integration: HELPING HINTS
John James Jacoby
KeymasterWhat DJPaul said, is true.
2.8+ versions of WordPress/WordPressMU do NOT need to use the cookie variable above.
June 12, 2009 at 7:26 pm #47305In reply to: Can admin delete a member if registration is open?
John James Jacoby
KeymasterAwesome. No sweat. Sometimes the WordPress back-end can be a little confusing at first.
June 11, 2009 at 9:51 pm #47256thebloghouse
ParticipantThanks for the replies guys.
I have managed to isolate this down to the wp_head(); call in my header and THINK the jQuery version that WordPress loads, wp-includes/js/jquery/jquery.js?ver=1.2.6 is not compatible with the scripts I am using which used to load jquery-1.2.3.pack.js
The script I am currently fighting with is the following jCarousel one here</> if anyone is interested although a slider one also doesn’t work but one thing at a time
June 11, 2009 at 9:22 pm #47250In reply to: Can admin delete a member if registration is open?
lifemore
ParticipantThanks so much John for responding.
From the dashboard in the admin area of WordPress MU. I go to “users”, then when I get the list of the users, I delete one. Back into Buddypress, I still get the member among the member list.
Still confused
June 11, 2009 at 9:22 pm #47249In reply to: Correct usage of the sidewide.css
John James Jacoby
KeymasterIf you want your bpmember and bphome theme header.php and footer.php files to always be in sync, this is what I do. It’s a little tricky, but it works really well at keeping multiple theme files totally in sync.
Copy the code below into a file called hf-sync.php and put it in your wp-content/plugins directory. Then in your WordPress Site Admin, goto your plugins area and activate the plugin called “BuddyPress Synchronized Header/Footer”
<?php
/*
Plugin Name: BuddyPress Synchronized Header/Footer
Plugin URI: http://buddypress.org
Description: Header/Footer Synchonization Functions
Version: 1.0
Author: John James Jacoby
Author URI: http://johnjamesjacoby.com
Tags: BuddyPress, Header, Footer
Site Wide Only: true
*/
// Call this in your header.php file.
// Rename the function to match your theme name.
function theme_name_header() {
?>
<!-- PUT YOUR HEADER HTML CODE IN HERE -->
<?php
}
?>
// Call this in your footer.php file.
// Rename the function to match your theme name.
function theme_name_footer() {
?>
<!-- PUT YOUR FOOTER HTML CODE IN HERE -->
<?php
}
?>Then, in whatever header.php and footer.php files that you want to use your universal header/footer code, all you’ll need to do is call the functions above.
This lets you make edits to both of your header/footer files for both/any/all themes that use this code, in one central location.
My guess, is that this would/should work very well in keeping bbPress themes in sync also, provided that you insert HTML code to include what bbPress needs also, and make sure not to include that code if bbPress isn’t loaded.
June 11, 2009 at 9:15 pm #47248In reply to: Can admin delete a member if registration is open?
John James Jacoby
KeymasterWhen you delete a user completely from WordPress/BuddyPress, *they should* be totally deleted. WPMU has a process for this, and BuddyPress simply just hooks into it and calls the same action.
If you deleted that user only from the blog area (and not the site admin area) that could cause the situation you’re describing?
Where did you delete the user from?
June 11, 2009 at 9:13 pm #47246John James Jacoby
KeymasterI know that WordPress 2.8 uses the updated jQuery version, which will tend to break some older jQuery based scripts (it did on my portfolio site) but I’m not so sure about BP or WPMU.
June 11, 2009 at 2:40 pm #47231In reply to: Slimbox Not Working ??? please help
diego r.
ParticipantThe one’s I was trying were Slimbox https://wordpress.org/extend/plugins/slimbox/
and Lightbox https://wordpress.org/extend/plugins/lightbox-2-wordpress-plugin/
THANK YOU SO MUCH FOR THE SUPPORT!
June 11, 2009 at 7:42 am #47206In reply to: Two very easy questions ….
talk2manoj
ParticipantHere are links for these plugins
1. https://wordpress.org/extend/plugins/wordpress-thread-comment/
2. https://wordpress.org/extend/plugins/wp-postviews/
wordpress-thread-comment needs some modification to work only with post author
June 11, 2009 at 5:32 am #47197In reply to: User documentation is missing
jonperry
ParticipantFile attachment is a new subject and probably needs its own topic but I’ll answer here.
You can attach all the files you want inside of your blogs. You can put them inside of pages or posts.
https://codex.wordpress.org/Using_Image_and_File_Attachments
June 10, 2009 at 9:03 pm #47179In reply to: Slimbox Not Working ??? please help
David Lewis
ParticipantYou’ve used it on other WordPress sites? I don’t know… but one thing I’ve always found is that you should never mix and match javascript frameworks. They tend to mess each other up. Just a guess on my part! I see that Slimbox uses Mootools and WordPress uses jQuery. Again… that’s just a wild ass guess.
June 10, 2009 at 7:56 pm #47176In reply to: Categorize Blogs + Categorized blog overviews
wabugi
Participanthttps://wordpress.org/extend/plugins/blog-topics/
I found this plugin which allows the site admin to set blog types (categories). The site admin and the blog admins are then able to apply their blog to one blog type. There is one included function which lets you display all recent blogposts from blogs which use blog type “x”.
What I need for my “home”-page is a function similar to the bp-member-function. Ajax driven “recent blogposts” with filter buttons like “show all, type1, type2, …”.
The problem is that my programming skills are not good enough. Even if I study the bp-member-functions, I’m not able to do it.
Any suggestions maybe? Or any information if a feature like this will find it’s way into buddy press within the next few weeks?
June 10, 2009 at 6:47 pm #47165In reply to: Bulk Import Members glitch with 1.01
Paul Wong-Gibbs
KeymasterIf Manoj has implemented his own user registration functions, he needs to be sure he’s calling the hooks/actions that WordPress uses else Welcome Pack won’t get triggered.
June 10, 2009 at 5:37 pm #47158In reply to: Dashboard ?
@ChrisClayton
ParticipantThe Dashboard is here – https://buddypress.org/developers/YOURUSERNAME/dashboard
the link you posted is to the wordpressMU dashboard.
June 10, 2009 at 5:34 pm #47156In reply to: Slimbox Not Working ??? please help
diego r.
ParticipantWell the problem with that is that I have to manually ad the code. I need a plugin that automatically does the trick. I’ve used slimbox before on other wordpress blogs but on buddypress it doesnt seem to want to work.
June 10, 2009 at 3:18 pm #47142In reply to: Activation link show me errors
Jeff Sayre
ParticipantDJPaul-
As I posted above, I’m beginning to wonder if more is going on with some installations as we’re seeing more of this error type. I’m not saying that it is because of your plugin though!

With WordPress installs, this “Cannot modify header” error almost always indicates extra stuff before an opening php or closing php tag. It is all too easy for someone to open up a file and accidentally enter extra “stuff” and not even realize it.
But there are of course other causes of this error. It will be interesting to see what the source of this error turns out to be.
June 10, 2009 at 2:10 am #47095In reply to: Activation link show me errors
Jeff Sayre
ParticipantWe seem to be seeing more and more of this particular type of issue. It makes me wonder. Hum…
But, let’s start with your error message. I’m going to repeat verbatim what I said in two other threads.
The “Cannot modify header” error almost always indicates that there is some extra stuff (whitespace, extra text) before the opening php or closing php tag. It could be in one or both places. There must not be anything before or after the opening and closing PHP tags–not a single space, not any extra characters, not a single carriage return.
Open up header.php in your custom theme file and look for any whitespace or extra stuff. It should be removed and the file saved.
Report back on what you found and if that helps.
Here’s more information of the “Cannot modify header” error: https://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent
June 10, 2009 at 1:55 am #47092In reply to: BP for Single WP installations
John James Jacoby
KeymasterNot yet, no ETA.
There’s going to be a code merge between WordPress.org and WordPressMU code, and this will probably be the way that BuddyPress will make its way into single installations.
June 10, 2009 at 1:51 am #47091In reply to: Group ImageUpload Problem
Jeff Sayre
ParticipantJohn is correct. If the avatar file fails to upload, you will have additional problems. The uploading could very well be caused by the issue I referenced above. Fix that, and the upload process may function properly and the other errors go away.
Of course, this is not guaranteed. Let’s just look into this possibility first and see what happens.
Here’s more information of the “Cannot modify header” error: https://codex.wordpress.org/Answers-Troubleshooting#Headers_already_sent
June 10, 2009 at 12:37 am #47085In reply to: Friends = my network
John James Jacoby
KeymasterPart of this project depends on how WordPress decides to handle permissions (capabilities and roles) with 2.9+.
The goal will be for relationship scopes and roles to be set at default and later defined by the administrator of the site, based on what users are allowed to do/see, etc…
Lots to do!
June 10, 2009 at 12:26 am #47082In reply to: Forum Avatars
John James Jacoby
KeymasterDeep integration between bbPress and WordPress is the easiest way, along with the bpGroups plugin by Burt Adsit.
That way you can reference the users avatar and any other Extended Profile meta info.
-
AuthorSearch Results