Forum Replies Created

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
  • in reply to: Activity sharing to FB YT G+ #111015
     RondellMusik
    Participant

    File exceeds allowed file size.

    ok is new

    cheers

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity sharing to FB YT G+ #111012
     RondellMusik
    Participant

    Hi

    I made a Video LOL

    cheers

    in reply to: Activity sharing to FB YT G+ #111001
     RondellMusik
    Participant

    Hi

    that is not the problem.
    I’m logged in as admin
    I create a post
    Now I want to share on FB
    The window opens and there is error 404
    cheers

    in reply to: Activity sharing to FB YT G+ #110943
     RondellMusik
    Participant

    Hello

    I had to make a complete new installation on a demo domain

    I will install a

    But I think the link is wrong

    If I want to share on Facebook, appears when clicking this link

    https://stagecircle.com/activity/p/1116/

    This link gives me error 404 again

    I give the browser the path and remove as p

    https://stagecircle.com/activity/1116/

    The page works

    We use a filter for the profiles

    add_filter (‘bp_core_enable_root_profiles’, ‘__return_true’);
    add_filter (‘bp_core_enable_root_profiles_thread’, ‘__return_true’);

    I do not know if it has to do with

    Best regards
    Ralf

    in reply to: Activity sharing to FB YT G+ #107154
     RondellMusik
    Participant

    Hi

    We have already Yoast

    But We have found the error
    We use a filter for the profiles

    add_filter (‘bp_core_enable_root_profiles’, ‘__return_true’);

    The path for the post is http://example.com/user/activity/p/1234
    But that is wrong
    correct is

    http://example.com/user/activity/1234

    We have a new filter set
    Internally, there is no problem because the functions.php that regulates
    External for FB can not be analyzed the contribution

    cheers

    in reply to: Activity sharing to FB YT G+ #106815
     RondellMusik
    Participant

    Huhu

    the sound player embed error we have found and fixed
    now we only have a problem
    the share of contributions from the activity
    Cheers 😉

    in reply to: Activity sharing to FB YT G+ #106660
     RondellMusik
    Participant

    Hi
    we had installed the Share button in the Activity.
    When select always appears another photo or content, as the active selected

    EXAMPLE: see photo

    function kleo_social_activity_share() {
    ?>
    <span class=”kleo-social-activity-share <?php echo bp_get_activity_type(); ?>”>
    &u=<?php echo bp_get_activity_thread_permalink(); ?>”><i class=”icon-facebook”></i></span>
    <?php
    }
    add_action(‘bp_activity_entry_meta’, ‘kleo_social_activity_share’, 999);
    ?>

    * I followed your advice ( No touch a running system ) LOL *

    I installed the new version, but it did not work
    Then i have update the server PHP5.6 , MySQL5.6 , PHP IMAP
    Now I have 2 errors. buddypress/members not running

    ERROR:
    — SoundManager 2 failed to load (security/load error) —
    soundManager.disable(): Shutting down
    soundManager: Failed to initialise.
    soundManager: Verify that ./soundmanager2_debug.swf is a valid path.
    soundManager: No Flash response within expected time. Likely causes: Loading soundmanager2_debug.swf may have failed (and/or Flash 8+ not present?), Flash blocked or JS-Flash security error.
    soundManager: Getting impatient, still waiting for Flash…
    soundManager::initMovie(): Waiting for ExternalInterface call from Flash..
    soundManager::initMovie(): Got EMBED element (created via JS)
    soundManager::createMovie(): Trying to load ./soundmanager2_debug.swf
    — SoundManager 2 V2.97a.20110123 (AS2/Flash 8), normal polling —

    Cheers
    Ralf

    Attachments:
    You must be logged in to view attached files.
    in reply to: Activity in english #98615
     RondellMusik
    Participant

    Hi Radu

    Thanks for the help
    now it runs

    Best Regards

    in reply to: Activity in english #97858
     RondellMusik
    Participant
    This reply has been set as private.
    in reply to: Activity in english #97857
     RondellMusik
    Participant
    This reply has been set as private.
    in reply to: Activity in english #97063
     RondellMusik
    Participant

    Hello,

    yes, i tried it only with buddypress, wpml and bp multilingual

    Domain.com/activity, for the site in German, is ok
    Domain.com/en/activity, i can only read but no action

    in reply to: Social Share Titel #92245
     RondellMusik
    Participant

    Hi

    ok I wait

    May I just ask something
    ok I know it’s not a bug
    but maybe you can give me a tip

    our side is very large
    Now we want to split with subdomains
    foren.domain.com
    groups.domain.com
    blog.domain.com
    jobs.domain.com
    app.domain.com
    etc

    The problem is the profile
    On all sides must run BuddyPress
    But the profile on one side only may be

    If I write a message on the forum
    I do not see it in the profile of the main domain

    you know what I mean ?

    what is the solution 😉

    Do you have any idea ?

    Best Regards
    Ralf

    in reply to: Social Share Titel #92075
     RondellMusik
    Participant

    Hello

    You have already a solution?

    best regards
    Ralf

    in reply to: Social Share Titel #88692
     RondellMusik
    Participant

    Hello Radu,

    Here the exact code

    function kleo_social_activity_share() {
    ?>
    <span class=”kleo-social-activity-share <?php echo bp_get_activity_type(); ?>”>
    &u=<?php echo bp_get_activity_thread_permalink(); ?>”><i class=”icon-facebook”></i>
    &url=<?php echo bp_get_activity_thread_permalink(); ?>”><i class=”icon-twitter”></i>
    “><i class=”icon-gplus”></i>
    <?php echo bp_get_activity_thread_permalink(); ?>”><i class=”icon-mail”></i>
    </span>
    <?php
    }
    add_action(‘bp_activity_entry_meta’, ‘kleo_social_activity_share’, 999);

    best regards
    Ralf

    in reply to: Social Share Titel #86634
     RondellMusik
    Participant

    Hi

    so that you understand it properly
    no matter what I want to share
    always the text of the latest blog post comes
    the right content is not recognized
    if I choose a blog post
    then appear the correct text
    if I select a video, image or MP3
    always the text of the latest blog post comes

    in reply to: Social Share Titel #86631
     RondellMusik
    Participant

    Hi
    now I wanted to share a mp3
    look at the text
    This is the text of the latest blogpost

    Attachments:
    You must be logged in to view attached files.
    in reply to: Social Share Titel #86628
     RondellMusik
    Participant

    Hi

    thank you for the test
    It does not work yet
    Look at your Image, that you have postet
    The picture is correct, but not to text
    when you share it, The text is from another blog post

    Attachments:
    You must be logged in to view attached files.
    in reply to: Social Share Titel #86433
     RondellMusik
    Participant
    This reply has been set as private.
    in reply to: Social Share Titel #86031
     RondellMusik
    Participant

    Hi

    The plugin is installed and working
    events, blog posts, forum topics can be shared
    Videos, MP3, and posts the activities not

    in reply to: Remove message #85439
     RondellMusik
    Participant

    Wonderful, thank you

    in reply to: kleo theme #77338
     RondellMusik
    Participant

    I have all plugins disabled

    About ftp I have the plugins renamed “!” before

    Now I come back to the admin menu and can locate the fault

    Thank you

    in reply to: Error 404 Activity detail #74675
     RondellMusik
    Participant

    Hello,

    i have find a new problem, but this is a Kleo problem
    In the Main Primary menu i can not hide the shop-cart Icon by the site from buddypress or bbpress
    (activity, members, Forums]

    in reply to: Error 404 Activity detail #74543
     RondellMusik
    Participant

    Yes, it was a plugin.
    We have found the error

    Thank you

    in reply to: Error 404 Activity detail #74518
     RondellMusik
    Participant

    With the Theme 2015 i have also this Problem

    in reply to: Error 404 Activity detail #74516
     RondellMusik
    Participant

    ok, the pfad is wrong.
    Without /members/ it is running.
    But where can i fix it ?
    wenn i upload a new media i have the wrong pfad again
    the activity link is ok

    “No touch a running system” 😉

    in reply to: Error 404 Activity detail #74513
     RondellMusik
    Participant

    the problem with the activity I could fix.
    The path was wrong
    The side activity was as a bottom of page Members
    I have it set to the root directory
    The link “Edit Pictures” not working
    The path is domain.com/members/user/media/id/edit/
    But I have not a side with the Slug media
    Is that correct?

Viewing 26 posts - 1 through 26 (of 26 total)

Log in with your credentials

Forgot your details?