Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,901 through 19,925 (of 22,649 total)
  • Author
    Search Results
  • #62512
    Scotm
    Participant

    @andrea_r i’m looking to have posts on the main page. definitely potential for conflicts with js/ajax.

    #62510
    Andrea Rennick
    Participant

    Guess it depends on a couple things:

    – what you want on the front page (activity stream vs posts)

    – if there’s any javascript/ajax conflicts between bp & p2.

    man I wish I had time to play. :D

    #62490
    Scotm
    Participant

    @mercime I’d like to hear from someone who has enabled the P2 theme for BuddyPress, for starters, and I’m not looking for major customizations.

    Simply ensuring that the features within BuddyPress stay intact when using P2 versus the default theme would do nicely.

    Thx

    #62482
    grosbouff
    Participant
    #62426
    Peter Anselmo
    Participant

    Yeah, the command line conversion is a barrier for a lot of people, as they either don’t have command line access, or if they do, gettext is not installed on the server.

    You can find some alternate ways to generate .mo files here:

    https://codex.wordpress.org/Translating_WordPress

    Also, there is no bp-custom.php file by default. You just create it as a new file, and put it directly in the plugins folder. BuddyPress will automatically check there for it.

    Yeah, it’s a bit of work to change strings, but anything simpler would likely not be upgrade-proof, or would be much slower.

    #62425
    cargo
    Member

    WordPress-MU 2.9.1.1 + BuddyPress 1.2rc (upgrade from 1.1.3) = same problem.

    grosbouff
    Participant

    @MrMaz :

    could you check at my Classifieds plugin and see how to do this in it ?

    I did try but there’s always templates which do not load…

    Thanks a lot !

    https://wordpress.org/extend/plugins/buddypress-classifieds

    Your functions

    -bp_classifieds_locate_template

    -bp_classifieds_filter_template

    -bp_classifieds_load_template

    are at the bottom of the -templates.php page

    #62410
    catinw12
    Participant

    Hooray. It’s only Noon in Los Angeles but time to break out the whiskey!

    Poo U for Callum’s plugin but hip hip hooray for Andrew Hamilton’s simple wordpress ‘mail from’ plugin.

    Yes, it works, and the sender address now shows a respectable email address instead of some default server addee.

    Find the plug in link here: https://wordpress.org/extend/plugins/mail-from/

    #62406
    @mercime
    Participant

    @ScotM – Although converting a WordPress theme to a BuddyPress child theme is a bit more challenging than converting an HTML template to a WordPress theme is, the basic concepts are the same – knowing at the very least, HTML and CSS plus basic PHP and JS, and adapting it to the required environment.

    The level of difficulty and required skills for conversion of a WordPress theme to a BuddyPress theme depends on what aspects of that WordPress theme you want incorporated into your BuddyPress theme.

    – If it’s the styling or layout, then level of difficulty and required skills = Medium.

    – If it’s incorporating/combining functionality and design of a WordPress theme framework like what @designodyssey and @Windhamdavid are discussing above, then level of difficulty and required skills = High.

    – If it’s incorporating/combining functionality of truly advanced layout designs and functions like what you would see in say, Headway theme or ithemes’ Builder Theme, then the level of difficulty and required skills = Superduper.

    So to better address your question, my question is what WordPress theme were you thinking of porting over as a BuddyPress child theme?

    #62400
    @mercime
    Participant

    Hi Grosbouff, thank you for all the update. As nexia mentioned above, the classifieds theme folder, css folder and js folder are not in the buddypress-classifieds 1.002 download. So does this mean we use the classifieds theme, css and js from buddypress-classifieds 1.0 beta download?

    Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)

    My bad, read too fast and missed the last phrase :-) Thank you.

    The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there

    Thank you. Strange thing really, when I checked the roles for classified ads in my test install this morning – there was no Keymaster role, and I could have sworn it was there in the classified roles list last night :-)

    Looking at the Roles & Capabilities panel of Classifieds (cool tool), almost all capabilities are self-explanatory except that I am not familiar with “Republish my Classifieds” – what does this mean and how can this be done? I haven’t explored the plugin that thoroughly yet so may be missing something.

    Kudos Grosbouff for getting this plugin up and running with the bp 1.2 default theme.

    Thanks again.

    #62392
    Paul Wong-Gibbs
    Keymaster

    Um. We’ve seen lots of issues on the forum here about corrupt installs via simplescripts or other weird options. I’d suggest you install WordPress and BuddyPress manually.

    #62386
    Windhamdavid
    Participant

    @odyssey ~ thanks for the nice writeup – one other step that I’ve found helpful in a merge is to call a custom – bp-header.php in the bp dependent files to reduce a bit of weight on the non bp pages, reduce any instances of javascript conflicts, increase the design and flexibility of the BuddyPress pages, and use bp specific functions(<?php bp_page_title() ?> in the alternate header.php ~ so I swapped out the get_header’s, sidebar’s, footers on the default theme with these ~<?php locate_template( array( ‘bp-header.php’ ), true ) ?> or <?php include (TEMPLATEPATH . ‘/bp_header.php’); ?>

    #62384
    gerfr
    Member

    A tech at BlueHost says that Simplescripts doesn’t download MU with Buddypress and that it needs to be installed separately. But at the bottom of the page on my dashboard it says: Thank You for Creating with WordPress MU. So I’m stymied. I know nothing about coding. I used Simplescrips because BlueHost originally said it’s all-inclusive.

    #62383
    Windhamdavid
    Participant

    @jimi ~ http://svn.automattic.com/wordpress/trunk/

    you won’t have multiple/duplicate userdata in the db, buddypress will plugin just fine and you’ll be able to enable it on a per site basis for multi-site.

    #62382
    Windhamdavid
    Participant

    i’d imagine that simplescripts is using WordPress MU version 2.9 so you need to navigate here yoursite.com/wp-admin/wpmu-options.php and you’ll see the option under Allow new registrations.

    #62368

    In reply to: Blog limit

    Bowe
    Participant
    Paul Wong-Gibbs
    Keymaster

    Two things

    1) If they have released this as a plugin, it will work on any WordPress site. I do not have to remind you that BP runs on WP.

    2) Do not put Andy’s name or anyone else’s in the subject of a forum post. If you really must have his attention, sed a message to him and see if you get a reply. We will be locking or deleting any such threads in future.

    #62363
    cargo
    Member

    Same trouble when i want to create a topic: “Fatal error: Cannot redeclare checked() in /home/vhosts/siteurl/wp-admin/includes/template.php on line 380”

    WordPress-MU 2.9.1.1 + BuddyPress 1.1.3 (new installation)

    Install WP/MU as a directory.

    Directory install, is it in root.

    BuddyPress install come with a copy of bbPress built-in

    Active plugins: “rus-to-lat”

    Using the standard BuddyPress theme.

    I didn’t modify the core files.

    #62356
    Paul Wong-Gibbs
    Keymaster

    I think this is a wordpress bug. What versions of BP and WP are you using?

    #62354
    designodyssey
    Participant

    thekmen and I have done this with Hybrid as the parent theme and our own child theme built on a Hybrid Child theme and Buddypress. Have a look at http://themehybrid.com/community/topic/hybrid-and-buddypress for the functions that need to move over at least for Hybrid. It was actually quite easy. My post at http://themehybrid.com/community/topic/hybrid-and-buddypress#post-2506 is as close to a step by step as I’ve seen. However, there are still more CSS tweaks needed after following those steps.

    #62349
    Xevo
    Participant

    Woops, wasn’t reading correctly. Well work the other way around then. :)

    Add the files that your theme doesn’t have and start using bp functions.

    #62346
    grosbouff
    Participant

    @ Mike Pratt

    Screenshots here : http://dev.benoitgreant.be/2010/02/03/buddypress-classifieds/

    @mercime :

    But there is still a nag

    Ok, it’s fixed. Weird :)

    Fixed double-nesting

    – This is fixed now

    If you want special tags[…] – so I wrote some tags like : new, used, giveaway, red, blue, black

    Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)

    Checked option for Auto-suggest Tags

    Oops I forgot this option, but it’s not active yet.

    there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?

    The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there

    Thanks for testing and review !

    #62345
    peterverkooijen
    Participant

    Email login plugin. Lose the username field by making it type=”hidden” on register.php and autogenerating a username value using a trick like this one.

    Anointed
    Participant

    Just so it’s clear why I am trying to do this.

    I host a small amt of client sites on my server. In the past I used to use wordpress non-mu for each site. Frankly I got really tired of having to update 30-40 separate wordpress installs everytime there was a new vs of wp or plugins that were used. That is where wpmu really saved me time, one install one update for all clients.

    I know that I can simply create multiple wpmu/bp installs and give each client their own install, but then I’m in the same boat as before I started using mu.

    Having buddypress the way it is now, there is no way I can see to give each blog that wants their ‘own’ buddypress an install without having to install multiple copies of mu again.

    Having grown accustomed to only having to maintain one codebase has really spoiled me, and I’m willing to do just about anything not to have to go back to the old way of sep installs.

    #62337
    Andrea Rennick
    Participant

    That’s the exact opposite of what he needs though. :)

Viewing 25 results - 19,901 through 19,925 (of 22,649 total)
Skip to toolbar