Search Results for 'wordpress'
-
AuthorSearch Results
-
July 5, 2010 at 5:54 am #84262
In reply to: Buddypress plugin causes crash on wordpress blog
Paul Wong-Gibbs
KeymasterParts of themes have to be written specifically for BuddyPress; the project itself has been out for at least 18 months.
July 5, 2010 at 5:14 am #84261In reply to: How to show BP Avatars in WordPress blogs?
John James Jacoby
KeymasterAnd you are using BuddyPress 1.2.5?
July 5, 2010 at 1:20 am #84254In reply to: How to show BP Avatars in WordPress blogs?
ronia
ParticipantAnyone please, please ?
July 5, 2010 at 1:18 am #84253In reply to: Buddypress plugin causes crash on wordpress blog
dtclarinet
ParticipantI figured it out. I needed to disable all my plugins and install a compatible theme. The theme updater did not work. Boy, this must be really new if most themes are not compatible.
David
July 5, 2010 at 12:57 am #84251In reply to: Buddypress plugin causes crash on wordpress blog
dtclarinet
ParticipantI am using 3.0. I installed the conversion plugin, and I am at Step Three
Now that the template files are in the correct location, click through your site (you can come back to this page at any point). You should see a BuddyPress admin bar at the top of the page, try visiting some of the links in the “My Account” menu. You should find that BuddyPress pages now work and are displayed.
No such admin bar appears anywhere on my blog. Tried installing buddypress again and reactivating after following steps, and no go, blank page, must ftp delete.
Tried in specific order you suggested. No go.
David
July 5, 2010 at 12:26 am #84250In reply to: Co-Located Social Networks or Shared Members?
Jeff Sayre
ParticipantThis is not currently possible with BuddyPress. There is some talk about allowing multiple BuddyPress installs under a single Multisite-enabled WordPress install, but that would not allow for the sharing of logins and passwords without some additional coding.
July 4, 2010 at 11:35 pm #84249In reply to: Search returns 404 Error
Jeff Sayre
ParticipantWhich versions of WordPress and BuddyPress are you running? Also, please answer the rest of these questions: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/
July 4, 2010 at 11:33 pm #84248In reply to: Buddypress plugin causes crash on wordpress blog
Jeff Sayre
ParticipantBuddyPress is a plugin that requires WordPress. It does not, nor cannot, have its own install.
Your issue is more than likely caused by your theme. It is not updated to work with BuddyPress. You need to deactivate BuddyPress. Since you cannot gain access to the admin backend, you need to drag the buddypress folder out of your /wp-content/plugins/ folder. Try logging in again. It should now be possible. Reinstall BuddyPress but do not activate until you have gone through the below process.
Here is some information on converting your WP theme to work with BuddyPress.
By the way, if you are using an older version of WP (2.9.1 or 2.9.2) you will have to click the “Activate BuddyPress Site Wide” link instead of the regular “Activate” link.
July 4, 2010 at 6:39 pm #84235In reply to: Finding Files
alanchrishughes
ParticipantI started to create a child theme for WP once, but I edit things so much I am a basically creating an entirely new theme anyways so I don’t even bother. I just duplicate the default theme folder so I’m not working completely from scratch, name the folder something different, and just go to town on it. A lot of files like the stylesheet and index page I just completely wipe out.
I had been up all night when I wrote this post, but I think what I was trying to ask was does buddypress not work the same way, where you have an actual file for each page? And instead dynamically generate each page out of scattered php? Is there not a page for activity? a page for forums? a page for groups? for the tabbed members page etc.
I thought it may be easier to just convert one of my pre-broken down sandbox themes from wordpress and just add some extra code here and there to make it buddypress’able so I know where everything is, but I guess the only documentation for that now is to just use that new plugin converter. But the first thing it told me to do was to start editing the html, which is the opposite of what I need, so I stopped. I also stopped because the files already had the two divs and id’s it said it needed but wasn’t doing anything, I don’t know if it was a wordpress 3 glitch or what.
July 4, 2010 at 6:15 pm #84232In reply to: [Newbie] WP Installation or WPMU installation?
r-a-y
KeymasterHow do WP plugins work in BP?
Like any other plugin in WordPress! They’re separate entities. So let’s say you decide to use an Events Calendar plugin, that plugin will be in its own little world unless you decide to hack it to be more in rhythm with BuddyPress (display names, avatars, etc.).
July 4, 2010 at 5:55 pm #84230In reply to: Minimize the posts
lincme.co.uk
MemberAll you do is unzip the theme, then copy it into your /wp-content/themes/ folder and activate it in WordPress. Very easy. You can play with it by editing the files, and activate the default theme if you make a mess.
July 4, 2010 at 5:48 pm #84228In reply to: RESOLVED: Crazy WordPress question
BillboardFamily
ParticipantOutstanding. You are a lifesaver. i wish i had more experience with php, and especially wordpress. Thanks so much!
July 4, 2010 at 3:06 pm #84215In reply to: [Resolved] Customizing bp_get_displayed_user_nav()
Jeff Sayre
ParticipantI have not looked at your pasted code. But you are correct in stating that bp-custom.php loads prior to the accessory core BP files. I’d suggest the following tweaks:
remove_action( ‘bp_setup_nav’, ‘friends_setup_nav’, 5);
add_action( ‘bp_setup_nav’, ‘my_friends_setup_nav’);
Basically, hooks are defaulted to a priority of 10. So, you want to make sure that friends_setup_nav is removed before your custom my_friends_setup_nav() is added.
This is just a quick stab at guessing the proper hook firing sequence. So, if this does not work, I suggest installing my WordPress Hook Sniffer plugin.
July 4, 2010 at 3:00 pm #84213In reply to: [Newbie] WP Installation or WPMU installation?
Jeff Sayre
ParticipantThe fact that you are using WP 2.9.2 means that you are in luck. WP 2.9.1 is the minimum required version of solo-blog WP (single site) that will run BuddyPress. If you do not need to offer your client multiple blogs (or more precisely, if you think that your client will never need to offer their employees and departments blogs), then you can stick with the solo-blog version of WordPress.
As far as setting up departmental pages, I would think that BuddyPress groups would be the perfect fit. But, if each department will need their own blog, then you will have to go the WP multisite route (a.k.a. WordPress Mu.)
July 4, 2010 at 2:27 pm #84209In reply to: Check/change file upload directory in WordPress 3.0
peterverkooijen
Participant@ronia, yes, the latest version is 1.2.5, as far as I know, and 1.3 will officially support WP 3.0. So if you upgrade you have nothing to worry about. My problem is that I want to stay on BP 1.1.3, trying to get that to work on 3.0.
The key to solve that is here. Putting this in bp-custom.php worked for me:
define( ‘BP_AVATAR_URL’, ‘http://’ . $_SERVER . ‘/wp-content/blogs.dir/1/files’ );
define( ‘BP_AVATAR_UPLOAD_PATH’, $_SERVER . ‘/wp-content/blogs.dir/1/files’);Still have to copy more avatar code from 1.2.5 to get everything to work in 1.1.3…
July 4, 2010 at 1:05 pm #84205In reply to: Seperate HOMEPAGE for users
JPS Bhullar
ParticipantOkay. I think my plugin is complete now. You will be able to do the following things with this plugin:
1. Only logged in users will be allowed to browse the contents of the buddypress enabled wordpress installation. Non-logged in users will be re-directed to Homepage of the websites where login and register options will be available.
2. Now if your user is logged in and he clicks on HOME tab or any link to homepage, he will be redirected to his / her profile page. This option is good for those who have static HomePage like I am having.I have installed this plugin on my website and testing at MyCampus.Cz.CC.
Kindly help in testing it.July 4, 2010 at 9:03 am #84191In reply to: RESOLVED: Crazy WordPress question
@mercime
ParticipantIn your case, you could do this [?php wp_page_menu( ‘sort_column=ID&exclude=2,25,253’ ); ?]
More info at https://codex.wordpress.org/Template_Tags/wp_page_menuJuly 4, 2010 at 7:39 am #84182In reply to: Seperate HOMEPAGE for users
@mercime
Participant@jpsbhullar if you want the site content to be seen by registered members only, then you could use either of these plugins https://buddypress.org/community/groups/s2member/ or https://wordpress.org/extend/plugins/registered-users-only-2/
– there are also other methods, just input “members only” in Search form above.July 4, 2010 at 7:36 am #84181In reply to: RESOLVED: Crazy WordPress question
BillboardFamily
ParticipantI did option A, and that worked for not listing the page in the nav bar, but it did re-order the pages alphabetically, rather than in order from lowest to highest page ID. Any ideas on how I can get this to be correctly ordered in the nav bar by page ID, rather than alphabetically?
July 4, 2010 at 7:21 am #84180In reply to: RESOLVED: Crazy WordPress question
@mercime
ParticipantAt least two simple ways to get back control of your pages (change brackets to curlies in codes below):
A. delete [?php dp_list_pages(); ?] and replace it with [?php wp_page_menu( ‘exclude=5,53,75’ ); ?] in your header.php
then delete block of code in functions.php from # Displays a list of pages to ending curly of that block (just before you reach # Displays a list of categories)B. If you’re on WP 3.0, you could add wp 3.0 custom navigation menus
– replace [? php dp_list_pages(); ?] in header php and the block of code in functions.php mentioned in A with info per this articleJuly 4, 2010 at 7:11 am #84179In reply to: Newbie Struggling To Make BuddyPress Function
modemlooper
ModeratorHeads up! my themes numbers correspond with the BP version. So that theme needs to be updated to 1.2.5.
It’s should still function though. You have to create a page and choose a page template to add widgets to columns.
July 4, 2010 at 6:55 am #84177In reply to: RESOLVED: Crazy WordPress question
BillboardFamily
ParticipantDone:
header.php
http://wordpress.pastebin.com/pffR3JL7
functions.php
http://wordpress.pastebin.com/6K1KVukD
Thanks!
July 4, 2010 at 6:01 am #84176In reply to: RESOLVED: Crazy WordPress question
@mercime
ParticipantPost header.php and functions.php at http://wordpress.pastebin.com and place URL here. Methinks it’s customization of navigation links by theme author that’s preventing you from excluding pages.
July 4, 2010 at 5:57 am #84174In reply to: How to show BP Avatars in WordPress blogs?
ronia
ParticipantSee avatar icon of ‘roses’ in []
Then see avatar icon of same ‘roses’ in []
Have you any link of latest BP and latest WP 3 that has got the things working alright ?
July 4, 2010 at 5:39 am #84173In reply to: How to show BP Avatars in WordPress blogs?
John James Jacoby
KeymasterDo you have a link to your site I can see?
-
AuthorSearch Results