-
Author
-
January 15, 2017 at 12:51 #149804vulkashParticipant
Hello im searching the files associated to the inbox messages, look at the attachement for see exactly what im talking about 🙂 Can you help me ?
Attachments:
You must be logged in to view attached files.January 16, 2017 at 10:30 #149879vulkashParticipantFinally i found the file associated here :
sweetdate\members\single\messages\single.phpBut now i have another question, i would like to load the “single.php” on another page of the site because by default when i click for open a message it load the single.php on the profile page. Do you know what i have to modify in the message-loop.php for it load the single.php on a page i created ?
I linked an attachement for you if not clear.January 16, 2017 at 10:31 #149880vulkashParticipantThe attachement here
Attachments:
You must be logged in to view attached files.January 16, 2017 at 15:38 #149895vulkashParticipantI found a solution by changing the message-loop :
COPY CODE<td width="75%" class="thread-info"> <p><a href="http://www.lookingforpals.com/" title="<?php _e("View Message", "buddypress" ); ?>"><?php bp_message_thread_subject(); ?></a></p> <p class="thread-excerpt"><?php bp_message_thread_excerpt(); ?></p> </td>
The original :
COPY CODE<td width="75%" class="thread-info"> <p><a href="<?php bp_message_thread_view_link(); ?>" title="<?php _e( "View Message", "buddypress" ); ?>"><?php bp_message_thread_subject(); ?></a></p> <p class="thread-excerpt"><?php bp_message_thread_excerpt(); ?></p> </td>
So as you can see i deleted
<?php bp_message_thread_view_link(); ?>
and put my personal link.
I guess there have a better way for do that ?^^January 17, 2017 at 02:57 #149955LauraModeratorHello, if that works make sure to do it at the child theme 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 17, 2017 at 05:39 #149964vulkashParticipantYes it is in child theme off course.
Unfortunatelly isnt so easy because isnt loading the user conversation so there have something else to modify for load it in the page i want, any idea ?January 20, 2017 at 08:07 #150261LauraModeratorHello, i think the best would be to hire a developer that can do that for you as it might require more modifications to the files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.