Tagged Questions
0
votes
0answers
24 views
Create hundreds of users with just ID in phpMyAdmin
I'm trying to do the same as this post. But I have a problem with the
insert records into your wp_users table containing all the ID's of the
members you want to import
Right now, I have 3 ...
0
votes
0answers
133 views
Add data from front end into custom made table in database
I have a registration form which contains firstname, lastname, organisation, username, email etc. Here Username and email only will be saved in the db in the wp_users table.
I have created a new table ...
0
votes
1answer
409 views
Insert data in database using form
I am writing a simple plugin that create a table with name "newsletter" in database and provide a shortcode to put a registration form in pages.
the form contain "name" and "email".
i have problem ...
1
vote
1answer
40 views
Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
I have created a category "Book" with a sub category "comics",
to check how wordpress is maintaining the hierarchy structure.
When i check the table "wp_term_taxonomy", I found that such term with a ...
1
vote
2answers
71 views
The plugin generated x characters of unexpected output, $wpdb not defined
I've written a simple Wordpress plugin to create a new database table.
The new table ought to be created when the plugin is activated.
When I try to activate the plugin, I get the following error:
...
0
votes
1answer
141 views
How to update BuddyPress xprofile fields programmatically?
I update user info using wp_update_user function. I also need to update the table wp_bp_xprofile_data. Is there any function, where I can update data on wp_bp_xprofile_data table?
2
votes
1answer
117 views
BuddyPress: What's the use of wp_bp_xprofile_data table and how does it get updated?
I have a questions related to BuddyPress:
What's the use of wp_bp_xprofile_data table? How does the data in the table get updated?
And when any user updates his information - does the data in this ...
0
votes
1answer
55 views
Will adding & modifying default Wordpress table index break future Wordpress update
I've some specific use case for certain default wordrpess tables, which I need to add a few indexes to certain columns to improve performance. I'm wondering will adding these indexes break future ...
0
votes
1answer
327 views
Where are wordpress custom types stored?
Where are custom types stored? Because when a custom type is created, in wp_posts, the post type is set to the <new_custom_post_type>. But where are the details of the new custom post type ...
0
votes
1answer
55 views
What is wrong here? Issue with post_id and meta_value
I'm trying to create a loop to read all the meta_value records from a given post_id. The idea is to gather all the meta_value's data from wp_postmeta table related to post_id number and print them as ...
0
votes
3answers
331 views
Custom Database Table and foreach
I have just created a custom database table and would now like to output every inserted row from it into a predefined format using a foreach statement.
Some guidance in this matter would be great.
...
4
votes
1answer
200 views
When is it appropriate to create a new table in the WordPress database?
For a client we'll need 29,000 terms (all the highschool's in the US) and each term needs 6 meta items (address, phone...). My initial thought was to store the term meta information as suggested in ...
