Search Results for 'wordpress'
-
AuthorSearch Results
-
February 16, 2011 at 11:17 am #105526
@mercime
ParticipantSaw something like this in WP.org forums. Bug/s in WP 3.0.5 https://wordpress.org/tags/305
Some solutions
1. If you did the auto upgrade from admin dashboard, do a manual update. https://codex.wordpress.org/Updating_WordPress#Manual_Update
2. Install https://wordpress.org/extend/plugins/hotfix/
3. Upgrade Akismet plugin to latest versionFebruary 16, 2011 at 10:52 am #105524In reply to: How to remove buddypress code
@mercime
ParticipantIf you mean the files added by BP Template Pack plugin in your active theme, feel free to delete the following:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templatesFebruary 16, 2011 at 10:34 am #105521In reply to: buddypress onWordPress MU vs Single Install
Pixilator
MemberAs far as I can see, MU is not a seperate project any more.. It’s integrated in the regular installation.. https://mu.wordpress.org/
February 16, 2011 at 3:01 am #105507Boone Gorges
KeymasterInstances of do_action() don’t, in themselves, do anything. They are signposts (‘hooks’, in WordPress terminology) that allow other plugins to add functionality. It is thanks to such idle hooks in WordPress that BuddyPress is able to function. See https://codex.wordpress.org/Plugin_API for more info about how the system works.
Grep will tell you the locations of all references to the text you provide. Generally, that will give you enough information to open up the file(s) given in the grep results and look at the specified line. I just ran the command I gave you above, and I got the following result:
`./bp-themes/bp-default/registration/register.php:162: `
In other words, as I suggested, this particular text is only mentioned in one place in BP – the moment where it is defined. The hook is not called by any function in BuddyPress.February 16, 2011 at 1:42 am #105501In reply to: Pre-install Question
@mercime
Participanthttps://wordpress.org/extend/plugins/invite-anyone/
http://buddydev.com/buddypress/buddypress-friends-suggestions-widget-help-your-users-to-build-their-network-faster/Of course you’re free to look elsewhere, like Elgg ( plugins in basic install) and Drupal Commons (featured on wpmu.org)
February 15, 2011 at 9:02 pm #105484In reply to: WordPress 3.0 + Buddypress — User Creation Problems?
smilewithkids
MemberWell, I must agree with some guys here, that it really should register users out of the box.
Solution confirmed:
Mail From plugin allows to send the email to the user.The next small issue is that gmail catches that email as spam…
February 15, 2011 at 10:31 am #105456@mercime
ParticipantThere are 13 files https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates – blogs/create.php and registration/activate.php missing in your list
February 15, 2011 at 2:25 am #105437Ranjith
MemberHi all check this link..
http://electrofriends.com/qna/web-development/wordpress-faq/integrate-buddypress-wordpress-theme/Step by step procedure is given to integrate buddypress theme to your existing theme
February 15, 2011 at 1:40 am #105435In reply to: Buddypress login by facebook, twitter etc
Reezo
ParticipantI believe this plugin have all what you want:
https://wordpress.org/extend/plugins/bc-oauth/February 14, 2011 at 10:33 pm #105421In reply to: Buddypress login by facebook, twitter etc
Virtuali
ParticipantThat site does not have buddypress even installed, but
February 14, 2011 at 8:45 pm #105411In reply to: buddypress + wordpress multisite
@mercime
ParticipantYou’re welcome. Glad you have i working.
February 14, 2011 at 8:43 pm #105410@mercime
ParticipantYou’re welcome.
BP demo: http://testbp.org/
BP Codex: https://codex.buddypress.org/home/February 14, 2011 at 8:07 pm #105408Gary Eckstein
MemberThanks Kapil and Mercime,
I think I need to ‘play’ with BuddyPress a bit more to get to know it better
February 14, 2011 at 7:42 pm #105407In reply to: Fixing Alignment
@mercime
ParticipantBackticks are like apostrophe’s slanted backward looks like this “` and you need to put a backtick before and another backtick after the code – like the page.php – for that to show up in forum webpage.
=== The following is the Forum.php which I need to change ===
That’s not the file you need to change if you want BP compatibility.
If you have gone through the BP Template Pack process, the pages you need to change are in folders which have been moved by the process to your active theme’s folder as listed here: https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
So per list above, the file you need to change is the forums/index.php filehttps://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/You do need a working knowledge of HTML/CSS at least to effect the necessary changes. If you cannot do it at this time, you might want to wait for BP 1.3 where BP components are rendered in your regular WP theme if BP is activated. Or in the meantime, you could create a child theme of the bp-default theme (here’s how to https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/ ) and use that first.
February 14, 2011 at 7:24 pm #105403In reply to: buddypress + wordpress multisite
berseck
MemberMy bad
Because I added this code to functions.php and wp-config.php
and didn’t work…But I changed some stuff and now its working
And now its working
Thank’s guys and sorry for the dummy questionsI already changed alot of stuff on buddypress core to make my site works how it supposed to work
But thanks for everythingFebruary 14, 2011 at 6:41 pm #105400In reply to: buddypress + wordpress multisite
Hugo Ashmore
ParticipantJust adding it as you posted, it’s more a grimace though!
February 14, 2011 at 6:40 pm #105399In reply to: buddypress + wordpress multisite
February 14, 2011 at 6:39 pm #105398In reply to: buddypress + wordpress multisite
Hugo Ashmore
Participant*sigh*
February 14, 2011 at 6:39 pm #105397In reply to: buddypress + wordpress multisite
Hugo Ashmore
ParticipantThat is why mercime linked you to the codex page! Please read it for the answer to your question.
First port of cal on lists and boards are the archives and with apps the documentation pages if there are any.
February 14, 2011 at 6:38 pm #105396In reply to: buddypress + wordpress multisite
@mercime
Participantwp-config.php
February 14, 2011 at 6:17 pm #105392In reply to: buddypress + wordpress multisite
berseck
Memberhmm ok
But where should I add this??
functions.php?wp-config???
Thanks,
Thiago CruzFebruary 14, 2011 at 6:07 pm #105390In reply to: WP Multisite – multiple (2) domains and SEO
@mercime
Participant@obiwan77
a) Could be. There are other factors in play for good SEO
b) Not really. Have you tried http://wpml.org/ plugin?
c) It depends on your webhost – bandwith and memory allocated, etc.
However, this forum is for BuddyPress, proceed to WP Multisite forums https://wordpress.org/support/forum/multisite and use same username and password you used here to log in there to get further assistance.February 14, 2011 at 5:16 pm #105389In reply to: buddypress + wordpress multisite
@mercime
Participant`Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
define ( ‘BP_ENABLE_MULTIBLOG’, true );`
from https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Note that there’s only ONE instance of BP throughout the whole WPMultisite installationkidcore
Memberwhen I have the wordpress and buddypress English site works fine when I
I give it in Portuguese language site lets you login, it crashes.February 14, 2011 at 1:34 pm #105374In reply to: Friends – rename to something else
-
AuthorSearch Results