Search Results for 'wordpress'
-
AuthorSearch Results
-
June 14, 2009 at 2:00 am #47412
In reply to: BP Avatars (and nothing else!) in bbpress… possible?
John James Jacoby
KeymasterBurt, I am fairly certain that bbPress allows for functions.php the exact same way that WordPress does. Including it in the header shouldn’t be necessary. Unless this changed recently and I wasn’t paying attention?
June 13, 2009 at 5:47 pm #47396In reply to: post body not showing – everything else is
Burt Adsit
ParticipantI wasn’t really thinking of tables. More like .htaccess. I don’t see any bp related issues. You might be better off asking for help at https://mu.wordpress.org/forums/
June 13, 2009 at 4:13 pm #47387In reply to: post body not showing – everything else is
loumitch
Participantthere are four original wordpress blogs in a folder off the root..(/maria/ being one of them, the others are linked in the blogroll section of her blog) then i have wpmu installed in the /profiles/ directory and that’s where buddypress is installed too
doesn’t seem like they should interfere or anything, they’re using different databases and different prefixes for the table fields.
June 13, 2009 at 1:28 pm #47373In reply to: Password Protected Posts not appearing
mikem1986
ParticipantThe way it works on my other wordpress sites is that the password protected posts still appear on the site and in the heirachy of posts but when you click it it asks for a password before you see the rest of the information.
Ive done this with my buddypress site and password protected posts dont appear, not even in the members members blog page?
June 13, 2009 at 1:24 pm #47372In reply to: Urgent Help!
mikem1986
ParticipantApologies John.
I did sort it out…because the title was 2+2= the slug ended up being 22 which i think wordpress thought was a date/time etc because i did another few test blogs afterward and they all worked fine
June 13, 2009 at 1:02 am #47337In reply to: Installing buddypress into a subdomain — help needed
John James Jacoby
Keymaster@annointed, if I try …
http://community.anointed.net/wp-content/blogs.dir/1/files/avatars/1/500x500_sucker2-avatar1.jpg
…or…
http://anointed.net/wp-content/blogs.dir/1/files/avatars/1/500x500_sucker2-avatar1.jpg
…or…
http://community.anointed.net/wp-content/blogs.dir/30/files/avatars/1/500x500_sucker2-avatar1.jpg
…or…
http://anointed.net/wp-content/blogs.dir/1/files/avatars/1/500x500_sucker2-avatar1.jpg
…the avatar still doesn’t appear at all. Unless WordPress is hi-jacking the direct path somehow, I can’t manage to find that filename anywhere.
June 12, 2009 at 10:51 pm #47330In 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.
-
AuthorSearch Results