Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 21,851 through 21,875 (of 22,626 total)
  • Author
    Search Results
  • #43002
    harouni
    Participant

    Sounds great.

    I’m still playing around, and looking for the most appropriate hosting company to sign up with to host my WPmu and Buddypress sites, but if a BuddyPress for WordPress is out, that will solve much of my curreny problems with hosting companies :)

    #42996

    My wish is that site wide activation could magically turn normal per blog plugins into mu global ones.

    I.E. one set of settings that encompass all installs.

    #42981

    As an example of how to hook into the existing WordPress functions, make a file called something like “new-blog-defaults.php” and put it in your WPMU directory. (You can name this whatever you’d like.)

    Inside that file, put…

    function nbd_widgets()  {
    // You need to know the names of the sidebar(s) and widget(s) you want to add.
    // This example inserts Categories and Tag Cloud widgets into the "blog-sidebar" Sidebar

    add_option( 'widget_categories',
    array( 'title' => 'My Categories' ));
    add_option("sidebars_widgets",
    array("blog-sidebar" => array("categories", "tag_cloud")));
    }
    add_action('populate_options', 'nbd_widgets');

    The last line is where this function actually gets called. It automatically hooks itself into the existing “populate_options” function that WordPress calls when a blog is created. You can use the “wpmu_new_blog” function to perform other similar actions.

    #42958

    In reply to: Directories Search

    Jeff Sayre
    Participant

    Before I updated my BP install last week, I noticed some similar odd search behavior. I, too, was running r1324 before I updated to the then latest trunk. After updating, the issue has gone away. I have not looked in trac to see if there was a specific bug that fixed this or if it was something else I did

    However, if you have not yet read this article, you may find it interesting.

    Google Custom Search for BuddyPress / WordPress MU

    #42957
    dansalmon
    Participant

    Hi, Thanks for the feedback and apologies for the double posting in both wpmu and buddypress forums. Just a bit newbie over-zealousness on my part. I’m moving the post here as it’s more a buddypress integration thing. Haven’t really figured out how to do what I’d like, so here goes a bit of further explanation hoping I can track down a solution.

    I want to run my main wpmu/buddypress website in my root using the primary blog to manage the site pages:

    * http://mydomain.com/about

    * http://mydomain.com/forum

    * etc.

    My primary blog, which I want to be a community one, will be at:

    * http://mydomain.com/blog

    * http://mydomain.com/blog/blogpage … etc

    Using the buddypress defaults all my member pages are at:

    * http://mydomain.com/members/membername/

    * http://mydomain.com/members/membername/activity … etc.

    My ideal solution would be to have the member blogs underneath their member pages:

    * http://mydomain.com/members/membername/blog/

    * http://mydomain.com/members/membername/blog/blog_entry .. etc.

    If that’s possible I’d love it as it keeps all the urls for a member grouped together. Any ideas if this is possible?

    If not, then I’d like to have the blogs grouped together in a sub-folder of my root, i.e.:

    * http://mydomain.com/memberblogs/membername1/

    * http://mydomain.com/memberblogs/membername2/

    I’ve tried installing mu/bp in a sub-directory, but that leaves me with no way to manage the root pages via mu/bp. I tried following the WordPress codex advice “Giving WordPress Its Own Directory” https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory but to no avail. It did work with my wpmu installation, but after trying to update my primary blog options I ended up with a database error and now can’t login.

    Apologies for being so verbose here, but just trying to figure out if something I’m after is possible. Thanks so much for the help thus far. Cheers, Dan

    #42951
    Paul Wong-Gibbs
    Keymaster

    I think WordPress requires PHP4. This function needing PHP5 to work as-is is probably considered a BP “bug”? Anyone else comment?

    #42948
    Burt Adsit
    Participant

    andrea_r seems to be on this one djpaul. https://mu.wordpress.org/forums/topic.php?id=12086

    Paul Wong-Gibbs
    Keymaster

    Well, you’ve got the *get* the javascript onto the page. Either you hack a core file which will cause you frustration when you have to upgrade WordPress to a future version, or use a plugin to include it.

    #42943
    Andy Peatling
    Keymaster

    Gpo1: Yes, that’s the reason for waiting on MU 2.7.1.

    #42934
    gpo1
    Participant

    Plugins installed in the plugins directory rather than mu-plugins can be activated and deactivated on all blogs with one click. Did you do that for BP and its plugins?

    #42916

    In reply to: Timezone problem

    Burt Adsit
    Participant

    Nobody in their right minds is going to touch this post andrepan. Try going to wordpress or wpmu’s forums and searching for ‘timezone’, ‘gmt’. You’ll see the insanity. We’ve got server time, blog time for each blog and the user’s time. Did I mention daylight savings time?

    #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’ ;-)

    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.

    #42793
    peterverkooijen
    Participant

    The WP Hide Dashboard plugin may help.

    #42792
    peterverkooijen
    Participant

    For me the Unfiltered MU plugin solved the problem.

    #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?

    #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 …

    #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

    #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.

Viewing 25 results - 21,851 through 21,875 (of 22,626 total)
Skip to toolbar