Search Results for 'wordpress'
-
AuthorSearch Results
-
September 3, 2010 at 1:20 am #91383
In reply to: External Group Blogs bug
edelwater
Participantdone. Actually the reason why i was looking at the code was to see if I could add a twitter feed e.g. `http://search.twitter.com/search.rss?q=wordpress` and somehow not have the forum icon showing in the activity feed but the icon of the original author of the “tweets”
this is in the google:image_link entry so I was thinking if “groups_record_activity” handles something like “avatar” , have to look in to it
September 3, 2010 at 12:15 am #91379In reply to: Editing Blog Post Titles in Activity
sakarya
ParticipantAfter my first post, i’ve added some code my entry.php;
New entry.php is here: http://pastebin.com/Vz5A8SyJ
But with this code i must add a custom field which name is url, all my posts. And i’ve 306 posts on my blog and i don’t want to it. (I’ll install buddypress a live site using wordpress)
Is there any way to take the post permalink?
September 2, 2010 at 11:52 pm #91376In reply to: Using bp-default theme for non-bp wordpress blog
modemlooper
ModeratorYup, you create a theme using the BP files that are for WP like single.php and then link to the CSS in your BP folder. Then when you edit the default themes styles it automatically updates the secondary blog. I may even do one of these and upload to WP theme repo as it’s something that keeps getting asked about.
September 2, 2010 at 9:22 pm #91369In reply to: Approve groups before they are listed
@mercime
ParticipantPerhaps a hybrid of @boonebgorges‘ group management with @nuprn1‘s https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ ?
September 2, 2010 at 3:25 pm #91342In reply to: BuddyPress Theme – what is needed?
@mercime
ParticipantBuddyPress Template Pack – https://wordpress.org/extend/plugins/bp-template-pack/
September 2, 2010 at 12:38 pm #91325Jimboba
ParticipantI’ve just experienced the same problem. Installation via WordPress ‘appears’ to be successful but when accessing BP interface I get ‘Page cannot be found’.
Checked the files via ftp and the ‘blogs’ folder that BP wants to access is empty except for a ‘media’ folder with a ‘.hidden’ file in it.
So it seems that the files were not copied to the correct location. Check the folder permissions and they are 755.
Using a new install of WP 3.0.1.
Anyone help?
September 2, 2010 at 12:18 pm #91324In reply to: listing members
dorothy sulzmann
ParticipantHi Hnla, thankyou for your reply.
With regards to the other thread i think that is solved now thankyou. Still having a few problems with the issue on this thread. I’m putting in the code you gave me in every place i can think of but still no luck. I hope it’s ok if i explain what i have done here and you can see if i’ve missed anything. Thank you in advance.
I have a members page on my wordpress/buddypress site – all working wonderfully. I have set up 3 other pages in wordpress which i want to show only specific members on. These pages are called DJs, Venues and Promoters. Each member when registering has to fill out the field of Business type. There are 3 business types – djs, venues and promoters. I want all the members who put in DJ on business type to show on the DJ page, the members who put venue as business type to go on the venue page etc.
So far i have 3 template .php files for each of the 3 pages. The code on the template pages is the same as the members.php file with the exeption of the directory name and the “ code. The loop directory here varies for each page.
With each of the loop directories i have copied the members-loop.php file and all i want to do is make each directory show its specific members. I’ve tried so hard to put in your code above into each of the respecitive loop directories but i’m obvoiusly missing something. Can you tell me where exactly i should be putting the code in each of these loop directories.
Many thanks!September 2, 2010 at 11:50 am #91319In reply to: Features for BuddyPress
Boone Gorges
KeymasterYou could hack together something like Lifestream fairly easily using https://wordpress.org/extend/plugins/bp-external-activity/. There’s no interface for it yet, but the infrastructure is all there.
Jeff Sayre has said that he’ll be releasing his Privacy Component shortly after 1.2.6 is released.
The kind of rich tagging you’re talking about really isn’t possible at the moment. Only when BP’s core components are converted into WordPress content types (like custom post types) will they be able to easily inherit WP’s taxonomy functionality. I’m guessing that will happen in the BP 1.4 range. The good news is that, once it does, tagging/categorization will be totally seamless.
September 2, 2010 at 11:46 am #91318In reply to: BP and Tube Site w/User Uploads? (Hodge Podge)
Boone Gorges
KeymasterThe social features of BuddyPress are in addition to, not in place of, the ‘posting’ features of WordPress. If you set up a WP site so that users can write and publish new blog posts, BuddyPress won’t change that.
Boone Gorges
KeymasterHere’s a helpful tutorial: http://wordpress.tv/2009/01/14/adding-categories-and-tags-to-your-posts/
September 2, 2010 at 10:35 am #91307In reply to: listing members
dorothy sulzmann
Participantsorry hnla didn’t mean to cause any trouble by posting in another thread. I thought the two issues were slightly different. 1) to do with member directory and 2) to do with listing particular members on a certian wordpress page – not members page. will try above. Thank you.
September 2, 2010 at 9:32 am #91299dorothy sulzmann
ParticipantI’m using buddypress 1.2.5.2 (latest version) and wordpress 3.0.1(latest version).
What i’ve done so far: I’ve gone to ‘Profile Field Setup’ on the WordPress Dashboard under the Link ‘Buddypress’ and added the fields ‘Business Type’ with a drop down box of three options – DJs, Venue or Promoter. So when users register they choose one of these business types. I wanted these to show up on the members directory so put in to members-loop.php this code:
`<?php
//code inside the members-loop.php
$business_type= xprofile_get_field_data( “Business Type” ,bp_get_the_site_member_user_id());//fetch the text for business type
?>`
and i’ve tried:
“
Anyone have any idea where i’m going wrong?
September 2, 2010 at 6:17 am #91290In reply to: Features for BuddyPress
@mercime
ParticipantSeptember 2, 2010 at 6:07 am #91287In reply to: Error on logout
@mercime
ParticipantUsual suspects or redirection issue, see – https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F
September 2, 2010 at 5:24 am #91284In reply to: Where do I get the theme shown in the Intro Video?
@mercime
ParticipantWhy not use this version?
Because as djpaul mentioned above, it’s outdated. WP 3.0.1 single or multisite with BP 1.2.5.2 is the way to go. In addition to stronger WP security and better features, you’ll be missing out on the BP plugin extension goodness which are only available and actively developed for current BP version – https://buddypress.org/extend/plugins/
Is there any way to get this theme on the new version?
Ah, it’s do-able but porting it would take some time to do so with all the customization in layout and coding to make it work with BP 1.2.5.2. There are free and premium BP child/regular themes which can further customize to taste. And, if you have WP theme, use BP Template Pack to bring over BP social networking goodness.
I am creating a Motion Picture Casting site
Cool. I’ve always wanted to play a vampire
Kidding aside, BP 1.2.5.2 and WP 3.0.1 install is the way to go. If you haven’t yet, check these out
– https://codex.buddypress.org/home/
– https://wordpress.org/showcase/flavor/buddypress/
– http://www.bpinspire.com/
Many have customized BuddyPress themes and majority are on latest BP/WP versions.Cheers.
September 2, 2010 at 1:40 am #91276In reply to: Where do I get the theme shown in the Intro Video?
@mercime
ParticipantI really shouldn’t encourage you to continue with BP 1.1 series nor using old WPMU versions:-) … but that BP 1.1 series requires WPMU 2.8.4a (per old record of mine) Click on download link near bottom of page
https://trac.mu.wordpress.org/browser/tags/2.8.4a
BP 1.2 series support single WordPressSeptember 1, 2010 at 2:46 pm #91218In reply to: Edit welcome email, possibly using Welcome Pack?
katemgilbert
Participant@djpaul – thanks for your response. Yes, http://domain.com/wp-content/plugins/welcome-pack/includes/js/admin.js exists. I am using Firefox.
I checked for javascript errors and it looks like it found 3, all relates to the emails in welcome pack. Here’s a screenshot of the error report: http://img203.imageshack.us/img203/1227/jserrors.png.
Here is a screenshot of the dropdown expanded: http://img299.imageshack.us/img299/9350/dropdown.png. Looks normal to me.
I am going to try uninstalling and then reinstalling the plug-in. I’ll let you know if that resolves it. Let me know if you have any other tips. Thanks again.
**follow-up edit: deleting and reinstalling the plug-in via WordPress’s built in plug-in installer did not correct the issue. same js errors occur**
September 1, 2010 at 10:59 am #91204In reply to: Google positioning
kimsoler
ParticipantNo, it isn’t blocked.
When I was developing, I blocked search engines in the wordpress
privacity options tab.
But when I published the site, I changed it to don’t block search
engines.September 1, 2010 at 2:03 am #91179In reply to: Email notification not working
phpjq
ParticipantI also have the same problem and I’m not hosting on bluehost or godaddy, ‘mail from’ plugin does not seem to fix the issue.
I use the ‘configure SMTP’ plugin for all three wordpress sites on this same hosting accout, all work except for the one where BP is installed. I believe this to be a BP issue since the problem follows BP, not the hosting company which hosts the WP/BP installs.
WP 3.0.1 and BP 1.2.5.2
update: uninstalled ‘configure smtp’ plugin, installed ‘WP-Mail-SMTP’, and ‘mail from’ = success! I hope this helps someone else too!
September 1, 2010 at 12:55 am #91175In reply to: wp-login vs bp register question
zenseeker
ParticipantThanks Paul,
I had define ( ‘BP_ROOT_BLOG’, 2 );
but not define ( ‘BP_ENABLE_MULTIBLOG’, true );It’s working, kind of, but now there’s another issue.
A user can now activate their account from the activation email if they use the register from the wordpress meta widget on the main site.
However, if I try to use the buddypress toolbar signup from the main site, it just sits at the main site homepage. Previously that would take you to http://community.howtomakeadesignerhandbag.com/register/
I think I’d like to not use the wp-register at all and somehow get the bp signup/login in the sidebar of http://community.howtomakeadesignerhandbag.com/register/
showing on the main site homepage and allow users to signup either from the toolbar or from the sidebar. But I want them to be returned to the main site homepage instead of the buddypress homepage.Is this possible?
Thanks for your help and patience in trying to understand what I’m trying to do.
August 31, 2010 at 11:17 pm #91167Gene53
ParticipantHere it is: https://wordpress.org/extend/plugins/new-user-approve/
I don’t know if it’s BP compatible though, keep us posted.
August 31, 2010 at 9:08 pm #91156pcwriter
ParticipantTry this article for widgetizing a template:
http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/August 31, 2010 at 8:33 pm #91154rich! @ etiviti
Participanti have in the past (which has been refined and fixed with the compat mode flag) – whenever i dump BP on top of an established wordpress blog, the flag is a must. (comes down to the displayname tolerances in the wp_users table )
August 31, 2010 at 7:07 pm #91138Hugo Ashmore
ParticipantAsk them if they can increase the php script memory limit, in fact ask then but also report back here how much is allocated, if they can’t or won’t and this is the issue there may be other ways around the issue.
August 31, 2010 at 7:04 pm #91137Zac
ParticipantThey said that everything is good on their end and to contact you guys. I didnt believe them at first until I installed some other plugins/themes and then installed buddypress to find everything stops working.
-
AuthorSearch Results