tomaask8
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Front End NotificationHello, is it possible to show how many messages a user has in the menu? For example my website has a menu that has selections like: My Account / Learn More / Contact / Messages
So where it says Messages can it show how many new messages a user has like: Messages(5)
Any answer would be greatly appreciated, thank you.
Forum: Plugins
In reply to: [Front End PM] PM with authorHi, everything worked out now, but you reckon it can work inside a shortcode echo like this? It is to restrict this link from some Memberships and to show only to selected ones.
<?php echo do_shortcode(‘[MEMBERSHIP ID=”1,2,3″] CODE HERE [/MEMBERSHIP] ]’ ); ?>
Forum: Plugins
In reply to: [Front End PM] PM with authorThis worked, thank you very much!
Forum: Plugins
In reply to: [Front End PM] PM with authorThank you for your reply, I added it in my php file here: https://postimg.org/image/may5ypgnh/
but the outcome is exactly the same:
-it creates a clickable “Send Message” link
-when I click it it takes me to the same error page https://postimg.org/image/a4m1enaq1/I am probably doing something wrong here.
Forum: Plugins
In reply to: [Front End PM] PM with authorI have used the code you provide above, I use premiumpress so I edit my listings page here as shown in this picture: https://postimg.org/image/3pn0hz409/
Then it creates this clickable link in listings page: https://postimg.org/image/9gd6vpc09/
And then when I click it, I get here:
https://postimg.org/image/a4m1enaq1/
Thank you for your reply, hope these pictures explain my problem.
Forum: Plugins
In reply to: [Front End PM] PM with authorI tried adding this code to my listings page, but it takes me to a search results page at the address:
https://mysiteaddress.com/listingname/’.getbloginfo(
That’s the code I used was exactly the same as you wrote here, just changed “SLUG-OF-FEP-PAGE” to “messages”.
My Front End PM page is “messages”.
Hope you could help.
Forum: Plugins
In reply to: [Front End PM] PM with authorHi, I am creating a real estate listing’s page where users can post their properties. Can I apply this for my listings pages? Like to have a button or link “Contact author” and it automatically opens a new message with the listing author added as a recipient?
Thank you!