monolithdoes
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Possible to Hire Integration Help?Sent you a response via email.
Forum: Plugins
In reply to: [Front End PM] Possible to Hire Integration Help?I have worked with integrating this into a custom theme if you would like an alternative, and probably cheaper pricing.
contact [email protected]
Did you ever find a solution to this?
Forum: Plugins
In reply to: [Front End PM] Automatically insert usernameI was able to do this by linking to the send message page and using a querystring variable, then grabbing that variable with php/jquery, and placing it in the to box…
so on fep-class.php, around line 507 i put:
<?php $user = htmlspecialchars($_GET['user']); ?> <script> $(window).load(function(){ $('#search-q').val('<?php echo $user ?>'); }); </script>To make sure this works correctly you have to be linking to the send message page with a querystring variable. Your send message page may not be the same as mine but something along the lines of.
<?php $user_ID = 1; //There are many ways to get the user object, this is just an example $user = get_user_by('id', $user_ID); $user_to_message = $user->username; ?> <a href="<?php echo home_url(); ?>/messages/?fepaction=newmessage&user=<?php echo $user_to_message; ?>" Send Message </a>Forum: Fixing WordPress
In reply to: Searching for plug-ins not workingYeah, I didn’t change anything, and it seems to have gone back to normal. I am also hosted on GoDaddy… Maybe just some kind of server hiccup? Really odd.
Forum: Fixing WordPress
In reply to: Cannot Search For Plugins In DashboardI am having the same issue at http://www.monolithdoes.com