Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 26,001 through 26,025 (of 69,108 total)
  • Author
    Search Results
  • #144728
    @mercime
    Participant

    No database connection. Please re-install your WordPress and make sure it is in working order before installing BuddyPress.

    Ronnie_Fantastic
    Participant

    Hi @mercime

    Just to let you know… I figured out the problem with the background on the menu tabs… all by myself, without any hand holding! ;)

    I do hope the instruction you gave me above, helps others that have used Artisteer to create themes and then try to incorporate BuddyPress.

    You’ve been a star and a huge help.

    I’ll press on with my site and *hopefully* not have to come back and pester you for any more help. ;)

    Many Thanks,

    Ronnie.

    #144725
    @mercime
    Participant

    == other not ==
    Then use a regular WP theme for the other blogs.

    Re: avatars not showing in sublog
    – That is an issue. There’s a fix that worked for some https://buddypress.trac.wordpress.org/ticket/4252

    #144724
    Bomio
    Participant

    @mercime , now I see, that each other blogs have the possibility to activate Buddypress – How can I fit it? I only want, that spirituell.ws can use the Buddypress from wandlungen.org… Each other not.

    Then I have see, that the Userimages are not loading:

    http://spirituell.ws/members/
    http://wandlungen.org/members/

    Thank you

    #144720
    Bomio
    Participant

    @mercime thank you very much!

    It seems to be the right solution for me. Because the other I don’t want, that they have the Buddypress into their blogs – But with the Template I can do this selection of wich blog can, and witch not…

    Thank you!!

    #144719

    In reply to: BuddyPress Issue

    @mercime
    Participant

    @cristian-mihai Site URI? I need to see what’s wrong as I was expecting full alignment based on the structure of your theme.

    Reminder per my instruction above:
    “If you’ve revised any of the BP template files transferred to your gonzo theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your gonzo theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.”

    #144717
    dainismichel
    Participant

    (note: this is only part of the solution for me, I also want an entry which was made on the activity stream also as a wordpress comment…) — there is a plugin for that and i installed it and it worked for me…

    i think the right one is “BuddyPress Activity Stream as Blog Comments”

    google indexing my site does not make blog comments appear in the activity stream though…

    #144716

    In reply to: BuddyPress Issue

    Cristian Mihai
    Participant

    I’m sorry, but it still shows the sidebar under the activity screen or the members screen. Is there another way to do the necessary changes?

    Or maybe a way to delete the sidebar from all the buddypress pages altogether? That would solve the problem.

    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/flare/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    @mercime
    Participant

    @marutim Based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your flare theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your flare 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="precontent" class="”>

    <div id="content" class="”>

    <article id="post-” >

    `

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

    ` or `

    ..

    ` to
    `

    // RESPECTIVE BP TITLES //

    `
    where applicable, then move this to just right UNDER “ Just watch out when you do this in the /activity/index.php page.

    Save files.

    #144712
    marcycapron
    Participant

    @djpaul it’s 6066 :-|

    Maruti Mohanty
    Participant

    @mercime Thanks for the reply.
    Please do help me in restructuring the 16 BP template files.

    precontent.php: http://pastebin.com/sQyZXTAg

    kizzywizzy
    Participant

    @echoman thats cool. I can help spruce up some graphics foor you, get you some nice logos. Let me know and I’ll make them available for you, @

    #144704
    @mercime
    Participant

    Using Firebug, you would see that your theme adds an icon on the bottom right corner of the container for elements with .info class. So you need to add some padding on the right of the container to show the icon:
    `div#message {
    padding-right: 50px;
    }`
    OR
    you can remove the icon entirely like so
    `div.info {
    background: transparent none;
    }`

    #144703

    In reply to: BuddyPress Issue

    @mercime
    Participant

    Old code moved per post above

    #144702

    In reply to: BuddyPress Issue

    @mercime
    Participant

    Old code not showing up here. The template pack solution is provided at http://wp.me/p1I84P-K

    #144701
    @mercime
    Participant

    @ham-radio did you install/activate a theme or a plugin recently? Where are you hosted?

    @mercime
    Participant

    B. At the bottom of the same register.php file, replace:
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save file.

    @mercime
    Participant

    @stefan83 the following is specifically for the /registration/register.php file

    A. At the top of of the file, replace
    `

    `

    with the following:
    `

    <div class="post clearfix" id="post-main-“>

    `

    Then, you’d like to change the registration page title’s header tag from `

    ` or `

    ..

    ` to
    `

    // Registration or Suscription page title //

    `

    Save file.

    @mercime
    Participant

    You’re welcome. Glad you got it working.
    This is not a service. Just volunteer work :-)

    debroekriem.nl
    Participant

    woow thank you @mercime so much! I have just work finished up the site and it looks beautiful thanks to you! Thank you very much for your quick repley and service!

    Stefan
    Participant

    Yes its very odd. Here you go:

    page.php http://pastebin.com/r6Yv9UMP

    register.php http://pastebin.com/PrzYsNMY

    Thanks for your help!

    #144690
    @mercime
    Participant

    @svenl77 Thank you as always for your prompt response. Cheers.

    @mercime
    Participant

    @stefan83 I see no reason why the revisions you’ve made to your other BP template files and applied to register.php won’t show up. Can you post the codes for your theme’s page.php and the revised code you have for your register.php file in respective pastebin.com pages?

    #144688
    wpinklady
    Participant

    Hi,

    Still no luck to find out what’s going on with this ajax conflict problem that I mentioned above.

    1. There are two options under Appearance menu –> BP Theme Compatibility, (since I need the first one enable, so I did not check the first one), and I checked the 2nd one to disabled the “template JS/AJAX”, then save.

    Now, the issue is the “post activity” button will NOT show up if you typed somthing into the post activity text area, but the events manager calendar and map will show up correctly.

    2. If I unchecked this “disable the 2nd option” as first one, I got other issues –

    Now, the “post” button will show up this time after you typed something and you can pressed the “post” button as well, BUT, you will get an error message “There was a problem posting your update, please try again.”, and nothing post.

    The other issue is the map and calendar of events manager won’t show up.

    So, can you tell me what happend? I think it’s related to JS/AJAX to call out more than once or maybe conflict…….?????


    Another question about BuddyPress.org site – is there any “search” function available on this site? The box on the top corner never works, just wondering how I am going to search this site.



    Thank you very much and looking forward to hear from you and please help me to solve those issues, reaally appreciate it.

Viewing 25 results - 26,001 through 26,025 (of 69,108 total)
Skip to toolbar