Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,576 through 22,600 (of 22,650 total)
  • Author
    Search Results
  • #34378
    gogoplata
    Participant

    Yep, got the connection problems solved but probably won’t have time to test much today. I see what you’re saying but we’re integrating WordPress and bbPress and need the cookies to sync. If we can get everything talking properly between WPMU and bbPress it will make any problems we encounter BuddyPress specific. I’m not sure if the plugin works with WPMU, I’m assuming it does but it doesn’t specify either way.

    #34371
    gogoplata
    Participant

    wardeh – I think that is saying that what the plugin used to do is now handled by bbPress but this plugin now does something else, namely recognize the cookies from WordPress. On the main plugin page it says “This plugin is only useful if you are running bbPress version 1.0-alpha-4 or later.”

    I haven’t personally tested the new bbPress version or this plugin as I’m having connection problems but will report whatever I find out.

    #34360
    gogoplata
    Participant

    This plugin may also be required with the new bbPress version:

    https://wordpress.org/extend/plugins/bbpress-integration/

    #34359
    gogoplata
    Participant

    A new version of bbPress, 1.0-Alpha-4, was just released on bbPress.org which “Should fix issues that people had with integrated cookies with WordPress in 1.0-alpha-3 without reverting any new features in it.”

    Not sure if this is related to any of our problems but it’d be advisable to upgrade and see if it helps.

    Along with the cookie fixes mentioned above, this new release will also assign users a role in bbPress as soon as they visit the forums with WordPress cookies. Previously they needed to log in to be assigned a role.

    #34346
    Burt Adsit
    Participant

    Andy, this is the results from WP_Http obj in http.php. It’s using cURL to go get the info from bbpress. Below are var dumps from line 261 in http.php

    ‘http obj url param:’ = $url

    ‘http obj request param:’ = $r

    … you get the idea …

    http obj url param: string(37) “http://ourcommoninterest.org/bbpress/”

    http obj request param: array(8) { [“method”]=> string(3) “GET” [“timeout”]=> int(2) [“redirection”]=> int(5) [“httpversion”]=> string(3) “1.1” [“user-agent”]=> string(13) “WordPress/2.7” [“blocking”]=> bool(true) [“headers”]=> array(0) { } [“body”]=> NULL }

    http obj transport: object(WP_Http_Curl)#324 (0) { }

    http obj response: array(3) { [“headers”]=> array(5) { [“date”]=> string(29) “Sun, 14 Dec 2008 01:52:04 GMT” [“server”]=> string(21) “Apache/2.2.3 (CentOS)” [“content-length”]=> string(3) “292” [“connection”]=> string(5) “close” [“content-type”]=> string(29) “text/html; charset=iso-8859-1” } [“body”]=> string(292) “

    Not Found

    The requested URL /bbpress/ was not found on this server.

    Apache/2.2.3 (CentOS) Server at ourcommoninterest.org Port 80

    ” [“response”]=> array(2) { [“code”]=> int(404) [“message”]=> string(9) “Not Found” } }

    I know that curl is fired up on my windows server. Can’t imagine it isn’t on my linux server. Besides, the http obj tests all ‘transports’ for their existence before sticking ’em in the list of those to try at that spot where the dump is. Gonna go look anyway.

    Since this code is new in mu 2.7 I don’t trust it. :)

    #34309
    gpo1
    Participant

    I know,but we need something like Kaltura to port over to BP.

    https://wordpress.org/extend/plugins/all-in-one-video-pack/

    That needs a skilled php guru.

    Unless you/someone can take up the task or we need a good doc/guideline on building plugins for BP.

    We need wordpress plugins ported 2 BP!

    #34301
    Wardee
    Participant

    Thanks, Burt.

    Now I am able to edit users. :D

    Still can’t get forum posts to work. Any suggestions?

    Question: Do I have to do the user mapping in Settings > WordPress Integration in the bb-admin?

    #34291
    Wardee
    Participant

    bebopcool: “i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile (it gives a 404 error on every user imported from wordpress)”

    That’s what happens to me, too.

    The forums are with the groups now, but no posts can be added.

    #34288
    bebopcool
    Participant

    wpmu trak version 1574

    bbpress 1.0 alpha 2

    buddypress 658

    pb with cookie integration between bbpress and wordpress

    i cannot make the user created for buddypress in bbpress an admin as i cannot access to bbpres user profile

    (it gives a 404 error on every user imported from wordpress)

    it tried to use the bbpress integration function that allows to give a role to wordpress users :

    the new forumbdpress is put as an administrator in wpmu

    but he does not appear as an administrator is bbpress

    surely those pb are not directly linked with your plugin

    but it makes it working not properly :

    the groups forums seems to be created but

    i cannot create topics in groupes forums

    #34268
    Burt Adsit
    Participant

    Is wpmu 2.7 out now? Your site says its running “WordPress 2.7” not “WordPress 2.7-RC1-xxxx” like everyone else. The site in your profile must not be the site you are talking about.

    Anyway, the dreaded “white screen of death” probably means you have some errors and it’s just not showing you them. Check your php and apache error logs and report back.

    Sounds like the bp member theme is crashing for some reason. Do you have *all* the bp components installed?

    #34266
    Burt Adsit
    Participant

    @zenseeker, ok here’s the mu trunk link:

    http://svn.automattic.com/wordpress-mu/trunk

    Balance? Balance?! What balance? Alphas, betas and trunks (all together now) Oh, My!

    I’m getting goofy. Gotta lay off the caffeine.

    #34259
    gogoplata
    Participant

    The transition from WordPress to WPMU is really simple. I did it in a few hours and there’s tons of resources out there on how to do it. Let me know if you want me to link some up and I can definitely do that.

    As for your question, there’s no plugins I know for regular WordPress to add BuddyPress-like functionality, but Ning.com and KickApps.com may be worth looking into.

    #34233
    Burt Adsit
    Participant

    testbp.org is running ‘WordPress 2.7-RC1-10119’

    my dev machine is running ‘WordPress 2.7-RC1-10145’

    #34227
    Simon
    Participant

    WordPress MU doesn’t quite have the famous “5 Minute Install” unfortunatly… it’s a wee bit more complicated than the basic WordPress.

    #34224

    In reply to: Test site question

    Simon
    Participant

    You could update the file size limit in your php.ini file although that will increase the upload limit globally, not just for phpMyAdmin.

    upload_max_filesize = 5M;

    memory_limit = 16M;

    A preferable approach might be to add an .htaccess file in your phpMyAdmin directory with the following directives:

    php_flag upload_max_filesize “5M”

    php_flag max_execution_time 300

    php_flag memory_limit “64M”

    This should increase your file upload size limit just for phpMyAdmin to 5Mb and allow for the extra execution time required.

    It’s worth noting that most sources suggest increasing php’s memory limit from the default 16Mb’s when using WordPress MU anyway so you might want to make that change in the php.ini rather than the .htaccess file.

    #34222

    In reply to: Test site question

    Simon
    Participant

    I’d suggest installing phpMyAdmin locally and importing your database with that or you could use a desktop database management application like SQLYog.

    You’ll need to update any references to your live hosting url (domain.tld) in your SQL file to reference your local dev url (localhost.localdomiain).

    Also, if you’re running under Windows and have WPMU set to use sub-domains you’ll need to add entries for each subdomain in your hosts file manually.

    Andrea Rennick over at wpmututorials.com has just written a pdf ebook on installing MU that you might find helpful too.

    #34197
    nicolagreco
    Participant

    Ok, but i’ve seen the code yesterday, but the bp’s widget retrieve options directly from wordpress configuration, i wrote some lines of code to add personalization feature, i will post code as soon as possible

    Nicola,


    @burtadsit
    , that’s my skype greco.nicola and that’s my e-mail: notsecurity@gmail.com

    #34177

    In reply to: SMTP Mail

    Per Søderlind
    Participant

    It’s rather simple, create a plugin , and put it in mu-plugins. You’ll find the plugin and more information at: http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/

    #34175
    cremp
    Member

    Hi,

    This is my first attempt to redesign a wordpresstemplate

    so i would like some feedback of things that should be changed etc.

    http://betzter.com

    #34119
    gogoplata
    Participant

    Tyna:

    The IE and avatar issues are known and fixes are in progress. There’s no timetable but as soon as the problems are resolved the fixes will be rolled out.

    As a fix for the improper titles (“Nothing found for…” etc.) I highly recommend installing the All in One SEO Pack Plugin. Besides being the best SEO plugin for WordPress imo, it will also take care of those titles, replacing them with the title of your choosing. I use my site title, for example.

    Finally, the bbPress dual-login issue is a WPMU and bbPress cookie issue, not an issue with BuddyPress. I’ve found it’s easiest to just have users login a second time rather than mess with the cookies until the bbPress component is added to BuddyPress and bbPress 1.0 is finalized.

    #34113
    saurabhmutha
    Participant

    vanilla install

    no extraplugins added

    wordpress mu in subdomain mode,

    eg:blog.screamings.com

    theme:buddypress-home and member

    site:screamings.com

    have the same problem about blogs not getting attached to the profile

    andy, if you want i can give you access to the admin section and server so that you can take a look.Just email me at saurabhmutha@gmail.com

    #34092

    @apeatling, by saying “at the moment” does that mean there are future plans for it to work with non-MU WordPress

    #34080

    In reply to: WP 2.7

    Simon
    Participant

    I’m already using buddypress with the most recent SVN builds of WordPress MU based on 2.7 with no problems… for testing purposes only mind, WPMU 2.7 still has a bit of work to be done before it’s production ready :-).

    #34071
    joedecarlo
    Member

    I am having the exact same problem. This is a brand new install. Here are the steps that I took:

    I downloaded the latest version of WPMU (2.6.5)

    I copied wp-admin, wp-content, wp-includes directories along with the files in the root installation directory to the root directory of my site.

    I installed the database with no problems.

    I followed the advice of the BP instructions and I created a new blog, created new posts and comments. Everything worked as expected.

    I then downloaded the latest BP zip file (r598).

    I copied all of the files and directories in the root directory of the zip to the /wp-content/mu-plugins directory.

    I copied the buddypress-home directory to /wp-content/themes directory

    I copied the member-themes directory to the /wp-content directory.

    I went to the Site Admin->Themes page and selected ‘Yes’ for the BuddyPress Home Theme and ‘No’ for all the others.

    Note: At this time the theme for the home page was still the default wordpress blog theme.

    I then went to the root blogs (located at / according the the manage blogs page) and change the theme for it to BuddyPress Home Theme.

    Now I get the 404 errors that are described above. Also, when I go to my member’s page, it says that I have no blogs, to create one. After creating another blog, the member’s page still says that I have no blogs.

    I feel pretty confident that I installed WPMU correctly, but I suspect that I didn’t install buddypress to the right location(s).

    Please advise.

    #34031
    Andy Peatling
    Keymaster

    It won’t work with WordPress only WordPress MU at the moment.

Viewing 25 results - 22,576 through 22,600 (of 22,650 total)
Skip to toolbar