Jonathan
Forum Replies Created
-
The main problem I had was it deleted it out of the table, I did spend some time taking the table data apart so that I could get the query right for the import.
I think an import/export feature would be cool for a future version incase anyone wants to backup just the forms and not the entire database.
That is correct. So i put the information in and the plugin takes it out again. I have now fixed this issue though.
Rather than edit the ‘salesforce2’ column i deleted it and did a brand new insert and it works with with no problems.
For my original issue this is resolved but it would be nice to know why an update on the table didnt work.
I have also now added a function to add support for the marketing software we use
Forum: Fixing WordPress
In reply to: homepageWhat page is set to you should be able to just edit that page and it will be fine.
Unless your template uses widgets to create the home page, You would need to edit them to make any changes. What Template are you using?
Forum: Installing WordPress
In reply to: Installing PhpMyAdmin on remote server, and then WordPressEither:
Wrong directory
.htaccess blocked
no read permissionsI would reset the root password then try again.
http://forum.mamp.info/viewtopic.php?f=2&t=1719&start=30#p27139Forum: Installing WordPress
In reply to: WordPress in .net (phalanger and wordpress)Why not just use PHP IIS (http://php.iis.net/) I have used it several times for installs and never had a problem.
Forum: Installing WordPress
In reply to: How to put ads in background of my site which can be clicked.try this plugin:
http://ww.wp.xz.cn/extend/plugins/ad-injection/Forum: Installing WordPress
In reply to: Installing PhpMyAdmin on remote server, and then WordPressIs the mySQL server on the same box or on another. A simple way to check would be to put the code below in a php file and open it from your browser.
<?php $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } echo 'Connected'; mysql_close($con); ?>Forum: Installing WordPress
In reply to: Installing PhpMyAdmin on remote server, and then WordPressWhat happens you go to domainname.com, I normally make a database and user then upload the WP files and go to domainname.com and use the auto installer.
If you are getting a 404 that means the page is not there, Check your directories and makes sure that WP is in the /public_html or /www folder.
Forum: Fixing WordPress
In reply to: homepageIs your homepage set to a static page or is it the default blog feed. You can check this in Settings > Reading
Forum: Installing WordPress
In reply to: Installing PhpMyAdmin on remote server, and then WordPressWhat host are you using. You don’t really need to use phpMyAdmin to install WP you could just make the database then use the WP installer to handle the rest.
I am fairly sure that most hosts (unless you have a vps or something similar) will not allow installs of phpMyAdmin.
The easiest way to do this would be to grab :
http://ww.wp.xz.cn/extend/plugins/wordpress-post-tabs/which will handle the tabs [if you have a plugin already don’t worry about this one]
Then use the page shortcodes plugin:
http://ww.wp.xz.cn/extend/plugins/page-shortcodes/Should solve your problem
Forum: Plugins
In reply to: Playing videos on WP pageTry this:
http://ww.wp.xz.cn/extend/plugins/vipers-video-quicktags/It works with self hosted video files as well as youtube / vimeo and others