Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,476 through 20,500 (of 22,685 total)
  • Author
    Search Results
  • #57054

    In reply to: Upgrading procedures

    thorosii
    Participant

    Here are the contents of my buddypress theme root within bp-themes:

    http://avarayr.com/wp-content/themes/avarayr/images/bpthemeroot.jpg

    Here are the contents of my wordpress theme root:

    http://avarayr.com/wp-content/themes/avarayr/images/wpthemeroot.jpg

    Please advise.

    If I leave everything as is (without moving the contents from my bp theme to wp theme) and just upgrade automatically I had up with the messed up activity stream and other problems.

    #57051
    mlovelock
    Participant

    Try the custom filters for BP plugin – https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/

    Allows you / your users to be more prescriptive about what BP ‘auto-links’. Don’t think it will completely stop BP auto-linking some things – though you could, if you wished, tell the plugin to exclude ALL fields from being auto-linked.

    You / users can also use the square brackets ‘[ ]’ in profile fields to specify words or phrases they do want linking.

    The plugin’s pretty handy for specifying fields like web site / twitter that shouldn’t be auto-linked.

    #57031
    dpolant
    Participant

    Watch your escape quotes. Each time you write a double quote, it ends the previous quoted segment. If you start a quoted string with double quotes, use single quotes to indicate quotation marks inside. It works as vice versa as well.

    If you already knew that and simply wrote it all with double quotes for your demonstration, I would advise that you double check your path to your image.

    A word of advice about paths: it is usually a good idea not to hard-code the whole path. It will work on your site if you get it right, but if you ever move things it will break. Instead, use defined constants to represent these path components. WP_PLUGIN_URL points to your plugins directory, and get_option(‘siteurl’) will assume the value of your root domain, with http://. Here is a link that has some more of these useful constants.

    Hope this helps.

    #57030
    bpisimone
    Participant

    That is a great method @dpolant! I however wanted to insert this snippet here before

    <blockquote>

    but it’s not accepting it. Mainly the url value is not accepted I think, how is that done correctly?

    $activity_content .= "<img height="20" width="20" class="bla" alt="bla" src="http://wordpress.mu/(...)/bla.png"/><blockquote>"

    Thanks!

    #57028
    Michael Berra
    Participant

    Hmmm – I installed the Plugin from Dennis Morhard “Invitation Code Checker” (https://wordpress.org/extend/plugins/invitation-code-checker) and changed the text a bit, so that my users know, which the code is when they register. Since then (a couple days now) ZERO spam signups… I hope it stays like that and the plugin is not too upset, that I misuse it :-)

    #57023
    capitalistdog
    Participant

    How do you make the custom child themes, from http://themeshaper.com/thematic/ work? WordPress MU can’t seem to see them, when I upload them.

    #57005
    stwc
    Participant

    (I’m going to try to be helpful rather than just telling you to go elsewhere. I want Buddypress to grow, and users helping users ought be part of that. I’d also like the forum here to be a useful resource. So many threads at mu.wordpress.org are just cries for help with zero replies. That sucks.)

    wordpressfan, I’d probably approach this using Roles. I’ve never done it, but you could set the Dashboard user default role in Site Options to ‘Inactive’. That would allow you to monitor signups, and approve as necessary, I’d imagine. As long as users know that there is a process in place where they have to wait for approval. There are plugins out there that allow you to create custom roles, too, but I’ve never used them.

    In terms of the registration emails sent to you as admin, this is also a WMPU thing, not on the Buddypress end. I’m sure I’ve seen plugins that allow you to edit these, but I can’t find them for the life of me. If you’re comfortable with hacking the WPMU core (and rehacking after updates), you can find the place these emails are generated in

    function newblog_notify_siteadmin

    in wmpu-functions.php in /wpmu-includes

    off the root of your WMPU install.

    #56999
    stwc
    Participant

    I seem to recall using this with success on an old pre-1.1 install to make that happen : https://wordpress.org/extend/plugins/cosmic-bp-user-signup-password/

    #56991
    Paul Wong-Gibbs
    Keymaster

    Not upgrading wordpress to its latest version is a security risk. You’ve been warned.

    #56989
    r-a-y
    Keymaster

    I think you can upgrade, but beware that this is frowned upon as the offical documentation states that you need WPMU 2.8+ or higher.

    The other thing to keep in mind is that your BP widgets will not work due to the new widget system in WP 2.8+.

    What are the plugins that are keeping you from upgrading?

    #56984
    takuya
    Participant

    Did you activate BuddyPress? Then did you face any errors?

    #56976
    Anonymous User 96400
    Inactive

    Well, look at it this way. WordPress doesn’t have a feature like that, so why should BP? There are themes out there that let you do that and that’s fine. That’s the way it should be with BP as well. In time there’ll be a lot more themes and maybe some of them will implement uploading a logo image, but it should not be in core.

    #56948

    In reply to: Upgrading procedures

    thorosii
    Participant

    I have read all that but none of those scenarios seem to match mine.

    This sounds about right: “I’ve built a completely custom WordPress theme and BuddyPress theme”

    But like I said, when I move /wp-content/bp-themes/themename to /wp-content/themes/themename per the instructions here: https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/ that doesn’t do it either.

    Is it because my bp theme doesn’t have a parent/child relationship?

    The entire BP theme is /wp-content/bp-themes/themename

    #56933
    andisites
    Participant

    Hi, sorry, I know you guys are busy… gentle nudge on the above? I still have IE users who are getting put into a WordPress error corner when they try to create a group. I just upgraded everything, so now I’m running the latest BP (with subversion revisions) and WPMU 2.8.5.2. Thanks!

    #56930
    quaker-oats
    Participant

    Ok. So do you know if the table is kept stored somewhere else besides the MySQL table. e.g. is it kept in WordPress Object Cache?

    Thanks!

    #56928
    Bowe
    Participant

    That is bad new Grossbouff.. I feel bad for you, that you’ve put so much work in something only to find out, the WP team has been working on a solution already.. BUT;

    It seems you’ve almost finished your plugin, and I think it would be a mistake to not release it.. There are many BP powered sites out there, which are running custom code and have a big userbase.. this means they will be hesitant to upgrade BuddyPress or WordPress as fast as the hobbyists do (no offense =D).. So they might really like a custom made plugin, which stays away from their core setup… I think there would be quite a few people really happy with your plugin as is, and you can continue developing a new plugin on the side…

    Anyways good luck!

    #56918
    @mercime
    Participant

    Hi Andrea_r, waiting for videos to your session/s at http://wordpress.tv/event/wordcamp-new-york/ :-)

    I tested your theme in a site under development.

    WPMU 2.8.5.2 + BP 1.1.2 + bbpress installed via BP one click

    Main site with MU Sitewide Tags Pages

    BuddyPress main site in blog-ID-2 at http://members.example.org/

    Thank you for the clean theme. Without looking at code, i.e., checking it out like a newbie who activated the theme, following are some quick notes:

    1. wp-admin-bar – Text (e.g. Org Members) of link to BuddyPress site ( http://members.example.com) shows up in backend (dashboard etc) but does not show up in front end. The link block is there and clickable to main BP site, but the text does not show up. Still, the wp-admin-bar shows correct links to main BP site, etc. throughout the site including sub-blogs.

    2. Footer widgets only showing up in only in blog areas – is this the intention?

    3. h1 – cannot find it anywhere in the theme. Need at least one h1 per Post or Page

    4. Main Nav – link to Forums was not generated to show BP main site nor other subblogs nor main site, while link to a newly activated “Events” plugin page was generated to show in the main nav across all sites. (the link to Forum shows up in this install when I use child theme)

    5. Main Nav – like the official bp-child theme, activating the theme in sub-blog for groups or individual members does not show correct links to main BP site features like member/group/blog directory. In order for one theme to be used throughout the site, conditional statement will be needed to show correct links to main BP site conjoined with respective blog’s navigation links.

    Quick scan in main BP site (blog_id_2) to see how theme works in different sections

    6. Members Section

    – directory page – 2 columns – ok

    – My own admin individual profile page – skeleton set up with 2 columns where in left column is avatar, options bar and user bar boxes. But there is a large space on the right side as if missing a 3rd column. Checked links in options bar resulted in two columns with links except the ff which has a missing left column – Edit Profile page, Change Avatar page

    – If I click on another member’s individual profile page – left column as two user bar boxes unlike the link to my profile which has the options bar and user bar. In addition, when I also am missing the left column with options/users boxes in Blogs link page, Friends link page, Groups link pages plus the Events link page is incorrect and goes to front page of site

    7. Groups Section

    – directory page – 2 columns – ok

    – Group individual page – skeleton set up with 2 columns – but there is a large space on the right side as if missing a 3rd column plus the page is missing all sub-navigations for Creating a Group, Creating forums etc

    That’s it for now. As mentioned above, didn’t look at codes “behind the scenes” at this point, only the functionality if newbie user activated it.

    Good luck :-)

    #56895
    shane54
    Participant

    I installed WPMU and buddypress and all work great but blogs subdomains dont work – blank page

    My Apache error:

    [Tue Nov 17 21:21:52 2009] [error] [client 83.16.234.122] WordPress database error Table ‘aa11935_pozy.wp_bp_xprofile_data’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid, referer: http://trzebiatow.eu/wp-admin/plugins.php

    [Tue Nov 17 21:21:52 2009] [error] [client 83.16.234.122] WordPress database error Table ‘aa11935_pozy.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field, referer: http://trzebiatow.eu/wp-admin/plugins.php

    [Tue Nov 17 21:21:52 2009] [error] [client 83.16.234.122] WordPress database error Table ‘aa11935_pozy.wp_bp_groups’ doesn’t exist for query SELECT id FROM wp_bp_groups WHERE slug = ‘plugins.php’ made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, groups_setup_nav, BP_Groups_Group->group_exists, referer: http://trzebiatow.eu/wp-admin/plugins.php

    can you help me? whats wrong… install was OK

    Jeff Sayre
    Participant

    Have you read this WP Codex article?

    https://codex.wordpress.org/Changing_The_Site_URL

    Devrim
    Participant

    Thanks Jeff, I did that already. Also changed wp-config.php to reflect the new path and domain.

    It all comes down to the database, as far as I can see it. I don’t understand why wordpress needs to care about which domain it’s running on anyway but, that’s where we stand.

    I need to know what database fields/tables are dependent on the path of bp.

    #56885
    sybold
    Participant

    same problem here,

    I installed it clean and like the readme.txt describes.

    After installing wordpress mu, it all works fine.

    When activating buddypress it goes blank, i tried to load the main site and it was blank.

    After deleting the cookies i can view all the pages, but when i try to login it goes blank.

    so i think it’s a problem with the cookie handling/creating.

    if others could test this too we maybe could isolate the problem

    thanks

    #56860
    Jeff Sayre
    Participant

    @duna1921

    Okay, just to make sure, you are running WordPress Mu and not single-version WP, correct?

    Since above you indicate that this is a clean install, I would suggest starting over from scratch once more. This means deleting the MySQL DB ( I assume that there is no data worth saving since you said that this is the first time you had installed WPMU). Next, reinstall WPMU and fully test it before installing BuddyPress. Once you’ve determined WPMU is functioning properly, then install and activate BP. Choose the default BP theme. Do not install any other plugins until you have verified that BP is functioning properly.

    To make sure that you install both WPMU and BP properly, read the readme.txt files that come with each application.

    #56844
    @mercime
    Participant

    Instead of touching WPMU core file, create and upload the code of plugin to mu-plugin. See this thread – https://mu.wordpress.org/forums/topic/14647

    This one’s working in my 2.8.5.2 installs and set up for Site Admins only for site security

    #56842
    Timschmi
    Participant

    You can enable the theme-editor in the Script mu.php in wp-admin. But be carefull because users than write php-code.

    For more information you can look here:

    https://mu.wordpress.org/forums/topic/13318

    #56830

    In reply to: h-mag.com

    Simon Dabkowski
    Participant

    One of my favorite modular lightboxes: PrettyPhoto

    http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/

    I redesigned a lot of the core BP components so it’d be hard for me to give a step-by-step. I’ve setup several different header / footer files using BP’s Conditional Tags.

    The bets tip that I can give you is to just color outside the line. I started out by designing a wordpress template and after installing BP, I brought each directory from the default BP parent theme structure one by one and went from there. I went over every single style in the CSS file and modified each one to match the look of my theme.

Viewing 25 results - 20,476 through 20,500 (of 22,685 total)
Skip to toolbar