Search Results for 'wordpress'
-
AuthorSearch Results
-
July 10, 2010 at 1:20 pm #85018
In reply to: Will activating buddypress wipe out my WP theme
Boone Gorges
KeymasterThere are a couple ways to make themes for BuddyPress.
One way is to make a child theme for bp-default. Instructions can be found here: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/ This is a good option because it’s relatively simple, but it will restrict you to some extent to the general structure of the bp-default theme.
Another way is to integrate BP features into your own Svelt theme. The BuddyPress Template Pack will help you do that. https://wordpress.org/extend/plugins/bp-template-pack/ Basically, it provides the extra templates necessary (on top of your existing WP templates) to run BuddyPress functionality. Follow the Template Pack instructions carefully on a test installation, and see what you think. Once you’ve gone through the Template Pack setup, you can start customizing the way that BP integrates with your theme to your liking – but BPTP will give you a nice headstart.
July 10, 2010 at 8:56 am #85000In reply to: Help Getting Started
Jonathan Montubig
ParticipantI also have the same problem as u Ky, but Im running it on a local server. I also check my email account and there are no whatsoever emails from bp after I finished filling up the form in the registration, do we need to run bp online to test it, although there is an online demo, i need to check it b4 doing it on an actual online site?? BTW, It also shows up in my dashboard’s users.
Also, I wanted to ask if BP needs to have MU enabled?? Im using it in wordpress 3 (they say it has MU in it also) and buddypress.1.2.5.
I tried using Buddypress on wordpress 3 (wwithout enabling mu) and it works fine and the only prob was that the registration doesn’t work the way it did like when I register here at BP forum.I hope someone can help us with the problem. Thanks to u all.. ^_^V
Really sorry if this is a super newbie question..July 10, 2010 at 1:40 am #84988In reply to: What happened to my index.php template?
nickaster
ParticipantRight – so I found it but I have to bloody FTP into my server to get to it? WHat the heck is buddypress doing here? If I go into my theme editor in wordpress, the only index.php file I see is some buddypress shenenegins, and not my real front page. Am I going to have to use FTP from now on to edit it?
What if I want to get rid of buddypress?
July 10, 2010 at 1:25 am #84987In reply to: Voting / Polls Plugin for Buddypress Groups Request
abcde666
Participanthere is the feedback directly received from PollDaddy.com / Automattic:
BuddyPress should be able to use the Polldaddy WordPress plugin ( https://wordpress.org/extend/plugins/polldaddy/ ) but its not officially supported.
July 9, 2010 at 8:48 pm #84977Scott
ParticipantOk, I just figured out I can disable the blog nav tabs by simply turning them off in the Admin Dashboard, Buddypress, Component Setup screen. Wondering if this will affect the functionality of the plugin BuddyPress Group Wiki from https://wordpress.org/extend/plugins/buddypress-group-wiki/ . The author seems away. I have diabled the blog tracking and it seems to work, but worried that it might be affecting something I am unfamiliar with.
July 9, 2010 at 3:18 pm #84938In reply to: permalinks
intimez
ParticipantGo to settings – permalinks and then choose one from common settings
You can also use own custom type
More info here: https://codex.wordpress.org/Using_Permalinks
July 9, 2010 at 10:41 am #84919Hugo Ashmore
ParticipantAt the most straightforward level of theming you shouldn’t really need to get too involved at a PHP level, creating a child theme will simply allow you to start overwritting or adding your own CSS styles via the style.css sheet in your new theme directory while still using the default themes files and styles – but you perhaps realise that
July 9, 2010 at 7:28 am #84903Hugo Ashmore
ParticipantYou will probably need to check that plugin doesn’t have any known issues reported (there should be a group plugin page for it?)
See you have found and joined that group. I’m afraid I don’t know the current state of play with that plugin, but it may well need updating by the author before it’s fully compatible with all current WP/BP?From an earlier comment : this line worries me:
for example I have Register Globals off via .htaccess on another site I have on that host.
Register Globals should never be on really – it was and is a very insecure and dangerous thing and PHP changed it’s default status in php.ini years ago. I hope your host doesn’t have that set ‘On’ as default for all their client sitesOK they fixed it. They had to disable php safe mode to get it working
Yep safe mode was the issue (essentially it’s what controls open_base )
File and directory permissions do need to be set correctly and safely. Generally directories need to be 755 and files 644, and I think if you need to be able to edit theme files from the backend/dashboard then those theme files need to be 666. Always avoid 777 as that is world writable and dangerous.
https://codex.wordpress.org/Changing_File_PermissionsHowever permissions are only one half of the story, you can have them all set correctly and still not be able to create directories such as /group-avatars/. What is essential is that ownership permissions are correct and for these directories to be writable or for files to be able to be moved to their correct location you must have the correct groups set such as ‘apache’ for the parent wp-content directory.
July 9, 2010 at 7:08 am #84900webgyrl
MemberThank u hnla! Now I’m just struggling with the group blogs on my site.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-w-creating-groups-avatar-step-does-not-work-cant-complete/Thanks for that link. I’m going to have to do a lot of studying and hard work since I don’t code PHP. I really appreciate all your help!
July 9, 2010 at 6:59 am #84897Hugo Ashmore
ParticipantGlad it’s solved, I was planning to create an account this morning to have a look but sounds like things are now ok.
Best place to start – if you haven’t already – is the ‘Creating a child theme’ page
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
July 9, 2010 at 6:31 am #84747In reply to: mobile theme for buddypress?
Griffin Boyce
Participant@SuluhuZetu, Sorry for the delay: https://wordpress.org/extend/plugins/wordpress-mobile-pack/
July 9, 2010 at 3:37 am #84890r-a-y
KeymasterRe: ETA on BP 1.3 – Jeff has a good estimate for when BP 1.3 is coming out. There’s still quite a bit of work to be done.
Re: Theme changes in BP 1.3 – Nothing is changing for themes (as of yet).
The only main change (that I know of so far) in BP 1.3 is how BuddyPress pages are now integrated into regular WordPress pages.
July 9, 2010 at 3:19 am #84885webgyrl
MemberI have actually done a fresh install of WP to enable the network and so far it seems to work. I have to test it out to see if every user gets their own blog. Not really sure how it all works with BP.
When I did the fresh install the forums worked. It must have been some sort of error on my part or a conflict as I had done a lot of messing about to get a nicer theme. This time I used a fresh install of WP, activated Network and then used BP default theme. I will have to spend some time learning BP themeing to get a nicer looking theme for my site. That will take some time I am sure.
Thanks for all your help!
July 8, 2010 at 11:58 pm #84866In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participant@el_terko just added a version to work with WP3 and with BP 1.2.5.2 page templates.
http://bp-theme-converts.com/buddypress-with-malleable/July 8, 2010 at 10:34 pm #84848webgyrl
MemberAlso, just tried to disable all plugins to see if there was a conflict, but even with all plugins (except BP) deactivated, I can not make a forum post.
July 8, 2010 at 10:17 pm #84844webgyrl
Memberhnla:
From what I can see on the backend, it’s set up.
See screenshot: http://i28.tinypic.com/2nsnij4.jpg
It says: “bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install
NOTE: The forums directory will only work if your bbPress tables are in the same database as your WordPress tables. If you are not using an existing bbPress install you can ignore this message.”
Any ideas? It’s really a weird thing!
July 8, 2010 at 8:45 pm #84830In reply to: API Documentation?
techguy
ParticipantNope. Although, it’s often good to consult the WordPress codex as well since all of those functions can be used also.
I’ve also learned to love this piece of code to output what’s being stored in various vars (just replace $bp with the var you want to see):
echo ”";
var_dump($bp);
echo "“;
die;
(the echo should be the pre html code since this won’t display code right)Otherwise, I look at plugins that do similar things to what I want to do to find new code or ask in the forums and sometimes people will answer with the code.
July 8, 2010 at 6:19 pm #84804@mercime
ParticipantDon’t they have support forums or contact form there where you could ask theme devs or community members who are using the theme whether any have made it work with BuddyPress or if the theme required some tweaks to make it work? I remember the time when users of Hybrid theme framework made it work with BuddyPress via communication in BP and Hybrid theme forums.
July 8, 2010 at 6:16 pm #84802In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
Mark
Participantsame with me here. I do clean install of WordPress 3.0. Activated Buddypress in the plugins. Updated permalinks to use with simple urls. Apply some tricks that can be seen at http://ikailo.com/94/url-modrewrite-workaround-iis-60/ to url since I’m in windows server. Don’t have mod_rewrite. Tried signup, but it just redirects to the same page. site is boholtech.com
July 8, 2010 at 5:14 pm #84793In reply to: Where are all my blogs?
paulhastings0
ParticipantDid you just make the necessary manual adjustments in addition to the automatic upgrade stuff. Read these 2 guides, but especially the 1st. Did you do all of those things (including editing the .htaccess file)?
http://wpmututorials.com/how-to/upgrading-from-wpmu-to-wp-3-0/
http://wpmu.org/important-things-you-should-know-before-upgrading-to-wordpress-3-0/
July 8, 2010 at 4:46 pm #84790In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
ParticipantTá fáilte romhat. (you are welcome)
Thanks in Irish: Go raibh maith agat….July 8, 2010 at 4:12 pm #84786In reply to: Buddypress version of wordpress 'mystique' theme?
José M. Villar
ParticipantThank you, thank you, thank you (do not know how to thank in irish)
Will start following U on twitter.July 8, 2010 at 3:55 pm #84781In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participant@el_terko sorry only spotted this reply now.
Yes, I’ll be updating the Malleable theme in the next few days, will post when done.July 8, 2010 at 2:09 pm #84773In reply to: polls plugin/widget
freemancork
MemberNo problems here. PollDaddy works fine with BuddyPress just as it does with regular WordPress blogs based on my own experience.
Install it through the plugin manager, activate and add short-code to widget/post.
July 8, 2010 at 2:02 pm #84771In reply to: PollDaddy + BuddyPress ?
freemancork
MemberWhat Modemlooper said. It works just as it would with a regular WordPress blog without interacting with BuddyPress in terms of the poll results and functionality.
-
AuthorSearch Results