Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 26,726 through 26,750 (of 31,072 total)
  • Author
    Search Results
  • #57202
    Jean-Pierre Michaud
    Participant

    yeah, the actual css/templates of BP are crap to integrate, you will have to edit most of the elements if you want them to look standard. that’s why i switched from a real pro theme to a basic BP theme with no style…

    the complain could go to the designer who made the “default” skeleton way too complicated at first… ;)

    the only themes that are really easy to manipulate are these 3: http://premium.wpmudev.org/themes/ … had to pay to access them, but i’m happy with the result…

    r-a-y
    Keymaster

    Well if I use the bbopress in buddypress for new installation, HOW do I add forum sections?

    You can’t add forum sections.

    BuddyPress forums are tied to groups. So you’ll have to create new groups with forums in order to emulate forum sections.

    If you’re trying to setup BuddyPress forums to be like this:

    http://testbp.org/forums

    Remove bbPress and reinstall BuddyPress. This time, follow these instructions:

    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    Specifically the “Setting Up Forums” section.

    If you plan on using a separate install of bbPress, you’ll need to theme it.

    No way around this I’m afraid.

    You could use Manoj Kumar’s BuddyPress theme for bbPress to get a similar looking BP feel:

    http://manojkumar.org/buddypress-theme-for-bbpress/

    Hope that helps!

    #57194
    Xevo
    Participant

    No nothing like that has been made for wpmu or buddypress yet.

    #57180
    Paul Wong-Gibbs
    Keymaster

    Hey, well done :)

    #57176
    Brajesh Singh
    Participant

    have you included adminbar.css from the bp-default to your current theme.

    If not,use import to add it to your current home theme.

    If you can point to the site,may be we can help better.

    btw,try firebug and see ,id the adminbar.css included on your pages or not.

    #57175
    Catherine
    Participant

    i moved it – and it fixed it, it was being called too late in the footer i guess, TY, i didnt know how that tied in together!

    #57174
    Catherine
    Participant

    <?php wp_footer(); ?> it has it – any other suggestions?

    #57172
    Paul Wong-Gibbs
    Keymaster

    Bet you £5 that the theme doesn’t have a call to the wp_footer action?

    #57154
    Ron Rennick
    Participant

    found it. In the buddymatic framework if you open library/extensions/buddypress-extensions.php on line 97 is

    "<a href=...

    add a > after the quote at the beginning

    "><a href=...

    I’ll have that fixed in the next release

    #57152

    In reply to: Template question

    r-a-y
    Keymaster

    By default, the BP packaged theme is a child theme that uses the “bp-sn-parent” theme for the homepage, but you can always override it by copy and pasting home.php over to your child theme.

    In this case, you would copy home.php from “bp-sn-parent” over to “bp-default” to override it.

    If you’re starting from scratch, I would make a copy of the “bp-default” directory, rename the folder and start experimenting.

    More info here:

    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    Hope I didn’t confuse you!

    #57148
    Bowe
    Participant

    I will be using a pre-made WP theme, and modify some stuff..no need to re-invent the wheel here, since -like you said- content is more important.. That will be the main focus and not the looks (although we all love clean and nice design!)

    #57144
    abcde666
    Participant

    cool idea Bowe !

    go ahead, but just do not spend too much time in creating a theme for it.

    The most important thing is good and correct tutorials & content in regards to this.

    Definitely, marketing-tips would be very valuable.

    #57139
    Andrea Rennick
    Participant

    You shoudl back it all up, yes. But you don’t necessarily need to ftp it down to your computer. I normally make a copy of the folder right on the server.

    If you are double-sure you have cache files, you can clean them out. What are you using the cache? Because wp-super-cache has a cleanout button back there on the admin screen.

    It’s not unusually large, no, dpeending on how may users and/or visitors you have. Lots of users, lots of hits, means lots of cache files & loads of upload files if they like to post pics to their blogs like you’re Flickr. (Hi mom!)

    Yes, you’ll want to backup the db as well. Optimize those tables, and if you’re really feeling frisky, clean out the spam.

    Remember that with the BP upgrade, the theme changes location. The MU part should be smoother.

    Pick a time when your site traffic is low, like the weekend.

    #57138
    Andrea Rennick
    Participant

    Get the new blog defaults plugin here:

    http://wpmudev.org/project/New-Blog-Defaults

    It adds a new menu so you can set up all kinds of options for new blogs. The default theme drop-down is at the bottom.

    #57137
    r-a-y
    Keymaster

    Hey preachur,

    Use the WPMU plugin called New Blog Defaults to set the default theme for new blogs:

    http://wpmudev.org/project/New-Blog-Defaults

    Put the file in your /wp-content/mu-plugins/ folder.

    #57136
    Ron Rennick
    Participant

    Sorry I hadn’t checked back sooner. Do the links still work?

    #57135
    Brajesh Singh
    Participant

    well,to me,It seems the problem with get_bloginfo.

    As you are using child theme,put timthumb in your child theme.

    then replace this line

    $scriptpath = get_bloginfo('template_directory');

    with this

    $scriptpath = get_bloginfo('stylesheet_directory');

    or this

    $scriptpath = get_stylesheet_directory_uri();

    Both should work

    #57133
    preachur
    Participant

    I have one last question, if you don’t mind…. How can I change what theme is assigned to newly created blogs? I know the creators can change it through their admin area later, but the default WP theme that is on there has broken links and is ugly.

    #57132
    preachur
    Participant

    John James Jacoby,

    Please send me an email address so I can paypal you the $20. Removing the www site-wide through admin and in the wp-config.php file solved the problem. I was able to create a blog as a user, log into it, post, add widgets, change the theme, etc.

    THANK YOU!

    #57129
    Catherine
    Participant

    it has to be this part that is causing the problem, any ideas how to make it work called from the child theme folder? i am afraid to do the upgrade to 1.1.2 from 1.1.1 with stuff in the parent them!

    function postimage($width,$height) {

    $scriptpath = get_bloginfo(‘template_directory’);

    $attachments = get_children(array(‘post_parent’ => get_the_ID(), ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘image’, ‘orderby’ => ‘menu_order’));

    if (!is_array($attachments)) {

    $image = $scriptpath.”/images/empty.gif”;

    echo ‘<img style=”border:none;margin:0;” src=”‘.$scriptpath.’/scripts/timthumb.php?src=’.$image.’&zc=1″ alt=”” />’;

    }

    else {

    $img = array_shift($attachments);

    $imagelink = wp_get_attachment_image_src($img->ID,’full’);

    $image = $imagelink[0];

    echo ‘<img src=”‘.$scriptpath.’/scripts/timthumb.php?src=’.$image.’&w=’.$width.’&h=’.$height.’&zc=1″ alt=”” />’;

    }

    }’

    #57112
    Bowe
    Participant

    I’ve gone ahead with this, and already working on the site.. I am currently customizing a existing WP theme, so it should be online very soon.. I’ll keep you guys updated and in the meantime it would be really cool, if you start thinking about things you would like to see explained on the site.. If you have a Tutorial laying around (Andrea?) and would like to contribute.. please contact me!

    #57083
    stwc
    Participant

    Cross-posting this here from another thread. It’s now about a week since I’ve had anymore of the firstnamesurname19xx signups.

    Well, I don’t know — I seem to have lucked out, or it’s just that my site is too new and so-far untrafficked, but the few very simple, small changes I made last week seem to have stopped the firstnamelastname19xx signups.

    1) I changed the some of the text on the /register page.

    2) I removed the “powered by” text in footer.php of my child theme (someone mentioned that it was being searched for)

    3) I changed the register slug in wp-config.php

    4) Added a functions.php file in my custom childtheme with the following code to redirect signups for all blogs to the Buddypress register page

    function rk_signup_redirect() {
    if (strpos($_SERVER['REQUEST_URI'], 'wp-signup.php') !== false ) {
    $url = 'http://mydomain.com/customregisterslug';
    wp_redirect($url);
    exit;
    }
    }
    add_action('init', 'rk_signup_redirect');

    where mydomain.com is, you know, my domain, and customregisterslug is the slug I changed in step 3.

    I don’t think I changed anything else — no captchas or anything — and I’ve received zero splog signups in the 5 days since, after getting a few a day before that. Fingers crossed.

    #57074

    In reply to: Upgrading procedures

    thorosii
    Participant

    I now understand the problem.

    In order to get the new version to work I basically have to re-create my bp theme with the new theme files. I compared the standard new buddypress theme to mine after the upgrade and noticed that I don’t have a status directory for example I copied the contents of your bp-sn-parent into my bp theme and the new features all worked, except my css was now broken.

    This is insane. I had paid someone a good deal amount of funds so that my bp theme matches my wordpress theme. Now I have to do it all over again if I want to move on from 1.0.3

    #57069
    stwc
    Participant

    well, I actually do not want to explain my users how to use “[ ]” brackets.

    I just added a div on the appropriate signup page in my child theme explaining how to do it. Users see it during registration. Well, they will, when I eventually get some. ;-)

    #57067
    capitalistdog
    Participant

    I will let you know if I figure anything out for the IE error.

    Here’s some screenshots of the errors i’m having with some of the child themes. Forgive me if this is a noobish question but, are these the typical kind of CSS errors, due to buddypress integration?

    Aether Child:

    http://api.browsershots.org/png/original/25/25e5e32516feff42fd1647bf7f8a13f3.png

    Gallery Child:

    http://api.browsershots.org/png/original/6c/6c325561a96d12f5a9d8062157037cbb.png

    Commune Child:

    http://api.browsershots.org/png/original/6f/6fe88fe62c86b006d92830d03bb46843.png

Viewing 25 results - 26,726 through 26,750 (of 31,072 total)
Skip to toolbar