Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,151 through 17,175 (of 32,678 total)
  • Author
    Search Results
  • #139379
    djduckworth
    Member

    No just the one installation. Manually uploaded the WP files to the root web folder of the server, then installed the buddypress as a plugin.

    No multiple copies, no multisite.

    I did have one weird problem when I first installed. I was fooling around with ‘frontend posting’ plugins just before the 1.6 release of buddypress. The database structure broke which stopped the wordpress admin area from working properly (I think because the JS weren’t loading). So I deleted the database entries for buddypress then reinstalled and it was fixed. Then I upgraded to 1.6.

    I don’t see how this would cause the problem however.

    Anyone have any ideas?

    #31197

    Hi, ive installed buddypress and cant seem to get it to work? If you click on forum you get whats on my homepage and no reference to any forum? my site is http://www.christopherreeve.co.uk. In the Dashboard area the only mention of Buddypress is under settings. I cant seem to find how to create topics forum headers or anything? :-( anyone help? running all uptodate software including the extension to make it compatiable with wordpress 2011 theme.
    Thanks
    Alexei

    hkcharlie
    Participant

    I’ve been developing my WP 3.4.1 BP1.5.7 site, many changes to many things, plugins themes you name it.
    I’ve just taken a look and my comments have stopped working, I tried posting activity and that wouldn’t work either.
    when you write something and press post, it appears to be constantly loading and getting nowhere.

    I changed back to the default theme and I removed every plugin going except buddypress, still the same problem.
    I removed buddypress and tried wordpress with the 2011 theme, comments work fine.

    #139364
    Paul Wong-Gibbs
    Keymaster

    Yes, wondering what you’ve done to get it like that. Have you got two copies of WordPress (http://processpedia.designquotes.com.au/ and http://processpedia.designquotes.com.au/buddypress/)? Or are you running multisite, and “buddypress” is a site?

    Paul Wong-Gibbs
    Keymaster

    Intended. See https://buddypress.trac.wordpress.org/ticket/4090 for a lot of discussion.

    #139357
    Tammie Lister
    Moderator

    Hi Websitevala, if possible can you go to your BuddyPress settings and resave and also resave the permlinks under Settings? This may not be it but a good check.

    If that doesn’t work it’s worth checking if a plugin could be interacting and testing (if possible) with the default BuddyPress theme.

    If we’re still out of luck as to where the culprit is can you please link to your site (if possible) and tell us what theme you are using? Also if you are able to paste into https://gist.github.com/ any errors you are having in your error log (your hosting can help you locate this), that would also be helpful.

    As for what gets effected when you upgrade, well that’s a little dependent on your set up. It is usually advised to make sure all your essential plugins and your theme either have updated versions or work with BuddyPress 1.6 – the same goes with WordPress.

    #139352
    Paul Wong-Gibbs
    Keymaster

    If you’re moving forum content, you probably want to be migrating to bbPress rather than BuddyPress. Check it out, especially its importers — it should give an idea of the appropriate APIs to use.

    debugger777
    Member

    Hi
    I am porting custom made forum to buddypress.
    Here is my code in an external file inside wordpress install directory more
    `
    // Include wordpress main index file,we get access to “all wp-function(not tested)” in our external file.
    require($_SERVER.”/more/index.php”);
    define(‘WP_USE_THEMES’, false); // Do not show themes
    header(“HTTP/1.1 200 OK”); //Sometimes error occurs,so to fix we set headers

    echo ‘Testing buddypress function…
    ‘;
    $defaults = array(
    ‘topic_title’ => ‘When did your baby smile for the first time ?’,
    ‘topic_slug’ => ”,
    ‘topic_text’ => ”,
    ‘topic_poster’ => 1706, // accepts ids
    ‘topic_poster_name’ => ‘Will James ‘, // accept names
    ‘topic_last_poster’ => 1706, // accepts ids
    ‘topic_last_poster_name’ => ”, // accept names
    ‘topic_start_time’ => bp_core_current_time(),
    ‘topic_time’ => bp_core_current_time(),
    ‘topic_open’ => 1,
    ‘topic_tags’ => false, // accepts array or comma delim
    ‘forum_id’ => 2 // accepts ids or slugs
    );

    $ret_value = bp_forums_new_topic($defaults);

    echo ‘This is what we got from this function—->’.$ret_value.’
    ‘; // This output nothing
    echo ‘This is wordpress mysql last insert id—>’.$wpdb->insert_id; //This only output 0(zero)
    `
    I want the topic insert id so i can feed answers for the topic. The function buddypress function “bp_forums_new_topic ” works perfect.

    Can you figure out a way as how to get the topic last id or am i missing something out ?

    #139334
    @mercime
    Participant

    @formbi I don’t know what theme you’re using, but almost all of the updated themes have custom menus which you can configure via Appearance > Menuw https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/

    #139331
    @mercime
    Participant

    == that is much more complicated job. ==

    @rogercoathup true. Until such a time that someone releases it (free or paid), the next best thing are WP bootstrap themes with the template pack plugin :-)

    == Would be nice to see alternative UI elements for the presentation of dynamic elements of BuddyPress ==

    It will be easier (relatively) come BP 1.7 but it would still involve an investment of not inconsiderable time.

    vfowler
    Member

    I resolved my problem with the error of `Call to undefined function bp_displayed_user_id() in C:xampphtdocsbpwp-contentpluginsbuddypressbp-corebp-core-template.php on line 1117` by:
    1. reverting to the old 1.5.7 version of BuddyPress plugin
    2. deactivating BuddyPress plugin – silly me for not doing this the first time
    3. deactivating a BuddyPress dependent plugin ( User Name Availability Checker for wordpress/buddypress from http://buddydev.com/buddypress/creating-a-buddypress-wordpress-username-availability-checker-for-your-site )
    4. then updating BuddyPress
    5. and finally reactivating BuddyPress and dependent plugins
    The moral of this story: I should always deactivate significant plugins such as BuddyPress before updating. All good now :)

    @mercime
    Participant

    @manswab As mentioned above, based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallow theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your wallow theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

     

    <div id=”post-“>

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to
    `

    // Titles Of Respective BP Page Templates //

    `
    AND move title to above `

    `. Just watch out when you do this in the /activity/index.php page.

    Save files.

    danbpfr
    Participant

    Hi,

    i had a similar problem on a multisite install: after update from 1.5.6 to 1.6, no access to profiles, topics and some plugins. All links going nowhere else as my homepage
    I searched in the recent tickets and found a solution here: https://buddypress.trac.wordpress.org/ticket/4415
    By commenting the (very old) NOBLOGREDIRECT line in wp-config, my url’s where back ;-)

    On a single install, it maybe possible to add this filter
    `add_filter( ‘bp_do_redirect_canonical’, ‘__return_false’ );`

    These solution was already given by @boonebgorges on this forum a few days back i guess

    #139303
    juanmaguerrero
    Participant

    For example here in this WPMUorg tutorial the author explains how to replace some piece of code, but it is passed as a variable in the execution time, after it’s assigned with a value http://wpmu.org/how-to-create-your-very-first-wordpress-plugin/

    Will it work if I want to modify the php templating code BEFORE it gets parsed by the PHP engine? I think not…

    #139294

    In reply to: Themes?

    @mercime
    Participant

    @stevedmma aside from creating your own bp-default child theme, you can also use a regular WP theme and make it compatible with BuddyPress via BP Template Pack plugin. We have “template-packed” more than 75 WP themes in list -> https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    IndieConnect
    Participant

    PageLines Base theme 1.0.2.0. Here are the plugins. (You asked for it…) Akismet, AWPCP, Audit Trail, Backup WordPress, BP Profile Search, BuddyPress, BuddyPress Activity Plus, BuddyPress Album, BuddyPress for PageLines, BuddyPress Template Pack, BWP Google XML Sitemaps, Dynamic Widgets, Envolve chat, Events Manager, Fast Secure Contact Form, Google Analyticator, Jetpack, My Category Order, PageLines Sections, Platinum SEO, Redirection, Role Manager, Search & Replace, SEO Ultimate, WishList Member, WP-EVP, WP Audio.

    #139289
    9087877
    Inactive

    You can used my child theme its only for the BP-Default theme it adds this functionality.
    http://ezwebdesign.wordpress.com/free-stuff/

    #139288
    @mercime
    Participant

    @mairaj

    – Create a bp-default child theme -> https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
    – Copy header.php from bp-default theme to your child theme folder then remove the search div from the header.php in you child theme folder
    – Create a Page Template -> https://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates and add the code your deleted from header.php replacing the_content tag and upload to your child theme folder in server
    – Pages > Add New and title it whatever you want then choose the template in sidebar then make it private, Admin can access that page anytime.

    #139287
    @mercime
    Participant

    @anaxent There are no bootstrap themes based on the bp-default theme AFAIK. There are however a large number of “bootstrapped” WordPress themes — http://wpmu.org/7-free-twitter-bootstrap-themes-for-wordpress/ and https://wordpress.org/extend/themes/the-bootstrap — which could be made compatible with BuddyPress by using the BP Template Pack plugin and going through the compatibility process and fixing alignment.

    #139281

    all three questions (a) – (c) simply related to the same issue @mercime.

    I got a warning so do I really need to update the forums anyway? So what if I don’t? My question about being concerned was not to get feedback from my Sys Admin (which I am the S.A. for the site and server). WP warned me — so do I need to be concerned? The warning was cryptic with respect to WordPress/BuddyPress, not the server.

    An my manual update question was this — if the automated WP routine can’t update the forums, is there a manual workaround.

    #139279
    Ben
    Participant

    Sorry, I forgot to mention that I’m running WordPress 3.4.1 and BuddyPress 1.6.

    Digging around in the Codex a little bit showed me that it is possible for my desired structure to be achieved (community.mysite.com/usersite); however, seemed to indicate that my WordPress instalation must be in http://community.mysite.com and not http://mysite.com.

    Is there a way to do this with the WordPress install in the main site?

    Thank you for a masterfully comprehensive plugin,
    Ben

    per @r-a-y: “Is there any reason why you need multisite?”

    It is my understanding that as of WordPress 3.0 MU was automatically built into core. I am not using multisite, per se, that I know if. At least I did not intent to use it. I do know that I have 2 dashboards in my WordPress under My Sites:
    (1) Network Admin
    (2) my Buddy Press site

    It does get a little hairy lopping through both dashboards to make settings tweaks and activate and deactivate plug-ins, etc.

    I will certainly give ‘wpmu_signup_user_notification‘ a try…

    #139259
    Paul Wong-Gibbs
    Keymaster

    The memory error is a common problem, and the solution is easily found if you search google: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    If the problem persists after increasing the memory limit and it still says “Allowed memory size of 33554432 bytes exhausted”, you’ll need to contact your web host and ask them to change this setting for you.

    richardpd
    Member

    Hi
    Over a week ago now I updated to latest BuddyPress plugin version & my theme format disappeared.
    See my WordPress blog @ http://richard-dickinson.com/

    This is the error message:
    Fatal error: Class ‘BBP_Theme_Compat’ not found in /home//public_html/richard-dickinson.com/wp-content/themes/animassrdblogbp_kid/functions.php on line 32

    I thought it might have been a bbPress plugin problem as I updated to the latest plugin version of bbPress at the same time. It doesn’t seem to be a bbPress issue but a BuddyPress one-see http://bbpress.org/forums/topic/theme-format-lost-on-latest-bbpress-update/#post-116948

    I am most grateful for help to fix my WP site theme format & look forward to helpful replies-thanks

    #139237
    9087877
    Inactive
Viewing 25 results - 17,151 through 17,175 (of 32,678 total)
Skip to toolbar