Forum Replies Created
-
Author
-
mpitkaParticipant
MUCH 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?
mpitkaParticipantIs there any way to translate every message at once, like: “information about your payment” etc.
mpitkaParticipanthmm…. i don’t really understand what you mean? Can you give a full example?
Thanks!
mpitkaParticipant@Abe, I tried demo-page and I didn’t even find modify-page there? ๐ฎ
Also demo-page’s lightbox does not look right :/mpitkaParticipantHi!
I don’t see any difference after 3.4.6. update. Also this lightbox is still awful. Hope it will get better
Best regards,
MiikkampitkaParticipantHi!
My Edit-page still looks terrible and I’m using 3.4.5.
Strange if it works with you but not with me… : /mpitkaParticipantHi,
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?
mpitkaParticipantHi again,
Wordpress answers says that it’s probaly theme-related issue…
http://wordpress.stackexchange.com/questions/101149/buddypress-shows-duplicated-content
mpitkaParticipantNow 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.
mpitkaParticipantHi!
Okay, It just does not look so attractive when there’s so many profiles without avatar. Hope there’s coming fix soon!
๐
mpitkaParticipantHi!
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!
mpitkaParticipantOh, I forgot to share screenshot:
https://www.dropbox.com/s/oeij4mi2pil23gb/upload-text.pngThat โLisรครค kuvia tai videoitaโ means “Upload photos or videos”.
mpitkaParticipantHi!
Do you mean that bpAlbum is included automatically with Sweetdate? I have not found such ๐
mpitkaParticipantThank 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?
mpitkaParticipantIt’s easy to fix, just look their support page, it’s there in comments:
http://www.yann.com/en/wp-plugins/yd-profile-visitor-trackermpitkaParticipantI 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? ๐
mpitkaParticipantI 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 ๐
mpitkaParticipantIn 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!
mpitkaParticipantI 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?
mpitkaParticipant@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? ๐
mpitkaParticipantThanks for the reply. BP profile search is very good plugin for this. It makes everything nice and simple. ๐
mpitkaParticipantI 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..
mpitkaParticipantHi!
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?
mpitkaParticipantHi!
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…
mpitkaParticipant2. 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!
mpitkaParticipant2. Can you copy-paste those lines from .po -file. So I add it to my .po file manually?
mpitkaParticipant2. Also tried to look .po file with textEdit, if there’s some bug with PoEdit. The line is just not there :O
mpitkaParticipant1. 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).
mpitkaParticipantit 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