Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 31,526 through 31,550 (of 32,561 total)
  • Author
    Search Results
  • #40040
    brad85
    Member

    Hey Andy…I just noticed when I add register.php to my custom theme, the menu-bar’s “Sign Up” link takes the user to domain.com/register, instead of domain.com/wp-signup.php. When I click the “Sign Up” link, it just redirects to the WP-Login screen.

    How can I fix this? Are there some “extra” modifications I’ll need to make to register.php and activate.php to get them functioning?

    Thanks again for the help

    #40038
    brad85
    Member

    Great! Thanks Andy! You’ve done some amazing work with BP.

    #40036
    Andy Peatling
    Keymaster

    There will be an extension pack launching soon.

    plugin-sidebar.php

    plugin-template.php

    register.php

    activate.php

    #40034

    In reply to: wp-signup vs register

    Andy Peatling
    Keymaster

    Copy register.php and activate.php from buddypress-home into your own theme. Make any HTML mods you need.

    #40031
    Decisionc
    Participant

    could someone give instructions on how to install?

    i put home theme in themes directory

    and member themes in member-themes directory

    then activated home theme.

    facebuddy home theme is loading, but i get default buddypress member theme.

    do i have to activate member theme?

    any suggestions?

    #40024
    hotandrei
    Participant

    I have the same problem and i fallowed the exact instructions.When i select the theme from the admin it doesn’t show up.I see the default theme for bddypress.

    #40022
    nicolagreco
    Participant

    @sha_munira explain better your problem..

    what does not work? how did you installed it?

    #40020
    sha_munira
    Participant

    member theme doest work…please help

    #40013
    benny148148
    Participant

    I’m using the default BuddyPress theme…I’ve just restyled the header.

    #40012
    Tracedef
    Participant

    I would try activating default Buddypress theme and see if the issue still occurs so that you can be sure it is not an issue with your theme…

    #40005
    danielfelice
    Participant

    I was actually thinking that. I might move everything back a month…that then makes it 2 months for design…

    #40003
    Andy Peatling
    Keymaster

    You should extend the deadline Daniel. With the downtime and people only really finding out about this in the last week, it’s not long enough to think about, design and build a decent theme. Just my 2 cents.

    #40004
    Andy Peatling
    Keymaster

    You should think of a home theme as just a standard WordPress blog theme. It is no different other than a few new files to handle directories.

    A member theme is a “BuddyPress” theme, and should probably be called that.

    You should treat them as two entirely different themes, your WordPress theme should have the styles and images for just the WordPress parts and your BuddyPress theme should have the styles and images for just the BuddyPress parts.

    You could of course still provide the two themes in one download package, but they should still work independently. It’s not a good idea at all to make the themes dependent on one another. Someone may want to use your member theme but keep their own blog theme.

    I’ll be writing more docs on this soon.

    #40000
    Burt Adsit
    Participant

    This is a theme problem. You seem to have solved that issue. You have another fatal error when viewing the blogs directory:

    Fatal error: Unsupported operand types in /home/ladsmy/public_html/community/wp-content/mu-plugins/bp-core.php on line 930

    If you temporarily switch to the standard bp home theme does this happen? If your problems go away by switching to the bp home theme then you need to contact your theme’s author.

    #39999
    Sgrunt
    Participant

    a css and some images, i prefer not to touch code in order to not updating it on every buddypress release. But sorry..i have no idea how to make a plugin :-)

    #39996
    nicolagreco
    Participant

    if it’s only a css you could make it as a plugin :)

    #39994
    danielfelice
    Participant

    nice work!

    #39993
    Sgrunt
    Participant

    i’ve made some changes to the loader.php to correctly add the stylesheet. We’re still in beta but i think that we’re going to see the light!

    #39986

    I’m posting from my blackberry so someone can confirm, but I think Andy is saying that the functions.php in the BuddyPress Home theme is what hijacks the url and makes this happen? If I remember correctly? Sorry don’t have the source in front of me at the moment…

    Burt Adsit
    Participant

    This is a server or config issue. Not a bp issue.

    #39980
    Burt Adsit
    Participant

    People let me say this clearly: BP DOES NOT CHANGE THE PERMALINK STRUCTURE OF ANY BLOG!

    There is no instance of the global object $wp_rewrite in any bp code or any call to $wp_rewrite->set_permalink_structure()

    Not in the member theme, not in the home theme and not in any bp plugin.

    bp is not changing the permalink structure. The only thing bp does is hijack the word ‘blog’ and load the index.php template. That’s it.

    @pietro28, what version of bp and wpmu are you using? Did you install wpmu in the directory mysite.com/blog ?

    #39970
    infonatr
    Member

    I hope I Make the deadline..

    Just a sneak peak

    http://web20bizz.com/membertheme.gif

    Anyone else?

    Mike

    #39959
    danielfelice
    Participant

    After the site being down for a day or two, it is now back up and running!

    http://www.freebpthemes.com

    matt082606
    Participant

    OH and to separate it from your “pages” list, just add an exclusion of that page on the widget for pages.

    matt082606
    Participant

    You’re in luck I just had to do this myself, and here is how I did it.

    I created a new php file that I wanted to use for the page and added this to the top of the file:

    <?php

    /*

    Template Name: MY_TEMPLATE_NAME

    */

    ?>

    you can make, MY_TEMPLATE_NAME, whatever, but be careful there are some reserved template names.

    Save this file in the root directory of your home theme (i.e. wp-content/themes/buddypress-home) now under your admin blog write a new page (NOT POST), make the title relevant to what you want, but don’t put anything in the actual page.

    Scroll down to the “Page Template” menu and when expanded you should see a drop down box with the “MY_TEMPLATE_NAME” as an option. choose that and now just copy down your permalink, and that is the direct link to your newly created page. SIMPLE! I also added in my side_bar to the page I created so that the navigation menu stayed put as I move through all of my pages.

Viewing 25 results - 31,526 through 31,550 (of 32,561 total)
Skip to toolbar