Search Results for 'wordpress'
-
AuthorSearch Results
-
September 28, 2011 at 4:10 pm #121373
In reply to: Getting Hacked
modemlooper
ModeratorIf you are on BP 1.5 go to the page admin and change the URL for register to anything but register or signup. Example: get-your-account
Use a captcha plugin that requires you to answere a question correctly. The number letter ones can be hacked
Make sure the words WordPress or BuddyPress is not shown in the footer or header. View source of page and then find and eliminate those words. Bots search these and then find them. You may also want to change the default text in sidebar.php about creating an account.
September 28, 2011 at 10:33 am #121353In reply to: Buddypress 1.5 using too much resource??
kshirtcliffe
MemberThat just prompted me to search my inbox for the problem so this is what I wrote a few months ago when I was having that problem :
====
If you’re using pretty permalinks then you have to start it with a numeric identifier like %post_id% or %hour% anything with a number in.%postname% on its own is fine for small sites but wordpress has a bug which sends it into database mental town for big sites.
Just putting %post_id% in and updating all the links has reduced me from 1300queries to 37.
=====Maybe even WP3 has solved the problem, to be honest, I’m one of the people who forgets about things the minute they get sorted.
September 28, 2011 at 10:30 am #121352In reply to: Buddypress 1.5 using too much resource??
kshirtcliffe
Member@echiomega My site has literally thousands of pages and the first time mine was eating memory it was due to a wordpress bug with the permalinks (various strange sql queries going into infinite loops) – try changing the format of your permalinks.
I’m not sure it’ll make a difference but worth a go?
September 28, 2011 at 10:02 am #121345Tammie Lister
ModeratorHave you tried wrapping the stylesheet in this code:
if (!is_admin()){
// output the stylesheet enqueues here
}
September 28, 2011 at 9:58 am #121344In reply to: Problem with buddypress ( instalation)
Tammie Lister
ModeratorHmm first up a little more information about your set up would be good.
Are you running single or multisite WordPress?
Are you on the latest WordPress?
Have you checked the minimal server requirements for WordPress and that your server meets these?
Do you have a memory limit in your php.ini file (you may have to ask your host about this)?
Have you tried deactivating all other plugins then just trying BuddyPress with the default theme?No need to link to your admin panel – make sure you don’t put private information also (just incase) on this forum as it’s a public forum.
September 27, 2011 at 10:34 pm #121314Boone Gorges
KeymasterI think the problem is that you’re using `$bp->groups->slug` as the parent_slug. You should be using bp_get_current_group_slug().
This change affects you because you’re adding items directly to the group nav, rather than using BP_Group_Extension. Read more about the change: http://bpdevel.wordpress.com/2011/09/05/manually-modifying-single-group-navigation-in-bp-1-5/
September 27, 2011 at 10:01 pm #121308In reply to: Group Blog for BP1.2 is now available
paparon
MemberHi,
I installed Groupblog on WordPress 3.2.1 & BuddyPress 1.5 using the BuddyPress default theme. It seems to be working except that I don’t see an easy way to post to it. I activated it network-wide then enabled the blog through the group admin. It created a Blog tab in the group page which displays posts. If I use the Dashboard -> New Post link in the BuddyPress admin bar, it takes me to the site blog rather than the group blog. There are two links on the Groupblog page; one is to the Sample page that WordPress comes with and the other to Events which is a page for the EventsManager plugin.
Am I missing something?
Thanks
September 27, 2011 at 9:33 pm #121307In reply to: Need Help Aligning BuddyPress Pages
Trilli
MemberThanks for your reply, and here are the links below.
http://christianhiphopspot.com/users-list/brent/
All the wordpress pages look like the members page.
September 27, 2011 at 7:21 pm #121292In reply to: Recent Posts Loop for Profiles.
r-a-y
KeymasterFirst, if you want to customize the BuddyPress Default theme, please build a child theme so your customizations won’t be wiped out when you upgrade BuddyPress:
https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/Secondly, once you’ve created your child theme, copy over /plugins/buddypress/bp-themes/bp-default/members/single/home.php to your theme’s folder.
Make sure you preserve the folder structure:
/wp-content/themes/MYCHILDTHEME/members/single/home.phpThen, you can add a regular posts loop from WordPress in your /members/single/home.php:
https://codex.wordpress.org/Function_Reference/query_postsSeptember 27, 2011 at 6:29 pm #121286In reply to: Buddypress default.
r-a-y
KeymasterJust the delete the paragraph line:
`
<?php printf( __( 'Proudly powered by WordPress and BuddyPress.’, ‘buddypress’ ), ‘http://wordpress.org’, ‘http://buddypress.org' ) ?>
`
September 27, 2011 at 4:27 pm #121265In reply to: How Do I Show Only Status Updates?
modemlooper
ModeratorYou filter the loop just like WordPress.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
September 27, 2011 at 4:01 pm #121261billie
Participantis this working in 1.5?
my users are creating blogs like http://blogname.subdomain.domain.comi’m using WordPress 3.2.1 with BuddyPress 1.5
define ( ‘BP_ROOT_BLOG’, 14 );
define ( ‘BP_ENABLE_MULTIBLOG’, true );
define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
define( ‘BP_SILENCE_THEME_NOTICE’, true );
define ( ‘BP_REGISTER_SLUG’, ‘socailmembership’ );am i doing something wrong?
September 27, 2011 at 10:45 am #121250In reply to: Am i right to think buddypress is……
Tammie Lister
ModeratorBuddyPress has it’s own integrated with WordPress users – you can add profile fields and have other control things. In theory they are the same but with additions.
Yes, if you want to maximise what the site does getting a theme designed from the start for BuddyPress is a good step. But, with the template pack as said you don’t have to do that.
September 27, 2011 at 10:43 am #121249In reply to: A Solution for Creating Fluid Video Widths In BP!
Tammie Lister
ModeratorModernizr hasn’t had any draw backs for me. What exactly is your issue with it? Just load in WordPress after jquery and works like a charm.
wp_enqueue_script("jquery");
wp_enqueue_script('modernizr', get_stylesheet_directory_uri() . '/scripts/modernizr.js', array("jquery"), '2.0');
I store a hand rolled version of modernizr in my scripts/ folder. As I use child themes I use stylesheet as roll variations depending on what site requires.
My point about the width and stretching is not what the host uses but what you embed – it can limit to the embed size and therefore stretch. But, it depends on what hosting you are using for video.
I’ve worked on both the small and large scale with responsive so know both sides of the story.
Ajax issues sounds to me like a scripting clash I’d check using firebug what is going on if I was you.
September 27, 2011 at 10:41 am #121248In reply to: Forums redirecting to homepage
imjustmike
MemberI have just attempted another install on a completely new install of wordpress and still no luck, forums still do not install properly.
September 27, 2011 at 9:52 am #121245In reply to: Am i right to think buddypress is……
thehighplainsdrifter
Memberah i see its starting to make more sense now
i am in the process of converting a large php social site into wordpress and just came across buddypress and it looks like the answer to my problems.So when a user signs up to my site in wordpress are they signing up through wordpress and then buddypress takes this information and allows more social things to be done with it?
I have to pick a new theme for the site so i guess it wil make sense to pick a wordpress/buddypress theme to make sure i get the most out of it all.
September 27, 2011 at 9:43 am #121242In reply to: Am i right to think buddypress is……
Tammie Lister
ModeratorIt opens up social networking and other things besides yes. Where the menu item is though is down to the theme and also up to you if you edit files.
You do not have to change the look of your blog you’d use the template pack to allow your theme to work for BuddyPress. There are some files you’d need in your theme but the template pack solves that.
September 27, 2011 at 9:43 am #121241In reply to: Widgets not showing up on all pages
joseanmola
MemberHi. The same problem…. @zfrost Could you solve it?
Sometimes the ads appear and sometimes not. I tried most of the plugins for adding google adsense to wordpress, and no ones works fine.
I also tried to put the code in to the right sidebar with html text and nothing…
Any idea?September 27, 2011 at 7:53 am #121235In reply to: Adsense Plugin/widget
joseanmola
MemberHi, I have the same problem. Sometimes the ads appear and sometimes not. I tried most of the plugins for adding google adsesnse to wordpress, and no ones works fine.
I also tried to put the code in to the right sidebar with html text and nothing…
Any idea?September 27, 2011 at 7:02 am #121232In reply to: BuddyPress theme with bbPress templates
modemlooper
ModeratorI sent updated themes to WordPress repo and they should be accepted any day.
September 27, 2011 at 7:00 am #121231In reply to: Author specific custom post in profile
modemlooper
ModeratorOn the profile tab? Query a loop on the profile.php template file to out put that users posts. Google how to loop through WordPress custom posts.
September 26, 2011 at 11:39 pm #121194In reply to: Post Formats in WP 3.1 (BP 1.2.8?)
Erlend
ParticipantSuggested for version 1.6 (eligible for 1.5.1 if someone contributes a patch):
https://buddypress.trac.wordpress.org/ticket/3627September 26, 2011 at 10:33 pm #121185In reply to: Forums redirecting to homepage
imjustmike
MemberCan’t edit posts for some reason so wordpress version: 3.2.1
Also, after managing to get the group forums installed, the forums menu link was added. So it looks like the site wide forums just aren’t installing properly for some reason.
September 26, 2011 at 6:30 pm #121151In reply to: Author specific custom post in profile
modemlooper
ModeratorNot a BuddyPress issue. You need to query a WordPress loop for that user and post type. Curious as to why you chose custom post type and not a BuddyPress component?
September 26, 2011 at 6:25 pm #121150In reply to: Add widget areas to BP 1.5 bp-default child theme?
modemlooper
ModeratorThat’s not it. Search on codex.wordpress.org about widgets
-
AuthorSearch Results