Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,926 through 17,950 (of 22,685 total)
  • Author
    Search Results
  • #81359
    paulhastings0
    Participant
    #81348
    anaxent
    Member

    So 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.

    #81340
    @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.

    @chucksweatt :-)

    #81323
    intimez
    Participant

    @pjnu

    wait 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 edit

    #81322
    Chuck Sweatt
    Participant

    This is fantastic — thank you mercime for providing this information.

    #81321
    seanbaugh
    Member

    Mercime – 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?

    #81320
    seanbaugh
    Member

    Great info mercime – – we’ll give it a shot!

    #81319
    @mercime
    Participant

    Your 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.

    intimez
    Participant
    #81294

    Sorry 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.

    http://files.netweblogic.com/widget-friends-online.zip

    #81277
    yocalif
    Participant

    The source..

    How 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

    #81276
    balukorrapati
    Participant

    Hi,

    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 me

    Thanks

    #81257
    gpo1
    Participant

    And 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/api

    gpo1
    Participant

    Thanks for the update..

    #81235

    In reply to: e-mail confirming

    intimez
    Participant

    @dascribe More details. Are you using wordpress mu or wordpress?

    stormin303
    Participant

    I 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;
    }

    rich! @ etiviti
    Participant

    this 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

    #81194
    bennadler
    Member

    Ah, 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.

    #81185
    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.

    #81174
    reedjholmes
    Member

    I’m having the same problem, fostertime.

    Using BuddyPress with WordPress 3.0-RC2.

    Did you find a solution?

    #81171

    Yup 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!

    #81165
    intimez
    Participant

    @nbishop
    Go to your wordpress dashboard – settings – general and make sure that ‘Anyone can register’ is checked next to ‘Membership’

    #81150
    Erlend
    Participant

    Loving it, will come to great use.

    One thing though; isn’t this basically a lightweight, yet 1.2 compatible variety of BpContents?
    https://wordpress.org/extend/plugins/bpcontents/

    I’ve tried getting in touch with Burt Adsit to no avail, but his code might still be useful?

    #81133

    In reply to: bp-events update

    Ekine
    Participant

    This guy milordk (https://wordpress.org/support/profile/1487174) updated the events plugin (http://milordk.ru/r-lichnoe/opyt-l/cms/bp-events-dlya-buddypress-1-2-x.html) for buddypress 1.2 It would be cool if developers would join forces and if necessary be willing to accept donations for an awesome events plugin with possibly an iphone version using geoloaction.

    #81121

    In reply to: mY WEBSITE DISAPPEARED

    Pisanojm
    Participant

    @techguy is correct… You have to delete or MOVE/RENAME the wp-content/plugins folder.

    In order to rectify this you WILL not be able to go in through WordPress since it’s “bricked”. You will have to go in through a FTP program like FILEZILLA. You may need to get your account information for using FTP from your service provider. Once WordPress doesn’t find the folder, it will automatically de-activated all the plugins and you will be able to get back in.

    You can avoid this in the future by disabling all plugins before you disable the Buddypress plugin.

Viewing 25 results - 17,926 through 17,950 (of 22,685 total)
Skip to toolbar