Search Results for 'wordpress'
-
AuthorSearch Results
-
April 26, 2010 at 12:40 pm #75244
Brajesh Singh
Participant@hnla VHOST is not required for wordpress but is required for wordpress mu/multisite in case you want them to function as subdomain.domain.
@bstats
You should do two things and the problem should be solved.
1. Check Mod_rewrite is enabled or not(as @travel-junkie has pointed). If you are on wamp 2.0, you can left click on the wamp icon(in the quick taskbar, the half cirecle icon)->Slect Apache(from the menu)->Apache Modules->rewrite_module(If it is not having a tick, click over that). Refresh the wordpress page and check is it working or not.
2.Once mod rewrite is checked you can try enabling/disabling permalink and resave it and Most probably it is going to work.April 26, 2010 at 10:35 am #75232Anonymous User 96400
InactiveNo, it’s not WordPress. Personally I use Xampp, so I’m not familiar with Wamp. Somewhere in your Wamp files there will be a file called http.conf. That’s the apache configuration file. There you can control what modules are being loaded by your test server. Look for that file, open it and then look for this line
`#LoadModule rewrite_module modules/mod_rewrite.so`
and remove the #
Then restart Apache.
Sorry about the php.ini reference in the post before. Mixed that up…
April 26, 2010 at 3:21 am #75222In reply to: BuddyPress and WordPress 3.0
Phlux0r
ParticipantIn that case I’d suggest creating an installation with the same versions used originally on another server or local dev environment and seeing if that makes a difference, if it’s a server config issue maybe or some other mis-configuration somewhere.
April 26, 2010 at 2:00 am #75217Steve Tomich
ParticipantI am sorry but I don’t fully understand what you suggested. Do you mean wp-config.php ? I have a feeling it is not buddypress. I just installed another theme and the links don’t work on any themes.
Also I re-installed wordpress and left the Permalink Settings as default and the links to themes work just fine as soon as I change the permalink to do “Day and name” or any other option the links in themes don’t work. This is my main problem I think getting buddypress working with my theme.Should I change something in the wamp server?
April 26, 2010 at 1:43 am #75212In reply to: Update BP from “.com/beta/” to just “.com/”
Tmort
Participant@stwc problem is, I’m using wordpress in a different folder than the root of the domain. So my WP files live in domain.com/wordpress/ and my “wordpress blog” is at domain.com.
I was told by sever people, including r-a-y that I need to change the “buddypress default domain” or something of that nature. I was told to put this code in my functions.php file, but it doesn’t work. Any suggestions?
// Getting rid of the subfolder in URLs/permalinks
function my_bp_override_core_domain() {
$domain = get_bloginfo(‘url’);
return $domain;
}
add_filter(‘bp_core_get_root_domain’,’my_bp_override_core_domain’);April 26, 2010 at 1:21 am #75210In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
ParticipantYeah, but poor @Chad Holden isn’t so lucky
April 26, 2010 at 1:12 am #75209Steve Tomich
Participantstwc,
Thank you for the reply but its a no go. When I click on any links at all my browser goes to the link directory that doesn’t exist I think. Also I am using WordPress not MU. What am I doing wrong?
April 26, 2010 at 12:10 am #75200In reply to: BuddyPress and WordPress 3.0
April 25, 2010 at 9:48 pm #75188In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantIt’s something I can look into. Not sure how off hand. I do have CubePoints working with Simple:Press Forum though. But it’s a direct edit of a file.
April 25, 2010 at 8:43 pm #75183In reply to: Buddypress version of wordpress 'mystique' theme?
thekmen
Participantmore or less, you can test it out over on:
http://mystique.bp-theme-converts.comI’ll zip it up if you want tomorrow.
April 25, 2010 at 8:08 pm #75180In reply to: Buddypress version of wordpress 'mystique' theme?
Kevin Ryman
ParticipantHas anyone made this BuddyPress-compatible yet?
April 25, 2010 at 4:57 pm #75136gibbyesl
MemberHi
wordpress 2.9.2 buddypress 1.2.3 not MU
I am using the default theme, thanks for the reply

