webmasterjgb
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom DataBase Tables] Administrator with no permision to editthanks
Forum: Plugins
In reply to: [Custom DataBase Tables] Update data redirectionawesome
Forum: Plugins
In reply to: [Custom DataBase Tables] Change column titleIt worked great!
Thank you so much, your plugin is awesome. Keep up the good work ??
Forum: Plugins
In reply to: [Custom DataBase Tables] Update data redirectionit worked amazingly! this is agreat plugin. keep up the good work
Forum: Plugins
In reply to: [Custom DataBase Tables] Change column titlelike i show in this image https://snag.gy/v2kQfe.jpg
Forum: Plugins
In reply to: [Custom DataBase Tables] Update data redirectionHi!
Sadly the code generates an error in the whole website:
Fatal error: Cannot redeclare my_cdbt_shortcode_custom_component_options() (previously declared in C:\xampp\htdocs\inner\wp-content\plugins\custom-database-tables\functions.php:43) in C:\xampp\htdocs\inner\wp-content\themes\creative-blog-child\functions.php on line 19
Here is the code i used https://snag.gy/GnNVD5.jpg
- This reply was modified 8 years, 6 months ago by webmasterjgb. Reason: screenshot
Forum: Plugins
In reply to: [Custom DataBase Tables] Update data redirectionHi
the redirection has changed, but not to a point where the data gets updated. this time it sends me to 404 error. Please take a look a the url in the image.
https://snag.gy/67wPyD.jpgi appreciate any help
Forum: Plugins
In reply to: [Custom DataBase Tables] Update data redirectionHi!
I paste that code in my htaccess but still no result. I can’t update the data of any row in my table, it redirects me out of the folder where my wordpress is:
when i try to update
https://snag.gy/HbKplN.jpgAfter I press Update here’s where it redirects me
https://snag.gy/QaRsmr.jpgthis is the htaccess i use in the public folder to redirect to “inner” folder where my wordpress is :
# BlueHost.com
# .htaccess main domain to subdirectory redirect
# Do not change this line.
RewriteEngine on
# Change example.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?intranet$
# Change ‘subdirectory’ to be the directory you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/inner/
# Don’t change the following two lines.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change ‘subdirectory’ to be the directory you will use for your main domain.
RewriteRule ^(.*)$ /inner/$1# Change example.com to be your main domain again.
# Change ‘subdirectory’ to be the directory you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.
RewriteCond %{HTTP_HOST} ^(www.)?intranet$
RewriteRule ^(/)?$ inner/index.php [L]<FilesMatch “(admin-ajax.php)$”>
Satisfy Any
Order allow,deny
Allow from all
Deny from none
</FilesMatch>I appreciate any help
Forum: Plugins
In reply to: [Custom DataBase Tables] Did not update the data id:Hi! i have a similar problem. If i try to update the data of any of the columns, it redirects me to the wp-login and i lost the changes i’ve made