Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 26,651 through 26,675 (of 31,072 total)
  • Author
    Search Results
  • #57653

    In reply to: h-mag.com

    David Lewis
    Participant

    p.s. re: my custom template tag above to show the start dates in the directory view… I just clued in and realized that I should be doing this in the functions.php file rather than hacking Erwin’s plugin. So here’s the function to add to the functions.php file of your theme.

    function bp_the_site_event_date_start() {
    echo bp_get_the_site_event_date_start();
    }
    function bp_get_the_site_event_date_start() {
    global $site_events_template;

    return apply_filters( 'bp_get_the_site_event_date_start', date( ('l M j - Y'), $site_events_template->event->date_start ) );
    }
    add_action( 'plugins_loaded', 'bp_the_site_event_date_start');

    Then in the event directory loop template in your theme, just call it like this

    <?php p_get_the_site_event_date_start() ?>

    #57652
    Paul Wong-Gibbs
    Keymaster

    Ok, a bit more info and something I discovered.

    This is in my Achievements plugin, which requires 2 new theme/template files. Rather than force people to move the files into /theme/whatever/ after the one-click plugin install, I successfully nagged Mr Peatling into adding a ‘bp_located_template’ filter. The aim is to utilise this so I can avoid having people move my theme/template files (and allow them to override the default easily by copying the files into their theme folder).

    So to allow me to continue development for the moment, I copied my 2 new theme/template files into /bp-default/ – and lo and behold, it did call bp_core_do_catch_uri(). Temp workaround but still weird.

    #57649

    In reply to: Editing Footer

    Paul Wong-Gibbs
    Keymaster

    Yes, Xevo’s correct. It’ll be in the footer.php file of whichever theme you are using.

    #57631
    Brajesh Singh
    Participant

    for default theme, you can look here

    bp-sn-parent/status/post-form.php

    here you will see the line and the code for the form.If you are using different theme(other than bp-default ,checkout yourtheme/status/post-form.php

    It should be there.

    #57624
    roam2rome
    Participant

    J is part of Ajax Functions .js file in the parent theme.

    I solved the livequery error code.

    Now kwicks java script is giving me error code “Object doesn’t support this property or method” If I remove kwicks, there are no other error codes. It runs fine, except on IE.

    But thanks!!! …Code works perfectly in other mediums, but needs lots of ♥TLC♥ in buddy press…

    #57614
    David Lewis
    Participant

    When asking for support

    1. WPMU 2.8.6

    2. Directory-based blogs

    3. Installed in a sub-directory (until such time as I’m ready to flip the DNS switch)

    4. Fresh Install of WPMU

    5. N/A

    6. BP 1.1.2

    7. Fresh Install of BP

    8. No plugins

    9. Standard BP-Default theme.

    10. No core file modifications.

    11. No custom functions

    12. Built-in install of BBPress

    13. Getting this error in the log files:

    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: http://cl-t038-352cl.privatedns.com/public_html/satsangha.org/members/mandee/profile/

    14. Hosting company is iWeb (dedicated server)

    #57611
    Xevo
    Participant

    If you totally want to restyle the buddypress theme then you should indeed just copy the bp-sn-parent folder, give the copy a new name and start editing that. Though, it’s recommended that if you just want small changes, to build a child theme.

    You can find a guide here on building child themes.

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

    #57608
    roam2rome
    Participant

    I customized the default theme to fit my own by activating the “custom.css” file, which I read instructions on how to do somewhere here… and my theme looks *nothing* like the default theme now.

    Of course, it’s quite a bit more complicated than that, but it’s a good starting point.

    #57607
    Ruth Maude
    Participant

    thanks… I just found a new theme and installed it and I’m back – I appreciate your response I’ll look in my old theme for that line.

    #57605
    r-a-y
    Keymaster

    You didn’t kill anything ;)

    This happened to me on upgrade.

    You’re most likely using a deprecated theme.

    I’m not in front of my workstation right now, but go into your WP theme’s functions.php, find a line that says something like:

    require_once(bp-core/bp-core-activation.php)

    There’s probably two of these lines… if you see any require_once’s with something referencing BP, comment those out and check your BP community again.

    Hope that helps!

    #57600
    Xevo
    Participant

    The buddypress theme uses “wp_list_comments()” to get the comments, it’s a new template tag since wp 2.7.

    Your able to change the output of this tag. See this article.

    #57596
    Andrea Rennick
    Participant
    #57592
    Jean-Pierre Michaud
    Participant

    a ton, you will not have a ton…

    but google helps a lot ya know…

    http://www.buddypressthemes.biz/ free ones

    http://premium.wpmudev.org/themes/ the flexiers

    #57591
    Xevo
    Participant

    Nowhere? The only good themes out there right now are..

    https://buddypress.org/extend/themes/

    http://3oneseven.com/wpmu-buddypress-themes/

    http://www.buddydress.com/category/buddypress-themes/ (badly supported)

    http://premium.wpmudev.org/themes/ (paid)

    Most people are still trying to work out there own themes, let alone work on other themes already. I myself am planning on doing a few themes in the near future as well.

    vividbreeze
    Participant

    Xeno or nexia, I just posted in there – lemme know if you want to take on that project for me please! :)

    #57585
    grandin
    Member

    I have the same, or similar, issue.

    I’m started with WPMU 2.8.4, FR version, then did the automatic upgrade. I installed Buddypress, the default theme and the parent. When a user tries to activate his account, the go to this sort of URL http://ux-paris.com/wp-activate.php?key=7c9a743c9ff98355 which throws the following error: Fatal error: Call to undefined function bp_page_title() in /home1/thelayen/public_html/uxparis/wp-content/themes/bp-sn-parent/header.php on line 9.

    FWIW, in the Buddypress admin panel, it shows that “My current theme is not BP compatible”…but my current them is BP Default?

    Any ideas?

    Mariusooms
    Participant

    This error has been fixed in 1.2.4. The problem was with the introduction of setting a default groupblog theme in the backend. Now we set the default as wordpress would upon installation, so it doesn’t choke when you do not select an initial theme.

    We never came across this error, since we already selected a groupblog theme, once you do that you’ll never be able to reproduce that error. If you do, please tell us step by step how to reproduce and what your ‘saved’ settings are in the groupblog wp-admin section.

    #57568

    In reply to: Photo Album RoadMap?

    Xevo
    Participant

    I believe Andy is waiting for WordPress 2.9 to come out, since that version will have a lot of media related updates. Not sure when it’ll release, but will most likely be very soon.

    In the meanwhile you could use kaltura or the buddypress picture album plugin.

    Your request will not be responded too btw, the buddypress development theme wont start basing their core on other people’s plugins. If you want something like that, ask the wpmu dev team to create this once it’s build into buddypress.

    #57552
    foodin65
    Participant

    I really like your customizations. Your theme is really good looking. Is it based on the new 1.1 theme framework?

    Xevo
    Participant

    We only deliver support on these forums. If you want to make a buddypress job offer, go here. https://buddypress.org/groups/buddypress-job-board

    vividbreeze
    Participant

    Thanks Xevo, if I setup a theme on my site, can one of you guys take care of all that for me?

    And also go thru all the plugins i have from premium dev site to make sure everything is working flawlessly please?

    Xevo
    Participant

    He means the actual template tags from buddypress, like getting latest activity and members. But yes, you would also need to replace the wp_list_pages with the buddypress menu.

    Totally transforming that theme to a buddypress theme is a little harder then that though, you would need to redo/restyle all the pages to work with that theme.

    vividbreeze
    Participant

    when you mean by buddypress tagged function, does that mean like the pages that list, blogs/members/forums/etc ?

    Would you mind helping me set this up if I pay ya? looking for some guidance of finishing up my main site :)

    My email is admin@thecleanpost.com , thanks!

    Jean-Pierre Michaud
    Participant

    the “adminbar” is set inside buddypress/wpmu, you can use ANY WordPress theme and the adminbar will rise.

    the theme you show here can be used for a user’s blog, but would require a rewrite if you want to use it as the front page theme… as it does not contain a single buddypress tagged function… but it could be used for it…

    vividbreeze
    Participant

    actually, is there a way to implement that theme and still use buddypress+wpmu ?

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