Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,626 through 65,650 (of 68,949 total)
  • Author
    Search Results
  • #44057
    flynn
    Participant

    BuddyPress is a more socially focused, but still blog-centric, solution to social networking. From what it sounds like you want something social that gives each person a page to post to. You might try Ning.com or Drupal’s social networking option.

    #44052

    In reply to: Skeleton Theme help

    Ezd
    Participant

    Okay thanks. What I did last time i created a theme was pretty much following these instructions: http://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/

    So the theme I create for buddypress has to have the same kind of structure with a header, content, footer ect. And then eventually after i’ve structured it like that I can implement buddypress tags/loops into the layout and style with CSS.

    #44051
    belogical
    Participant

    probably a simple oversight, but good catch! the old site had one.

    #44049
    jfcarter
    Participant

    Never mind. I just named it bb-force-login.php and put it in the bb-plugins directory. Works like a charm!

    #44048
    abcde666
    Participant

    Group Discussion Board:

    I would like to see the possibility to be able to reply directly to a forum-post, so that:

    1)

    everybody understand to which forum-post my post refers to.

    2)

    the person I am replying to will receive an e-mail which notifies him that I have posted a feedback to his entry

    like threaded Forum and threaded Comment-system ( http://www.toni.org ).

    Currently, it is very hard to find my own forum-posts and replies to my post within BuddyPress. You agree ?

    Many thanks,

    Erich

    #44046
    belogical
    Participant

    All blogs used to be using /themes/fourWPTPv2 (another them outside of buddypress)

    The rest is correct!

    #44045
    Cyndy Otty
    Participant

    The update buddypress link in plugins section in hinting me. Can I upgrade just by hitting that link? ;)

    Worked fine for me. You’ll still need to move the themse folders to the proper places, activate the new home theme, and go into the BuddyPress > General Settings and Save the member theme. Or at least, I did.

    #44043

    In reply to: threaded forum posts ?

    abcde666
    Participant

    Hi Jeff, DJPaul,

    many thanks for your feedback !

    So can I get this working also in BuddyPress ?

    Thanks again,

    Erich

    #44042
    Burt Adsit
    Participant

    You are using the new bp home theme for *all* blogs?

    All blogs are using /themes/bphome

    All blogs used to be using /themes/buddypress-home

    You have manually gone in to each blog’s Appearance > Theme menu and selected the bp home theme. Now the nav links return 404 on anything other than blog id 1.

    Correct?

    #44041
    Maythil
    Participant

    dear jeff, u r my only saviour :)

    i have only dummy data.

    i have not launched my site yet. so no problem there.

    but i am not sure ftp will override the wpmu moorings.

    btw, as i mentioned in a note above, ie6 only displays 800px screens.

    is there a way to trick firefox or chrome into behaving like that?

    wishful thinking? :)

    #44037

    In reply to: Get Username ???

    trcwest
    Participant

    This is what i have in my main blog theme that works nicely.. in the wordpress header..

    http://buddypress.pastebin.com/m63552cf1

    I just want to do the same thing on the buddy press side of things..

    the above code doesnt work on the buddy press side.

    I have been trying things like..

    <?php echo bp_the_site_member_name(); ?>

    The idea is to just alow for a quick create group button that takes dynamically adds the users username based on this url..

    http://spotskenya.com/spotters/!!!!!username!!!!!/spots/create/

    does that make sense??

    #44035

    In reply to: Get Username ???

    Burt Adsit
    Participant

    Post the code for wt_get_user_name() here and leave a link http://buddypress.pastebin.com/

    #44034

    In reply to: Skeleton Theme help

    Ezd
    Participant

    Hi Jeff,

    I once designed a theme for wordpress yes. Been a while thou. I know CSS pretty well. :)

    Anyways, ill probably figure it out once ive played around with the skeleton theme for a week or two. I guess its like designing a wordpress theme just that now you have buddypress tags to play with as well.

    Do you know why the 3 sections Members, Groups and Blogs looks like they arnt connected to any css file in the skeleton theme?

    #44030

    In reply to: Skeleton Theme help

    Jeff Sayre
    Participant

    Ezd-

    Have you worked much with CSS before? Have you designed a custom WordPress theme before?

    If not, here are some resources I recommend for starters:

    1. First, if you’re not using the Firefox browser, do so. Also, install the FireBug Add-on.
    2. Second, the WordPress Codex is a great resource for theme designers
    3. Finally, BuddyPress themes are unique themes in the WP family. Andy has written a great BuddyPress Codex on BP theme loops

    Jeff Sayre
    Participant
    #44024
    Jeff Sayre
    Participant

    Ah, that could be causing an issue. Do you have a FTP client? If so, you should be able to delete any file and folder in any of your domains.

    BEfore deleting and reinstalling, just make sure you’ve backed up any data that you want to save and any custom theme changes. Also, make a note of which plugins you’re using just in case you accidentally delete them out of the wp-content folder.

    #44022
    Maythil
    Participant

    I think I must have another clean install.

    The only problem is WPMU folders are undeletable from c-panel.

    Several of them with the wp-content already exist :)

    #44020
    Jeff Sayre
    Participant

    @Squashroby & @Tyviris-

    It appears that both of you are using WordPress single user version. BuddyPress must be used with WordPress Multi-User version (WPMU).

    You can download it here: https://mu.wordpress.org/download/

    Start over from scratch. First, delete all the files (except any custom themes you may have created or downloaded). Create a new MySQL database. Them go though the install process again:

    1. Install WPMU — the multi-user version! Follow these instructions
    2. Next, install BuddyPress following these instructions

    #44016
    Jeff Sayre
    Participant

    Maythil-

    Hum? That is strange since that directly addresses the admin bar styling. What browser are you using? Is it FireFox?

    When go into FIreFox and make those changes, I see your site’s admin bar set to 800 px. Did you use the !important declaration?

    #44011
    thebigk
    Participant

    The update buddypress link in plugins section in hinting me. Can I upgrade just by hitting that link? ;)

    #44005

    In reply to: 404 on Change Password

    Cyndy Otty
    Participant

    Okies, this problem is now fixed! Half of my issue was I forgot to turn on error display in php.ini so I could actually see if there were any. (Duh.)

    So, when I did, voila!

    Warning: require_once(wp-includes/registration.php) [function.require-once]: failed to open stream: No such file or directory in /home/blahblah/public_html/wp-content/plugins/buddypress/bp-core/bp-core-settings.php on line 25

    Fatal error: require_once() [function.require]: Failed opening required ‘wp-includes/registration.php’ (include_path=’/home/blahblah/public_html/includes’) in /home/blahblah/public_html/wp-content/plugins/buddypress/bp-core/bp-core-settings.php on line 25

    So, I opened up bp-core-settings.php and took a peek at line 25 to see why it wasn’t including what it was supposed to be and the line says:

    require_once( WPINC . ‘/registration.php’ );

    So I changed it to:

    require_once( ABSPATH . WPINC . ‘/registration.php’ );

    And now things are running perfectly. Yay!

    #44003
    Burt Adsit
    Participant

    I’m not sure what the taxonomy tables have to do with anything but you can upgrade to 1.0 now. There are many new theme author friendly templates, templatetags that can do what you want alot easier than sql queries.

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/

    Burt Adsit
    Participant

    You are going to get the same answers for this same question you posted here:

    https://buddypress.org/forums/topic.php?id=2419

    #43995
    danbpfr
    Participant

    Félicitations Andy !

    Paul Wong-Gibbs
    Keymaster

    Remove buddypress and try again. If it doesn’t work it is because wpmu is not configured correctly. If you let is know here if it works with buddypress or not, maybe we can then advise more things to look at.

Viewing 25 results - 65,626 through 65,650 (of 68,949 total)
Skip to toolbar