Search Results for 'wordpress'
-
AuthorSearch Results
-
July 10, 2009 at 2:54 pm #49028
In reply to: Possibly a bug with BP
Burt Adsit
ParticipantIf I were you I’d run not walk to the wpmu forums where they are expert at dealing with this kind of issue. Search first and don’t mention bp. Just describe your symptoms. You lost site admin status. https://mu.wordpress.org/forums/
July 10, 2009 at 12:34 pm #490183314629
Inactivehmm maybe i should study wordpress?
July 10, 2009 at 7:36 am #49004In reply to: Unable to post on my website in forum discussion
gen-superman
ParticipantWell, now I am on a shared hosting service. I honestly have no idea how to check the cookies from the website directly even from the cpanel.
I really do like WordPressMU and buddypress, and my main goal was to use buddy press’s group forum discussions, which utilize bbpress.
I had this working before, and now it just keeps giving some error when I try to post a forum topic in the group discussions:
“There was an error posting that topic.”
Is there any error logs that buddypress, wordpress mu or bbpress produces that can at least show me what in the world is causing the error?
I went into my CPANEL and there are no errors being shown in its error logs.
I thought it was BBPRESS 1.0.1, so I downgraded to BBPRESS 1.0, and keep in mind I created a whole new sql database and username during this, and of course that didnt work.
Then I downgraded to BBPRESS 1.0-RC3, and that didn’t work either. Nothing really has changed, except for bbpress. I have double checked the wp_config and bb_config keys and they all match up perfectly.
However, the cookie hash key has remained the same throughout the entire situation, even after creating new databases and such.
I honestly can’t think of anything else to really do here. I guess, I’m stuck.
For now, I will keep trying, but I’m also just going to look for something else in the mean time to see if anything else is out there. I doubt it, but couldn’t hurt to look.
I truly hope somebody has something else to add regarding my issues, because I honestly have no idea what to do next.
July 10, 2009 at 4:26 am #48996In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterUsing…
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');won’t work for groups forums creation, posting, etc… Because it reincludes WordPress during a WordPress to bbPress XMLRPC attempt. If you don’t plan on using groups forums, that code is fine, but if you do, you’ll need to use my way.
The read me says to delete that when you’re done … won’t doing that disable deep-integration?
Oversight in the readme.txt. Just had that part out of order for some reason. It’s updated in the trunk and the repo will catch up soon. Yeah, don’t delete the deep integration part.
July 10, 2009 at 1:15 am #48981In reply to: BuddyBar for bbPress
John James Jacoby
KeymasterThe reason why it’s not working is because you’re not using the method included in the plugin.
The groups posting ability relies on XMLRPC, which cannot be re-included when bbPress is loaded via the BuddyPress installation. Using my included method of deep integration will still allow for this functionality to work.
Science!
When you go to create a group forum, WordPress is loaded, BuddyPress is loaded, bbPress gets loaded through XMLRPC, which without my deep integration method will try to reload WordPress again, over-writing or clearing all of the bbPress functions/variables/hooks/filters, killing the XMLRPC ability to transmit data through the pipe.Just bumped to 1.0.3. The plugin now does enhanced checking for the visibility of the BuddyBar/AdminBar as it would previously fail if the bar was hidden in bp-custom.php or wp-config.php.
If you are receiving errors regarding BP_Roles in your BuddyBar, apply patch #1032 to your WPMU trunk installation.
July 9, 2009 at 10:39 pm #48967In reply to: Unable to post on my website in forum discussion
John James Jacoby
KeymasterDelete all of your the cookies for your website.
Login through WordPress.
Check that you are logged in on bbPress side.
Attempt to access both administration panels.
Check your sites cookies.
Verify that the domain and/or site for the cookies are all identical.
Logout.
Login through bbPress.
Check that you are logged in on WordPress side.
Attempt to access both administration panels.
Check your sites cookies.
Verify that the domain and/or site for the cookies are all identical.
Logout.
If at any point through-out that process your sites cookies are NOT identical, it’s time to start fussing around with the cookie settings, and get them to line up.
July 9, 2009 at 9:11 pm #48962John James Jacoby
KeymasterWhen I migrated my site over from WordPress.org, I ran a loop through the users and just copied over the nicename for each one of them.
July 9, 2009 at 8:43 pm #48959In reply to: Project – File attachment for users and groups
peterverkooijen
ParticipantYes, I’d like more group functionality and this is obviously a big one! These plugins could be starting points:
Haven’t looked into any of these in detail…
July 9, 2009 at 6:42 pm #48951In reply to: Different user account types
Jeff Sayre
ParticipantHere’s a start to get you part way there:
https://wordpress.org/extend/plugins/limit-blogs-per-user/
Note: I have no idea whether this plugin works with newer versions of WPMU and BP
Also, you could modify the code found here:
https://buddypress.org/forums/topic/limit-amount-of-blogs-a-user-can-register
July 9, 2009 at 1:13 pm #48918In reply to: can a user enter his own password at registration?
Brajesh Singh
ParticipantWell,Now you can.You can allow your users to set their own password at signup.
I just created this plugin for you all .have a look here
https://wordpress.org/extend/plugins/cosmic-bp-user-signup-password/
Hope it helps.
Thanks
Brajesh
July 9, 2009 at 10:12 am #48912In reply to: BuddyBar for bbPress
Warwick Booth
ParticipantHi There
I have installed the buddypress bar for the forums . But i am not getting any link displaying, just the css, the actual buddypress menus are not there.
Click here for the forums
Click here for the wordpress install
We have used the deep integration and i have added the lines to my bb-config.php, the path to the file is correct.
I have added the two functions ie
add_action( 'bb_head', 'bp_core_add_js' );
add_action( 'bb_admin_head', 'bp_core_add_js');You can ignore the “invite new member” link on the top right hand side, its just a div postioned as absolute.
July 9, 2009 at 3:05 am #488973125432
InactiveThis is almost like a sci-fi movie! The system continues to learn, and not from users logging in to the system. At 3 pm, there were 250 members listed in the Member directory by counting each of the listings for all of the letters. By 7:30 pm, there were 300 members listed in the Member directory. Since our Buddypress folder is login protected, no one has accessed the yet to be announced social network.
But I am also shocked by something else – user avatars are starting to populate the member directory profiles and yet because of our member login script, I can see who has logged in to our website and it has been all of three people this afternoon.
This makes me think there is some external wordpress connection where people who have a wordpress account somewhere else have their avatars associated with an identical email to those profiles in our Buddypress installation.
This would also give logic to Andy’s explanation that the member’s appear after they have logged in. If those members are wordpress enabled somewhere else and are logging in, perhaps their profiles are suddenly populating the Member Directory.
Does that make sense? I certainly hope so because otherwise I will freak that there is a security breach in the system.
– Brian
July 8, 2009 at 8:37 pm #48846In reply to: Comments won't display on main blog
3411446
InactiveSorry I typed in the URL wrong:
http://entrepreneurinmaking.com
I do have comments enabled. In fact there are actually comments on most of the articles as they were imported from another wordpress blog.
July 8, 2009 at 8:21 pm #48840In reply to: Different user account types
peterverkooijen
ParticipantThere are several commercial plugins that create membership levels. You’d probably need custom code to connect the levels to the functionality you describe.
If you figure it out, let me know.

