Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 32,576 through 32,600 (of 32,678 total)
  • Author
    Search Results
  • #34227
    Simon
    Participant

    WordPress MU doesn’t quite have the famous “5 Minute Install” unfortunatly… it’s a wee bit more complicated than the basic WordPress.

    #34224

    In reply to: Test site question

    Simon
    Participant

    You could update the file size limit in your php.ini file although that will increase the upload limit globally, not just for phpMyAdmin.

    upload_max_filesize = 5M;

    memory_limit = 16M;

    A preferable approach might be to add an .htaccess file in your phpMyAdmin directory with the following directives:

    php_flag upload_max_filesize “5M”

    php_flag max_execution_time 300

    php_flag memory_limit “64M”

    This should increase your file upload size limit just for phpMyAdmin to 5Mb and allow for the extra execution time required.

    It’s worth noting that most sources suggest increasing php’s memory limit from the default 16Mb’s when using WordPress MU anyway so you might want to make that change in the php.ini rather than the .htaccess file.

    #34222

    In reply to: Test site question

    Simon
    Participant

    I’d suggest installing phpMyAdmin locally and importing your database with that or you could use a desktop database management application like SQLYog.

    You’ll need to update any references to your live hosting url (domain.tld) in your SQL file to reference your local dev url (localhost.localdomiain).

    Also, if you’re running under Windows and have WPMU set to use sub-domains you’ll need to add entries for each subdomain in your hosts file manually.

    Andrea Rennick over at wpmututorials.com has just written a pdf ebook on installing MU that you might find helpful too.

    #2570
    thefan
    Member

    Hi

    I just installed WPMU + Buddypress, and I keep getting the following error message:

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/hatemon/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/hatemon/public_html/wp-content/mu-plugins/bp-core.php on line 153

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/hatemon/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/hatemon/public_html/wp-content/mu-plugins/bp-core.php on line 153

    I use WordPress MU 2.6.5.

    The first time the error appeared was right after I uploaded the BuddyPress package.

    Can someone tell me what to do? Please :D Thanks!

    nicolagreco
    Participant

    I’ve WordPress MU 2.7 (installed trough svn) and Buddypress SVN revision 641 and Prologue theme for wordpress 2.7.

    Why in every page does it appear?

    A

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-core.php on line 153

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-groups/bp-groups-ajax.php:1) in /home/admin/domains/mikiti.net/public_html/wp-content/mu-plugins/bp-core.php on line 153

    #2564
    Burt Adsit
    Participant

    What? I visited earlier and wasn’t getting any CSS from the forums. Somebody is playing. Now I know what some of my users the past 2 months feel like. Burt’s playing again. I’ll be back later.

    #34197
    nicolagreco
    Participant

    Ok, but i’ve seen the code yesterday, but the bp’s widget retrieve options directly from wordpress configuration, i wrote some lines of code to add personalization feature, i will post code as soon as possible

    Nicola,

    @burtadsit, that’s my skype greco.nicola and that’s my e-mail: notsecurity@gmail.com

    #34177

    In reply to: SMTP Mail

    Per Søderlind
    Participant

    It’s rather simple, create a plugin , and put it in mu-plugins. You’ll find the plugin and more information at: http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/

    #34175
    cremp
    Member

    Hi,

    This is my first attempt to redesign a wordpresstemplate

    so i would like some feedback of things that should be changed etc.

    http://betzter.com

    nicolagreco
    Participant

    Hi guys,

    i’m an italian php developer, i think i’m the youngest guy that is trying wordpress.

    So, when i have a non-widget wordpress theme, generally, i add code to widgetize it, but sometimes i need a non-widget theme.

    In wordpress when i use non-widget theme, i put code like <?php wp_tag_cloud(); ?> and if it’s possible i costumize the tag cloud adding some piece of code, like <?php wp_tag_cloud(‘largest=30’); ?> (I hope this code it’s correct).

    In buddypress if i put the <?php bp_core_widget_members() ?> in my sidebar.php for example it return an error, that says that it can’t use extract that requires the function’s argument, bp_core_widget_members($args).

    What do i have to put on $args ? and how can i use widgets in non-widget theme?

    #2541
    wakuza
    Member

    I already installed bbpress for support forum. Im also using wordpress integration, if new user registered in buddypress then it will be create new user forum in bbpress. But, the problem is all new user status always inactive. I have change it everytime if new user registered.

    Wordpress integration only help us to create new user based on buddypress registration, but failed to change user status.

    #2540
    Andy Peatling
    Keymaster

    The problems were specific to installations of WordPress MU with VHOST off and installations of MU in a subfolder.

    #34119
    gogoplata
    Participant

    Tyna:

    The IE and avatar issues are known and fixes are in progress. There’s no timetable but as soon as the problems are resolved the fixes will be rolled out.

    As a fix for the improper titles (“Nothing found for…” etc.) I highly recommend installing the All in One SEO Pack Plugin. Besides being the best SEO plugin for WordPress imo, it will also take care of those titles, replacing them with the title of your choosing. I use my site title, for example.

    Finally, the bbPress dual-login issue is a WPMU and bbPress cookie issue, not an issue with BuddyPress. I’ve found it’s easiest to just have users login a second time rather than mess with the cookies until the bbPress component is added to BuddyPress and bbPress 1.0 is finalized.

    #34113
    saurabhmutha
    Participant

    vanilla install

    no extraplugins added

    wordpress mu in subdomain mode,

    eg:blog.screamings.com

    theme:buddypress-home and member

    site:screamings.com

    have the same problem about blogs not getting attached to the profile

    andy, if you want i can give you access to the admin section and server so that you can take a look.Just email me at saurabhmutha@gmail.com

    #2529
    Michael Berra
    Participant

    My installation is a webportal for youthwork where users can submit stuff with the Plugin TDO-Miniforms. It works great, but I have a question/request:

    The activity-feed shows the user who changed (revised) the article. That is not good, because we have to revise with different user from submitter, but it shouldn’t show in the activity-feed. Everytime it is revised by a different user it makes an activity-entry… Would be great if the activity-feed would just show the original author and not the reviser. Is there a possibility to change that?

    Second question: The activity feed shows information I don’t want people to see (per example stuff from plugin like that: [hidepost] blabla [/hidepost]). It is like the_content_rss in normal WordPress. My question is, if I can change that or my request if it could be changed at all…

    I know this is kind of “special” but for our installation it’s important!

    See an example here: http://berra.graphic-studio.ch/community

    Thanks in advance :-)!

    Alvaro Illanes
    Participant
    #34092

    @apeatling, by saying “at the moment” does that mean there are future plans for it to work with non-MU WordPress

    #2524
    joedecarlo
    Member

    I am having a problem with a brand new install. Here are the steps that I took:

    I downloaded the latest version of WPMU (2.6.5)

    I copied wp-admin, wp-content, wp-includes directories along with the files in the root installation directory to the root directory of my site.

    I installed the database with no problems.

    I followed the advice of the BP instructions and I created a new blog, created new posts and comments. Everything worked as expected.

    I then downloaded the latest BP zip file (r598).

    I copied all of the files and directories in the root directory of the zip to the /wp-content/mu-plugins directory.

    I copied the buddypress-home directory to /wp-content/themes directory

    I copied the member-themes directory to the /wp-content directory.

    I went to the Site Admin->Themes page and selected ‘Yes’ for the BuddyPress Home Theme and ‘No’ for all the others.

    Note: At this time the theme for the home page was still the default wordpress blog theme.

    I then went to the root blogs (located at / according the the manage blogs page) and change the theme for it to BuddyPress Home Theme.

    Now I get Error 404 messages when I select the News or Blogs from the home page. Also, when I go to my member’s page, it says that I have no blogs, to create one. After creating another blog, the member’s page still says that I have no blogs. If I select Members, it doesn’t any, not even the member that I am logged in as. However, if I put the Members Widget on the home page, it lists me there.

    I feel pretty confident that I installed WPMU correctly, but I suspect that I didn’t install buddypress to the right location(s).

    Please advise.

    #34080

    In reply to: WP 2.7

    Simon
    Participant

    I’m already using buddypress with the most recent SVN builds of WordPress MU based on 2.7 with no problems… for testing purposes only mind, WPMU 2.7 still has a bit of work to be done before it’s production ready :-).

    #34071
    joedecarlo
    Member

    I am having the exact same problem. This is a brand new install. Here are the steps that I took:

    I downloaded the latest version of WPMU (2.6.5)

    I copied wp-admin, wp-content, wp-includes directories along with the files in the root installation directory to the root directory of my site.

    I installed the database with no problems.

    I followed the advice of the BP instructions and I created a new blog, created new posts and comments. Everything worked as expected.

    I then downloaded the latest BP zip file (r598).

    I copied all of the files and directories in the root directory of the zip to the /wp-content/mu-plugins directory.

    I copied the buddypress-home directory to /wp-content/themes directory

    I copied the member-themes directory to the /wp-content directory.

    I went to the Site Admin->Themes page and selected ‘Yes’ for the BuddyPress Home Theme and ‘No’ for all the others.

    Note: At this time the theme for the home page was still the default wordpress blog theme.

    I then went to the root blogs (located at / according the the manage blogs page) and change the theme for it to BuddyPress Home Theme.

    Now I get the 404 errors that are described above. Also, when I go to my member’s page, it says that I have no blogs, to create one. After creating another blog, the member’s page still says that I have no blogs.

    I feel pretty confident that I installed WPMU correctly, but I suspect that I didn’t install buddypress to the right location(s).

    Please advise.

    #34031
    Andy Peatling
    Keymaster

    It won’t work with WordPress only WordPress MU at the moment.

    #2505
    tenzece
    Member

    hello,

    I like to run some plugin from buddy press to a wordpress not wordpressmu.

    Can work this plugin with wordpress? or can suggest somebody a send private message from a user to other but for wordpress plugin?

    Thanks

    #34012
    dstar1
    Member

    yes i think this is the same problem i’m having …. the member’s blogs not the main admin one … the member blogs they can’t use a widget that displays any blog posts on their front page …. the only widget availble is a list and i mean

    list of recent posts
    what happens to the other widgets that are on the admin’s options like site wide activity or more importantly blog posts?

    would like them to at least have a wordpress type latest posts homepage as their homepage on a buddypress/wpmu member blog

    #2493
    Matthew Batchelder
    Participant

    Howdy folks. I’ve been watching development of BuddyPress for a little while and things are looking great! In an effort to put it to use, I’ve just done a fresh install at http://uber-geeks.org and have run into a little problem. Any attempt to visit any of the member pages results in a redirection to the home page.

    This is a fresh install of WordPress MU and a fresh install of the trunk of BuddyPress (I svn updated the check-out of trunk this morning). Permalinks are the default custom.

    Thoughts?

    #2491
    danf-1
    Participant

    When visiting a blog, there is a drop down from admin bar that show all the authors of that particular blog. However, not only does it show all authors, it also shows all subscribers as well. Is that the desired functionality? For my site there will be potentially hundreds (I hope!) joining as subscribers of blogs, so this doesn’t make sense.

    I’ve hacked it with following (Im new to wordpress and wpmu programming) so there could be easier way to do this), so that it only shows members of this blog who have edit_post permisions (i.e. contributors and up) as well as it does not show any site_admins. Let me know if there is an easier way.

    This would replace the author section in the bp-core-adminbar.php file:

    // **** “Blog Authors” Menu (visible when not logged in) ********

    if ( $current_blog->blog_id > 1 ) {
    $authors = get_users_of_blog();
    $addfield = true;
    if ( is_array( $authors ) ) {
    /* This is a blog, render a menu with links to all authors */

    foreach( $authors as $author ) {
    $curruser = new WP_User($author->user_id);

    if ( !is_site_admin( $author->user_login ) && $curruser->has_cap('edit_posts') ) {
    if ( $addfield ) {
    echo '<li><a href="/">';
    _e('Authors', 'buddypress');
    echo '</a>';
    echo '<ul class="author-list">';
    $addfield = false;
    }
    $author = new BP_Core_User( $author->user_id );
    echo '</li>
    <li>';
    echo '<a>user_url . '">';
    echo $author->avatar_mini;
    echo ' ' . $author->fullname;
    echo '<span class="activity">' . $author->last_active . '</span>';
    echo '</a>';
    echo '<div class="admin-bar-clear"></div>';
    echo '</li>
    ';
    }
    }
    if ( !$addfield ) {
    echo '';
    echo '';
    }
    }
    }

Viewing 25 results - 32,576 through 32,600 (of 32,678 total)
Skip to toolbar