-
Author
-
December 27, 2013 at 23:43 #8824LordDaxParticipant
i have the rtmedia installed and when a user upload a photo with the menu “album” + upload the tab “my photos” not appear…
he must use the menu ‘Media’…
here my functions.php
/* rtMedia tab – only if plugin installed */
if (class_exists(‘RTMedia’))
{
$bp_tabs[‘rtmedia’] = array(
‘type’ => ‘rt_media’,
‘name’ => __(‘My photos’, ‘kleo_framework’),
‘class’ => ‘mySlider’
);
}/* Bp-Album tab – only if plugin installed */
elseif (function_exists(‘bpa_init’)) {
$bp_tabs[‘bp-album’] = array(
‘type’ => ‘bp_album’,
‘name’ => __(‘My photos’, ‘kleo_framework’),
‘class’ => ‘mySlider’
);
}where is my error??
December 28, 2013 at 14:13 #8849AbeKeymasterYou need both plugins for images, bpAlbum and Rtmedia?
Disable rtMedia plugin or bpAlbum from Settings – BuddypressIf you want to have both plugins active use just this code
$bp_tabs[‘bp-album’] = array(
‘type’ => ‘bp_album’,
‘name’ => __(‘My photos’, ‘kleo_framework’),
‘class’ => ‘mySlider’
);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 28, 2013 at 14:25 #8855LordDaxParticipantthanks for your reply,
I don’t have bp-album installed, i have only rt-media
I try your code but retuned to me a black screen
December 28, 2013 at 14:29 #8858AbeKeymasterThen leave the initial code and disable bpAlbum from Settings – Buddypress. Album menu will disappear after that leaving only the media one
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 28, 2013 at 14:38 #8860LordDaxParticipanthere the tho option that appear on profile page:
http://www.sex4fun.it/images/album.jpg
I have already some user online, so i can’t remove te rt-media plugin, and they use the “album” to upload their pictures
December 28, 2013 at 16:24 #8864AbeKeymastersorry, I meant Sweetdate – Buddypress
To have bpAlbum pictures in the tab replace that code part you pasted with this
COPY CODE$bp_tabs['bp-album'] = array('type' => 'bp_album','name' => __('My photos', 'kleo_framework'),'class' => 'mySlider');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 28, 2013 at 16:48 #8866LordDaxParticipantgreat!!!!! thanks for your help!!!!!
I disabled Rt-media, set bp-album to on and it works. Nice!
January 3, 2014 at 23:00 #9062LordDaxParticipantAfter update at buddypress 1. and sweetdate 2.3.1 this mod stop to work… the tab “my photos” appear but don’t work 🙁
January 4, 2014 at 16:53 #9087LordDaxParticipanthelp. i try differents solutions… but nothing work 🙁
January 4, 2014 at 17:31 #9088AbeKeymasterHi. You shouldn’t have replaced your sweetdate-child theme where you have your customizations
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 4, 2014 at 19:07 #9089LordDaxParticipantBut the strange thing is that I have’nt replaced my sweetdate-child theme
January 4, 2014 at 19:59 #9090AbeKeymasterMaybe you have rtMedia re-activated. Give us site access to take a look
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 4, 2014 at 20:26 #9094LordDaxParticipantyou can chek user http://www.sex4fun.it/membri/scambisti/ that is a demo with bp gallery’s photo
January 6, 2014 at 02:53 #9175AbeKeymasterYou have added a minify plugin that causes some errors. Please disable that.
I have added a photo to my profile and the tab shows: http://www.sex4fun.it/membri/abe/#le-mie-fotoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 02:54 #9176AbeKeymasterAlso http://www.sex4fun.it/membri/scambisti/#le-mie-foto has 4 photos that can’t be seen because of the minify script errors
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 09:53 #9184LordDaxParticipantAbe, i check your profile, and the tab appear but if i click the tab not shows the photo
January 6, 2014 at 09:55 #9185LordDaxParticipantyou can check all my plugin… i haven’t a minify plugin 🙁
January 6, 2014 at 10:04 #9187LordDaxParticipantBefore the upgrade it work very well….do you think that to migrate at rt-media may be a solution?
January 6, 2014 at 11:51 #9211AbeKeymasterNo it won;t change with rtMedia
You are having something that is interfering, maybe this jquery
script type=”text/javascript” src=”http://www.sex4fun.it/s4fchat/includes/js/jquery.js.pagespeed.jm.qkvfzc5jGC.js”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 6, 2014 at 11:57 #9213LordDaxParticipantit is for arrowchat… i try to disable it and check what appen
January 6, 2014 at 12:02 #9215LordDaxParticipanti removed this code:
<link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="/s4fchat/external.php?type=css" charset="utf-8" />
<script type="text/javascript" src="/s4fchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/s4fchat/includes/js/jquery-ui.js"></script>but the problem persist :(
January 6, 2014 at 12:11 #9218LordDaxParticipantGREAT!!!! i found…. the problem was a stupid plugin… Lazy Content Slider… incredible!!!!
THANKS ABE for your help!!!!!!!!!!!
January 7, 2014 at 00:00 #9260AbeKeymasterwow great 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.