Search Results for 'wordpress'
-
AuthorSearch Results
-
March 1, 2010 at 5:20 pm #66147
In reply to: How do users make blog posts?
hypergripe
ParticipantHey All – Thanks for your help.
I found exactly what I was looking for here: https://wordpress.org/extend/plugins/post-from-site/
This plugin lets users make posts “from the site” rather than going int the dashboard or admin.
It is a very sweet popup interface that lets users create post title, content, upload images, add tags, etc, and is fully configurable. I ‘ve tried it out and really like it so far….
March 1, 2010 at 5:03 pm #66142rohit4all
ParticipantMy WPMU & BP is working fine. Even I am able to browse everything like forums, groups, activity with ease. I can create individual blogs as well & further I can post new topic. I am able to access those posts & blogs. But when I click on “Blog” icon on header I will get message like this
“Page Not Found
The page you were looking for was not found.”
I changed nothing except in control panel for dns entry for a “/” for subdomain.
1. Which version of WPMU are you running? WordPress MU 2.9.1.1
2. Did you install WPMU as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? subdirectory
4. Did you upgrade from a previous version of WPMU? If so, from which version? fresh install
5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes, sure it was i even created a blog and was reading the posts normally.
6. Which version of BuddyPress (BP) are you running? BP1.2.1
7. Did you upgrad from a previous version of BP? If so, from which version? No
8. Do you have any plugins other than BuddyPress installed and activated? no
9. Are you using the standard BuddyPress themes or customized themes? standard
10. Have you modified the core files in any way? no
11. Do you have any custom functions in bp-custom.php? no
12. If running bbPress, which version? NO
13. Please provide a list of any errors in your server’s log files.
Please help me solve this, I have struggled a lot with it. Thank you!
March 1, 2010 at 4:45 pm #66137hydroweb
ParticipantFollowed
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
instructions exactly.
Clean install of WP 2.9.2. Installed Buddypress 1.2.1 as plugin and activated. Also activated BuddyPress Default 1.2.1 theme. All seems to be working ok.
Now from theeasybutton link above:
1. Download bbPress 1.0.1 (I downloaded 1.0.2)
2. Unzip it and upload the entire bbpress folder to your root directory.
I uploaded bbpress-1.0.2.zip to root and extracted. I am at Hostgator.
3. Change the name of the directory from bbpress to forums and chmod it to 777 if it isn’t already.
Did that.
4. Go to yoursite.com/forums. “Go to step 1″
Went to wonowon.com/forums and nothing happened. There is no “Go to step 1″
March 1, 2010 at 4:00 pm #66130In reply to: Tweetstream (twitter plugin) Beta testers needed!
Peter Hofman
ParticipantNew version! Version 1.1.5 just released.
Grab it over here: https://wordpress.org/extend/plugins/tweetstream/
* Fixed double tweet import (now checking with tweet_id)
* Added localisation
* Language files added:
– english
– dutch
If you translate please send me a pm. so i can add new language files to new versions.
This release only has a fix and localisation.
In the next version i will add new features.
March 1, 2010 at 3:37 pm #66125Sandeep Ramamoorthy
Participant@D Cartwright
Thanks for the instructions..

