RLsARc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Settings » General » Membership Checkbox MissingThanks! 😀
Forum: Fixing WordPress
In reply to: Settings » General » Membership Checkbox Missingoh crap. found the issue. (screenshot: http://i.imgur.com/PGeMnse.png) another settings can be found in
http://website.domain/wp-admin/network/settings.phpif your using multisiteBTW, is it possible to add noblogredirect command in wp-config.php in a single site, not a multisite?
Forum: Fixing WordPress
In reply to: Settings » General » Membership Checkbox Missing@james Huff
http://website.domain/wp-admin/options-general.phpForum: Fixing WordPress
In reply to: Settings » General » Membership Checkbox MissingP.S. It’s not only the checkbox is miising. the entire row is missing.
Forum: Fixing WordPress
In reply to: Can't update Plugins after WP 4.4 updateThanks @james huff!
Forum: Fixing WordPress
In reply to: Can't update Plugins after WP 4.4 updateThansk! Worked for me!
For others who has the same issue:
Go to wp-admin/includes/class-wp-filesystem-ftpext.php
Find
$file_list = @ftp_nlist( $this->link, '-a ' . $path );and change to
$file_list = @ftp_nlist( $this->link, $path );Forum: Fixing WordPress
In reply to: Can't update Plugins after WP 4.4 updategot an unli disk space and set it 777 but fails to update.
Forum: Plugins
In reply to: [Contact Form 7] Change *(Required) ColorForum: Plugins
In reply to: [Contact Form 7] Change *(Required) ColorLOL! SOLVED!
<p>Name<span style="color: #ff0000;">*</span><br /> [text* your-name] </p> <p>Email<span style="color: #ff0000;">*</span><br /> [email* your-email] </p> <p>Subject<span style="color: #ff0000;">*</span><br /> [text* your-subject] </p> <p>Message<span style="color: #ff0000;">*</span><br /> [textarea* your-message] </p> <p>[submit "Send"]</p>Forum: Fixing WordPress
In reply to: Show User RoleI’ve try the code above but my site won’t load so I reverted the changes. please help, newbie here Y_Y
Forum: Fixing WordPress
In reply to: Show User Roleas i’ve read the link above, it’s edited in pluggable.php file but where exactly to insert the code…
$user_roles = $current_user->roles; $user_role = array_shift($user_roles); echo '<strong>Current User Role</strong>: ' . $user_role;which line?
btw thanks for the reply. hope you’ll get me through this.
Forum: Plugins
In reply to: [FB Page Promoter Lightbox] Twitter VersionThanks!
yikes! nice!