Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,501 through 22,525 (of 22,713 total)
  • Author
    Search Results
  • #36235
    Trent Adams
    Participant

    bbPress does this by default for mods and admins, so it should be that hard to duplicate. Not sure about plugin though. Have you looked through https://wordpress.org/extend/plugins/ ?

    #36226

    In reply to: What are these tables?

    auwagner
    Participant

    My 2 cents… Buddypress is built upon WordPress and WordPress MU. If I didn’t like the architecture of WordPress and had concerns with it’s performance to begin with, I probably wouldn’t spend to much time on Buddypress. On the flip side, if I was creating a social compliment to WordPress, I would keep the architecture similar as to take advantage of upgrades, the huge community and extending the system through plugins.

    In creating systems in the past, I haven’t designed this way, but I completely understand why Buddypress has made this choice. And I’ll use it. :)

    #36221

    In reply to: What are these tables?

    Trent Adams
    Participant

    There are many places that you can discuss this that I mentioned above including the wpmu, hackers, wordpress & other lists if you want to further discuss this.

    WPMU forums as well as in the WPMU Advanced Forums as well as on the WPMUDEV Premium Forums

    #36219

    In reply to: No tables created

    PhilippeB
    Member

    WordPress MU is configured well, just had to put these lines :

    AddType x-mapp-php5 .php

    AddHandler x-mapp-php5 .php

    In the htaccess of the server, so that I don’t have any 500 errors in admin

    I guess Buddypress is not pointing to the right thing when it wants to create the tables, but there are no errors displayed

    If someone can be kind enough to send me the basic sql table that are put in our database right after the good install of buddypress, maybe I could go on testing other stuff…

    Thanks burtadsit for the quick answer ^^

    #36210
    Burt Adsit
    Participant

    Looking at is_404() and it’s brethren. These things are part of the wp_query lib that:

    * The query API attempts to get which part of WordPress to the user is on. It

    * also provides functionality to getting URL query information.

    When trapping an url and gen’ing a page based on that virt url we aren’t in wp any more. I see in bp_core_do_catch_uri() that first a check is made to see if this is a blog page. That doesn’t work. The workaround for not gen’ing 404s for directories is to create a wp page that is ignored. We get the title for the page and the directory itself and no 404.

    Looking at bp_is_blog_page() I see that all it does is detect if this is a member page, news or a bp component page. Return true else false.

    So bp_is_blog_page() returns true for virt urls.

    #36203
    chadeverson
    Member

    Thanks! I am not as advanced as SVN yet. I tend to beta my install and try to keep it up and running, it is a rodeo, but with my pay-grade of bagel it is all I can afford. So if I download the working version and ftp it to my server it should update the database when I get into the back-end for the first time? So I don’t have to run the update.php like in wordpress? That is good. Now, on a live install I know it is not a good idea to do this, but I am hoping the updates will stabilize my install. I am having conflicts with bp and wpmu and every other day something with apache or the conflict is taking my site down. http://www.theodoremedia.com So with no real formal training but self taught persistence, we are getting grizzly with this great product. Loving it, just have not tamed the bull yet.

    thanks for help! I can’t wait until wpmu 2.7 is here, any dates yet for a release?

    Chad

    #36190

    In reply to: WTF????

    ladysham
    Participant

    I have been having problems with my MU installation. I finally found a step-by-step ebook that explains the changes that have to be made to DNS and more. Here’s a link:

    Installing WordPressMu – The E-Book

    Very clear and easy to understand. Hope it helps.

    Kelly

    #36183

    In reply to: Google Map Integration

    francoisl
    Member

    So It finish by working very well :). In fact there is a problem where your WordPress MU/Buddypress is in a sub folder of your httpdoc. I think googlemap plugin don’t find the path for some javascript. When I put the cms on a direct folder all is working fine. Thanks bergsten for this amazing module :).

    #36168
    Meerblickzimmer
    Participant

    A “mobile” Plugin will be nice: WordPress-App with full access til buddypress and a plugin, som du kan bruk til mobile oppdatering av Blog/Gallery. WordPress has a Mobblog-Function, not WPMU, but i think “mobile devices are the future”.

    #36156
    cvandermeij
    Member

    I am experiencing the same error. I have WordPress MU 2.6.5 installed and the BuddyPress Combo package, downloaded on the 5th of January 2009. There are no custom themes, just the default Wordrpess MU and BuddyPress theme.

    What can be the problem?

    #36124
    Per Søderlind
    Participant
    #36120
    Maxaud
    Participant

    WPMU 2.7 is available at mu.wordpress.org trunk (not offically released yet)

    The BuddyPress.org site states that BuddyPress is being developed on the latest Trunk version of WPMU so I assumed that this stuff should show on the settings page.

    I know a lot of people here are working off the 2.7 version. (look at testbp.org)

    Is anyone showing these options on 2.7?

    #36107
    fishbowl81
    Participant

    It can, but the amount of spam accounts will increase dramatically. The reason for sending the account password via e-mail is to prevent spammers from simply entering a known username and password and creating 1000’s of spam blog posts on wordpress mu.

    I have a similar situation, where I have a current site with 15k users, username and passwords. What I used is this plugin. It works well on wordpress and buddypress.

    https://wordpress.org/extend/plugins/external-database-authentication/

    When a user logins, it checks my “other” database for the username, and validates the password against it. This means they don’t need to do the e-maiil thing, as their e-mail was already validated on the old site. It then creates the user in wordpress and the user doesn’t notice anything.

    How you could do this for your friends, just make a table of all the friends, and set the same password for everyone initially, and ask them to change it. I only suggest this for very small beta sites with friends you trust, like less then 10 people.

    Brad

    http://gorgeousgamers.com/beta

    #36106
    fishbowl81
    Participant

    Hopefully this will make sense

    I have 4 directories, which I download the svn update to, and then copy them over to the live site:

    /bbpresssvn

    /buddypresssvn

    /wordpresssvn

    /privatedevsvn

    By logging into the command line, I can do this

    svn up

    inside each of those 4 folders and it will update them to the newest trunk release. Then I run this command (or similar for buddypress)

    cp -R * ../beta

    and copy the files to the dev server. So far this has worked really well.

    The private dev svn is where I upload my own plugins and themes I’m doing development on. This method is extremely fast as I never have to ftp any files between the internet, my laptop and back up to the web server. It does require command line access and knowledge of svn.

    Hope this helps,

    Brad

    http://gorgerousgamers.com/beta

    realfam
    Member

    that worked, once again you are the man. thanks.

    I think the thread you closed ended up being related to WP, not specifically BP, but the people on here are more responsive thann the wordpress.org board. It looks like my background is making that line….not sure how to tweak the .css to make it work right.

    #36087

    In reply to: Google Map Integration

    Bergsten
    Participant

    Apart from the BP-profile integration, each user can easily add a Google Map on their blogs using the tags in http://www.ezbizniz.com/wordpress-plugins/google-maps

    I’ve also added the possibility to get markers from an XML-feed. If you, in the WP Google Maps settings, click on the “See example…”-link you see the URL to an XML-feed that will return markers for 20 of the users withint the viewport of the current map. You can use this to display a map on your front page displaying where the different members on your site lives.

    In the “Marker XML Feed Fields” input field you can specify the names of the different fields of the markers returned by the XML-feed.

    In the “Marker XML Feed HTML Pattern” you can set how the information will be presented when someone clicks on a marker.

    I will write a more detailed description on how things work on http://www.ezbizniz.com/wordpress-plugins/google-maps when I get the time to do so.

    #36080
    gpo1
    Participant

    Any idea on this, Because it’s very handy with all does wp widgets?

    #36075

    In reply to: Google Map Integration

    Bergsten
    Participant

    I have an early beta version of a Google Maps plugin that works with WordPress, WPMU & BuddyPress.

    Go to http://www.ezbizniz.com/wordpress-plugins/google-maps and click on the “WP Google Maps – 2.0b1” link to download.

    Put the wp-google-maps folder in mu-plugins, copy the bp-google-maps.php file to mu-plugins, go to wp-admin/admin.php?page=wp-google-maps/wp-google-maps.php and enter your Google Maps API key for your site.

    #36068

    In reply to: What are these tables?

    tabish
    Member

    In addition to my previous page:

    I found an article where Barry is claiming to have 300 Servers for wordpress.com with 10 million page view (in year 2007). In same post one user has madea comment:

    “300 hosts to serve only 10 million pageviews? This is a little bloated, isn’t?

    I know a case that only 2 hosts serves more than 350 millions of pageviews!!”

    Regards

    #36067

    In reply to: What are these tables?

    tabish
    Member

    @apeatling

    How many servers wordpress.com is running on?

    My experience with wordpress is NOT good at all. I made a website with wordpress, only 3 or 4 plugins installed (all plugins checked and optimized), 600 categories made, and so far 700 posts are there.

    A single post page showing more than 35 SQL queries and on an average it takes from 3 seconds to 6 seconds to generate a Single post page. I optimized database, setup PHP eAccelerator and it is hosted on VPS.

    With this much server resource, if 600 categories and 700 posts are taking making it that slow, then I can not imagine to have millions of posts on wordpress. I can not afford to have 1000 servers for one million post.

    If you google a bit, you will see how many people complain about wordpress for being SLOW. Looks like there is no limit for SQL queries in wordpress and if just to receive a category hierarchy one needs to run 35 queries, then there is some serious issue with the optimization.

    I am not a GURU or Genius, I respect wordpress developers from the bottom of my heart BUT I think there should be some thought about making it fast. Every time with the latest release (of wordpress) we see Lots and lots of AJAX and CSS improvements and it is making it much more slower than ever. The write post pages, you just try it on dial up or some other slow connection and you will know what i mean.

    For the beginning it feels like Haven to get a site with lots of controls and free updates but as soon as you start growing, you realize that there is something seriously Wrong with your system. All the money you earn from advertising will go to the hosting companies.

    This is just my experience and I am not arguing with anyone.

    #36066
    Maxaud
    Participant

    Also, noticed that the “Group Forums” section isn’t present in WPMU 2.7 but it is in 2.6.5

    It says the following and has the following options:

    “To enable forums for each group in a BuddyPress installation, you must first download, install, and setup bbPress and integrate it with WordPress MU.

    Once you have bbPress set up correctly, enter the options below so that BuddyPress can connect.”

    – bbPress URL

    – bbPress username

    – bbPress password

    – Cache requests

    – Caching enabled

    – Cache timeout

    #36051
    Burt Adsit
    Participant

    If the db needs upgrading it will auto do so when you visit the admin backend of wpmu. I don’t know how other keep up to date but I have a local copy of the SVN image of bp, mu and bbpress. I also have a test server running locally and I update that manually from my SVN working copy of all three. I used to just work off the SVN image as my dev server but that got confusing for SVN and me.

    When I’m ready I update the live server. I’m in the process of creating a dev server on the same box as the live server. I did run across this little thing and thought I might try it out: http://dentedreality.com.au/2008/12/managing-wordpress-with-subversion/

    #36047

    In reply to: Google Map Integration

    Burt Adsit
    Participant
    #36039

    In reply to: What are these tables?

    Andy Peatling
    Keymaster

    All good points.

    Remember, WordPress.com runs WordPress MU and has over 5 million blogs.

    Per Søderlind
    Participant

    What’s nice with WP/WPMU is that you don’t need to include the most popular javascript libraries with your plugin, they are already installed (scroll down a bit and you see the list: https://codex.wordpress.org/Function_Reference/wp_enqueue_script ), and using wp_enqueue_script you avoid conflicts.

    E.g.: BPDEV-FLICKR should/could do (not tested):

    function init_scripts() {
    global $bp;
    wp_enqueue_script('prototype');
    wp_enqueue_script('scriptaculous-builder');
    wp_enqueue_script('scriptaculous-effects');
    wp_enqueue_script('bpdev-lightbox', bloginfo('wpurl').$bp['flickr']['lightbox'] . 'js/lightbox.js' , array( 'prototype','scriptaculous-builder','scriptaculous-effects' ) );
    }
    add_action('init','init_scripts');

Viewing 25 results - 22,501 through 22,525 (of 22,713 total)
Skip to toolbar