Search Results for 'wordpress'
-
AuthorSearch Results
-
July 9, 2009 at 6:42 pm #48951
In 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 5:31 pm #5745gen-superman
ParticipantCurrently using:
WPMU 2.7.1
BBPRESS 1.0.1
BPPRESS 1.0.2
BPDEV Core 0.3
WPMU bbPress Integration 1.0
BBPRESS BuddyPress Support Plugin v1.0-RC1
Well, I am about to throw my arms up, I am now so baffled and confused.
I had all the group forum discussions working great and then suddenly, it just stopped working after I updated to BBPRESS 1.0.1.
Basically, I have followed all the directions about trying to get the forum discussions to work in groups, and I had it working, and was able to previously post before. But, when I updated the BBPRESS to 1.0.1, I found that I was unable to make any new posts in the existing forum discussions in any group created, even in new groups created.
So, I decided to start from scratch, New SQL Databases, new usernames, new passwords, the whole 9 yards.
– I installed the WPMU 2.7.1
– I installed the BBPRESS 1.0.1
– Everything works fine at that point.
– I went into the wp_config.php and the bb_config and placed in the following as normal (Keep in mind, that I have now done this 30 times.)
wp_config:
define(‘AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘SECURE_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXX’);
define(‘LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘NONCE_KEY’, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘AUTH_SALT’, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define( ‘COOKIE_DOMAIN’, ‘.mywebsite.com’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘COOKIEHASH’, ‘XXXXXXXXXXXXXXXXXXXXXXXXX’ );
and
bb_config
define( ‘BB_AUTH_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );
define( ‘BB_SECURE_AUTH_KEY’, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define( ‘BB_LOGGED_IN_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );
define( ‘BB_NONCE_KEY’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’ );
define(‘BB_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘BB_LOGGED_IN_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define(‘BB_SECURE_AUTH_SALT’, ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’);
define( ‘WP_AUTH_COOKIE_VERSION’, 1 );
– All of that worked fine, I was able to remain logged in from either WPMU and BBPRESS, so all the settings were correct in those two files.
– Next, I installed the WPMU BBPRESS Integration Plugin, and I set those settings up with:
bbPress URL : http://mywebsite.com/forums/
Your plugins URL : http://mywebsite.com/forums/bb-plugins
Wordpress type : WordPress MU
– I then took the manual settings listed on that page and inserted them properly into the wp_config.php and the bb_config.php file.
– Next I installed the BBPRESS – BuddyPress Support Plugin made by Andy Peatling, and I placed that file in the bb-plugins folder, although I have also tested in the bbpress’s my-plugins folder too, but it seems to mostly work in bb-plugins folder. I don’t believe there are any settings that I can see for this plugin.
– In BBPRESS, I go to WordPress Integration:
I set the following settings:
User Role Map
WordPress Administrator – bbpress Keymaster
WordPress Editor – bbpress Moderator
WordPress Author – bbpress Member
WordPress Contributor – bbpress member
WordPress Subscriber – bbpress member
– I save those settings.
– Then I double check my settings listed below to make sure that I have it integrated with my WordPress MU SQL database:
WordPress address (URL) – http://mywebsite.com/
Blog address (URL) – http://mywebsite.com/
Show advanced settings:
– I fill out the information pertains to my first database which was for WordPress MU.
User database host – localhost
User database character set – utf8
– All that seems to work fine, because I am able to login to wordpress mu my website and then go to the forums and it keeps me logged in.
– I set the bbpress permalinks:
http://mywebsite.com/forums/forums.php?id=1
– In bbpress I go to the discussion settings:
Enable Pingbacks – Checked
– In bbpress I go to the writing setting:
Remote Publishing – XML-RPC – Checked
– I go to general settings in BBPRESS
bbPress address (URL) – http://mywebsite.com/forums/
Now back at my WPMU section:
– Under Writing settings:
Size of the post box – 40 lines
Formatting – convert smilies – checked
Wordpress should correct invalid nested xhtml – checked
Remote Publishing:
Atom Publishing – unchecked
XML-RPC – Checked
– Under discussion settings:
Allow pingbacks – checked
– Under permalinks for WPMU:
custom: /%category%/%postname%/
Now under Buddy press settings:
Forum settings:
– bbPress URL – http://mywebsite.com/forums/
– bbPress username – admin (which is the administrator account for WPMU and bbadmin is the main keymaster account for bbpress.)
– Password – (Admin password for WPMU)
– Cache requests – unchecked
– Buddy Press Components – All Checked
That’s pretty much it. After I create a new main group, it has the option for forum discussion group, and I check the box and it creates it just fine.
But, whenever I go to try and post within that public group and I am obviuosly the main admin of that group, it comes up with an error:
“There was an error posting that topic.”
I have redone this like twice, created new SQL databases, new accounts, everything. I can’t imagine to tell you how many times I have reinstalled the bbpress. It doesn’t matter now which bbpress you have installed, I am still unable to post in the group forum discussions.
Does anyone have any ideas of what I should do?
I am so confused.
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 2:05 pm #5729yairnazz
ParticipantHow Can i edit the layout of the profile…The age old question
I was looking through the wordpress files and i cant seem to find the files to change the wordpress profiles layout.
Any help on what files i should edit would be greatly appreciated
July 8, 2009 at 7:55 am #5722Topic: BuddyBar for bbPress
in group forum Third Party PluginsJohn James Jacoby
KeymasterBleeding edge trunk: Use at your own risk.
Props to r-a-y for the leg-work and reminding me I needed to put this together eventually.
Demonstrations:
http://delsolownersclub.com/discussions/
Please test thoroughly and report back any bugs to this topic.
If you are receiving errors regarding BP_Roles in your BuddyBar, apply patch #1032 to your WPMU trunk installation.
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 6:23 pm #5719Adam Jay Doolittle
ParticipantI’ve just installed a fresh install of the latest BuddyPress and WordPress MU, so far everything has been successful. Expect for creating a base profile field stetup for extended profiles. First off, it says I have no groups, then when I Add New Group; it tells me ‘There was an error saving the group.’
The issue is twofold because not only am I unable to add a profile group but I also unable to add groups as in “My Groups > Create a Group”
I’ve searched and at this point I have no idea what could be triggering this…any help would be extremely helpful.
btw, this install is, yes, sadly on a shared host with a subdomain pointing to a folder within the account. (http://community.silvermonthly.com)
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:
July 6, 2009 at 5:06 pm #48676In reply to: Buddypress Fatal Error
thebigk
ParticipantHello everyone!
First of all, thank you for your responses. The problem is now solved. However, I don’t know how! I wrote to the web host describing the problem and to the best of my guess, they changed few PHP.INI settings [Don’t know how it got messed?]
The system did not have bbpress. I’ve upgraded buddypress to latest stable and everything seems to be working fine now.
To answer the questions :-
1. Are you running WPMU 2.7.1 or WordPress 2.8? You mention that you were running WPMU before. Did you upgrade to the beta version of WPMU 2.8 from trunk? Or, did you accidentally upgrade to WP 2.8? WPMU 2.8 is not yet in public release.
-> I did not upgrade accidently. In fact, one of the members reported that there was an error. The system was running fine with WPMU 2.7.1 and BP 1.0 (the first stable release) and then suddenly the error popped up.
2. What other plugins besides BP do you have activated? Have you tried removing them all except BP and see if you can get back to the plugins page?
-> I do not have any other plugin than BP.
3. Have you tried removing BP and then seeing if the plugins page returns? If it does, then deactivate all other plugins and reinstall BP. What happens?
-> No, I didn’t try that. I could not deactivate any plugins, because I couldn’t see the plugins in the admin panel!
From the overall experience, it looks like the issue was with me signing in as site-admin but ending up in blog admin panel (anyone knows why this happened?)
July 6, 2009 at 4:07 pm #48669In reply to: Buddypress Fatal Error
Jeff Sayre
ParticipantI agree with Burt. My three questions and suggestions were going to be this:
- Are you running WPMU 2.7.1 or WordPress 2.8? You mention that you were running WPMU before. Did you upgrade to the beta version of WPMU 2.8 from trunk? Or, did you accidentally upgrade to WP 2.8? WPMU 2.8 is not yet in public release.
- What other plugins besides BP do you have activated? Have you tried removing them all except BP and see if you can get back to the plugins page?
- Have you tried removing BP and then seeing if the plugins page returns? If it does, then deactivate all other plugins and reinstall BP. What happens?
July 6, 2009 at 9:59 am #48643In reply to: Buddypress Fatal Error
thebigk
ParticipantI think I’m one step closer now:
I verified, when I log in as a normal user, I don’t see wordpress version in the bottom of admin panel.
So in my current status, I’m NOT getting logged in as an administrator!
Can anyone tell me how do I login as an admin? {PS: I’m not a novice, and have performed admin functions many times. However, I think I’m forcefully being logged in as a non-admin even when I enter admin credentials}
July 6, 2009 at 8:32 am #48635In reply to: Buddypress Fatal Error
thebigk
ParticipantThis is really strange
. I overwrote all the wordpress installation files but still don’t see the ‘plugins’ option in the admin panel. Also, even though the default theme is there, I can only see the default buddypress theme in ‘active’ theme. Other installed themes are not available.
“Buddypres” option is also missing from the left sidebar of admin panel.
-
AuthorSearch Results