Search Results for 'wordpress'
-
AuthorSearch Results
-
June 28, 2010 at 8:03 am #83211
In reply to: 404 errors on all links
barry-o-brien
Participantwordpress 3 and the standard buddypress template
June 28, 2010 at 7:22 am #83208In reply to: Forums Link is Broken…
@mercime
Participant@rohan_kapoor – install same as your configurations; check bb-config.php – sample here http://wordpress.pastebin.com/1qAdu2q3
– after correcting your bb-config.php at root, you can re-run forum creation – BuddyPress > Forums Setup and click on re-install link. There should be 7 tables of bbPress generated in database wp_bb_forums, wp_bb_meta etc. as well as a new bbPress folder generated within wp-content/plugins/buddypress folder in server.June 28, 2010 at 6:54 am #83206In reply to: WP Multi Network
Pearson Communications
ParticipantI was getting a redirect loop on the wp-signup.php page on my sub networks
Well found out what’s causing the problem here
https://core.trac.wordpress.org/ticket/13211#comment:1It has to do with the code that is in wp-signup.php in lines 25 -33
if ( !is_multisite() ) {
wp_redirect( get_option( 'siteurl' ) . "/wp-login.php?action=register" );
die();
}if ( !is_main_site() ) {
wp_redirect( network_home_url( 'wp-signup.php' ) );
die();
}
Wordpress doesnt allow signups on subsites. When someone tries to sign up on a sub site, it redirects them to the main site.
I am using the multi network plugin,
(https://wordpress.org/extend/plugins/wp-multi-network/)
even though a site may be the main site for an additional network, wordpress still sees it as being a subsite so it keeps redirecting in an endless loop. By commenting out those lines it fixed the problem.Is there a way to make a plugin for this instead of having to hack core?
June 28, 2010 at 3:28 am #83192In reply to: Convert a WordPress Theme to a BuddyPress Theme
gfa202
Membermembers/single/home.php is the file you need to edit to see the changes take effect on the activity page. bp-template-pack is a great plugin.
June 28, 2010 at 1:41 am #83187In reply to: Missing admin bar menu items
Boone Gorges
KeymasterThe Wire feature was deprecated with BuddyPress version 1.2. If you’d like to use the Wire, try installing the BuddyPress Backward Compatibility plugin and activating the wire feature: https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/
The functionality of the wire – namely, the ability to leave short messages for other users – has mainly been replaced by the @-mention feature.
If you want users to have their own individual blogs, you’ll have to activate WP Network mode. If you want them to be able to post on your main BuddyPress blog, they’ll have to be at least Contributors. If you just want them to be able to post messages for others to see, then perhaps the status update feature will be enough.
June 27, 2010 at 9:27 pm #83159lincme.co.uk
Member@elizawhat; Your post made me think, and I checked our (not yet) live site, which does require email confirmation. Mostly I’m thrashing around at home with a local xammp installation, and can’t remember what I did to make the live one require email conf. The plugin linked to below should do it, although it’s not activated in our site..! Something in WP or BP lets you require email confirmation, but I can’t remember what.
June 27, 2010 at 5:32 pm #83119In reply to: Creating a General Forms Plugin for WordPress!
peterverkooijen
ParticipantWould mm forms work?
Buddypress profile fields are not standard WordPress though. They’re in complicated database tables called xprofile, so if you want to integrate it with anything else fuggedaboutit. You’ll need custom coding.
June 27, 2010 at 4:30 pm #83115In reply to: issue on wp 3.0 install with BP
r-a-y
Keymaster@joyceborneo – Read these instructions and follow them as your life depended on it!
http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/For the other people in this thread, the above might help, but might not depending on your use case.
June 27, 2010 at 3:53 pm #83107In reply to: Removing Groups From Forums
r-a-y
Keymaster@alanchrishughes – Here’s such a tutorial to integrate WordPress and standalone bbPress:
http://www.techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/June 27, 2010 at 2:21 pm #83098In reply to: Email login
June 27, 2010 at 10:38 am #83086In reply to: Maybe someone could check the theme?
John James Jacoby
KeymasterIf your theme isn’t 100% complete, then it won’t get accepted into the repository. It isn’t due to lack of responsibility, but quite the opposite. Themes in the WordPress.org repository are available to more than 10 million blogs all around the world. If 1% of those blogs try to download and install a broken theme, that’s 100,000 people that are frustrated instantly.
When the bp-default theme has broken bits and pieces in it, look what happens in these forums!

The best way to put your theme out there and get feedback on it, is to post it up on your own website, and use it. Setup a test installation and let people see what it can do, and have them use that website to give you that feedback. You can even setup your own group on this site too if you’d like.
Save uploading your theme to the WordPress repository as the icing on the cake; your reward for a job well done and a theme well created. Your audience, and your spare time, will thank you for it.
June 27, 2010 at 10:26 am #83085In reply to: BuddyPress 1.2.5 tickets are cleared out
John James Jacoby
Keymaster@hnla That is correct. The 1.2 branch of code is what we’re working with. Anything up until 1.3 will exist in that branch of code. SVN can be confusing, but it works really well for large project development with multiple developers and various states of progress; projects like WordPress and BuddyPress would be a nightmare without it.
@lincme Awesome; look forward to your response
June 27, 2010 at 4:07 am #83057In reply to: Should I use BuddyPress?
r-a-y
KeymasterIf you’re just looking for an easy-to-integrate forum for WordPress, try Simple:Press.
If you want to integrate a standalone forum into WordPress, try out bbPress.To find out if BuddyPress is for you, try out BuddyPress over on the test installation site – http://testbp.org.
Although BuddyPress does have some forum functionality, it is not a dedicated forum script!Hope that helps somewhat.
June 27, 2010 at 3:09 am #83050Walid
ParticipantThis is the most annoying bug feedback I ever read :
” I have them running on root also on at least three installations with no issues.
If there are other plugins that deal with permalinks that are flushing the rewrite rules (post types, taxonomies, pagination, etc) then they may be conflicting with a recent change in WP core.
Punting to 1.3 since this doesn’t appear to be a BP issue, but probably warrants a closer look later.
“
I say so, cause I have the problem with a fresh install of wordpress and buddypress without any plugins, so, skipping some bug for later to solve can be understood, but don’t give reasons that make no sense at all.
Thanks for effort anyway.June 27, 2010 at 12:06 am #83031MrsAngelD
ParticipantThanks for the fix ray using that file worked like a charm! I have my Wire back
June 26, 2010 at 9:48 pm #83009In reply to: Seperate HOMEPAGE for users
JPS Bhullar
Participant@mercime thanks. I just downloaded and checked Brajesh’s plugin, I want to know which filter need to be used like Brajesh Singh has used filter “Login_redirect” to hook into login process of wordpress. ????
June 26, 2010 at 7:49 pm #82989In reply to: Something funky going on please help
dkoepke
ParticipantJust to add to the troubleshooting, I have changed themes to an out of the box unmodified buddypress theme (not the default but another) and I am still getting the issue. When logged into the admin the images all there come up fine so I don’t think it is related to WordPress, but rather something related to buddypress css or something else in buddypress.
Any help would be greatly appreciated. You can check out the site at http://sharepointindex.com.
Thanks,
DavidJune 26, 2010 at 7:13 pm #82984harounkola
ParticipantHi peeps. I’m having a similar problem, but not sure if its exactly the same thing, my activity page is not the first page, nor do I want it. I’m using a custom theme designed in Artisteer, and the activity is not showing up. If I use the default buddypress theme, then the activity shows up.
Any ideas?
http://spaceoflove.co.zaThanks
June 26, 2010 at 7:00 pm #82983In reply to: I’m no longer super admin. What happened?
Kevin
ParticipantIt’s weird. My site is wordpress 3.0, buddypress 1.2.4 and I wpmu enabled it. So I had a super admin menu which is now gone. I can’t upload or search for plugins any more. All I can do is activate and deactivate them. The site is still definitely running with wpmu though because buddypress is not listed in the plugins. It’s a network pluging but I can’t see and have no access to my network plugins.
June 26, 2010 at 5:42 pm #82977In reply to: Create a new wp-admin
@mercime
Participant@azreeceli – based on your post, you want to allow your user to post and want to customize the admin dashboard so the user won’t even know that their posting in the back-end by theming the back-end to look like the front-end of the site. That’s is do-able but a lot of work which = paid work.
There’s a way to allow your users to post from the front-end,install Jet QuickPress plugin.https://wordpress.org/extend/plugins/jet-quickpress/June 26, 2010 at 3:17 pm #82960In reply to: issue on wp 3.0 install with BP
peterverkooijen
Participant@eric, current versions of BP are not WordPress 3.0-ready.
I’ve upgraded a BP 1.1.3-based custom theme to WordPress 3.0. The only problem I’ve found so far is avatars upload, so I guess WP 3.0 changed how it handles avatars?
Can someone point out which change broke the functionality? Were function or hook names changed? Were functions moved to other files? Or something more complicated?
Is this already being worked on for a 1.2+ version? Is there a trac (or whatever it’s called) that I can use as reference to try to fix it in my custom theme?
June 26, 2010 at 11:14 am #82941In reply to: WordPress gPress plugin might be coming to BP
gpo1
ParticipantgPress adds new geo-relevant layers to WordPress, allowing you to create your own location-based services or to keep track of your own personal geo-tagged journies. Even in its beta state, you can presently geo-tag posts using native WordPress Mobile Applications, or create new geo-located places using custom post types, featured images and descriptions, add geoRSS functionality and integrated with BuddyPress and Foursquare…
https://wordpress.org/extend/plugins/gpress/June 26, 2010 at 9:49 am #82936@mercime
ParticipantThanks @johnjamesjacoby
@arunbasillal good share. That’s what I’d do to make home page “future-proof” for BP 1.2 series – all bets are off for BP 1.3
June 26, 2010 at 4:49 am #82907still giving
ParticipantWhy dont the WordPress and Buddypress websites share more in terms of user interaction cues, e.g. using forums versus groups etc.
Why is it not easy to clone off other langauge sub-domains and them all share the same layout etc … ? This is also true for WordPress sites.
June 26, 2010 at 2:31 am #82901LPH2005
ParticipantAgreed – @johnjamesjacoby – I just did this to a second site and took less than 3 minutes to get it working.
1. Install plugin (https://wordpress.org/extend/plugins/syntaxhighlighter/)
2. Insert add_filter statements around line 112 of the syntaxhighlighter.php file in the plugin directoryEasy!
-
AuthorSearch Results