4 points
Community rank #8863
lauren_gibbons8
NewbieJust Getting Started
MemberLikes (0)
Hello, Just purchased WPMU Status Plugin to enable Front-end posting. Could you please help me configure tags functionality to the status update? Thank you!
18997 pointsCommunity rank #1Supreme DeityWPMU DEV StaffLifetime member
Support Chimp
(joined March 2010)
Likes (0)
Hey there.
If you're unable to follow the code suggestions here and on the other site linked to, then unfortunately you'll need to hire a developer to code that up for you.
As it's a relatively small job you could look at either:
Responses (4)
Member (joined September 2012) Likes (0)
Ok, I figured it out with the help of this post http://www.cozmoslabs.com/5528-wordpress-post-from-front-end/
dashboard-widget.php
<p><label>Tags: </label><input id="fep-tags" name="tags" type="text" tabindex="2" autocomplete="off" value="<?php esc_attr_e( 'Add tags', 'simple-fep' ); ?>" onfocus="this.value=(this.value=='<?php echo esc_js( __( 'Add tags', 'simple-fep' ) ); ?>') ? '' : this.value;" onblur="this.value=(this.value=='') ? '<?php echo esc_js( __( 'Add tags', 'simple-fep' ) ); ?>' : this.value;" /></p>I wasn't sure where to put the simple-fep function so I just installed the plugin.
class_wdqs_admin_pages.php
widget.js
Perhaps that will help someone. Apologies for dirty copy & paste. Also, I'm sure there is a better way to do that...
Support Chimp (joined March 2010) Likes (1)Liked by: 
Hey there.
Thanks for sharing the link and code you used, perhaps it might helps others looking for the same/similar thing. :)
Take care.
Member (joined November 2011) Likes (0)
Can you give more detail on how to enable this. It would really help me.
Support Chimp (joined March 2010) Likes (0)
Hey there.
If you're unable to follow the code suggestions here and on the other site linked to, then unfortunately you'll need to hire a developer to code that up for you.
As it's a relatively small job you could look at either:
http://premium.wpmudev.org/wpmu-jobs
Or
https://www.tweaky.com/
Tweaky specialise in smaller edits.
Take care.
Become a member