Forum Replies Created
-
Author
-
mpitka
ParticipantMUCH better!
I didn’t find any problems except this one: http://seventhqueen.com/demo/sweetdatewp/members/sweetadmin/media/33/
Comments does not look right.
Can you say when next update will be available?
mpitka
ParticipantIs there any way to translate every message at once, like: “information about your payment” etc.
mpitka
Participanthmm…. i don’t really understand what you mean? Can you give a full example?
Thanks!
mpitka
Participant@Abe, I tried demo-page and I didn’t even find modify-page there? ๐ฎ
Also demo-page’s lightbox does not look right :/mpitka
ParticipantHi!
I don’t see any difference after 3.4.6. update. Also this lightbox is still awful. Hope it will get better
Best regards,
Miikkampitka
ParticipantHi!
My Edit-page still looks terrible and I’m using 3.4.5.
Strange if it works with you but not with me… : /mpitka
ParticipantHi,
I found a solution, but I’m not sure does it make somekind of issues later on?
1. You cannot delete any of these “name”-fields, because those a listed as primary items
2. ….but you can make a new “form-group”. Name it how you want
3. Move these duplicate fields to this new group
4. Delete this new groupDuplicate fields are now removed. This definately seems very suspisious method. What do you think @abe Can it cause issues later on?
mpitka
ParticipantHi again,
Wordpress answers says that it’s probaly theme-related issue…
http://wordpress.stackexchange.com/questions/101149/buddypress-shows-duplicated-content
mpitka
ParticipantNow it appears 3 times… none of thome is removable. I’m quite sure that it’s related to update because it came up right after update.
mpitka
ParticipantHi!
Okay, It just does not look so attractive when there’s so many profiles without avatar. Hope there’s coming fix soon!
๐
mpitka
ParticipantHi!
bpAlbum looks simple enough! No need for so many options as rtMedia offers.Can I have this as new tab into these tabs next to profile image… there which is something like this by default: “About me”, “looking for”?
Now I have “My photos”, but it’s related to rtMedia, not bpAlbum.
Thanks!
mpitka
ParticipantOh, I forgot to share screenshot:
https://www.dropbox.com/s/oeij4mi2pil23gb/upload-text.pngThat โLisรครค kuvia tai videoitaโ means “Upload photos or videos”.
mpitka
ParticipantHi!
Do you mean that bpAlbum is included automatically with Sweetdate? I have not found such ๐
mpitka
ParticipantThank you @Abe
I understood this code wrong. I thought that it will remove only these profile pics from “latest registered members” -carousel from frontpage. Is there an easy way to modify it so?
mpitka
ParticipantIt’s easy to fix, just look their support page, it’s there in comments:
http://www.yann.com/en/wp-plugins/yd-profile-visitor-trackermpitka
ParticipantI searched this with Google and found a code to functions.php
COPY CODEadd_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' . __('Own profile') . '</a></li>'; $menu = $menu . $profilelink; return $menu; }
However, this adds link just fine to end of the menu. I want it to be the first one. How to do this? ๐
mpitka
ParticipantI don’t know if it helps to post print screen. But here it is:
https://www.dropbox.com/s/51jije0p14pix12/screen.png
I don’t have any menu item for that (from WP menu settings). It just suddenly dissapeared ๐
mpitka
ParticipantIn my opinion YD Profile Visitor Tracker is way better than BP Recent Profile Visitors.
This plugin is old, but works perfectly with Sweetdate. It’s also free. Give it a try!
mpitka
ParticipantI have tried to find that page from pages -list but it’s just not there. Own profile -link is absolutely dissapeared. What can I do?
mpitka
Participant@IamJAX This code does not work. I get an error: Parse error: syntax error, unexpected T_STRING in /homez.755/boorntdk/www/wp-content/themes/sweetdate-child/functions.php on line 261
ideas? ๐
mpitka
ParticipantThanks for the reply. BP profile search is very good plugin for this. It makes everything nice and simple. ๐
mpitka
ParticipantI did a search over the internet and found a solution. Here’s a copy-paste from BP-moderation’s support forum:
Change the following lines…
function call_activate()
{
$this->call_installer(‘activate’, func_get_args());
}to
function call_activate()
{$fargs = func_get_args();
$this->call_installer(‘activate’, $fargs );
}and the same to disable..
mpitka
ParticipantHi!
I got BP-moderation to work with an other site using different theme. With Sweetdate when trying to activate, WordPress says:
Fatal error: func_get_args(): Can’t be used as a function parameter in /homez.755/boorntdk/www/wp-content/plugins/bp-moderation/bpModLoader.php on line 119
Does someone have ideas, how to fix this?
mpitka
ParticipantHi!
There is some plugins, have not tried those yet. But
http://wordpress.org/plugins/bp-moderation/
https://premium.wpmudev.org/project/moderation/Those looks promising…
mpitka
Participant2. Works fine now! Problem was, that my wp is using WPLANG fi, not fi_FI. Thank you!
3. This works perfectly too!
I’m very happy that all problems are solved! Thank you Abe!
mpitka
Participant2. Can you copy-paste those lines from .po -file. So I add it to my .po file manually?
mpitka
Participant2. Also tried to look .po file with textEdit, if there’s some bug with PoEdit. The line is just not there :O
mpitka
Participant1. works perfectly! Thank you so much!
2. Not found (using PoEdit)
3. Syntax error ๐ Could you give exact code to i.ex. for image called as. facebook.png).
mpitka
Participantit works well! The problem was that I had previous version of rtMedia and it didn’t have such lines. But now it works and that’s great!
-
AuthorPosts