Gibby
April 25, 2010 at 4:37 pm #75129Brajesh Singh
Participanthi
For your first question, you may want to try this plugin
https://wordpress.org/extend/plugins/bp-registration-options/
checkout this thread too
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/moderate-members/For the second, yes, It is possible. Just go to SiteAdmin->Options and select the radio box which says only logged in users can create blog.
PHp5 may be an issue, better why not ask your server adminstrator to upgrade.April 25, 2010 at 3:55 pm #75121In reply to: Facebook connect info
Shanni Einer
Participantthat is depressing since I am a complete die hard fan of simple facebook connect – http://ottopress.com/wordpress-plugins/simple-facebook-connect/ I hope it doesn’t die out. Let’s just see how it all plays out in the future devs. Thanks for the heads up
April 25, 2010 at 3:43 pm #75117In reply to: How to add a widget in a Post?
Boone Gorges
KeymasterAs andrea_r said, you can’t. More precisely, it’s not a supported or advertised feature of WordPress.
If you’re comfortable working with PHP and WP themes, you could try something like this: http://ryanpricemedia.com/2007/04/08/howto-include-wordpress-widgets-in-post-or-page-body/
April 25, 2010 at 2:10 pm #75105In reply to: BuddyPress and WordPress 3.0
Ipstenu (Mika Epstein)
Participant*ponder* It doesn’t make any sense to me, except maybe it’s PHP setup. Can you add an image to a regular blog post outside of BP?
April 25, 2010 at 2:07 pm #75103In reply to: [New Plugin] CubePoints Buddypress Integration!
Tosh
ParticipantYa, that would be cool if the My Points page was on the profile page or just not the admin part of wordpress. I didn’t create CubePoints, just this extension of it. So not sure why it’s not giving points for new users.
Do you have a point value on this page?
http://www.mysite.com/wp-admin/admin.php?page=cp_admin_config
Under “Number of points new members get for registering:”April 25, 2010 at 1:26 pm #75082In reply to: BuddyPress Default theme for bbPress
Arturo
Participantwp-blog-header.php is the old file to include, add at the top just after <?php the require_once…. with the full path to wp-load.php
see https://bbpress.org/documentation/integration-with-wordpress/ “Functions” section
April 25, 2010 at 1:19 pm #75080In reply to: broken posts by > or <
Paul Wong-Gibbs
KeymasterHi
Post where? In a group forum? Also, what versions of WordPress and BuddyPress are you using please.
April 25, 2010 at 1:12 pm #75078In reply to: BuddyPress Default theme for bbPress
dainismichel
ParticipantWell, I added this to bb-config.php
`// Include WordPress functionality
$currDir = dirname(getcwd());
// Make sure this isn’t install or admin (go up if it is)
if(!file_exists(“$currDir/wp-blog-header.php”))
$currDir = dirname($currDir);
if(!file_exists(“$currDir/wp-blog-header.php”))
die(“Cannot find WordPress integration files.”);
require_once(“$currDir/wp-blog-header.php”);`got the code from here
http://labs.b5media.com/blog/creating-the-anypress-solution/…still need to test…but the theme seems to work now…i think
April 25, 2010 at 8:27 am #75055In reply to: 500 Errors (1and1 webhost)
mbiernat
Participant1and1 works fine with WordPress. I run a number of sites with 1and1 not an issue, only MU does not work. I know this is marked resolved
I have been testing Buddypress and MU for a while now, and It has nothing to do with BuddyPress. It is an MU issue with 1and1April 25, 2010 at 8:21 am #75053In reply to: Welcome Pack update request
Paul Wong-Gibbs
Keymaster@Erich73 On WPMU, the user database is shared between all sites. The user registration is executed on the main blog. In Welcome Pack’s case, there’s not a lot of difference therefore if it runs sitewide or on a per-blog basis, so I set it to run sitewide just in case there is some unusual way that WordPress user accounts can be added.
April 25, 2010 at 6:24 am #75048In reply to: [Resolved] CubePoints and BuddyPress Intregration?
Tosh
ParticipantHere is the official thread on the new plugin
Download link is there as well. I haven’t tested CubePoints with WordPressMU.April 24, 2010 at 5:39 pm #74981In reply to: buddypress photo upload
r-a-y
KeymasterCheck out the following plugins:
Forum attachments for BP:
http://teleogistic.net/code/buddypress/forum-attachments-for-buddypress/
BP Forum Extras:
https://wordpress.org/extend/plugins/buddypress-group-forum-extras/
April 24, 2010 at 5:37 pm #74980In reply to: Member Blogs
r-a-y
KeymasterHave you created a network in WP 3.0?
You have to do this first before you can enable user blogs.
Read this guide by Andrea_r:
-
AuthorSearch Results