I now face another problem….
I am unable to upload Group avatars….
I saw some one else face the same issue here
March 1, 2010 at 2:14 pm #66115In reply to: Extending Profiles
mlovelock
ParticipantCheck out this plugin: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
It will allow you to exempt that field from the standard BP search string function. You could also add a little customisation in the settings file to set your Company field to redirect to somewhere else as you’re suggesting here.
March 1, 2010 at 2:06 pm #66114epublishing
MemberMe too!
Latest Buddy Press.
Latest WordPress
I’m trying to get two new sites up and running so would appreciate some help please?
March 1, 2010 at 11:00 am #66096danbpfr
ParticipantMarch 1, 2010 at 7:25 am #66082In reply to: Bug: BuddyPress to WordPress profile syncing broken
Paul Wong-Gibbs
KeymasterYes
March 1, 2010 at 4:47 am #66078In reply to: How do users make blog posts?
paulhastings0
ParticipantWhen you say blog post you mean more than just updating the front page activity stream? (as seen here: http://testbp.org/ )
You mean actually writing a blog post?
There’s 2 ways you might go about doing it.
1. In your blog dashboard go to “Site Admin” >> “Options” and change the “Dashboard User Default Role” to Author. That will now allow every user on your site who signs up without creating a blog of their own to be able to post on your site’s main blog.
They still won’t be able to post on the front without going into the dashboard until you switch your main blog to a theme that supports front-end posting such as P2. To make the P2 theme compatible with BP install the “Buddypress Template Pack” plugin: https://wordpress.org/extend/plugins/bp-template-pack/
2. Or you could instead go into your Dashboard to “Settings” >> “Reading” and set the “Front Page” to “Activity Stream”. Then install the “Oembed for Buddypress” plugin: https://wordpress.org/extend/plugins/oembed-for-buddypress/
March 1, 2010 at 2:59 am #66070In reply to: Group Blog + P2 or Posthaste
peterverkooijen
ParticipantPosthaste experiments go nowhere. I’m closer to a solution with P2, with the theme integrated directly into the bp-groupblog plugin (old version for 1.1.3…).
I’ve boiled the problem down to this: I need to tell the p2.js file which blog it is operating in. Without a blogid it assumes it’s working on the main blog.
The solution is probably in here somewhere: Get blog_id in external files. Also mentions the switch_to_blog function that Marius Ooms pointed out to me in bp-groupblog.
How can I turn that into a line of javascript that I can add at the top of p2.js? ‘var something = something;’?
Or should I add something to functions.php? It has functions like this:
function latest_post_permalink() {
global $wpdb;
$sql = "SELECT ID FROM {$wpdb->posts} WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1";
$last_post_id = $wpdb->get_var($sql);
$permalink = get_permalink($last_post_id);
return $permalink;
}What should I add to a function like this to tell it from which blog to get the last post permalink? Or can I add $blogid as global or something like that?
March 1, 2010 at 12:51 am #66060In reply to: How do users make blog posts?
intimez
ParticipantI believe this is what you are looking for:
March 1, 2010 at 12:25 am #66057In reply to: Upon login/registration redirect to Activity Stream?
r-a-y
KeymasterBrajesh Singh has a plugin for that:
https://wordpress.org/extend/plugins/bp-redirect-to-profile/
You might have to modify it to suit your needs.
March 1, 2010 at 12:22 am #66056In reply to: Add photos, videos, links ?
r-a-y
KeymasterThere are also these:
BP-Links: https://wordpress.org/extend/plugins/buddypress-links/
BP-Gallery (paid plugin): http://buddydev.com
March 1, 2010 at 12:18 am #66055In reply to: Add photos, videos, links ?
FayssalF
ParticipantMarch 1, 2010 at 12:06 am #66054In reply to: How do users make blog posts?
FayssalF
ParticipantHave you tried https://wordpress.org/extend/plugins/front-end-editor/ ?
February 28, 2010 at 11:07 pm #66048In reply to: How do users make blog posts?
February 28, 2010 at 9:00 pm #66038FayssalF
Participantexcellent summary, Thomas!
February 28, 2010 at 8:35 pm #66034In reply to: Normal WordPress Themes?
lyricalbiz
Participanthas anyone had any issues with the avatars in the sidebar? Mine are all showing up in a vertical line instead of a block. I’m using the BP Template Pack with BuddyPress 1.2.1. I’m working on a client site that isn’t live yet and I would love to get the bugs worked out before we upload it to a permanent url. http://workingonthisnow.com/MHA
Thanks!!
February 28, 2010 at 12:58 pm #65983In reply to: Group Blog for BP1.2 is now available
Mariusooms
Participant@peterverkooijen I think I understand your structure a bit, however frontend posting will always be tied to a theme that is activated on the blog itself. I don’t think it will be possible to post from the group url. Not until frontend posting develops into a plugin rather than tied deeply into a theme. If all the features P2 offers would be part of a plugin, than it could be activated on any theme and we would be one step closer to post from within the group.
You could potentially still do what you wish, nut it would require each blog to set up two front pages as described here:
https://codex.wordpress.org/Creating_a_Static_Front_Page
You could then use one front page to be loaded inside the group structure and style it as the group by attaching a unique stylesheet. Your other front page would be the main blog front page and could look entirely different.
That is probably as close as you will get, until someone comes up with a clever frontend posting plugin.
February 28, 2010 at 12:48 pm #65981In reply to: Group Blog for BP1.2 is now available
peterverkooijen
ParticipantI will be making a child theme for P2. From there you can set that theme as the default group blog theme, wish will enable frontend posting.
That is not the same as frontend posting on the group home page. You can already use P2 as the group blog theme now.
Also note that in 1.1.3 group blog defaults are overridden by the blog defaults plugin. Haven’t yet tested if that is different in bp-groupblog for 1.2, but for my site I don’t want another category of blogs that looks and behaves different from the other blogs.
For me the groups and blogs serve different purposes; the blogs are for “individual expression”, the groups are for interaction, collaboration, community, etc. I don’t want to mix and confuse those functions.
The group home in my site should become a collaborative space. Front-end posting is a first requirement, so I’ll continue to bang my head against the wall trying to figure that out.
February 28, 2010 at 12:11 pm #65976In reply to: User File Upload/Download Section
Paul Wong-Gibbs
Keymaster…which you can get from https://wordpress.org/extend/plugins/buddypress-group-documents/
February 28, 2010 at 8:26 am #65962In reply to: BuddyPress Group Tags is now available
@mercime
Participant@designodyssey, it’s pretty much the way you see it in screenshots https://wordpress.org/extend/plugins/buddypress-group-tags/screenshots/ and when you click on the tag, the page will show groups that are tagged e.g. “plugin”
Results for tag: plugin
Viewing group 1 to 1 (of 1 groups)
Group avatar
Wiki Group
active 6 days, 11 hours agoFebruary 28, 2010 at 5:40 am #65956In reply to: Avatar Upload Issues
kenlefeb
ParticipantI have the same problem audriusme had, except that blogs.php is in the right place.
If I use Firebug to edit the <img/> tags to add “wp-content” to the @src attribute, then everything works just as it should.
I’m running on WPMU 2.9.1.1 and I just upgraded BP from 1.1.something to 1.2.1. In fact, since it wasn’t working, I also deactivated everything again and deleted BuddyPress altogether from the server and then did a manual install, just to be sure it wasn’t a problem with the upgrading process.
I’ve searched both the BuddyPress forums and the WordPress forums for hours and it seems that all the other references to group avatars is “almost” similar to my problem, but not quite the same… until I saw audriusme’s post above about the missing “wp-content” in his <img/> tags. That’s exactly my problem.
Any clues?
February 28, 2010 at 4:36 am #65953In reply to: blog link replaced with activity in 1.2
David Lewis
ParticipantYou have to create a new WordPress Page called “Blog” and then go into “Settings > Reading” and switch the front page mode to static with the “Blog” page selected as your “Posts page”. I think it will use the index.php template. Do you have a custom homepage?
-
AuthorSearch Results
