Search Results for 'wordpress'
-
AuthorSearch Results
-
October 14, 2011 at 8:12 am #122295
In reply to: 1.5 beta2 – Activity and member pages redirecting
Prasad Nevase
ParticipantHi,
I have setup WordPress MU with BuddyPress across the network. I am facing same issue. My Activity tab is redirecting to home page. Even, when I click on any member’s name it does not take me to his profile and instead redirect me to home page. Any idea why is this happening. I would be very thankful if you guys help me out.
Thanks in advance.
October 14, 2011 at 1:18 am #123148In reply to: [Resolved] blogroll to buddypress 1.5
@mercime
Participanthttp://justintadlock.com/archives/2008/12/18/using-bookmarks-more-effectively – categorizing bookmarks/links
October 14, 2011 at 1:13 am #123147In reply to: Issues with formatting ;
@mercime
ParticipantLooks like you used the first method (changing 14+ BP template files) for Step 3 of BP Template Pack compatibility process and missed a few template files. The instruction has been updated on which files to change from 10 files to 14 or so files listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
Better yet, you might want to consider the second method for Step 3 of compatibility process. Examples of second method:
https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/October 14, 2011 at 12:13 am #123349In reply to: Upgrading from 1.5 to 1.5.1
@mercime
ParticipantOctober 14, 2011 at 12:11 am #123176@mercime
ParticipantIf you’re still using Custom Community 1.8.3, they have a new BP-compatible version out Custom Community 1.8.6 at the WP Theme Repository. Theme devs give support in their site themekraft.com
October 13, 2011 at 11:37 pm #122167mrscooches
MemberThat worked great when i was using Custom Cummunity 1.8.3.I upgraded my theme.I went to footer.php to remove the text and links after the upgrade.Now it’s different.I don’t see the links.I can remove them but it also removes the widgets in the footer.I know those links have to be somewhere else but i can’t find them.I don’t see anyway to remove them in the footer.php unless you remove everything.Help again
October 13, 2011 at 8:10 pm #122830In reply to: BuddyPress 1.5 user fullname save/show errors
Boone Gorges
KeymasterThanks for the details, @rossagrant. I’ve created a Trac ticket for the dev team to look into it. https://buddypress.trac.wordpress.org/ticket/3683
October 13, 2011 at 7:10 pm #123387@mercime
ParticipantStrange thing, Platform is tagged buddypress in WordPress Theme Repo so I would asume he had knowledge of the basic BP template files so he would give at least some support for the layout . You should contact theme dev for assistance.
What’s missing is Step 3 of the BP compatibility process where you have to tweak either the BP template files transferred to your platform theme folder or create header-buddypress.php and sidebar-buddypress.php https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#fixalignment
October 12, 2011 at 9:16 pm #121916In reply to: zeus and buddypress and load balancing
Paul Wong-Gibbs
KeymasterYou should ask on WordPress.org; after all, BuddyPress is just a plugin
October 12, 2011 at 9:15 pm #121915In reply to: Cancelling Friends Request
Paul Wong-Gibbs
KeymasterNo way to do this in core. Raise an enhancement suggestion ticket on https://buddypress.trac.WordPress.org
October 12, 2011 at 6:50 pm #121952In reply to: BP Enable Root Profiles produces 404 errors
truelux
Participanttried doing it on another wordpress blog of mine and it doesnt work… Wondering if it has something to do with the host/server?
October 12, 2011 at 1:27 pm #121967In reply to: Problems regarding setup etc.
Chris Lowry
MemberCan we see a screenshot of the pages tabs of your BP settings?
You need to create pages in WordPress, and then associate them under Buddypress -> Pages
Bless,
ChrisOctober 12, 2011 at 2:10 am #121990In reply to: Am i right to think buddypress is……
Ratspeed
MemberApparently the pack is currently broken with the current WordPress version (3.2.1).. Until it’s fixed, anything we should do in the meantime?
October 11, 2011 at 11:58 pm #122288In reply to: Author’s questions on BuddyPress
Walid
Participantwell, I just met your post by chance and the word author attracted me to read it, as I’m myself a beginner writer, who have exactly the same combination as you describe, WordPress and buddypress

