Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,926 through 13,950 (of 22,644 total)
  • Author
    Search Results
  • #121373

    In reply to: Getting Hacked

    modemlooper
    Moderator

    If 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.

    #121353
    kshirtcliffe
    Member

    That 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. :/

    #121352
    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?

    Tammie Lister
    Moderator

    Have you tried wrapping the stylesheet in this code:


    if (!is_admin()){
    // output the stylesheet enqueues here
    }

    https://codex.wordpress.org/Function_Reference/is_admin

    #121344
    Tammie Lister
    Moderator

    Hmm 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.

    Boone Gorges
    Keymaster

    I 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/

    #121308
    paparon
    Member

    Hi,

    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

    #121307
    Trilli
    Member

    Thanks for your reply, and here are the links below.

    http://christianhiphopspot.com/users-list/brent/

    All the wordpress pages look like the members page.

    #121292
    r-a-y
    Keymaster

    First, 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.php

    Then, you can add a regular posts loop from WordPress in your /members/single/home.php:
    https://codex.wordpress.org/Function_Reference/query_posts

    #121286

    In reply to: Buddypress default.

    r-a-y
    Keymaster

    Just the delete the paragraph line:

    `

    <?php printf( __( 'Proudly powered by WordPress and BuddyPress.’, ‘buddypress’ ), ‘http://wordpress.org&#8217;, ‘http://buddypress.org&#039; ) ?>

    `

    #121265
    modemlooper
    Moderator
    billie
    Participant

    is this working in 1.5?
    my users are creating blogs like http://blogname.subdomain.domain.com

    i’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?

    #121250
    Tammie Lister
    Moderator

    BuddyPress 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.

    #121249
    Tammie Lister
    Moderator

    Modernizr 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.

    #121248
    imjustmike
    Member

    I have just attempted another install on a completely new install of wordpress and still no luck, forums still do not install properly.

    #121245

    ah 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.

    #121242
    Tammie Lister
    Moderator

    It 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.

    https://wordpress.org/extend/plugins/bp-template-pack/

    #121241
    joseanmola
    Member

    Hi. 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?

    #121235

    In reply to: Adsense Plugin/widget

    joseanmola
    Member

    Hi, 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?

    #121232
    modemlooper
    Moderator

    I sent updated themes to WordPress repo and they should be accepted any day.

    #121231
    modemlooper
    Moderator

    On 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.

    #121194
    Erlend
    Participant

    Suggested for version 1.6 (eligible for 1.5.1 if someone contributes a patch):
    https://buddypress.trac.wordpress.org/ticket/3627

    #121185
    imjustmike
    Member

    Can’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.

    #121151
    modemlooper
    Moderator

    Not 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?

    #121150
    modemlooper
    Moderator

    That’s not it. Search on codex.wordpress.org about widgets

Viewing 25 results - 13,926 through 13,950 (of 22,644 total)
Skip to toolbar