Or contact me if you want to pool resources.
July 8, 2009 at 8:08 pm #48838In reply to: Comments won't display on main blog
r-a-y
Keymastertwdsje, by the sound of it, I’m guessing you’re using the default WordPress MU home theme.
You can choose a different theme you know!
Do you even have BuddyPress installed?
If you do, select the BuddyPress home theme or some other WordPress theme in the WPMU admin area and you’ll see something entirely different.
That’s the beauty of themes!
July 8, 2009 at 7:26 pm #48831Jeff Sayre
ParticipantI took a very quick look at the OpenInviter website. They state that it is Open Source yet they do not provide any link to their licensing information.
Also, there is no code repository, it is not clear exactly what the code does, and you have to provide personal information to get the code. This does not indicate open source to me.
The site offers some sort of a WordPress Plugin, but I doubt that it is released under GPL which is a violation of the WordPress GPL license.
So, you are on your own if you want to use it, but I’d recommend steering clear of OpenInviter.
July 8, 2009 at 6:59 pm #48826In reply to: Delete Inactive Users
r-a-y
KeymasterAs far as I know, there isn’t such a plugin for BP, however there are some for MU.
Did a quick Google search; here’s two promising solutions:
1) https://mu.wordpress.org/forums/topic/1659
2) http://plugins.paidtoblog.com/wpmu-power-tools/
Just wanted to reiterate that none of these take care of BP though… so you might want to keep this under consideration.
July 8, 2009 at 4:55 pm #48800Jeff Sayre
Participantyairnazz-
You need to learn CSS and basic WordPress theming skills. Below you will find a few links to get you started.
Also, since your issue has nothing to do with the proper functioning of BuddyPress, I’m changing the topic indicator to “not a support question”.
- https://codex.wordpress.org/Blog_Design_and_Layout#Themes_and_Templates
- http://www.w3schools.com/Css/default.asp
- https://codex.buddypress.org/getting-started/using-the-buddypress-themes/
- You should use Firefox with the Firebug Add-on. It is a great tool that not only allows you to find out within which files certain CSS selectors are located, but also to temporarily change them and see what impact they have on the design.
July 8, 2009 at 5:26 am #48772In reply to: No input file specified.
r-a-y
KeymasterFirst things first, do you have WPMU 2.71 running correctly before you try and install BuddyPress?
Secondly, try manually installing BuddyPress by downloading the .ZIP file from the WordPress plugins repository (https://wordpress.org/extend/plugins/buddypress/).
Do not trust the automatic installer! Put the entire contents of the folder in /wp-content/plugins/ and then login to the WPMU admin area’s plugins page and activate.
Let us know what happens.
July 7, 2009 at 6:31 pm #48752In reply to: Fatal error when trying to activate
3399066
InactiveThanks for all the fast replys, I will try to install BP via the plugin installer and get back to you all…
Jeff, here are my answers anyway:
1. How (and from where) did you download WPMU? mu.wordpress.org/
2. How did you install it? via FTP
3. Was WPMU functioning properly before trying to install BuddyPress? yes, I installed first, tested and then installed plugins to the plugins directory.
4. Have you checked your server’s error logs for other errors? If there are errors, what are they? No I haven’t, let me check
5. Do you have any other WPMU plugins installed and activated? no I don’t
July 7, 2009 at 3:49 pm #48736In reply to: Fatal error when trying to activate
Jeff Sayre
ParticipantYou are running the single-user version of WordPress–most likely WP 2.8. BuddyPress will not work with single-user WP.
You must run WordPress Multiuser (aka WPMU or WordPress Mu) which can be downloaded from this link: https://mu.wordpress.org/download/
July 7, 2009 at 1:11 pm #48728In reply to: External Blogs
peterverkooijen
ParticipantHere’s the code I use in the current version of my site – Kunal17 asked about it:
// Include the SimplePie library
require_once 'simplepie.inc';
require_once 'shorten.php';
// Because we're using multiple feeds, let's just set the headers here.
header('Content-type:text/html; charset=utf-8');
// These are the feeds we want to use
mysql_connect(localhost,$db_username,$db_password);
@mysql_select_db($db_name) or die( "Unable to select database");
$query = "SELECT id, email, firstname, surname, rssfeed FROM members WHERE rssfeed != ''";
$result = mysql_query($query);
$feeds = array();
$id_array = array();
$first = array();
$user = array();
$userinfo = array();
while ($cur_feed = mysql_fetch_assoc($result))
{
$feeds[] = $cur_feed['rssfeed'];
$userinfo[$cur_feed['rssfeed']] = $cur_feed;
}
// This array will hold the items we'll be grabbing.
$first_items = array();
// Let's go through the array, feed by feed, and store the items we want.
$ix = 0;
foreach ($feeds as $url)
{
$user_id = $id_array[$ix];
$firstname = $first[$ix];
$surname = $sur[$ix];
$email = $user[$ix];
$ix++;
// Use the long syntax
$feed = new SimplePie();
$feed->set_feed_url($url);
$feed->init();
// How many items per feed should we try to grab?
$items_per_feed = 1;
// As long as we're not trying to grab more items than the feed has, go through them one by one and add them to the array.
for ($x = 0; $x < $feed->get_item_quantity($items_per_feed); $x++)
{
$first_items[] = $feed->get_item($x);
}
// We're done with this feed, so let's release some memory.
unset($feed);
}
// We need to sort the items by date with a user-defined sorting function. Since usort() won't accept "SimplePie::sort_items", we need to wrap it in a new function.
function sort_items($a, $b)
{
return SimplePie::sort_items($a, $b);
}
// Now we can sort $first_items with our custom sorting function.
usort($first_items, "sort_items");
$counter=0;
foreach($first_items as $item)
{
$feed = $item->get_feed();
$info = $userinfo[$item->feed->feed_url];
$counter++;
if($counter >= 7)
break;
if ($img_size = @getimagesize('members/img/avatars/'.$info['id'].'.jpg'))
$avatar_field = '<img src="members/img/avatars/'.$info['id'].'.jpg" alt="" />';
else
$avatar_field = '<img src="members/img/avatars/nopicture.png" alt="" />';
$picture = '<div id="feedpicture"><a href="members/member.php?id='.$info['id'].'" title="'.$info['firstname'].'\'s Member Page">'.$avatar_field.'</a></div>';
// Begin the (X)HTML page.
?>
<h3><?php echo $picture; ?><a href="<?php echo $item->get_permalink(); ?>" target="_blank"><?php echo html_entity_decode($item->get_title(), ENT_QUOTES, 'UTF-8'); ?></a></h3>
<!-- get_content() prefers full content over summaries -->
<? echo trim(substr((str_replace("\n", ' ', str_replace("\r", ' ', strip_tags($item->get_description())))),0,300)); ?>
... <i>more</i></a><br />
<p class="info"><a href="members/member.php?id=<?php echo $info['id']; ?>" title="<?php echo $info['firstname'].'\'s Member Page'; ?>"><?php echo $info['firstname'].' '.$info['surname']; ?></a> | <a href="<?php echo $feed->get_permalink(); ?>" target="_blank"><?php echo $feed->get_title(); ?></a> | <?php echo $item->get_date('M j, Y | g:i a'); ?></p>
<br />
<?php
}
?>It shows the latest blog posts from members on a page, if they have an RSS feed in the database. It uses SimplePie. The code above is customized from regular SimplePie feed code. Member management in my current site is based on PunBB, not WordPress.
I’d have no clue how to modify this code for Buddypress. Can’t figure out member management in Buddypress for starters, with x-profile vs wpmu and similar data stored in different places. It all looks kinda messy and inconsistent to me.
Doubtful you should take this as starting point. I’ll wait for the integrated solution.
July 7, 2009 at 12:53 pm #48726In reply to: filter content for all site (e.g. by country)
21cdb
ParticipantWe need a “global language filter” for all content, depending on what the user set as his preferred language in the wp-admin.
WordPress.com has such an language filter. You can choose “preferred language” and will be redirected to f.i. to de.wordpress.com (only content of people who set up their language and blog-language to german) or es.wordpress.com (only spanish).
Anyone also interested?
@Grosbouff: Maybe we should add this feature request as an official ticket?
July 7, 2009 at 6:56 am #48718In reply to: BuddyPress forums now use pretty permalinks
Sam Bauers
ParticipantThose experiencing difficulty with posting should find their problems are now gone.
This generally only happened to people who had registered elsewhere (like bbPress.org or WordPress.org) and were trying to post on these forums for the first time.
July 7, 2009 at 6:01 am #48712Burt Adsit
ParticipantTrunk update changes:
-
AuthorSearch Results