Anybody have osclass URL Masking Plugin. Pls kindly share https://osclasspoint.com/osclass-plugins/protection-and-spam/url-masking-plugin-i197#detail
wow. This is easy as explain buy stressful in terms of plugin data rename. I appreciate your guide. I will leave it the way it is cos when plugin is updated. I will need to ch plugin to rename again... that is huge. Thanks broWhat this plugin is doing you can do by yourself and is not hard to do it.
Don't give many for this shit plugin.
If you bay the plugin you still need to do all work. Be carefully.
If you check the setup is write everything there what to do
""""""
Plugin require basic knowledge of PHP to be fully setup.
Let's consider "new-oc-content" and "new-oc-includes" folders as your new folder names.
Step #1: Update config.php
Go to your config.php file (osclass installation directory) and add there 2 lines:
define('OC_INCLUDES_FOLDER', 'new-oc-includes');
define('OC_CONTENT_FOLDER', 'new-oc-content');
Step #2: Rename oc-content and oc-includes folders
Go to osclass installation directory and rename folder:
oc-includes ==> new-oc-includes
oc-content ==> new-oc-content
Step #3: Update .htaccess file
Go to your .htaccess file (osclass installation directory) and add there following lines at start of document:
RewriteEngine on
RewriteBase /
RewriteRule ^oc-content/(.*)$ /new-oc-content/$1 [R=301,NC,L]
RewriteRule ^oc-includes/(.*)$ /new-oc-includes/$1 [R=301,NC,L]
Step #4: Update old directory names in plugins and theme
Ideally, you will download your oc-content/themes and oc-content/plugins folders to desktop and use tools like Notepad++ to find all occurences of "oc-content" and "oc-includes" and replace them.
You have now osclass directories masked. """"
Delete the profile picture plugin. I will workHi, how to use plugin Avatar in theme epsilon? User register page not loading user photo.