Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 17 replies - 26 through 42 (of 42 total)
  • @igeekout

    Member

    Ok, installed and all is golden.

    If anyone else is running CentOS and runs in to this issue just open up terminal and type

    yum –enablerepo=remi install php-gd

    and restart apache.

    @igeekout

    Member

    I apologize, I just noticed an error message stating GD Library not installed.

    Ill start with that.

    @igeekout

    Member

    Thanks Tammie! Noted.

    @igeekout

    Member

    I dont see this as a feature request. Dont offer a login built in without all the rest that goes with login.

    @igeekout

    Member

    I dont think there is anyway around the this. I would suggest sending a message to all users saying the site will be down from xx:00 – xx:00.

    @igeekout

    Member

    Still not having luck with this. I want to change the page title from Groups Directory to Groups.

    Ive follwed the instructions to a T. Not getting an error. Not updating.

    Any ideas.

    @igeekout

    Member

    Thanks @Chouf1

    After doing some diggin around my server, AllowOverride was set to None. Setting this to All and restarting the server fixed the issue.

    @igeekout

    Member

    Clicking on my topcis doesnt work as well.

    @igeekout

    Member

    Clicking on pagination links dont work for me.

    @igeekout

    Member

    I think search is broken as well.

    @igeekout

    Member

    Come on, there has to be someone who knows! ;)

    @igeekout

    Member

    Buddypress needs to do a better job of documenting things. Its like the give you a little idea but then get bored and forget to tell you the rest.

    @igeekout

    Member

    Its because I was calling the main group ‘giveaways’ not the singular, ‘giveaway’.

    whoops!

    ;)

    @igeekout

    Member

    this worked:

    `

      <?php
      $temp = $wp_query;
      $wp_query= null;
      $wp_query = new WP_Query();
      $wp_query->query(‘showposts=5′.’&paged=’.$paged);
      ?>
      have_posts()) : $wp_query->the_post(); ?>

    • <a href="” rel=”bookmark”>

    `

    @igeekout

    Member

    @mercime

    Yes, its all the same install.

    right now, the only loop I was able to get to work is:

    `<?php
    $debut = 0; //The first article to be displayed
    ?>

      <?php
      $myposts = get_posts(‘numberposts=-1&offset=$debut’);
      foreach ($myposts as $post) :
      ?>

    • : <a href="”>

    `

    Ive tried other loops from https://codex.wordpress.org/The_Loop and have had no luck.

    I just get date, title.

    Any ideas.

    @igeekout

    Member

    Thanks for the tip!

    I followed the steps provided in the url and the text still does not change. I am using the latest version of buddypress.

    @igeekout

    Member

    @pcwriter

    Thanks!

    I had seen that, I just thought there was an easier process. Gonna give it a go.

Viewing 17 replies - 26 through 42 (of 42 total)
Skip to toolbar