Sugar Apple
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Moving Website (New Host)you will get plenty of errors when you change your wordpress installation directory..
my advice, install wordpress from fresh and import your old wordpress
or read this one https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
Forum: Installing WordPress
In reply to: W3 total cache errorin /public_html/wp-content you will find files:
- advanced-cache.php
db.php
object-cache.php
w3-total-cache-config.phpdelete all of them, also W3 Total Cache folder on /public_html/wp-content/plugins
remove all text inside .htaccess
and add# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
re-install your w3 total cache and dont forget to setting it.
note: some times you need to update w3 total cache from fresh installation
delete any old database and update database name on wp-config.php
define('DB_NAME', 'YOUR_DB_NAME');
okay, thanks for your response.
i dont need that again, thanks in advanceForum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] some suggestionsi mean, screenshots of steps how to “Create a form display template”, what does we must do first, and the output in browser.
by the way, i want to help you to translate in Indonesia, what should i do?
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] some suggestionstutorials on your site about “create a summary template” and ‘create a form display template”
yeah. works great.
by the way, could you make like https://snsdtoindonesia.co.cc/petition/ ?
with <fieldset> also break into pages every 20 submitted form?few days ago, i made a form for a public petition. so i want anyone to see what they are submitted, until know i`m using CSV version and parse using PHP to display.
ok, thanks for your support. good luck
by the way, how about display the data into public?
i`m using mozilla firefox 4.0.1