Search Results for 'wordpress'
-
AuthorSearch Results
-
June 13, 2010 at 11:20 pm #81440
In reply to: Directions/Instructions?
dawnswebdesigns
ParticipantHmmm…almost 24 hours & no answer. But hey…at least I was able to post here. I tried to get help from 2/3 theme creators & couldn’t even post on their sites.
The themes don’t work. Also because WordPress didn’t create these pages so if they have #’s I don’t know what they are…I can’t get any drop down menu plugins to work. I got several pages so my nav menu looks stupid. I’m done with this. When this becomes a plugin instead of it’s own lil software that requires a manual & a bunch of time I might be back. But I just spent over 2 mo’s playing with Joomla & Drupal & their mods. I’m trying to build a family site & actually open the doors. Time’s up.
June 13, 2010 at 9:54 pm #81436In reply to: I cannot find .htaccess file to moderate it
Paul Wong-Gibbs
KeymasterThe standard WordPress .htaccess will be on the root directory of your website (once you enable pretty permalinks, at least).
June 13, 2010 at 4:57 pm #81427Jure
ParticipantYes it really works, thank you very much: Forumov Setup
A configuration file could not be created. No problem, but you will need to save the text shown below into a file named bb-config.php in the root directory of your WordPress installation before you can start using the forum functionality.June 13, 2010 at 2:33 pm #81417In reply to: is there a how to guide anywhere?
Pisanojm
ParticipantHere is a simple guide:
http://sparun.in/a-simple-buddypress-guide/Here is a more involved guide:
http://premium.wpmudev.org/the-buddypress-manual/Hope it helps… BTW, I’ve posted questions that have gone unanswerd on this site for days..(some weeks) Sooner or later somebody answers, if not -that’s the way it goes when you’re not paying for support and your using an open-sourced product. The guys at http://premium.wpmudev.org/ offer paid support if you need it. Also the guys at http://bp-dev.org/ will hire out for projects. The core group of coders here are pretty amazing…
After seaching for a month as to what the best social site software is for my use, I kept coming back to Buddypress because it allowed me the freedom to do what I wanted… The others were very restrictive in their “canned” solutions. I’m pretty happy so far. AND very much looking forward to the major update of WordPress 3.0 Stable, coupled with Buddypress NEW Stable… it looks as though all of the problems that I have had are going to be fixed in a month or so…
June 12, 2010 at 9:57 am #81359In reply to: WPMU 2.9.2 or WP 3.0 RC2?
paulhastings0
ParticipantFYI, 3.0 RC3 is now available: https://wordpress.org/development/2010/06/3-0-rc3/
June 12, 2010 at 3:18 am #81348In reply to: FEATURES REQUEST Classifieds (Plugin)
anaxent
MemberSo I know classifieds uses another blog for all of its posted data though going into wordpress 3 I think that it would be better if classifieds used the new post type function.
June 12, 2010 at 1:14 am #81340In reply to: Pass WordPress login to BuddyPress
@mercime
Participant@seanbaugh What I posted above was for two single WP installs. I have to add that if you’re going to do the above, make sure that the 1st WP install and the 2nd WP install have the same versions. So if existing install is WP 2.9.2, then your second install must also be WP 2.9.2 – can’t guarantee it will work if you use different versions. Just backup your 1st install’s database first if you want to experiment with different versions.
June 11, 2010 at 7:24 pm #81323In reply to: WPMU 2.9.2 or WP 3.0 RC2?
intimez
Participantwait for version 3.0 to be release
wpmu2.9.2 is basically a merge of standalone wordpress and wpmu.
you can enable multisite (wpmu) in 3.0 by a simple wp-config.php file editJune 11, 2010 at 7:20 pm #81322In reply to: Pass WordPress login to BuddyPress
Chuck Sweatt
ParticipantThis is fantastic — thank you mercime for providing this information.
June 11, 2010 at 6:57 pm #81321In reply to: Pass WordPress login to BuddyPress
seanbaugh
MemberMercime – I guess I neglected to mention – not using MU for this, its on plain ol WordPress (and on 3.0 RC2) – – – so I’m guessing what you mentioned can only be accomplished using WPMU?
June 11, 2010 at 6:30 pm #81320In reply to: Pass WordPress login to BuddyPress
seanbaugh
MemberGreat info mercime – – we’ll give it a shot!
June 11, 2010 at 6:19 pm #81319In reply to: Pass WordPress login to BuddyPress
@mercime
ParticipantYour second WP install in subdomain should be installed in the same database (with different prefix) with your first WP install. Btw, backup your database before trying this. So in wp-config.php of the second WP install, just before “That’s it, you can stop editing” you should also add:
define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);Having said that WP 3.0 is around the corner, when you upgrade you can make your install multisite and define BuddyPress in subsite in subdomain or subdirectory structure, and you have one log-in for members to access both areas.
June 11, 2010 at 3:06 pm #81298intimez
ParticipantHere’s one you can try:
https://wordpress.org/extend/plugins/wp-maintenance-modeScreenshots of the different themes:
https://wordpress.org/extend/plugins/wp-maintenance-mode/screenshots/June 11, 2010 at 2:51 pm #81294In reply to: Help : Friends online widget
Marcus (aka @msykes)
ParticipantSorry for late reply, the widget I made is a proper WP widget that you can manage in the wordpress widgets section and it’ll show who’s online. It works just like the default who’s online widget, but it’ll only show your friends. I updated it with the version I have working on my site with latest buddypress installation.
June 11, 2010 at 12:42 pm #81277yocalif
ParticipantHow To Set Up A WordPress “Under Construction” Environment
The following technique works with WordPress installed on your production server and shows everyone a “Under Construction/Under Maintenance” page while you and only you can see the site as if it were live.
Rename index.php
• Open up the root folder of your WordPress installation and locate the index.php file. Rename this file to index_wp.php. Don’t worry, we’ll be loading this file later.
Create a new index.php file
• Fire up your favorite code editor and create a new file called index.php and save it on the root folder of your WordPress installation.
• Paste the following code, besure and save the file, now upload the new index.php to your server.
Click Image to copy code text.
I still can’t figure out how to post code, tried "code tags", "pre tags", "text area tag in form", would appreciate some help on this that works.
Another place you can copy the code.
Open your site
If you have correctly performed the previous steps you should have a WordPress installation with a custom index.php file and a index_wp.php file, both on your root installation folder. Open up your home URL and you should see your “Under Construction” page. Whoo Hoo! now everyone is seeing this page. But now we need to continue development or perhaps show our clients the current progress on their site. Head on to your browser’s address bar and type this after your home URL.
/?uc=true&pwd=123456
A fully functioning WordPress installation visible only to you during the complete length of your session. No redirects, no rerouting, no separate development and production folders. The code starts the session engine and looks for two variables sent as GET. The first variable is ‘uc’ (short for Under Construction). If this variable is set with any value then the var ‘pwd’ is checked to see if it matches the hard coded password. If these conditions are met a session variable is set to include the index_wp.php during the complete length of that session. If the conditions don’t match then the current session is forwarded to the “Under Construction/Under Maintenace” page and the WordPress installation never gets loaded.
• Set your own password
On line 06 in the new index.php change "123456" to set a your own password. i.e. "00cz942ab".
Besure to upload and replace the initial "under construction" index.php, with your new password version.
• To end the development session type: /?stop=true
The development session will be closed and you’ll be back on the “Under Construction” page.
• Redeploy or Open your website for users
simply rename the new index.php file to index_uc.php and then rename the index_wp.php file to index.php. If you ever need to set your website in a “Under Construction/Under Maintenace” state, simply rename the files and your done!
Hopefully you find this Under Construction hack useful, it was created by: Juan Camilo Estela
June 11, 2010 at 12:41 pm #81276In reply to: Seo for Buddypress 1.0 beta
balukorrapati
ParticipantHi,
Thanks for the nice plugin.
I have installed latest plugin (1.2.4) today.
I am using WordPress Mu 2.9.2 and buddypress 1.2.4.1
I have applied settings. But, I am not seeing the changed buddypress titles like profile and so on.
Please suggest meThanks
June 11, 2010 at 10:05 am #81257In reply to: bp-events plugin ported to 1.2.x ?
gpo1
ParticipantAnd also support http://www.eventbrite.com API ‘Eventbrite empowers you with simple but powerful tools to manage, promote, and sell out your event’
Wordpress plugin: https://wordpress.org/extend/plugins/eventbrite-for-the-events-calendar
http://www.eventbrite.com/apiJune 11, 2010 at 9:41 am #81254gpo1
ParticipantThanks for the update..
June 11, 2010 at 2:22 am #81235In reply to: e-mail confirming
June 11, 2010 at 2:13 am #81234stormin303
ParticipantI did not so long ago but wasn’t happy with the memory footprint I was having on my VPS mainly due to Apache being too resource hungry and the intermintent lock ups of my server because Apache likes memory for breakfast, especially when it gets busy and even when its not busy at times. Plus I had to tone down the static caching because I was doing a lot of development work on it and got fed up waiting for the new content to appear.
Gone back to pure Nginx and certainly not looking back at the moment.
Running Nginx, PHP-FastCGI, WP3 MS, BP and a whole heap of WP plugins and my site certainly has an edge over any other setup I’ve installed on it in the past, especially Memory/Speed wise.
Biggest problem I have found with Nginx Rewrites is getting Images, avatars, avartar uploadds working. Nginx rewrites for WPMU 2.9.2 and WP3 MS are different (not sure about WP 2.9.2). Couldn’t find a working solution online so came up with my own based on the what I’ve learnt over the last few months. Probably better solutions as I’m not an expert but the important thing is that they work
.If you want to try yourself heres the Nginx rewrites I’m currenly using…
location / {
root /www//root;
index index.php;gzip on;
gzip_http_version 1.0;
gzip_vary on;
gzip_comp_level 3;
gzip_proxied any;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_buffers 16 8k;if (!-e $request_filename) {
rewrite ^.+/?(/ms-.*) $1 last;
rewrite ^/files/(.+) /wp-includes/ms-files.php?file=$1 last;
rewrite ^.+/?(/wp-.*) $1 last;
rewrite ^.+/?(/.*.php)$ $1 last;
rewrite ^(.+)$ /index.php?q=$1 last;
expires 10d;
break;}
}location ~* ^.+.(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js)$
{
root /www//root;
rewrite ^/.*(/wp-.*/.*.(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js))$ $1 last;
rewrite ^.*/files/(.*(html|jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js))$ /wp-includes/ms-files.php?file=$1 last;
if (!-e $request_filename) {
rewrite ^.+/?(/wp-.*) $1 last;
rewrite ^.+/?(/.*.php)$ $1 last;
rewrite ^(.+)$ /index.php?q=$1 last;
}expires 30d;
break;
}location ~ .php$ {
root /www//root;
keepalive_timeout 0;fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /www//root/$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
include fastcgi_params;
}June 10, 2010 at 7:33 pm #81206rich! @ etiviti
Participantthis will block all new entries for certain activity stream types:
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/but i’m sure you could extract the code or modify it for a certain group, etc.
or you could loop over the has_activities filter and unset the items based on type
June 10, 2010 at 5:52 pm #81194In reply to: Buddypress Avatars do not appear on WP MU Sub Blogs
bennadler
MemberAh, alright.
Thanks for the help. That’s pretty strange. Considering that the avatars show up on the WordPress admin panel, you’d think they work on sub blogs.
June 10, 2010 at 4:37 pm #81185In reply to: Can't see 'members' page in buddypress local install
qbuster
Participant@dagicueppers Mostly fixed with WP 2.9.2 by creating pages called Members, Groups, Forums, etc but there are still issues.
I’m now testing everything with WordPress 3.0 RC1 (on a remote Linux server) and oddly enough the same issues arise and, sadly, don’t appear to be solved by the above solution.
June 10, 2010 at 3:52 pm #81174In reply to: Blog Title Changes Not Showing
reedjholmes
MemberI’m having the same problem, fostertime.
Using BuddyPress with WordPress 3.0-RC2.
Did you find a solution?
June 10, 2010 at 3:42 pm #81171Marcus (aka @msykes)
ParticipantYup I had this problem too. Thanks for the solutions. As with any wordpress issue, remove the plugins and themes (and maybe rename the mu-plugins folder) and things should be back to “normal”. My issue in particular was to do with a plugin in the mu-plugins folder, remember to check that one too!
-
AuthorSearch Results
