Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 31,676 through 31,700 (of 32,678 total)
  • Author
    Search Results
  • #42908
    gpo1
    Participant

    Thanks for your themes..Can you adapt this theme as a member theme?

    https://wordpress.org/extend/themes/p2

    #42859
    felix2009
    Participant

    I’ve already have it installed for a few days, and i must say, that i didnt experience any ‘weird things’ ;-)

    #4438
    Jeff Sayre
    Participant

    Donncha has just uploaded the WPMU 2.7.1-beta2. You can read about it here:

    http://ocaoimh.ie/2009/04/17/wordpress-mu-271-beta-2/

    Jeff Sayre
    Participant

    Lance, thanks for doing this!

    I prefer option three (3), the self-hosted code snippet library. I agree with your assessment of the benefits of controlling our own snippet repo. Also, I think that we should use pastebin.com since, like WordPress, it is licensed under GPL.

    #42797
    Anointed
    Participant

    I’ve got a ‘weird’ idea that may apply, though it will probably be very specific to my business model.

    For me, one thing I was thinking about was having members perform certain tasks such as 50 blog posts, 100 replies to threads, 20 blog posts that are rated ‘thumbs up’ by at least 20 other members, prior to being able to have a ‘custom theme’ in wordpress.

    On the reverse side we could have a warning system, where if a person’s articles are marked ‘thumbs down’ by say 50 diff users that they are then warned about loosing custom themes etc…. encourages members to write ‘good’ posts in their blogs.

    Another idea is how many of their posts are ‘featured’ on the main blog where they could then receive other yet to be determined bonuses such as plugins. I don’t know that there is a way of letting the server admin actually choose posts from the blog network to ‘post’ to the ‘main home’ blog. I don’t want to use the site aggrigator, as there will be many blogs and posts such as family pics etc that have no business being ‘featured’ on my main blog.

    finally, as I want to encourage my members to blog ‘quality’ stuff as often as possible, some type of achievement system for posting ‘x’ number of posts per week/month would lead to an award such as using a real domain name etc.

    I know that the premium site has the ability to charge people to add features, and I do have the plugin for that, though untested so far. I was just thinking of adding an additional way for people that can’t afford to spend money to get their blogs ‘prettied up’ per say.

    I’ve really been racking my brain silly for the past few months, trying to figure out how to properly encourage quality submissions on the blogs and to encourage frequent updates. I think your ‘achievements’ system is a great step toward that idea.

    Like everyone else here, the last thing I want is a bunch of blogs on my network that are neither maintained or have ‘garbage’ content that has nothing to do with my sites primary focus. I really am trying to get people to blog in specific categories that mean something to the site and the search engines.

    hope these ideas are pertinent

    #42795
    rrijke
    Participant

    Hey Burt,

    I figured it out. It was the Invite friends plugin.

    https://wordpress.org/extend/plugins/invitefriends-plug-in/

    One way or another it disabled the functions i was trying to use. After disabling all my plugins, checking everything out and almost going crazy…. I just had to delete this app. So simple!

    Thanks for you time.

    #4422
    Casey Bisson
    Participant

    There’s been some talk about an invitation system:

    http://buddypress.org/forums/topic.php?id=394

    http://buddypress.org/forums/topic.php?id=782

    (there’s lots more threads)

    But there’s also a need to do confirm actions such as password resets or email changes (both are already handled by MU, I know), or cell phone numbers to receive SMS messages.

    The built-in WordPress cron and ajax functions seem to offer a clue about how to create a common API to solve this issue:

    Register an action and a function to be called when that action is executed.

    The API could also allow you to store data to be sent to that function when it is executed.

    #42793
    peterverkooijen
    Participant

    The WP Hide Dashboard plugin may help.

    #42792
    peterverkooijen
    Participant

    For me the Unfiltered MU plugin solved the problem.

    #4428
    #42766

    In reply to: 404 everywhere

    Jeff Sayre
    Participant

    I am running the latest wordpress mu 2.7 and lates BP- rc1

    What does “lates” mean? Do you mean that you’re running the latest BP version?

    If so, do you mean that you obtained BuddyPress from the big, orange Download button? Or, did you upgrade from trunk?

    #4418
    2448027
    Inactive

    ok so i reinstalled buddy press + wordpress mu both latest versions.. buddypress from trunk and wpmu from branch.

    When i created my admin account the blog page for the buddy press home themes shows the hello world default first post in the blog page perfectly.

    When i create a new blog as admin or a normal user the buddypress home theme blog page shows no posts… just a link saying Edit this entry. i tried creating a new post still no show only one link to Edit this entry.

    When i switch to the wpmu classic theme the posts show.

    ive put the buddy press home theme in the default theme folder … so wpmu uses it as the default.

    any ideas ?? thanks

    #42756

    In reply to: 404 everywhere

    law9
    Participant

    oops sorry..

    I removed the .htaccess because nothing was showing up…

    .htaccess is back..Changed the permalinks back to what they where.

    I am running the latest wordpress mu 2.7 and lates BP- rc1

    I am at steadfast hsphere panel.

    Still the 404 keep throwing up ?

    #42753
    cercetasu
    Participant

    Hy everyone!

    I have latest trunks of wordpress mu, buddypress, bp-dev and signup-password plugin from premium.wpmudev.org.

    The plugin doesn’t work. I have the password fields on my registration page but it still generates a random password on activation.

    How can i make it work?

    #42752

    In reply to: Admin Bar

    2448027
    Inactive

    but my problem is that when a new user signs up the buddy press admin bar does not show and the user has to enable it via admincp and when that happens the wordpress admin bar shows not the bp one

    also my account and blog and everything shows the admin bar but when i go to another members page it doesnt show any admin bar :s

    and Jeff havent really solved it yet … will mark solved when its solved …

    Burt Adsit
    Participant

    Rather than using SVN, an alternative method to get wpmu 2.7.1 beta or the buddypress trunk is to download the zip versions from the bottom of these pages:

    http://trac.mu.wordpress.org/browser/branches/2.7

    http://trac.buddypress.org/browser/trunk

    Download in other formats:

    Zip Archive

    Browsing to those locations gets you the most recent versions of either package.

    #42722
    Jeff Sayre
    Participant

    In wp-login.php, I have found the following line of code (around line 470) ….

    I want to redirect the user to their profile page, so I changed it to …

    I would highly recommend that you stay away from hacking core WPMU files. You’ll have to make the changes all over again the next time you update WPMU.

    This is the way you should do it: https://buddypress.org/forums/topic.php?id=1095

    How can I change the wp-login page to include my site\’s logo instead of the WordPress logo? Is this possible?

    http://premium.wpmudev.org/project/rebranding-wordpress-mu

    By the way, you may receive faster responses in the future if you ask WPMU questions on the WPMU forums and ask BuddyPress-specific questions on this forum.

    #42718

    In reply to: Default Theme

    Jeff Sayre
    Participant

    Madshark-

    It must be the latest branch, not trunk. Use this link http://svn.automattic.com/wordpress-mu/branches/2.7

    #4401
    #42689
    Andy Peatling
    Keymaster

    RC-2 will come out as soon as 2.7.1 is released. I’ll release it via the automatic plugin download feature built into WordPress – as well as a zip.

    As long as there are no major problems found (none for a while in trac) I’ll update to 1.0, and that will then test the auto-update procedure.

    #42686
    xmike
    Participant
    #42679

    In reply to: Help: Fatal Errors

    Burt Adsit
    Participant

    Make sure that bp is installed in a directory called /plugins/buddypress

    Make sure that you are using the wpmu svn 2.7 branch http://svn.automattic.com/wordpress-mu/branches/2.7 not the wpmu trunk.

    For some reason bp is not loading correctly. bp should be installed in the above directory and there should be other subdirs underneath that with all the components. Do you have this file in this path? /plugins/buddypress/bp-groups/bp-groups-templatetags.php

    That is one of the files that is not loading.

    #4395
    stefk
    Participant

    Hi Guys

    I updated my buddy press and wordpress mu trunk. And made all the changes with the themes foolder etc.

    *I have now come across the following errors when i click on the groups listings:

    Fatal error: Call to undefined function bp_has_site_groups() in /home/gvineco/public_html/wp-content/bp-themes/buddypress-member/directories/groups/groups-loop.php on line 1

    and

    *and here is the second problem:

    Fatal error: Call to undefined function bp_has_site_blogs() in /home/gvineco/public_html/wp-content/bp-themes/buddypress-member/directories/blogs/blogs-loop.php on line 1

    What do i do to correct this? Im so lost and have been hacking away for a few days but cant get it right.

    Regards

    Stef

    #4394
    wuzhisong
    Participant

    Example: http://testbp.org/groups/buddypress-testers-614548248

    You see \”Test Drive BuddyPress — Groups — BuddyPress Testers\”

    but: http://sinoblog.net/groups/wordpress-mu

    You see \”Groups » WordPress […] » Home\”

    I check out \”../wp-content/member-themes/buddypress-member/header.php\”

    How do I modify this line \”<title><?php bp_page_title() ?></title>\”

    #42673
    mypop
    Participant

    @John James Jacoby

    Thanks John, I’ll wait for the tutorial!

    Note – because of a limitation of my hosting provider (for whom I am a reseller) – they don’t allow xml-rpc calls to the same server, I have had to put bbPress on a different server from WordPress & BuddyPress, so if you want a tester to go through the tutorial I am happy to do so.

    (I have a few spare domain names kicking around that I can use for this!)

Viewing 25 results - 31,676 through 31,700 (of 32,678 total)
Skip to toolbar