fireproofsocks on "[Plugin: Custom Content Type Manager] MySql fields to...
Glad you figured a workaround -- sorry I did not fully grasp the problem. You may want to look at my PHP-Snippets plugin: http://wordpress.org/extend/plugins/php-snippets/ It lets you put PHP into your...
View Articlecrstauf on "Access Wordpress on WAMP from LAN"
Please reference this screenshot for mentions below: https://teambox.com/d/dc0acf001e22a01f So I'm trying to make my Wordpress install on WAMP ("Put Online") available to members of our design team, so...
View Articlebbhank on "Dynamic Menus"
Clarification: Needing to choose sites by state, then city, then name. Each name will have its page. Each page needs to show dynamically updated address, phone and zip, from table. Menu need to...
View Articlemihai2k on "wp_posts custom mysql column name"
Hi! I don't to use wp_postsmeta but wp_posts. I have inserted a custom column name in MySQL table wp_posts , named "test_col". I want to be able to use wp_insert_post to populate that custom column in...
View Articlemihai2k on "wp_posts custom mysql column name"
and here is the solution .. adding the following in the theme's functions.php add_filter( 'wp_insert_post_data', 'wp_insert_post_data_filter',1, 2 ); function wp_insert_post_data_filter( $data,...
View Articlesandraborja90 on "Creating a Custom Table to Display Profile"
I am in the process of making a site using WordPress. I need to make a Doctors Table within the WordPress Database, which will allow visitors of my site to search the list of doctors based on some...
View Articlecrstauf on "Access Wordpress on WAMP from LAN"
Additional note: please assume I have not made any changes to httpd.conf. I know that I did uncomment something (in an attempt to get this working, following another tutorial, but I cannot recall what...
View Articleclint6998 on "Short and sweet on external page interfering with other...
ok guys, i really need to know how to post my WP entries on non-WP pages without it interfering with other php queries. Can anyone help me? Obviously short and sweet dont work in this case. This is...
View Articlercpessoa on "anonymous survey with verification of submission"
Dear all, I need to create a page with a survey, an embedded from somewhere, but I need this page to be accessed only once per user... I need the form submission to be anonymous, but to save in the DB...
View Articlebcworkz on "anonymous survey with verification of submission"
You can mechanically do what you envision. And you can maintain anonymity by storing only a hash of the user's credential, just as a password. You can see if the credential's hash exists in the table,...
View Articlefonglh on "Access Wordpress on WAMP from LAN"
Try changing the db host setting in the wp-config.php file to localhost
View Articleydhe on "Display mysql table data in a wp page"
How to build select box which has values to be retrieved from database table
View Articlecrstauf on "Access Wordpress on WAMP from LAN"
hey thanks fonglh. i tried that, and i still get the database connection error. have you successfully accomplished what i'm trying to do? any thoughts on what i may have missed?? thanks.
View Articlevtxyzzy on "Display mysql table data in a wp page"
Because this thread is marked 'Resolved', not very many people will look at it. You should start a new thread with this new question.
View Articlecrstauf on "Access Wordpress on WAMP from LAN"
ok i'm now getting the following error from Wordpress when accessing from computer on lan: "We were able to connect to the database server (which means your username and password is okay) but not able...
View Articlefonglh on "Access Wordpress on WAMP from LAN"
Is the DB_NAME value correct? Make sure you have no extra spaces. Make sure the names in the wp-config.php file and the database are of the same case.
View Articlecrohde7707 on "[Plugin: Supra CSV] Import into multiple tables"
Hello and good evening! First off, this is an excellent plugin, you did a good job developing it, and not only that, but keeping up with the users with support, so kudos to you! I wanted to ask, is it...
View Articlecrstauf on "Access Wordpress on WAMP from LAN"
yes. i can access and view the Wordpress install from the host, so i know that it exists and functions correctly. thanks, fonglh. any other thoughts on what might be incorrect?
View Articlezmijevik on "[Plugin: Supra CSV] Import into multiple tables"
this plugin is using the wordpress xmlrpc api therefore it adheres to that convention utilizing those necessary tables you mentioned above: wp_post, wp_postmeta, wp_terms. here is the api it uses:...
View Article