Forum Replies Created
-
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.
I apologize, I just noticed an error message stating GD Library not installed.
Ill start with that.
Thanks Tammie! Noted.
I dont see this as a feature request. Dont offer a login built in without all the rest that goes with login.
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.
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.
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.
Clicking on my topcis doesnt work as well.
Clicking on pagination links dont work for me.
I think search is broken as well.
Come on, there has to be someone who knows!

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.
Its because I was calling the main group ‘giveaways’ not the singular, ‘giveaway’.
whoops!

this worked:
`
-
<?php
- <a href="” rel=”bookmark”>
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query(‘showposts=5′.’&paged=’.$paged);
?>
have_posts()) : $wp_query->the_post(); ?>`
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
- : <a href="”>
$myposts = get_posts(‘numberposts=-1&offset=$debut’);
foreach ($myposts as $post) :
?>`
Ive tried other loops from https://codex.wordpress.org/The_Loop and have had no luck.
I just get date, title.
Any ideas.
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.