Forum Replies Created
-
Author
-
RondellMusikParticipant
File exceeds allowed file size.
ok is new
cheers
Attachments:
You must be logged in to view attached files.RondellMusikParticipantHi
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
cheersRondellMusikParticipantHello
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
RalfRondellMusikParticipantHi
We have already Yoast
But We have found the error
We use a filter for the profilesadd_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 ishttp://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 contributioncheers
RondellMusikParticipantHuhu
the sound player embed error we have found and fixed
now we only have a problem
the share of contributions from the activity
Cheers 😉RondellMusikParticipantHi
we had installed the Share button in the Activity.
When select always appears another photo or content, as the active selectedEXAMPLE: 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 runningERROR:
— 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
RalfAttachments:
You must be logged in to view attached files.RondellMusikParticipantHello,
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 actionRondellMusikParticipantHi
ok I wait
May I just ask something
ok I know it’s not a bug
but maybe you can give me a tipour 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
etcThe problem is the profile
On all sides must run BuddyPress
But the profile on one side only may beIf I write a message on the forum
I do not see it in the profile of the main domainyou know what I mean ?
what is the solution 😉
Do you have any idea ?
Best Regards
RalfRondellMusikParticipantHello 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
RalfRondellMusikParticipantHi
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 comesRondellMusikParticipantHi
now I wanted to share a mp3
look at the text
This is the text of the latest blogpostAttachments:
You must be logged in to view attached files.RondellMusikParticipantHi
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 postAttachments:
You must be logged in to view attached files.RondellMusikParticipantHi
The plugin is installed and working
events, blog posts, forum topics can be shared
Videos, MP3, and posts the activities notRondellMusikParticipantI 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
RondellMusikParticipantHello,
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]RondellMusikParticipantok, 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” 😉
RondellMusikParticipantthe 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? -
AuthorPosts