-
Author
-
June 18, 2015 at 15:05 #63637
chau-huu
ParticipantHi
Excuse me for my poor english
We lost the css form when we go to a user profile and want to see the received mail or the send mail.
You can see the design in the message.png and when we click on send mail we can see the result in the send_message.png or in message_redaction.png
Could you help us !
It s a great themeJune 18, 2015 at 16:43 #63666sharmstr
Moderatorrespond privately with a link and credentials for an account that has messages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2015 at 17:44 #63680chau-huu
ParticipantHi
I mot sur to understand what you want but here my code of purchase9f55b01a-4e01-4573-92de-1e25f540fdea
June 18, 2015 at 18:00 #63686sharmstr
ModeratorI mean a link to log in. I cant help you without seeing the code that generated. I can only see that if I log in with an account.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 18, 2015 at 23:15 #63762chau-huu
ParticipantSorry i ve not understood, here the link https://lecomposteur.ccfd-terresolidaire.org
login: tchad
password tchad789
ThanksJune 18, 2015 at 23:27 #63764sharmstr
ModeratorBecause your site is throwing jquery errors. Probably a plugin conflict.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2015 at 00:35 #63775chau-huu
ParticipantI try to desactive all the plugins but same thing, in the apache log there is
PHP Fatal error: Call to undefined function bp_the_message_star_action_link() in /var/www/wordpress/wp-content/themes/kleo/buddypress/members/single/messages/messages-loop.php on line 103, referer: https://lecomposteur.ccfd-terresolidaire.org/members/tchad/June 19, 2015 at 00:37 #63776sharmstr
ModeratorHave you updated buddypress to 2.3.2?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2015 at 00:48 #63779sharmstr
ModeratorThat’s the problem. is there a reason why you havent updated?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2015 at 00:55 #63782chau-huu
ParticipantBecause on http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
the compatibility with buddypress is 2.2June 19, 2015 at 00:59 #63784sharmstr
ModeratorAh. Good point. The star functionality was introduced in BP 2.3. Before you update, would you mind testing some backward compatibility code I just added to the next Kleo minor release?
go to /kleo/buddypress/members/messages/messages-loop.php and change this block of code (starting around line 100) from this
COPY CODE<?php if (bp_is_active('messages', 'star')) : ?> <div class="thread-star"> <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?> </div> <?php endif; ?>to this
COPY CODE<?php if ( version_compare( BP_VERSION, '2.3', '>=' ) ) : ?> <?php if (bp_is_active('messages', 'star')) : ?> <div class="thread-star"> <?php bp_the_message_star_action_link(array('thread_id' => bp_get_message_thread_id())); ?> </div> <?php endif; ?> <?php endif; ?>Let me know if that fixes it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2015 at 01:16 #63788sharmstr
ModeratorHmmm. I’m looking at the account you gave me and its still broken. Did you remove the code after testing it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2015 at 01:18 #63790sharmstr
ModeratorNow I see it. Cool.
Okay, you can upgrade BP if you want. I’ll let 7th Queen know to update the theme forest info. Thank you for your help in testing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.