I can say all you want exactly can be done by buddypress, all that features you mentioned are built-in without any need for plugins, but for few options there is this plugin wanted:subscribe2 ( if you don’t have already )
subscribe to comments ( like in wordpres )for the theme, I may suggest the default theme which I use, or the new Frisco theme.
for media need, of course the new buddypress media or bp-Albumperhaps other friend can give you more details, have a nice day
October 11, 2011 at 11:46 pm #123062signo
MemberOctober 11, 2011 at 9:16 pm #123076In reply to: After upgrade new members cannot sign up!
aces
ParticipantAre the emails in the spam or junk directories?
Some hosts need an extra plugin to work with wordpress mail, such as the one suggested on the following page: https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
I have used https://wordpress.org/extend/plugins/wp-mail-smtp/ which has a useful debugging feature….
October 11, 2011 at 6:32 pm #123092Roger Coathup
Participantjqueryui has an autocomplete widget you can work with (or have a look at the older autocomplete plugin that’s used already in BuddyPress for usernames e.g. when you send a message). http://jqueryui.com/demos/autocomplete/
The correct way to set up it up in a WP environment is by getting the autocomplete plugin to make an AJAX request to admin-ajaxurl, which will call on to an action that you create to return suggested names.
It’s not straightforward, but a Google around will retrieve details on how to best setup an Ajax call in WP – alternatively the book “Professional WordPress Plugin Development” has a good chapter on it.
October 11, 2011 at 4:38 pm #123109In reply to: when setting ” register ” page as the homepage
cupid4
Participant@boonebgorges Thanks for this, I have another question, as a test, I installed 3.3 beta 1 today, and tried to install buddypress ( latest SVN version) but every time I click network activate it do nothing, the plugin is never showing as activated in the list of plugins or any further install instructions showing, is current svn not compatible yet with WordPress 3.3?
October 11, 2011 at 2:52 pm #123130In reply to: when setting ” register ” page as the homepage
Boone Gorges
KeymasterFYI, this filter has been added, and will be in 1.5.1. See https://buddypress.trac.wordpress.org/changeset/5237
October 11, 2011 at 9:01 am #123134In reply to: Forums redirecting to homepage
graphicscove
ParticipantAfter searching for hours on end to find the solution to this I think I’ve found something. I too had installed the latest Buddypress with the latest WordPress and couldn’t get the forums to work. There was no tab linking to the forums page using the default buddypress theme and when typing in /forums/ it would just redirect back to the homepage.
Under Buddypress->Pages set ‘Discussion Forums’ to ‘none’ rather than the ‘Forum’ page.
This worked for me an hopefully it works for everyone else. Please note this works for the site wide forum option, I haven’t tried the group forums.
Also seeing as it was so easy I’m guessing it’s probably not the best way to fix things and I’ve more than likely done something wrong but until someone corrects me it’s a solution that works.
Hope it helps
October 11, 2011 at 6:23 am #123145In reply to: Manually add Site Wide Forum support
Paul Wong-Gibbs
KeymasterDownload and install bbPress 2.x from WordPress.org
October 10, 2011 at 8:46 pm #121859buddy_boy8403
MemberBy the way, I’m using:
BuddyPress v1.5
WordPress v3.2.1
Custom Profile Filters for BuddyPress Plugin v0.3.1 with it set to strip tags except for.
I did disable the Custom Profile Filters for BuddyPress plugin and nothing changed, so I don’t think there is plugin interference.
October 10, 2011 at 3:02 pm #122449In reply to: CubePoints Lottery
Tosh
ParticipantCheck out this:
BuddyPress / WordPress Giveaway Plugin | CubePoints Lottery Giveaway / Contest System
It’s very feature rich and I tested it meticulously as well. I’m very proud of it.
It’s a plugin that you install, set your settings in the admin and your good to go.
You can use the shortcode
[lottery1]to display it on any page. With support with up to 5 lotteries running at once.More info and how to get it here: http://store.slyspyder.com/
October 9, 2011 at 9:20 pm #122205In reply to: Where’s my WPTheme and How to Get it Back?
@mercime
ParticipantYour WP theme files would still be in wp-content/themes/yourthemefolder
You need to install and activate the BP Template Pack plugin and go to Appearance > BP Compatibility Process.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/October 8, 2011 at 7:34 pm #122780r-a-y
KeymasterPlease post this as an enhancement ticket on Trac:
https://buddypress.trac.wordpress.org/newticket -
AuthorSearch Results